Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

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 / 4
Total 259 questions

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.

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.

Private Groups

C.

Users

D.

Public Groups

E.

Roles and Subordinates

Universal Containers has deployed custom tabs to production via change sets, without including the profile settings or permission sets. What is the setting for the visibility of custom tabs?

A.

Custom tabs are hidden for all users.

B.

Custom tabs are default off for all users.

C.

Custom tabs are default on for all users.

D.

Custom tabs are NOT deploye

AW Computing uses a private sharing model for opportunities. Whenever An opportunity with a type of Service Agreement is created, all users in the Service Manager role should be able to view the opportunity. Which tool should AW Computing use to accomplish this?

A.

Owner-based sharing rules

B.

Criteria-based sharing rules

C.

Apex sharing rules

D.

Manual sharing

An app builder is loading data into Salesforce. To link the new records back to the legacy system, a field will be used to track the legacy ID on the Account object. For future data loads this ID will be used when upsetting records. Which two field attributes should be selected? Choose 2 answers

A.

Text (encrypted)

B.

External ID

C.

Unique

D.

Request

Cloud Kicks (CK) has a formula field `specialty ` or Opportunity that gets its value from the `specialty ` field on the related Account. CK has changed its processes to allow opportunities to have different values for `Specialty ` than their Account. How can sales reps enter values for the `specialty ` field on Opportunity, while preserving the values on existing opportunities?

A.

Extent the data, convert the field to `GETTING` and mount the data.

B.

Convert the field to a text field and the values in the left.

C.

Create a new text field and keep using the existing formula field.

D.

Create a new text field and import the formula field values in it.

An app builder is creating a custom object called Testimonial_c and wants to connect Testimonial_c records with both the submitter ' s Contact record and Account record If the Account is deleted, the Testimonial_c records should also be delete If the Contact is deleted, but the Account remains, the Testimonial_c records should remain. How should this be accomplished?

A.

Create a lookup relationship from Testimonial_to Account and a master-detail relationship from Testimonial to Contact.

B.

Make Testimonial ca junction object between Account and Contact using master-detail relationships.

C.

Create a master-detail relationship from Testimonial_to Account and a lookup relationship from Testimonial To Contact.

D.

Make both the Contact and Account fields required on the Testimonial object and create lookup relationships from Testimonial_cto Contact and to Account.

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

An app builder at Cloud Kicks has been working on changes to a Custom Shoe Sales app in a sandbox and is ready to deploy their changes To production with a change set. Part of the work included updates to a Permission set. What should the app builder take into consideration when deploying the Change set to production?

A.

The existing permission set will be completely overwritten.

B.

The deployed permission set will only contain changes related to the change set.

C.

Changes to field-level security in the permission set will not be applie

D.

The deployed permission set will merge with the existing permission set.

Northern Trail Outfitters wants to initiate a daily backup of its Salesforce org. Which tool should an app builder recommend for this task?

A.

Refresh full copy sandbox

B.

Add/Change package

C.

Data Export Service

D.

Support expert

Which three options are available when activating a Lightning page from The Lightning App Builder? Choose 3 answers

A.

Assign the page to a combination of apps and permission sets.

B.

Assign the page to a combination of apps and profiles.

C.

Make the page the default homepage for specific apps.

D.

Make the page the default homepage for specific roles.

E.

Make the page the org default.

After utilizing the Lightning Object Creator to create a new object, its fields, and to insert all of the data, an app builder now needs to set up the Lightning Record Page. Which component should the app builder have on their Lightning Record Page to see all of the fields from the page layout?

A.

Highlights Panel

B.

Recommendations

C.

Record Detail

D.

Path

Universal Containers has the Account object ' s Organization-Wide Default set to Private. The marketing team owns Accounts; however, they also Need to be able to see the sales team ' s Accounts. Both the sales and marketing teams are in completely different branches of the role hierarchy. Which feature should be used to enable marketing to see sales-owned accounts?

A.

Sharing rules

B.

Public groups

C.

Aliases

D.

Assignment rules

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.

Cloud Kicks conducts an evaluation of sales reps with a custom object that houses a scorecar The company wants to ensure that only the sales reps, their managers, and their manager ' s executives can view the rep ' s scorecard, but also prevent the Reps from being able to view the executive comment fields on their review. How should these requirements be met?

A.

Use a private sharing model granting record access using custom settings; manage field access with record types and page layouts.

B.

Use a private sharing model granting record access using hierarchy; manage field access with field-level security.

C.

Use a private sharing model granting record access using custom settings; manage field access with page layouts and field-level security.

D.

Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security.

Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often As possible to migrate from one environment to another. Which three common items can an app builder move when using a change set? Choose 3 answers

A.

Web-to-lead

B.

Standard fields

C.

Custom object

D.

Apex class

E.

Custom field

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

The Sales Operations team at AW Computing deletes accounts for a variety of reasons. The sales ops director is worried that the Sales team may delete accounts that sales reps are actively selling into. How should the app builder keep accounts with open opportunities from being deleted?

A.

Remove the Delete permission from the Sales Rep profile.

B.

Remove the delete button on the account layout.

C.

Create a validation rule on the Account object.

D.

Create an Apps Trigger on the Account object.

An app builder installs an unmanaged package in a full copy sandbox that is an exact match for production, and now they are ready to install it in production. The app builder attempts to install the package in production, and it fails. Why did the package fail to install?

A.

Internet license types

B.

Apex unit test failures

C.

Package features set compatible

D.

Object items exceeded

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

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