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

DreamHouse Realty wants to make sure an Opportunity has a field, `Expected_Close_Data_c`, populated before it is allowed to enter the qualified stage. How should an app builder solution this request?

A.

Record Type

B.

Active History

C.

Open Layout

D.

Validation Rule

Universal Containers wants users to have access to the pricing guidelines document when viewing a Contract related to an Account. Which feature should an app builder use to create easy access to the document?

A.

A custom detail page link on the Contract object

B.

Quick Action on the Account object

C.

A custom detail page link on the Account object

D.

Quick Action on the Contracts object

Cloud Kicks has five years of sales data and would like to track when customers made their first purchase. How should an app builder use a roll-up summary to meet the requirements?

A.

Create a new date field called First Order Date, then create roll-up summary to update the field using Type MIN.

B.

Create a new roll-up summary field called First Order Date, Using type MIN on the Opportunity Close Date with a filter where iswon = TRUE.

C.

Create a new date field called First Order Date, then set the date using a roll-up summary on Opportunity Close Date.

D.

Create a new roll-up summary field called First Order Date using type SUM on Opportunity Close Date.

Universal Containers (UC) has several large customers that sell their products through dealers. UC identifies and works with a single individual at each customer and at each dealer. Separate bills are sent to each customer and each dealer. These details need to be stored in a format that clearly displays the business entities and their appropriate representatives. How should an app builder implement these requirements?

A.

Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.

B.

Create a single account record, add each rep as a contact and create a custom dealer object.

C.

Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record.

D.

Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.

DreamHouse Realty wants to display a weather map component on a Lightning record page when a house is scheduled for a ing. How should the app builder meet the requirement?

A.

Component visibility

B.

Field-level security

C.

Formula field

D.

Sharing rules

A service coordinator (SC) for Ursa Major Solar (UMS) does a final review of work orders owned by a technician for a specific region before the records are submitted for an invoice. Before closing out the work order, the SC needs to modify data or remove attachments that were added by mistake. The SC also needs access to any other related records owned by the technician. Which solution provides the required access, given a private data model?

A.

Close an assignment via that update record record by technicians in that region with the SC.

B.

Create a SC activity list with a corresponding audit group.

C.

Give the SC a permission set with the Modify All Data system permission.

D.

Change work order access on the SC ' s profile to Modify all ' .

To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The Proposal has three custom objects related to the Account object, one with a master- Detail, and two that are not. Each of these objects has 15 fields they would like to Summarize on the Account object. What are two considerations for this proposal? Choose 2 answers

A.

Roll-up summaries are limited to master-detail relationships.

B.

Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.

C.

An object can have 25 roll-up summaries.

D.

An object can have 20 object references.

Universal Containers (UC) has a custom Invoice object and a custom Invoice Line Item Object. The Invoice Line Item object has a lookup relationship to the Invoice. UC would like to Convert the lookup relationship to a master-detail relationship but is unable to do so. Which two reasons could be preventing this relationship conversion? Choose 2 answers

A.

There are already two master-detail relationships on the Invoice Line Item.

B.

Custom objects are unable to be on the detail side of a master-detail Relationship.

C.

Invoice Line Item records exist without having the Invoice lookup field populated

D.

There is a roll-up summary field on the Invoice object.

DreamHouse Realty (DHR) recently acquired Cloud Kicks (CK), a company That is still on Salesforce Classi DHR is keeping the CK Salesforce org; however, it Will migrate this org to Lightning Experience. Where should the app builder find prebuilt resources to help with this project and Overall adoption?

A.

AppExchange

B.

Flow Builder

C.

Lightning Object Creator

D.

Import Wizard

Universal Containers (UC) utilizes two custom picklist fields Called sales_Organization_c and Pricing_Tier _ Which validation rule should an app builder use to ensure Pricing Tier_c is required for customers with a Sales Organization__c value of Canada?

A.

AND (ISPICKVAL (Sales Organization_c, ' Canada ' ), ISBLANK (TEXT (Pricing_Tier

B.

IF (ISNULL(Sales_Organization_c= ' Canada ' , ISBLANK (TEXT (Pricing_Tier_c)), TRUI

C.

ISPICKVAL (Sales Organization_c, ' Canada ' ) & ISNULL (Pricing_Tier_c)

D.

OR (ISPICKVAL (Sales Organization_c, ' Canada ' ), ISBLANK (TEXT (Pricing_Tier_c));

A new field is being created on a custom object. However, the app builder does not want the field to up on pre-existing custom report Types. What should the app builder do on the custom field setup to fulfill this requirement?

A.

Remove the new field from all page layouts.

B.

Remove visibility to all report profiles.

C.

Grant read-only access to all report profiles.

D.

Deselect auto add to custom report type.

Cloud Kicks is implementing an approval process for opportunities that requires managers To approve all opportunities above $50,000 before they can be marked as Closed Won. Which two delivery methods can a manager utilize to respond to approval requests in the Salesforce Mobile app? Choose 2 answers

A.

Navigation Menu

B.

Home Screen

C.

In-App Notification

D.

Record Detail

Cloud Kicks (CK) tracks the support level of its customers on the account Record page. CK wants to a text notification on a case record page when the Related account is a platinum-level customer. How can an app builder meet this requirement?

A.

Clone the Case Lightning page. Add a rich text component to the new page, and assign this page to platinum accounts.

B.

Add a rich text component to the Case Lightning page Set the component visibility of the rich text component to when the account support level is Platinum. Create a text-only custom Lightning Web Component Drag the custom Lightning Web Component into the Case page layout.

C.

Set its visibility to when the account support level is platinum. Create a text-only custom Lightning Web Component. Clone the case page layout.

D.

Drag the custom Lightning Web Component into the page, and assign the layout to platinum cases.

Duplicate management for Leads has been implemented at Universal Containers but it seems duplicate leads are still being create The Org Wide Default (OWD) is set to " Private " for Leads. Which two actions help prevent duplicate Leads from being created? Choose 2 answers

A.

Change the Lead Duplicate Rule details to Bypass Sharing Rules.

B.

Change the Load Assignment Rule to check for duplicates.

C.

Change OWD for Leads to Public Rea

D.

Change the Lead Duplicate actions to Block on Create.

Cloud Kicks currently deflects its customers to a help article when they have questions about shipping, including package location, delays, and complaints. Cloud Kicks wants to automate this experience with dynamic, real-time support.

What should a Platform App Builder recommend?

A.

Create an approval flow to route customer shipping questions to a specific approver.

B.

Use Agentforce to take actions such as looking up missing packages, verifying shipping delays, and offering discount codes.

C.

Set up scheduled email templates to all customers with links to help articles regarding shipping and delays.

D.

Embed a Screen Flow on Cloud Kicks ' external site for users to submit details about their problem to create a Case.

A customer service representative at a call center wants to be able to Collect information from customers using a series of question prompts. What should an app builder use to accomplish this?

A.

Approval Process

B.

Path

C.

Validation Rule

D.

Flow

Ursa Major Solar wants to provide sales console users with an incredible experience, with the most-used components easily accessible at all Times. Which solution can enable reps to see and access these components from anywhere within the app without leaving the page where the team is working?

A.

Utility bar

B.

Home page

C.

Favorites

D.

Global actions

A production org includes custom objects containing confidential Information. A sandbox is needed that includes data records, excludes all of the Confidential objects, and can be refreshed weekly. Which steps should an app builder take to meet these requirements?

A.

Create a Developer Pro Sandbox and schedule Data Loader to download selected object data weekly.

B.

Create a Full Copy Sandbox and use a sandbox template.

C.

Create a Partial Copy Sandbox and use a sandbox template.

D.

Create a Developer Sandbox and schedule Data Loader to download selected object data weekly.

A business user at Universal Containers wants to update an Account directly From an Opportunity record What should the app builder create to allow the business user to make these edits?

A.

Opportunity fields updated by a process.

B.

Formula fields displaying the Account fields.

C.

An update record action with a related record component.

D.

An update record action with a detail ' s component.

Universal Containers uses the Asset object to track products that Are installed at customer locations. A new object, Asset Inventory, has Been created to capture details about the asset. Which approach should the app builder take to Asset Inventory as a Related list on Asset?

A.

Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory Related list to the Asset page layout.

B.

Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page Layout.

C.

Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.

D.

Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory Related list to the Asset page layout.

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