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: 4 / 5
Total 324 questions

Universal Containers is excited to launch a new app. The company wants to increase the adoption rate and guide users through different walkthroughs and targeted prompts.

What should the Platform App Builder recommend?

A.

Build a screen flow.

B.

Use In-App Guidance.

C.

Use Dynamic Actions.

D.

Upgrade to Dynamic Forms.

Universal Containers wants to create a report to show job applications with or without resumes.

Which consideration should the Platform App Builder be aware of when creating the custom report type?

A.

When a custom or external object is deleted, the report type and reports remain but cause an error when the report is run.

B.

A primary object selection is locked once the custom report type has been saved.

C.

Once the report type has been deployed, it is unable to be deleted.

D.

An app builder is unable to create custom report types for objects they do not have permissions for.

Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track parks and trails respectively. NTO wants to track the total number of trails a park has on the park record without writing any code. Which two actions should an app builder take to accomplish this requirement? Choose 2 answers

A.

Use a master-detail relationship between the Park and Trail objects.

B.

Use a lookup relationship between the Park and Trail objects.

C.

Use a roll-up summary field on the Park record to show the total number of trails.

D.

Use a formula field on the Park record to show the total number of trails.

An app builder is tasked with adding key performance indicators on client Pages. They want to see a summary of the number of open Opportunities and the Number of won Opportunities for each Account. Where should the app builder go to build these new rollups?

A.

Account Object

B.

Lightning Object Creator

C.

Opportunity Object

D.

Lightning App Builder

An app builder at Universal Containers has been asked to add the Chatter feed to a custom object record page. Which approach should the app builder use?

A.

Add a custom Chatter feed component.

B.

Add the standard Chatter feed component.

C.

Add the Chatter feed component from the App College.

D.

Add the standard related list component.

Universal Containers wants to match Opportunity data from Salesforce to records in a financial database.

What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?

A.

TEXT(Id)

B.

CASESAFEID(Id)

C.

External ID

D.

Salesforce Record ID

Cloud Kicks (CK) wants to quickly insert a list of over 1 million net new Accounts. The template based on CK ' s data model was used to populate The list. Which tool should be used?

A.

Data Loader

B.

Import Wizard

C.

Schema Builder

D.

Lightning Object Creator

Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated Uniquely. Which formula should an app builder use to create this new field?

A.

VALUE (14)

B.

CASE SAFEID (Id)

C.

TEXT (Id)

D.

ISNUMBER (Id)

Cloud Kicks wants to efficiently increase the company ' s adoption of Salesforce while simultaneously moving away from its reliance on spreadsheets. A Platform App Builder is given a spreadsheet everyone is sharing that needs to be added to Salesforce. The object with fields needs to be created and the data inserted simultaneously.

Which tool should the app builder use?

A.

Schema Builder

B.

Data Loader

C.

Lightning Object Creator

D.

Import Wizard

Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit Opportunities into the Secure Commitment Stage to eliminate manual submission. Which feature meets the business requirements?

A.

Record-Triggered flow optimized for Fast Field Updates

B.

Custom button and screen flow

C.

Platform Event-Triggered flow

D.

Record-Triggered flow optimized for Actions and Related Records

An app builder wants to create a custom object and 10 fields. What should they use to create the object, fields, and relationships quickly From one place?

A.

Schema Builder

B.

Lightning Object Creator

C.

Manage Field Permissions

D.

Developer Console

Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing teams to have different navigation menus in The Salesforce Mobile App. Which option is available to an app builder to satisfy this requirement?

A.

Create public groups for sales and marketing and create mobile navigation menus for each group.

B.

Create sales and marketing apps and assign the respective profiles to each app.

C.

Create roles for sales and marketing and assign a custom homepage layout for each role.

D.

Create mobile navigation menus for both the sales and marketing profiles.

Universal Containers utilizes opportunities and a custom object called Detailed_Sales_ The company would like to roll sales metrics up to an opportunity For only Detailed_Sales_c records that have their picklist status set to Active. What is the recommended method for the app builder to achieve this request?

A.

Utilize the AppExchange to download a third-party application that can roll up the sales dollars with The appropriate filter.

B.

Utilize Apex code to roll up the desired amounts.

C.

Create a master detail relationship between the parent and child object with a roll up summary field That filters on the status field

D.

Create a lookup relationship between the parent and child object with a roll-up summary field that Filters on the status field

The Service Manager provided the app builder with color code requirements for case age on open cases. - New cases populate a green circle. - Day-old cases populate a yellow circle. - Three day-old cases populate a red circle. How should an app builder implement this requirement?

A.

Custom Button

B.

Quick Action

C.

Formula Field

D.

Lightning Web Component

A Platform App Builder is asked to create a sandbox for a developer. The developer will be testing robust sample data sets and will need to store up to 250 MB of data. The sandbox will be refreshed each day.

Which type of sandbox should the app builder create?

A.

Full

B.

Developer

C.

Partial Copy

D.

Developer Pro

An app builder is preparing to deploy a new app from the sandbox to Production using change sets. Which two considerations should an app builder keep in mind during this process? Choose 2 answers

A.

Transactions will revert if the deployment errors.

B.

Users should be logged out of production when receiving inbound change sets.

C.

Salesforce Connect automatically establishes a link between environments.

D.

Change sets do not include all components and may have to perform some changes Manually.

Cloud Kicks (CK) wants to set up a custom child object to track gift cards issued to a customer. A key requirement is to track the total number of gift cards opened and gift cards issued on an Account. CK wants to permanently ensure the gift cards are unable to be moved across any other Account once it is created. On the gift card object, which field type should be created to support this requirement?

A.

Lookup relationship

B.

Master-detials relationship

C.

Roll-up summary

D.

Formula

A Platform App Builder created a scheduled flow that runs at midnight to perform data cleanup. The flow is designed to query all open Opportunities that haven ' t been worked for more than 60 days and update the Status field to Closed Lost. However, the app builder notices that the flow is running into governor limits during execution.

What is the reason for this?

A.

The app builder did not specify an object and filter criteria in the Start element of the schedule-triggered flow.

B.

The app builder did not create a Fault Path on the Update Records element.

C.

The flow contains a Loop element that contains an Update Records element inside it.

D.

Schedule-triggered flows do not support updates to standard objects like Opportunities.

DreamHouse Realty is building a custom Lightning app to track its expanding solar water collection business. The Lightning app currently contains a Custom Lightning record page with standard components. From which two resources should an app builder get custom components to bring into the new Lightning app? Choose 2 answers

A.

Import Wizard

B.

AppExchange

C.

Apex Code

D.

Lightning Components

Cloud Kicks has three types of customer support processes: Platinum, Diamond, and Bronze. The Platform App Builder created separate record types for each process on the Case object. The customer support team should be unable to create new Cases with the Bronze record type.

How should the app builder meet this requirement?

A.

Create a permission set group for Case that includes the Platinum and Diamond record types.

B.

Update the organization-wide defaults to Private for Case.

C.

Update the support team ' s profile to remove the Bronze record type.

D.

Make the record type hidden to support users and update sharing rules to Private.

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