Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Salesforce Salesforce-AI-Specialist Salesforce Certified AI Specialist Exam Exam Practice Test

Salesforce Certified AI Specialist Exam Questions and Answers

Question 1

Universal Containers plans to implement prompt templates that utilize the standard foundation models.

What should the AI Specialist consider when building prompt templates in Prompt Builder?

Options:

A.

Include multiple-choice questions within the prompt to test the LLM's understanding of the context.

B.

Ask it to role-play as a character in the prompt template to provide more context to the LLM.

C.

Train LLM with data using different writing styles including word choice, intensifiers, emojis, and punctuation.

Question 2

An AI Specialist is creating a custom action in Einstein Copilot.

Which option is available for the AI Specialist to choose for the custom copilot action?

Options:

A.

Apex trigger

B.

SOQL

C.

Flows

Question 3

Universal Containers wants to be able to detect with a high level confidence if content generated by a large language model (LLM) contains toxic language.

Which action should an Al Specialist take in the Trust Layer to confirm toxicity is being appropriately managed?

Options:

A.

Access the Toxicity Detection log in Setup and export all entries where isToxicityDetected is true.

B.

Create a flow that sends an email to a specified address each time the toxicity score from the response exceeds a predefined threshold.

C.

Create a Trust Layer audit report within Data Cloud that uses a toxicity detector type filter to display toxic responses and their respective scores.

Question 4

Universal Containers (UC) wants to use Flow to bring data from unified Data Cloud objects to prompt templates.

Which type of flow should UC use?

Options:

A.

Data Cloud-triggered flow

B.

Template-triggered prompt flow

C.

Unified-object linking flow

Question 5

Amid their busy schedules, sales reps at Universal Containers dedicate time to follow up with prospects and existing clients via email regarding renewals or new deals. They spend many hours throughout the

week reviewing past communications and details about their customers before performing their outreach.

Which standard Copilot action helps sales reps draft personalized emails to prospects by generating text based on previous successful communications?

Options:

A.

Einstein Copilot Action: Find Similar Opportunities

B.

Einstein Copilot Action: Draft or Revise Sales Email

C.

Einstein Copilot Action: Summarize Record

Question 6

Universal Containers wants to utilize Einstein for Sales to help sales reps reach their sales quotas by providing Al-generated plans containing guidance and steps for closing deals.

Which feature should the AI Specialist recommend to the sales team?

Options:

A.

Find Similar Deals

B.

Create Account Plan

C.

Create Close Plan

Question 7

Universal Containers recently launched a pilot program to integrate conversational AI into its CRM business operations with Einstein Copilot.

How should the AI Specialist monitor Copilot's usability and the assignment of actions?

Options:

A.

Run a report on the Platform Debug Logs.

B.

Query the Copilot log data using the metadata API.

C.

Run Einstein Copilot Analytics.

Question 8

An AI Specialist configured Data Masking within the Einstein Trust Layer.

How should the AI Specialist begin validating that the correct fields are being masked?

Options:

A.

Use a Flow-based resource in Prompt Builder to debug the fields’ merge values using Flow Debugger.

B.

Request the Einstein Generative AI Audit Data from the Security section of the Setup menu.

C.

Enable the collection and storage of Einstein Generative AI Audit Data on the Einstein Feedback setup page.

Question 9

Universal Containers (UC) wants to use the Draft with Einstein feature in Sales Cloud to create a personalized introduction email.

After creating a proposed draft email, which predefined adjustment should UC choose to revise the draft with a more casual tone?

Options:

A.

Make Less Formal

B.

Enhance Friendliness

C.

Optimize for Clarity

Question 10

A support team handles a high volume of chat interactions and needs a solution to provide quick, relevant responses to customer inquiries.

Responses must be grounded in the organization's knowledge base to maintain consistency and accuracy.

Which feature in Einstein for Service should the support team use?

Options:

A.

Einstein Service Replies

B.

Einstein Reply Recommendations

C.

Einstein Knowledge Recommendations

Question 11

What is best practice when refining Einstein Copilot custom action instructions?

Options:

A.

Provide examples of user messages that are expected to trigger the action.

B.

Use consistent introductory phrases and verbs across multiple action instructions.

C.

Specify the persona who will request the action.

Question 12

Universal Containers has seen a high adoption rate of a new feature that uses generative AI to populate a summary field of a custom object, Competitor Analysis. All sales users have the same profile but one user cannot see the generative AlI-enabled field icon next to the summary

field.

What is the most likely cause of the issue?

Options:

A.

The user does not have the Prompt Template User permission set assigned.

B.

The prompt template associated with summary field is not activated for that user.

C.

The user does not have the field Generative AI User permission set assigned.

Question 13

An AI Specialist needs to create a prompt template to fill a custom field named Latest Opportunities Summary on the Account object with information from the three most recently opened opportunities.

How should the AI Specialist gather the necessary data for the prompt template?

Options:

A.

Create a flow to retrieve the opportunity information.

B.

Select the Account Opportunity object as a resource when creating the prompt template.

C.

Select the latest Opportunities related list as a merge field.

Question 14

Universal Containers wants to reduce overall agent handling time minimizing the time spent typing routine answers for common questions in-chat, and reducing the post-chat analysis by suggesting values for case fields.

Which combination of Einstein for Service features enables this effort?

Options:

A.

Einstein Service Replies and Work Summaries

B.

Einstein Reply Recommendations and Case Summaries

C.

Einstein Reply Recommendations and Case Classification

Question 15

What is the main purpose of Prompt Builder?

Options:

A.

A tool for developers to use in Visual Studio Code that creates prompts for Apex programming, assisting developers in writing code more efficiently.

B.

A tool that enables companies to create reusable prompts for large language models (LLMs), bringing generative AI responses to their flow of work

C.

A tool within Salesforce offering real-time Al-powered suggestions and guidance to users, Improving productivity and decision-making.

Question 16

How does the Einstein Trust Layer ensure that sensitive data is protected while generating useful and meaningful responses?

Options:

A.

Masked data will be de-masked during response journey.

B.

Masked data will be de-masked during request journey.

C.

Responses that do not meet the relevance threshold will be automatically rejected.

Question 17

An AI Specialist at Universal Containers is working on a prompt template to generate personalized emails for product demonstration requests from customers. It is important for the Al-generated email to adhere strictly to the guidelines, using only associated opportunity information, and to encourage the recipient to take the desired action.

How should the AI Specialist include these instructions on a new line in the prompt template?

Options:

A.

Surround them with triple quotes (""").

B.

Make sure merged fields are defined.

C.

Use curly brackets {} to encapsulate instructions.

Question 18

Universal Containers (UC) has implemented Generative AI within Salesforce to enable summarization of a custom object called Guest. Users have reported mismatches in the generated information.

In refining its prompt design strategy, which key practices should UC prioritize?

Options:

A.

Enable prompt test mode, allocate different prompt variations to a subset of users for evaluation, and standardize the most effective model based on performance feedback.

B.

Create concise, clear, and consistent prompt templates with effective grounding, contextual role-playing, clear instructions, and iterative feedback.

C.

Submit a prompt review case to Salesforce and conduct thorough testing In the playground to refine outputs until they meet user expectations.

Question 19

Universal Containers is very concerned about security compliance and wants to understand:

Which prompt text is sent to the large language model (LLM)

* How it is masked

* The masked response

What should the AI Specialist recommend?

Options:

A.

Ingest the Einstein Shield Event logs into CRM Analytics.

B.

Review the debug logs of the running user.

C.

Enable audit trail in the Einstein Trust Layer.

Question 20

Universal Containers is using Einstein Copilot for Sales to find similar opportunities to help close deals faster. The team wants to understand the criteria used by the copilot to match opportunities.

What is one criteria that Einstein Copilot for Sales uses to match similar opportunities?

Options:

A.

Matched opportunities are limited to the same account.

B.

Matched opportunities were created in the last 12 months.

C.

Matched opportunities have a status of Closed Won from last 12 months.

Question 21

A Salesforce Administrator is exploring the capabilities of Einstein Copilot to enhance user interaction within their organization. They are particularly interested in how Einstein Copilot processes user requests and the mechanism it employs to deliver responses. The administrator is evaluating whether Einstein Copilot directly interfaces with a large language model (LLM) to fetch and display responses to user inquiries, facilitating a broad range of requests from users.

How does Einstein Copilot handle user requests In Salesforce?

Options:

A.

Einstein Copilot will trigger a flow that utilizes a prompt template to generate the message.

B.

Einstein Copilot will perform an HTTP callout to an LLM provider.

C.

Einstein Copilot analyzes the user's request and LLM technology is used to generate and display the appropriate response.

Question 22

Universal Containers wants to use an external large language model (LLM) in Prompt Builder.

What should an AI Specialist recommend?

Options:

A.

Use Apex to connect to an external LLM and ground the prompt.

B.

Use BYO-LLM functionality in Einstein Studio,

C.

Use Flow and External Services to bring data from an external LLM.

Question 23

Universal Containers (UC) wants to create a new Sales Email prompt template in Prompt Builder using the "Save As" function. However, UC notices that the new template produces different results compared to the standard Sales Email prompt due to missing hyperparameters.

What should UC do to ensure the new prompt template produces results comparable to the standard Sales Email prompts?

Options:

A.

Use Model Playground to create a model configuration with the specified parameters.

B.

Manually add the hyperparameters to the new template.

C.

Revert to using the standard template without modifications.

Question 24

An Al Specialist is tasked with creating a prompt template for a sales team. The template needs to generate a summary of all related opportunities for a given Account.

Which grounding technique should the Al Specialist use to include data from the related list of opportunities in the prompt template?

Options:

A.

Use the merge fields to reference a custom related list of opportunities.

B.

Use merge fields to reference the default related list of opportunities.

C.

Use formula fields to reference the Einstein related list of opportunities.

Question 25

Universal Containers' service team wants to customize the standard case summary response from Einstein Copilot.

What should the AI Specialist do to achieve this?

Options:

A.

Customize the standard Record Summary template for the Case object,

B.

Summarize the Case with a standard copilot action.

C.

Create a custom Record Summary prompt template for the Case object.

Question 26

Which use case is best supported by Salesforce Einstein Copilot's capabilities?

Options:

A.

Bring together a conversational interface for interacting with AI for all Salesforce users, such as developers and ecommerce retailers.

B.

Enable Salesforce admin users to create and train custom large language models (LLMs) using CRM data.

C.

Enable data scientists to train predictive AI models with historical CRM data using built-in machine learning capabilities

Question 27

Universal Containers (UC) wants to improve the efficiency of addressing customer questions and reduce agent handling time with AI- generated responses. The agents should be able to leverage their existing

knowledge base and identify whether the responses are coming from the large language model (LLM) or from Salesforce Knowledge.

Which step should UC take to meet this requirement?

Options:

A.

Turn on Service AI Grounding, Grounding with Case, and Service Replies.

B.

Turn on Service Replies, Service AI Grounding, and Grounding with Knowledge.

C.

Turn on Service AI Grounding and Grounding with Knowledge.

Question 28

Leadership needs to populate a dynamic form field with a summary or description created by a large language model (LLM) to facilitate more productive conversations with customers. Leadership also

wants to keep a human in the loop to be considered in their AI strategy.

Which prompt template type should the AI Specialist recommend?

Options:

A.

Sales Email

B.

Field Generation

C.

Record Summary