[Jun-2026] The Best Salesforce Certified Administrator Plat-Admn-201 Professional Exam Questions [Q11-Q29]

Share

[Jun-2026] The Best Salesforce Certified Administrator Plat-Admn-201 Professional Exam Questions

Try 100% Updated Plat-Admn-201 Exam Questions [2026]


Salesforce Plat-Admn-201 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Object Manager and Lightning App Builder: This domain focuses on Salesforce data architecture, including object relationships, field customization, page layout management, and understanding the implications of field deletions on dependent features.
Topic 2
  • Productivity and Collaboration: This domain addresses activity management, Chatter collaboration, Salesforce mobile app customization, and AppExchange applications including managed and unmanaged packages.
Topic 3
  • Automation: This domain covers automation tools for streamlining business processes, including assignment and escalation rules, Flow configuration for various scenarios, and approval process setup.
Topic 4
  • Configuration and Setup: This domain covers foundational administrative tasks including company settings, user interface configuration, user management with licenses and access controls, and implementing security measures through login restrictions and the Salesforce sharing model.

 

NEW QUESTION # 11
A Platform Administrator at Cloud Kicks has created a screen flow to help service reps ask the same set of questions when customers call in with issues. This screen should be visible from cases. How should the administrator distribute the screen flow?

  • A. Component Filter
  • B. Lightning Page
  • C. Home Page
  • D. Page Layout

Answer: B

Explanation:
To make a Screen Flow available to users on a specific record, such as a Case, the Platform Administrator should add the Flow component to the Lightning Record Page. Using the Lightning App Builder, the admin can drag the Flow component onto the page and select the specific
"Service Question" flow from the list. This allows the flow to be embedded directly into the workspace where the service reps are already looking at case details. While flows can be placed on a Home Page (Option B), that would not provide the case-specific context needed for the reps.
Page Layouts (Option A) are used for standard fields and related lists but do not natively host dynamic screen flow components. Component Filters (Option D) are used to show or hide the flow based on certain criteria, but the distribution itself is handled by placing it on the Lightning Page.


NEW QUESTION # 12
Cloud Kicks wants to leverage roll-up summaries on the Account object. Which standard object supports this roll-up summary natively?

  • A. Contact
  • B. Opportunity
  • C. Case
  • D. Campaigns

Answer: B

Explanation:
A Roll-up Summary Field is a powerful feature that calculates values from related records and displays them on a master record. However, this functionality is natively available only on the "Master" side of a Master-Detail relationship. For standard objects, Salesforce provides a built-in Master-Detail-like relationship between Accounts and Opportunities . Specifically, the Account object acts as the master, and the Opportunity object acts as the detail. This relationship allows a Platform Administrator to create roll-up summary fields on the Account to calculate the sum of "Total Opportunity Amount," the "Minimum Close Date," or a "Count" of all related opportunities . Other standard objects like Contacts (Option B) and Cases (Option C) have a lookup relationship to Accounts rather than a master-detail relationship, and therefore do not support native roll-up summaries20. Campaigns (Option D) also do not share this specific relationship with Accounts21. If an administrator needs to roll up data from these other objects, they would typically need to use a custom solution like Flow Builder or a third-party app, whereas Opportunities are supported natively out of the box .


NEW QUESTION # 13
What is the next step an agent performs when the tasks within an agentic loop are all unsatisfactory?

  • A. Gives an error message
  • B. Routes to a live agent
  • C. Provides the best answer possible with caveats
  • D. Asks for additional information

Answer: D

Explanation:
In an agentic loop, the AI agent iteratively tries to solve a user's request by calling actions and evaluating the results. If the results of those actions are unsatisfactory (e.g., the data returned doesn't answer the prompt or a required input is missing), the agent's next logical step is to ask for additional information. By clarifying the user's intent or requesting the missing data point, the agent can initiate a new loop with better inputs. Giving up with an error message (Option B) or providing a "best guess" (Option A) are considered failures of the reasoning process. Routing to a live agent (Option C) is an escalation step that typically happens after the agent has failed to resolve the issue even after clarification, or if the user explicitly asks for human help.


NEW QUESTION # 14
Cloud Kicks' management team is hoping to increase user productivity by switching to consoles instead of the current traditional Salesforce user interface. What should a Platform Administrator use to implement this request?

  • A. App Builder
  • B. App Manager
  • C. Screen Flow
  • D. Omni-Channel

Answer: B

Explanation:
To transition users from a standard "tab-based" application to a Lightning Console app, the Platform Administrator must use the App Manager in Setup. The App Manager is where all Lightning apps are created, edited, and assigned to user profiles. Within the App Manager, the admin can create a new app and select "Console Navigation" as the navigation style39. Console apps allow users to work on multiple records simultaneously in a workspace tab-based layout, which is highly effective for productivity in fast-paced environments like sales or support40. The Lightning App Builder (Option A) is used to design the pages within the app, but the app's overall structure and navigation style are defined in the App Manager41. Screen Flow (Option B) and Omni-Channel (Option D) are specialized tools that can be used within a console but do not create the console app itself.


NEW QUESTION # 15
A sales rep has a list of 300 accounts with contacts that they want to load at one time. Which tool should a Platform Administrator utilize to import the records to Salesforce?

  • A. Dataloader.io
  • B. Manual Import
  • C. Data Loader
  • D. Data Import Wizard

Answer: D

Explanation:
The Data Import Wizard is the ideal tool for importing a relatively small number of records (up to
50,000) when those records involve standard objects like Accounts and Contacts simultaneously.
One of the unique strengths of the Data Import Wizard is its ability to handle "Account and Contact" imports in a single pass, automatically linking the contacts to the correct accounts based on name or site. Because the volume in this request is only 300 records, the Data Import Wizard provides a simple, browser-based interface that includes built-in duplicate checking, which is highly beneficial for maintaining data quality. While the Data Loader (Option D) and Dataloader.io (Option A) can also handle 300 records, they are typically reserved for much larger datasets (up to 5 million records) or more complex objects. The "Wizard" is the most user-friendly and efficient choice for this specific sales rep request.


NEW QUESTION # 16
A Platform Administrator wants to customize the navigation menu for users in the Salesforce mobile app. The organization has not yet implemented any Lightning apps for mobile use. Which statement about the Mobile Only app navigation is correct?

  • A. The Mobile Only app automatically includes all standard Salesforce objects in the navigation menu based on user permissions.
  • B. The first four items in the Mobile Only navigation menu appear both in the navigation menu and in the navigation bar at the bottom of the screen.
  • C. The Mobile Only app can be customized to show different navigation menus for different user profiles and permission sets.
  • D. Lightning pages and Visualforce pages automatically appear in the Mobile Only navigation menu without requiring tabs to be created first.

Answer: B

Explanation:
The Mobile Only app is the default navigation experience in the Salesforce mobile app when no other Lightning apps have been assigned to a user for mobile use64. In this configuration, the navigation menu is controlled globally via the "Salesforce Navigation" setup page6565. A key behavior of this interface is that the first four items placed in the navigation list become the "persistent" icons that appear in the navigation bar at the bottom of the mobile screen for quick access66. These same items also appear at the top of the "Menu" tab67. Option A is incorrect because pages must have a corresponding Tab created before they can be added to the navigation menu68. Option B is incorrect because the "Mobile Only" navigation is a single global setting for the entire org; if you need different menus for different profiles, you must create and deploy specific Lightning Apps69. Option D is incorrect because standard objects do not appear automatically; the administrator must explicitly add them to the navigation list in Setup70. Understanding this behavior is essential for ensuring mobile users have a streamlined and intuitive interface


NEW QUESTION # 17
The VP of sales at AW Computing would like sales reps to check in with their top account every Monday. The VP would like a dashboard component to show the status of the check-ins. What should a Platform Administrator configure to remind the reps to contact their top account?

  • A. Enable the creation of recurring tasks.
  • B. Create a time-based workflow task.
  • C. Use a process email alert on the account.
  • D. Add the email action to the page layout.

Answer: A

Explanation:
To ensure a consistent, weekly "check-in" occurs, the Platform Administrator should enable the creation of recurring tasks. This feature allows a sales rep to create a single task (e.g., "Monday Check-in") and set a recurring frequency of "Weekly" on "Mondays." Salesforce then automatically generates the next task in the series once the current one is completed. This is the most effective way to provide reps with a constant reminder in their task list. Additionally, because these are standard Task records, the administrator can easily build a report and a dashboard component to track the completion status of these check-ins for the VP. Time-based workflow (Option A) is typically for one-off alerts based on a date field, not for a permanent weekly habit. Email actions (Option C) and alerts (Option D) notify users but do not create the trackable task record required for the dashboard component.


NEW QUESTION # 18
A Platform Administrator at Ursa Major Solar wants to add prepopulated subjects for Tasks and Events. Tasks should have the subjects "Schedule Site Visit" and "Send Contract", while Events should have the subjects "Site Visit" and "Ride Along". What should the administrator configure to achieve this requirement?

  • A. Add Schedule Site Visit and Send Contract picklist values for the Task subject field. Add Site Visit and Ride Along picklist values for the Event subject field.
  • B. Include Schedule Site Visit, Send Contract, Site Visit, and Ride Along picklist values for the Activity subject field.
  • C. Add the new values to the predefined field values for the global actions New Event and New Task.
  • D. Create a new custom Subject picklist field on Activity and add the field values.

Answer: A

Explanation:
Tasks and Events are both part of the Activity object, but they often require different picklist values for the standard Subject field. To achieve this, the Platform Administrator must manage the picklist values for the Subject field specifically for each record type or activity type. In the Object Manager, under the Activity object (or Task/Event objects individually in some setups), the admin should edit the Subject field. Because Task and Event are distinct entities with their own picklist value sets for the Subject field, the admin can add "Schedule Site Visit" and "Send Contract" to the Task Subject list and "Site Visit" and "Ride Along" to the Event Subject list. This ensures that when a user creates a Task, they only see task-related subjects, and when they create an Event, they see event-related subjects. Option D is incorrect because it would mix all values together, causing confusion for the users. Option A (Predefined Field Values) is used to set a single default value for a field when an action is clicked, but it does not manage the available list of options in a picklist.


NEW QUESTION # 19
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. Permission Sets
  • B. Field-Level Security
  • C. Sharing Rules
  • D. Restriction Rules

Answer: C

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 # 20
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? 55

  • A. Add Cross Filters to switch between the three customer service teams.
  • B. Create a Dashboard that uses Dashboard filters to show specific team data.
  • C. Create a Dashboard with widgets specific to each team.
  • D. Create separate Dashboards for each Customer Support team.

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 interface61. 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 # 21
Ursa Major Solar is adding objects to a custom report type. How many objects, maximum, can be added to this report type?

  • A. Unlimited as long as the objects have associations
  • B. Two as long as the objects have associations
  • C. One as long as the object has a master-child relationship
  • D. Four as long as the objects have associations

Answer: D


NEW QUESTION # 22
Cloud Kicks wants Agentforce to adapt its behavior based on real-time customer input. Which feature directly enables this capability? 1

  • A. Tableau
  • B. Data Cloud
  • C. Screen flow
  • D. Custom actions

Answer: D

Explanation:
Agentforce is built to be dynamic, meaning it doesn't just follow a static script but rather "reasons" through a problem using an agentic loop. The feature that directly allows an agent to adapt its behavior and take specific, real-time steps based on customer input is Custom Actions3. When a customer provides information-such as a specific order number or a request to change an address-the agent identifies the user's intent and selects the most relevant action to execute4. These actions can be powered by Flows, Apex, or Prompt Templates, giving the agent the ability to interact with Salesforce data in real-time. While Data Cloud (Option A) provides the data foundation for grounding, it is the actions themselves that define the agent's behavioral capabilities6. Screen flows (Option C) provide a guided UI for humans, but custom actions are what allow the agent to function autonomously7. Tableau (Option D) is an analytics tool and does not drive real-time agent behavior8.


NEW QUESTION # 23
Users have reported that the new Lightning account record page is loading very slowly. Which feature should a Platform Administrator use to determine the cause of the performance issues?

  • A. Lightning Usage App
  • B. Lightning App Builder Analytics
  • C. Lightning Page Visibility Rule
  • D. Lightning Analytics

Answer: B


NEW QUESTION # 24
A sales rep at Ursa Major Solar has launched a series of networking events. They are hosting one event per month and want to be able to report on Campaign ROI by month and series. How should a Platform Administrator set up the Campaign to simplify reporting?

  • A. Create individual Campaigns that all have the same name.
  • B. Use Campaign Hierarchy where the monthly events roll up to a parent Campaign.
  • C. Configure Campaign Member Statuses to record which event Members attended.
  • D. Add different record types for the monthly event types.

Answer: B

Explanation:
To organize related marketing initiatives and simplify reporting, Salesforce utilizes Campaign Hierarchies. A hierarchy allows an administrator to link multiple campaigns together using the
"Parent Campaign" field. In this scenario, the admin should create a "Parent" campaign to represent the entire networking series and then create individual "Child" campaigns for each monthly event. This structure provides two major benefits: it allows the sales rep to see the specific performance (ROI, members, responses) of a single monthly event, and it uses
"Hierarchy Total" fields to automatically roll up all those metrics to the parent level. This provides a holistic view of the entire series' success without requiring complex manual calculations. Using the same name for campaigns (Option A) leads to data confusion, and while member statuses (Option B) are useful, they do not provide the structural "series vs. month" reporting required here. Campaign Hierarchy is the standard architectural approach for multi-touch or recurring marketing efforts.


NEW QUESTION # 25
When a qualified lead is converted, what happens to its related records?

  • A. Campaign history is attached to the resulting contact, account, and opportunity records.
  • B. Records from custom objects are attached to the resulting contact, account, and opportunity records.
  • C. Open activities only are attached to the resulting contact, account, and opportunity records.
  • D. All activities are attached to the resulting contact, account, and opportunity records.

Answer: D

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 # 26
A sales manager receives a URL to a Dashboard folder containing several dashboards. However, when the sales manager clicks on the URL, a message appears stating, "We couldn't find the record you're trying to access." What is the reason for this?

  • A. View access has not been granted to the Dashboard folder.
  • B. The sales manager needs the correct sales user profile.
  • C. The Dashboard folder is set to Private.
  • D. The sales manager does not have the correct permission set.

Answer: A

Explanation:
In Salesforce, access to reports and dashboards is controlled at the Folder level. Even if a user has the direct URL to a dashboard, they cannot view it unless the folder containing that dashboard has been shared with them. When a user receives the "We couldn't find the record" error, it typically means they lack View access to the folder. To resolve this, the owner of the folder (or an administrator) must go to the folder's sharing settings and explicitly add the sales manager, their role, or a public group they belong to. Options A and B are less likely because standard sales profiles usually have the general "Run Reports" and "View Dashboards" permissions; the issue here is specific record-level access to that folder's content. Option C is a specific state of a folder (Private to the creator), which is essentially the same as saying access has not been granted to others.


NEW QUESTION # 27
Northern Trail Outfitters has two different sales processes: one for business opportunities with four stages and one for partner opportunities with eight stages. Both processes will vary in page layouts and picklist value options. What should a Platform Administrator configure to meet these requirements?

  • A. Separate record types and sales processes for the different types of opportunities
  • B. Validation rules that ensure that users are entering accurate sales stage information
  • C. Different page layouts that control the picklist values for the opportunity types
  • D. Public groups to limit record types and sales processes for opportunities

Answer: A

Explanation:
To manage different business requirements for a single object like Opportunities, Salesforce utilizes a combination of Record Types and Sales Processes. A Sales Process is a specific feature for the Opportunity object that allows an administrator to select which "Stage" picklist values are visible. In this scenario, the admin would create one Sales Process for "Business" (4 stages) and another for "Partner" (8 stages). Once these processes are defined, they are linked to Record Types. Record Types are the engine that allows different users to see different Page Layouts and picklist options based on the "type" of record they are creating. This architecture ensures that users working on Partner deals are guided through the appropriate eight stages and see the relevant fields on their layout, while Business users have a streamlined four-stage experience. This separation is critical for maintaining data integrity and ensuring that the reporting for each pipeline is accurate. It prevents confusion by only showing users the options that are relevant to the specific context of the deal they are managing.


NEW QUESTION # 28
Sales managers would like to know what could be implemented to surface important values based on the stage of the opportunity? Which tool should a Platform Administrator use to meet this requirement?

  • A. Opportunity Processes
  • B. Workflow Rules
  • C. Path Key Fields
  • D. Dynamic Forms

Answer: C

Explanation:
The Opportunity Path is a visual tool that guides sales reps through the stages of a sales cycle. One of its most powerful features for administrators is the ability to define Key Fields for each individual stage. For example, when an opportunity is in the "Discovery" stage, the administrator can choose to display fields like "Budget" and "Decision Maker." When the deal moves to "Negotiation," the Path can be configured to surface "Contract Terms" and "Discount Percentage." This ensures that reps are prompted to enter and review the most relevant data at exactly the right time in the process. While Dynamic Forms (Option D) can show or hide fields on the main record page, the Path specifically organizes this information at the top of the record in a way that is directly tied to the sales methodology. Workflow Rules (Option A) are a legacy automation tool that cannot modify the user interface. Path Key Fields empower sales teams to maintain focus and data accuracy throughout the deal lifecycle.


NEW QUESTION # 29
......

Plat-Admn-201 Exam Questions Get Updated [2026] with Correct Answers: https://www.ipassleader.com/Salesforce/Plat-Admn-201-practice-exam-dumps.html

Pass Plat-Admn-201 Exam - Real Questions and Answers: https://drive.google.com/open?id=1m1YSJ9TxRGL1tsrI1ygJJriGpGM1Ho64