Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: stp75

Easiest Solution 2 Pass Your Certification Exams

Platform-App-Builder Salesforce Certified Platform App Builder (Plat-Admn-202) Free Practice Exam Questions (2026 Updated)

Prepare effectively for your Salesforce Platform-App-Builder Salesforce Certified Platform App Builder (Plat-Admn-202) certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2026, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 5
Total 324 questions

Ursa Major Solar wants to create a relationship between the standard Contact object and a custom Solar Project object. Contacts can potentially be related to multiple Solar Project objects, and a Solar Project can have multiple Contracts associated with it. How should an app builder configure the data model?

A.

One Lookup relationship on Contact and our Lookup relationship on Solar Project

B.

The Lookup relationship on a new custom object

C.

Two master-detail relationship on a new custom object

D.

Our Master-About relationship on Contact and our Master-About relationship on Solar Project

An app builder at Cloud Kicks created a custom object and related fields in the schema builder. Which next steps should the app builder take to ensure users can access the new object and fields?

A.

Add the fields to the page layout on the object

B.

Allow reporting for the object and fields.

C.

Create a permission set for access to the object and fields.

D.

Assign data types to the fields on the object.

When a deal is closed-won, it has to be approved by the owner ' s Manager prior to being added to the leaderboard for a quarterly sales Competition. An opportunity is won on the last day of the quarter and the Manager is on vacation. What is recommended to ensure all of the appropriate deals are reviewed and the leaderboard is up to date?

A.

Have the manager ' s assistant reassign the approval request.

B.

Use a quick action to forward the approval request to the next level approver.

C.

Set up a delegated approver for the manager.

D.

Use an assignment rule to automatically assign a delegated approver.

A Platform App Builder wants to see the total sales for each Account. Sales are tracked as Closed Won Opportunities.

How should the app builder meet this need?

A.

Create a roll-up summary field for the Opportunity object with COUNT rollup type summarizing Accounts.

B.

Create a roll-up summary field for the Account object with SUM rollup type summarizing Opportunities aggregated by Amount with filter criteria on Stage.

C.

Create a roll-up summary field for the Account object with SUM rollup type summarizing Opportunities aggregated by Amount including all records in the calculation.

D.

Create a roll-up summary field for the Account object with COUNT rollup type summarizing Opportunities.

Cloud Kicks (CK) wants to begin socializing and collaborating within Salesforce around Customer accounts to discuss various topics. CK would like all company employees to see these Conversations. Which two features of Chatter would meet CK ' s business needs? Choose 2 answers

A.

Set up new public Chatter groups.

B.

Set up new private Chatter groups.

C.

Use Chatter actions to create tasks to complete.

D.

Use post action on the Account object.

Universal Containers uses a Private sharing model on Accounts. User A and User B both own Accounts of their own and have been sent a link to a new Account record owned by User C. User A can open and view the record, but User B receives an insufficient privileges error. User A and User B have the same role in the role hierarchy as User C.

Why does User A have access, but User B does not?

A.

User A and User B have different login access policies.

B.

User B has a scoping rule that restricts Account access.

C.

User A has View All Fields permission on the Account object.

D.

User A is in a public group that has access through a sharing rule.

The Director of Marketing at Northern Trail Outfitters wants the app builder to create a Formula field that tracks how many days have elapsed since a contact was sent a Marketing communication. The director is only interested in whole units. Which function should be used to return a date for calculating the difference?

A.

TODAY()

B.

DATEVALUE()

C.

NOW()

D.

DATETIMEVALUE()

Universal Containers have changes that need to be deployed from Sandbox to Production. Where should an app builder look to verify that a Change Set can be deployed?

A.

Deployment Settings

B.

Inbound Change Sets

C.

Deployment Status

D.

Inbound Change Sets

Universal Containers is adding drone delivery to service offerings. The Developer wrote and tested the code and the change set is ready to go. However, the Deployment window will occur when the developer is on vacation. What can the app builder do to help ensure the code will successfully deploy to Production?

A.

Remove Apex classes from inbound change set.

B.

Validate the outbound change set.

C.

Use a metadata package set.

D.

Validate the inbound change set.

Sales Managers want to be automatically notified any time there is a change to an Opportunity Close Date and want these changes to be tracked On the Opportunity. Which two configurations should an app builder recommend? Choose 2 answers

A.

Enable Feed Tracking on Opportunities.

B.

Create an Opportunity outbound message.

C.

Activate Historical Trending for Opportunities.

D.

Use a record-triggered flow on Opportunity and a Chatter post action.

The app builder at Ursa Major Solar created a master-detail relationship between a parent object Galaxy_c and child object star_ What is the effect of creating this type of relationship if users want to report on Galaxy_c with star_c?

A.

A Star_c report type with Galaxy_cas a field will be automatically create

B.

A new custom report type will need to be created for Galaxy_c with Star_

C.

A Galaxy_c with Star_c report type will be automatically create

D.

A new custom report type will need to be created for Staz_c with lookup fields from Galaxy

A Platform App Builder is working with a client to format shipping ZIP codes. The client has been struggling with data inconsistency among users and wants only 5-digit variations saved.

How should the app builder ensure that the client ' s shipping ZIP code is formatted properly?

A.

Create a screen flow to enter address information and populate the ZIP code in the desired format.

B.

Create a validation rule to enforce proper formatting and block any ZIP codes that are not 5-digit.

C.

Create a custom ZIP code field with help text displaying the desired data input formatting as XXXXX.

D.

Create an approval process for manager sign-off on all shipping codes entered by users.

An app builder wants to create a formula field on an Account to include data from related Contacts but is unable to find the relationship in the formula editor. What is a limitation of formulas that could be causing the issue?

A.

Formula field limit reached on the Account object.

B.

Unable to reference the child records.

C.

Contact and Account objects DO NOT have a Master-Detail Relationship.

D.

More than 5,000 characters in the formulae.

Which two places can an app builder go to see a list of available Custom Lightning Components in their org? Choose 2 answers

A.

Visualforce components in Setup

B.

Salesforce Optimizer App

C.

Lightning App Builder

D.

Lightning components in Setup

Cloud Kicks has a custom object with a private sharing setting. The business wants to share individual records with specific people or departments on a case-by-case basis. Which three options does the business user have to manually share individual records? Choose 3 answers

A.

Permission Set Groups

B.

Roles and Subscriptions

C.

Public Groups

D.

ID Users

E.

Private Groups

Cloud Kicks wants to display the number of opportunities that Are Closed Won with a Close Date within the last year on the Account detail Page. What should an app builder use to implement this?

A.

Activity timeline

B.

Formula field

C.

Validation rule

D.

Roll-up summary field

Cloud Kicks wants customer care agents to follow a guided, multi-step form directly on the Case record page to capture a product return. The form takes the agent through verifying the order, choosing a return reason, and confirming a refund method, collecting input at each step.

Which type of flow should the Platform App Builder use?

A.

Record-triggered flow

B.

Autolaunched flow

C.

Screen flow

D.

Schedule-triggered flow

After a deal is closed, Cloud Kicks (CK) wants to assign a user as A customer service manager (CSM) in addition to the account owner and Would like a new field to easily track and report which CSM is assigned to The Account. Which solution should an app builder use for this request?

A.

Lookup field

B.

Text field

C.

Picklist field

D.

Multi-select picklist field

Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC ' s orders. Which formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?

A.

BEGINS (Account.Zip Code_, 5)

B.

LPAD (Account.Zip Code_x, 5)

C.

LEFT (Account.Zip Code_c, 5)

D.

TEXT (Account.Zip Code_c, 5)

Universal Containers require different fields to be filled out at each stage of the Opportunity sales process. Which configuration steps can an app builder use to meet this requirement?

A.

Create a validation rule to prevent the user for field information.

B.

Set asset format required inside based on the current stages.

C.

Define record types and agree formats for each stage.

D.

Add the Path component to the Lightning record page.

Page: 1 / 5
Total 324 questions
Copyright © 2014-2026 Solution2Pass. All Rights Reserved