Last Updated On : 29-Jun-2026


Salesforce Certified Platform App Builder - Plat-Admn-202 Practice Test

Prepare with our free Salesforce Certified Platform App Builder - Plat-Admn-202 sample questions and pass with confidence. Our Platform-App-Builder practice test is designed to help you succeed on exam day.

336 Questions
Salesforce 2026

Sales representatives want to capture custom Feedback record details related to each Account. The sales reps want to accomplish this with minimal clicks on mobile. Which two solutions should be recommended in order to meet this requirement? Choose 2 answers

A. Create a single-specific action in Account

B. Create a feedback object as a parent of Account

C. Create a global action on Account

D. Create predefined values for most of the fields

A.   Create a single-specific action in Account
D.   Create predefined values for most of the fields

Explanation:

This question tests knowledge of Salesforce mobile usability and record creation efficiency. Sales reps need to capture Feedback records related to Accounts with minimal clicks on mobile devices. Quick actions reduce navigation steps, and predefined field values eliminate manual data entry. The combination of an Account-specific quick action and default field values provides the fastest mobile experience.

✔️ Correct Option (A): Create a single-specific action in Account (object-specific quick action).
An object-specific quick action placed on the Account page layout allows sales reps to create a Feedback record directly from the Account detail page with one tap. This eliminates the need to navigate to the Feedback tab or search for the parent Account ID, significantly reducing clicks on mobile.

✔️ Correct Option (D): Create predefined values for most of the fields.
Predefining default values for Feedback fields (e.g., default Status, Type, or Rating) minimizes manual data entry. On mobile, typing is slow and error-prone. Default values allow reps to accept suggested values or change only a few fields, making record creation faster and more accurate.

❌ Incorrect Option (B): Create a feedback object as a parent of Account.
Making Feedback the parent of Account would create an incorrect data model. Feedback should be a child (detail) of Account (master) because one Account can have many Feedback records. A parent-child reversal would break standard reporting and make data entry illogical.

❌ Incorrect Option (C): Create a global action on Account.
This option is poorly phrased. A global action is not "on Account" – it appears globally in the Salesforce action bar. While a global action can create a Feedback record, it does not auto-populate the Account lookup field. Reps would manually search for the Account, adding extra clicks. An object-specific action on Account is superior for this requirement.

🔧 Reference:
→ Salesforce Help: Quick Actions for Mobile – Confirms object-specific quick actions reduce clicks on mobile by pre-populating parent record lookups.
→ Salesforce Trailhead: Minimize Data Entry with Default Values – Explains how predefined field values speed up record creation on mobile devices.

An app builder needs to modify an existing Process Builder that automates some of the work being done by the sales team. What are three capabilities of Process Builder that improve productivity?
Choose 3 answers

A. Create a child record.

B. Start an additional message.

C. Update a related record.

D. Send an email alerts.

E. Delete a related record.

A.   Create a child record.
C.   Update a related record.
D.   Send an email alerts.

Explanation:

This question assesses the app builder’s knowledge of Process Builder’s automation features that enhance sales team productivity by automating repetitive tasks, ensuring data consistency, and improving communication.

✅ Correct Options:

A. Create a child record.
Process Builder enables the automatic creation of child records, such as Tasks, Events, or Opportunity Products, based on defined criteria. This reduces manual data entry for sales reps, ensures all related records are created consistently, and accelerates processes like follow-up task generation after an Opportunity stage change.

C. Update a related record.
This capability allows automatic updates to the current record or any related parent or child records. It helps maintain data accuracy across objects (e.g., updating Account fields when an Opportunity is closed), eliminates the need for users to manually edit multiple records, and supports real-time synchronization.

D. Send an email alerts.
Process Builder can trigger email alerts using predefined templates to customers, partners, or internal teams. This automates important notifications, such as sending confirmation emails after training registration or deal closure updates, resulting in faster communication and reduced manual outreach effort.

❌ Incorrect options:

B. Start an additional message.
This is not a valid Process Builder action. While Chatter posts are possible, “Start an additional message” does not represent any standard functionality in Process Builder.

E. Delete a related record.
Process Builder does not support deleting records. Record deletion is only available in Flow Builder, making this option incorrect for Process Builder capabilities.

🔧 Reference:
Process Builder Overview - Salesforce Help
Details all available actions in Process Builder for automation.

→ Process Builder Actions - Salesforce Help
Explains record creation, updates, and email alert capabilities.

The training team at Northern Trail Outfitters uses a custom Training object to track customer training sessions. An app builder needs to create a relationship between the Training object and the related Students ' record. Which two behaviors should an app builder take into consideration?
Choose 2 answers

A. On Student record, users can set up Roll-up summary field on Training records.

B. Cross-object field updates behavior Training and Student records are not supported.

C. On Training record, the Student Lookup field can be made optional.

D. On Training record, users can only delete Students, if they have access to it.

B.   Cross-object field updates behavior Training and Student records are not supported.
C.   On Training record, the Student Lookup field can be made optional.

Explanation:

This question tests knowledge of Lookup Relationship behavior in Salesforce. Unlike Master-Detail relationships, Lookup relationships have specific limitations around roll-up summaries, field updates, and field requirements. An app builder must understand these constraints when designing object relationships to avoid functional gaps.

✔️ Correct Options:

B. Cross-object field updates behavior Training and Student records are not supported.
In a Lookup relationship, cross-object field updates through workflow rules or process automation are not supported. This is a key limitation compared to Master-Detail relationships. App builders must account for this when designing automation logic between Training and Student records, and use alternative tools like Flow if updates are needed.

C. On Training record, the Student Lookup field can be made optional.
In a Lookup relationship, the relationship field is not required by default — it can be left blank. This gives flexibility for Training records to exist without being tied to a Student. This is a defining behavior of Lookup vs. Master-Detail, where the relationship field is always mandatory on the child record.

❌ Incorrect Options:

A. On Student record, users can set up Roll-up summary field on Training records.
Roll-up summary fields are only available in Master-Detail relationships, not Lookup relationships. Since the Training-Student relationship is a Lookup, creating roll-up summary fields on the Student object to aggregate Training data is not supported natively in Salesforce.

D. On Training record, users can only delete Students, if they have access to it.
This statement is misleading and inaccurate in this context. In a Lookup relationship, deleting a Student record does not cascade-delete Training records. Deletion access is governed by object-level permissions independently. This is not a behavior specific to the Lookup relationship design being discussed here.

🔧 Reference:
→ Salesforce Help – Salesforce Help: Considerations for Object Relationships
Confirms limitations of Lookup relationships including roll-up summary and cross-object field update restrictions.

→ Salesforce Help – Defining Relationships Between Objects
Confirms that Lookup relationship fields can be optional and explains key behavioral differences from Master-Detail.

A manager built out a new Account report and wants to add a chart of the data to account records. An app builder tried to use the Report Chart component but was unable to find the manager ' s report. What are two reasons the app builder is unable to see the report? Choose 2 answers

A. The report has no data in it.

B. The app builder did not create the report.

C. The report is in the manager ' s Private reports folder

D. The report does not have a chart.

C.   The report is in the manager ' s Private reports folder
D.   The report does not have a chart.

Explanation:

This question tests your understanding of the requirements for embedding report charts into record pages using Lightning App Builder. It evaluates your knowledge of report visibility sharing rules and the structural prerequisites of the source report itself.

✅ Correct Options:

✅ C. The report is in the manager's Private reports folder.
Reports stored in a user's Private reports folder are strictly visible only to the person who owns that folder. Because the manager saved it privately, the app builder cannot access or view the report, making it unavailable for selection within the Report Chart component on the Account record page.

✅ D. The report does not have a chart.
The Report Chart component can only reference and display reports that already contain a pre-configured chart in the Report Builder. If the manager built the report but did not explicitly add a chart layout to it, the report will not appear as an eligible option in the Lightning App Builder.

❌ Incorrect options:

❌ A. The report has no data in it.
A report with zero data records will still be visible and selectable within the Report Chart component, provided it is saved in a shared folder and has a chart component added. The chart would simply render as empty or display a message indicating no data is available.

❌ B. The app builder did not create the report.
Salesforce does not require the person editing a page layout to be the creator of the embedded report. As long as the app builder has administrative permissions and the report is saved in a public or shared folder, they can view and utilize it seamlessly.

🔧 Reference:
→ Salesforce Help: Embed Charts on Report Pages confirms that reports must have a chart and be stored in a shared folder to be used in Lightning pages.

Sales managers at Cloud Kicks would like to standardize what information sales reps are gathering. Sales reps want recommendations, sales strategies and to know what key fields need to be completed at each step of the sales process on the opportunity record. Which feature should an app builder use to provide this functionality?

A. Path

B. Other Red

C. Approval Process

D. Global Action

A.   Path

Explanation:

This question tests knowledge of Salesforce user guidance and sales process management features. The requirement includes displaying recommended actions, sales strategies, and important fields at each stage of the Opportunity process. Salesforce Path is specifically built to guide users through business processes with stage-based instructions and key field highlights.

🟢 Correct Option:

A. Path
Path helps sales reps follow a standardized sales process by displaying key fields, guidance for success, and recommendations at each Opportunity stage. Managers can configure stage-specific instructions so reps know what information to collect and what actions to take before progressing through the sales cycle.

🔴 Incorrect Options:

B. Other Red
“Other Red” is not a valid Salesforce feature related to sales process guidance, Opportunity stages, or user recommendations. It does not provide process standardization functionality.

C. Approval Process
Approval Processes are used for record approvals and managerial sign-offs. They do not provide stage-by-stage sales guidance, recommended actions, or key field reminders for sales reps.

D. Global Action
Global Actions allow users to quickly create records or log activities from multiple locations in Salesforce. They do not guide users through Opportunity stages or provide sales strategy recommendations.

🔧 Reference:
Salesforce Help: Guide Users with Path
Confirms that Path provides guidance, key fields, and stage-based user support.

⇒ Salesforce Path Trailhead Module
Explains how Path standardizes business processes and improves user adoption.

Platform-App-Builder Exam Questions - Home Previous
Page 6 out of 68 Pages