
Plat-Admn-201 PDF Dumps 2026 Exam Questions with Practice Test
Dumps for Free Plat-Admn-201 Practice Exam Questions
NEW QUESTION # 16
Cloud Kicks has three teams of customer service reps that use a custom field on the Case object to populate the team assigned to manage the tickets. The customer support manager would like a Custom Dashboard to show data specific to each team. What should a Platform Administrator do to meet this requirement?
- A. Create separate Dashboards for each Customer Support team.
- B. Create a Dashboard that uses Dashboard filters to show specific team data.
- C. Create a Dashboard with widgets specific to each team.
- D. Add Cross Filters to switch between the three customer service teams.
Answer: B
Explanation:
To avoid the administrative burden of creating and maintaining multiple identical dashboards for different teams, a Platform Administrator should use Dashboard Filters. By adding a filter based on the "Team Assigned" custom field, the administrator can create a single dashboard that the manager can toggle between "Team A," "Team B," and "Team C". Each time a filter value is selected, all components on the dashboard that use that field (or a mapped equivalent) will automatically refresh to show the data relevant only to that team. Creating separate dashboards (Option A) is inefficient and leads to "dashboard sprawl". Adding specific widgets for every team on one dashboard (Option B) would result in a cluttered and confusing interface. Cross Filters (Option D) are a reporting feature used to filter records based on their relationship to other objects, not a dashboard-level viewing tool.
NEW QUESTION # 17
A Platform Administrator is creating a new action instruction for an agent. This action, named createCase, is designed to generate a new Salesforce Case record based on the user's conversation with the agent. Which set of Action Instructions should the administrator use for the createCase action, according to best practices for action instructions?
- A. "Creates a new case record in the system for any type of customer inquiry. The purpose of this is to ensure a record of the interaction is saved."
- B. "The createCase code snippet is configured to create a case. It runs in the background to handle the user's request to log a new issue. Its purpose is to solve the customer's issue."
- C. "Use this action to create a new Salesforce Case record. The goal is to document a customer's issue in the system. Use this when the user's intent is to create a formal record of their problem or question."
- D. "This action provides the ability to create a new case record in the Salesforce system. Its function is to simply save customer information as a record. Use this when the user wants to create a case."
Answer: C
Explanation:
Best practices for Agentforce Action Instructions emphasize clarity, intent, and specific usage scenarios to help the LLM (Large Language Model) understand exactly when and why to trigger an action13. Option B is the best choice because it explicitly defines the Action (create a Case), the Goal (document a customer's issue), and the User Intent (formal record of a problem or question)14. High-quality instructions act as a guide for the agent's reasoning process15. Vague instructions, like those in Option A or C, may lead to the agent triggering the action at inappropriate times, such as during a simple inquiry that doesn't require a formal case. Instructions that focus on "code snippets" (Option D) are less effective because the LLM needs to understand the functional business context rather than the technical implementation details to interact naturally with the user17.
NEW QUESTION # 18
Northern Trail Outfitters uses a custom Invoice object to collect customer payment information from an external billing system. The Billing System field needs to be filled in on every Invoice record. How should a Platform Administrator ensure this requirement?
- A. Require the field on the record type.
- B. Define an approval process for the field.
- C. Make the field universally required.
- D. Create a flow to update the field.
Answer: C
Explanation:
To ensure that a field is populated on every single record, regardless of how it is created (manually, via API, or through an integration), the best method is to make the field universally required at the field definition level. When a field is marked as "Required" in the Object Manager, the Salesforce database will reject any attempt to save a record if that field is empty. While requiring a field on a Page Layout or Record Type (Option B) provides a good user experience for manual entry, it does not prevent records from being created without that data via the API or background processes. Using a flow (Option A) to update the field is reactive rather than preventative. Universal requirement is the most robust way to maintain data integrity for critical fields like "Billing System" that are essential for reporting and external system alignment.
NEW QUESTION # 19
Sales reps at Ursa Major Solar are having difficulty managing deals. The leadership team has asked a Platform Administrator to help sales reps prioritize and close more deals. What should the administrator configure to help with these issues?
- A. Einstein Search Personalization
- B. Einstein Activity Capture
- C. Einstein Lead Scoring
- D. Einstein Opportunity Scoring
Answer: D
Explanation:
To help sales reps prioritize their pipeline and identify which deals are most likely to close, Einstein Opportunity Scoring is the most effective tool. Part of Salesforce's AI suite, Opportunity Scoring uses machine learning to analyze past won and lost opportunities to assign a score from 1 to 99 to every open deal. The score is accompanied by "Key Factors"-both positive and negative-that explain why the score was given (e.g., "The deal has progressed quickly through stages" or "The close date has been pushed three times"). This allows reps to focus their time on high-scoring deals or take corrective action on deals with low scores. Einstein Lead Scoring (Option B) helps with the intake of new prospects but not with existing deals. Einstein Activity Capture (Option D) automates the logging of emails and events but does not provide prioritization logic. Einstein Search (Option A) improves search results but does not assist in deal management strategy.
NEW QUESTION # 20
A Platform Administrator has been asked to change the data type of an auto number to a text field. What should the administrator be aware of before changing the field?
- A. Existing field values will be converted.
- B. Existing field values will be deleted.
- C. Changing Auto Number field to Text is prevented.
- D. Existing field values will remain unchanged.
Answer: D
Explanation:
In Salesforce, when a Platform Administrator changes a field's data type from Auto Number to Text, the operation is considered "safe" regarding data retention. The existing values that were automatically generated by the system (e.g., "INV-1001") will remain unchanged and stay within the field as static text strings. However, once the change is saved, the system will no longer increment or automatically generate new numbers for future records; users will have to enter data manually. It is important to note that the reverse operation--changing a Text field to an Auto Number--is different, as it would require the administrator to decide whether to overwrite existing data or only number new records. Options B, C, and D are incorrect because Salesforce explicitly supports this specific conversion without deleting or fundamentally transforming the existing data into a different format other than plain text.
NEW QUESTION # 21
Cloud Kicks has implemented an Employee Agent to answer benefits questions for its employees. How should a Platform Administrator prevent the agent from responding to staff members' questions about the CEO's private health plan and benefits?
- A. Modify the agent's instructions and guardrails to block questions related to the CEO's health plan.
- B. Configure assignment rules to assign the agent to employee data.
- C. Train the agent on employee health plans instead of the CEO's health plan.
- D. Ensure the users' permissions and field-level security restrict access to the CEO's health plan.
Answer: D
Explanation:
In the context of Agentforce AI, grounding and data security are paramount. Salesforce AI agents, including Employee Agents, respect the existing security model of the Salesforce organization1. This means that the most effective way to prevent an agent from accessing or disclosing sensitive information, such as a CEO's private health plan, is to leverage Field-Level Security (FLS) and user permissions2. When an agent "grounds" its response, it only considers data that the running user (or the agent's service user) has the permission to view3. If the CEO's health records are stored in fields or records that are restricted via FLS or Sharing Settings from the profiles or permission sets used by the agent's context, the agent will simply not "see" that data during its retrieval phase4. While modifying instructions and guardrails (Option C) provides an additional layer of safety, it is not as foolproof as the underlying security architecture5. Training the agent (Option D) is not a standard configuration step for preventing specific record access in a production environment6. Therefore, maintaining a robust security model is the critical prerequisite for ensuring that AI agents provide accurate and safe responses without leaking confidential business information.
NEW QUESTION # 22
An administrator at DreamHouse Realty needs to create customized pages for the Salesforce mobile app. Which two types of pages should a Platform Administrator build and customize using the Lightning App Builder?
- A. Dashboard page
- B. App page
- C. Record page
- D. User page
Answer: B,C
Explanation:
The Lightning App Builder is the primary tool for creating custom user interfaces in both the desktop and mobile versions of Salesforce. For mobile customization, administrators primarily focus on two page types:
App Page: These are custom "landing pages" or "home pages" for an app. They can contain a mix of components like lists, charts, and flows, and they appear as items in the mobile navigation menu.
Record Page: These allow administrators to customize the layout of a specific object (like an Account or a custom Property record) for mobile users. Admins can use "Component Visibility Rules" to show or hide specific sections when the record is viewed on a mobile device, ensuring a streamlined experience on smaller screens.
There is no such thing as a "User Page" (Option B) in the App Builder. While dashboards can be viewed on mobile, they are created in the Dashboard Builder, not the Lightning App Builder (Option D).
NEW QUESTION # 23
A Platform Administrator at Cloud Kicks has a custom picklist field on Lead, which is missing on the Contact when leads are converted. Which two steps should the administrator take to ensure these values are populated?
- A. Set the picklist field to be required on the Lead object.
- B. Map the picklist field on the Lead to the Contact.
- C. Update the picklist value with a validation rule.
- D. Create a custom picklist field on Contact.
Answer: B,D
Explanation:
When a Lead is converted into an Account, Contact, and Opportunity, standard fields are mapped automatically. However, custom fields require manual configuration to ensure d3ata flows through the conversion process. First, the Platform Administrator must create a corresponding custom picklist field on the Contact object (Option B) with the same values as the Lead field. Second, the administrator must go to the Lead Object Manager, select "Fields & Relationships," and click Map Lead Fields (Option C). Here, the admin explicitly maps the Lead custom picklist to the newly created Contact custom picklist. Without this mapping, the data will be lost during conversion.
Validation rules (Option A) and making the field required (Option D) ensure data exists on the Lead but do not facilitate the transfer of that data to the Contact.
NEW QUESTION # 24
A sales rep typically has several open opportunities for each of their accounts. Which tool should a Platform Administrator suggest to the sales rep to obtain the total number of accounts associated with open opportunities in a report?
- A. Group Rows
- B. Report Filter
- C. Unique Count
- D. Bucket Column
Answer: C
Explanation:
When a report contains many rows where the same Account name appears multiple times (due to having several opportunities), a simple count of rows will not accurately represent the number of distinct accounts. To find the specific number of individual accounts, the Platform Administrator should use the Unique Count feature on the Account Name or Account ID column in the report builder. Selecting "Show Unique Count" provides a total at the bottom of the report (and in summary groupings) that counts each unique value only once, regardless of how many times it appears in the list. Bucket Columns (Option A) group data into categories46. Report Filters (Option B) exclude records47. Grouping Rows (Option D) visually organizes the report by Account but does not inherently provide a single summary number for the count of distinct accounts in the way that Unique Count does.
NEW QUESTION # 25
A Platform Administrator at Cloud Kicks has created an approval process for time-off requests. Which two automated actions are available for the administrator to add as part of the approval process?
- A. Email Alert
- B. Autolaunched Flow
- C. Chatter Post
- D. Field Update
Answer: A,D
Explanation:
Salesforce Approval Processes allow administrators to define a series of steps to automate the approval of records. Within these processes, there are four specific types of automated actions that can be triggered during initial submission, approval, rejection, or recall:
Field Update: Used to change a value on the record, such as switching a "Status" field from "Pending" to "Approved." Email Alert: Used to send a templated email to specific users, such as notifying the submitter that their request was granted.
Task: Used to assign a follow-up task to a user.
Outbound Message: Used to send technical data to an external system via API.
While modern automation tools like Flow can post to Chatter or launch other flows, the native approval process engine is limited to these four specific actions. For a "time-off request" scenario, an Email Alert ensures the employee is notified, and a Field Update ensures the record reflects the new status, providing a clear audit trail of the business decision.
NEW QUESTION # 26
A Platform Administrator has been asked to change the data type of an auto number to a text field. What should the administrator be aware of before changing the field? 99
- A. Existing field values will be converted.
- B. Existing field values will be deleted.
- C. Changing Auto Number field to Text is prevented.
- D. Existing field values will remain unchanged.
Answer: D
Explanation:
In Salesforce, when a Platform Administrator changes a field's data type from Auto Number to Text, the operation is considered "safe" regarding data retention. The existing values that were automatically generated by the system (e.g., "INV-1001") will remain unchanged and stay within the field as static text strings12. However, once the change is saved, the system will no longer increment or automatically generate new numbers for future records; users will have to enter data manually. It is important to note that the reverse operation-changing a Text field to an Auto Number-is different, as it would require the administrator to decide whether to overwrite existing data or only number new records14. Options B, C, and D are incorrect because Salesforce explicitly supports this specific conversion without deleting or fundamentally transforming the existing data into a different format other than plain text.
NEW QUESTION # 27
Sales reps at Ursa Major Solar are having difficulty managing deals. The leadership team has asked a Platform Administrator to help sales reps prioritize and close more deals. What should the administrator configure to help with these issues?
- A. Einstein Search Personalization
- B. Einstein Activity Capture
- C. Einstein Lead Scoring
- D. Einstein Opportunity Scoring
Answer: D
Explanation:
To help sales reps prioritize their pipeline and identify which deals are most likely to close, Einstein Opportunity Scoring is the most effective tool. Part of Salesforce's AI suite, Opportunity Scoring uses machine learning to analyze past won and lost opportunities to assign a score from
1 to 99 to every open deal. The score is accompanied by "Key Factors"--both positive and negative--that explain why the score was given (e.g., "The deal has progressed quickly through stages" or "The close date has been pushed three times"). This allows reps to focus their time on high-scoring deals or take corrective action on deals with low scores. Einstein Lead Scoring (Option B) helps with the intake of new prospects but not with existing deals. Einstein Activity Capture (Option D) automates the logging of emails and events but does not provide prioritization logic. Einstein Search (Option A) improves search results but does not assist in deal management strategy.
NEW QUESTION # 28
When a qualified lead is converted, what happens to its related records?
- A. All activities are attached to the resulting contact, account, and opportunity records.
- B. Open activities only are attached to the resulting contact, account, and opportunity records.
- C. Campaign history is attached to the resulting contact, account, and opportunity records.
- D. Records from custom objects are attached to the resulting contact, account, and opportunity records.
Answer: A
Explanation:
During the Lead Conversion process, Salesforce automatically transfers the history and interaction data associated with the Lead to the newly created Account, Contact, and Opportunity.
This includes all activities, meaning both Open Activities (like upcoming tasks or events) and Activity History (like past emails or logged calls) are attached to the resulting records to maintain a complete customer timeline. Campaign history is also typically associated with the resulting Contact, but the question specifically asks about "related records" in a broader sense, and the transfer of all activities is a primary mechanical function of the conversion. Option A is incorrect because custom object records do not automatically move unless specific custom mapping or code is in place. Option B is incorrect because the system does not limit the transfer to only open activities.
NEW QUESTION # 29
A user's profile can be controlled by which three settings? Choose 3 options.
- A. Feature license assignment
- B. Locale settings
- C. Record type assignment
- D. Assigned apps
- E. Security at the field-level
Answer: C,D,E
NEW QUESTION # 30
A VP of sales needs to report on records owned by individuals in various parts of the role hierarchy. The organization-wide default is set to Private. What should a Platform Administrator configure to achieve this?
- A. Restriction Rules
- B. Sharing Rules
- C. Permission Sets
- D. Field-Level Security
Answer: B
Explanation:
When the Organization-Wide Default (OWD) for an object is set to Private, users can only see records they own or those shared with them. While the Role Hierarchy automatically grants
"upward" visibility (managers see what subordinates own), it does not naturally allow for "lateral" visibility or visibility across different branches of the hierarchy. To solve this, a Platform Administrator should use Sharing Rules. Sharing Rules allow the admin to create exceptions to the Private OWD based on record ownership or specific criteria. For example, the admin can create an "Owner-based Sharing Rule" that shares all records owned by the "East Coast Sales" role with the VP of Sales (or a Public Group the VP belongs to). This provides a scalable way to grant the necessary visibility for reporting without making the data public to the entire company.
Sharing Rules are a core security feature that ensures the right people have access to the right data while maintaining the principle of least privilege.
NEW QUESTION # 31
The sales reps at Cloud Kicks should be able to report on each other's account and opportunity records with the organization-wide default for Account and Opportunity both set to Private. What should a Platform Administrator do to achieve this?
- A. Create an Account and Opportunity report to show any owned by each member of the Sales Team and save the report into a shared report folder.
- B. Utilize Apex sharing to programmatically share records between a group of Sales Rep users.
- C. Create manual sharing to share specific account and opportunity records between the sales reps.
- D. Create an owner-based sharing rule for Accounts with sharing between a Public Group of Sales Reps and Read Only Opportunity Access.
Answer: D
Explanation:
In a Private sharing model, users cannot see records they do not own unless they are shared. An Owner-based Sharing Rule is the standard way to grant this access at scale. By creating a rule that shares records owned by members of a "Sales Reps" Public Group with that same Public Group, the administrator allows all reps to see each other's accounts. Furthermore, because Account and Opportunity share a relationship, the sharing rule can be configured to grant "Read Only" (or higher) access to the associated Opportunity records simultaneously. Option B is incorrect because simply placing a report in a folder does not bypass record-level security (users will see an empty report). Option C and D are inefficient for granting broad, group-based access that can be handled via standard configuration.
NEW QUESTION # 32
......
Check your preparation for Salesforce Plat-Admn-201 On-Demand Exam: https://www.surepassexams.com/Plat-Admn-201-exam-bootcamp.html
Plat-Admn-201 Dumps PDF And Certification Training: https://drive.google.com/open?id=1eRlCnav4VigezIMynyoqNIjIV5X2tN0o