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

Practice Free Platform-App-Builder Salesforce Certified Platform App Builder (Plat-Admn-202) Exam Questions Answers With Explanation

We at Crack4sure are committed to giving students who are preparing for the Salesforce Platform-App-Builder Exam the most current and reliable questions . To help people study, we've made some of our Salesforce Certified Platform App Builder (Plat-Admn-202) exam materials available for free to everyone. You can take the Free Platform-App-Builder Practice Test as many times as you want. The answers to the practice questions are given, and each answer is explained.

Question # 6

Universal Containers wants to track installation information once a Container has been purchased on a custom object. Sales reps should have visibility of All the installations associated with their opportunities. Which kind of relationship should this new object have to Opportunity?

A.

Master-Detail

B.

Hierarchical

C.

Many to Many

D.

Lookup

Question # 7

What is one limitation of using schema builder when creating a Field?

A.

Cannot create formula fields.

B.

Cannot create lookup relationships.

C.

Cannot add fields to page layouts.

D.

Cannot see existing relationships between objects.

Question # 8

The VP of sales at AW Computing would like a Roll-Up Summary field onThe Account object to aggregate the amount of opportunities related to an Account. The app builder is unable to implement this change. Why is the app builder unable to fulfill the request?

A.

The default currency is not an active currency in the organization.

B.

The organization has Advanced Currency Management enable

C.

Roll-Up Summary fields are unavailable on the Account object.

D.

Currency fields are unable to be referenced in Roll-Up Summary fields.

Question # 9

Universal Containers has a custom picklist called Support Level On the Account object. They would like to the real-time value of Support Level on all case records. How should an app builder implement this requirement?

A.

Create a formula field on the Account object using the ISPICKVAL function.

B.

Create a Lookup Relationship on the Case object.

C.

Create a roll-up summary field using Support Level on the Account object.

D.

Create a formula field on the Case object using the TEXT function.

Question # 10

Ursa Major Solar wants to see the Type field from the parent object Galaxy listed on the child record Star. The app builder is receiving an error stating " Picklist values are only supported in certain functions " . Which formula should an app builder use to achieve the desired result?

A.

TEXT(BRIs (Bilding)_=Type_0)

B.

WATER(Bilding)_=Type_0

C.

TEXT(Bilding)_=Type_0

D.

FEED(Bilding)_=Type_0

Question # 11

At AW Computing, the Candidate object has a checkbox field for Previous Experience and a number field for Years of Previous Experience. The recruiting team wants the number field to display only if the Previous Experience field is checkedd. Which functionality should the app builder use to meet this requirement?

A.

Create two different page layouts and a process to change the layout if Previous Experience is checkedd.

B.

Create a dependency between the Previous Experience and Years of Previous Experience fields.

C.

Use Dynamic Forms to display the Years of Previous Experience field if Previous Experience is checkedd.

D.

Use a Visualforce component on the candidate page layout to conditionally display the fields.

Question # 12

An app builder wants to configure a sandbox environment for users to perform user acceptance testing of the latest features from developers. The sandbox should include about 500MB worth of data configured via a template. Also, the sandbox should be refreshed weekly. Which sandbox meets the requirements?

A.

Full sandbox

B.

Developer File sandbox

C.

Developer sandbox

D.

Partial Copy sandbox

Question # 13

Shipments at Cloud Kicks (CK) are created and updated by the warehouse staff in a Shipping application. The information needs to be pushed into Salesforce on a regular Basis. CK ' s app builder creates a custom object called Delivery_c to track the Information. How can the app builder prevent creating duplicate delivery records and update the Correct existing records when migrating data from the shipping application?

A.

Use the Import Wizard and match on the tracking number.

B.

Create a unique External ID field and use Data Loader.

C.

Use the Import Wizard and match on the Salesforce I

D.

Create a duplicate/match rule and use Data Loader.

Question # 14

Where can an app builder edit an existing app to add Components to the utility bar?

A.

Lightning App Builder

B.

Lightning Record Page

C.

App Manager

D.

App Menu

Question # 15

An app builder wants to deploy a new version of an auto-launched flow to production in an active state so that the new functionality is immediately available to users. What should the app builder take into consideration when planning the deployment?

A.

User access needs to be granted to the flow.

B.

Verify there is an Apps test that provides test coverage for the flow.

C.

Flow test coverage must by 100%.

D.

Honestly activate the flow after deployment.

Question # 16

The app builder at Cloud Kicks has created a custom object named Delivery_c to track the Details of products shipped to customers. Which two actions should the app builder take to prevent users in the shipping department from Deleting delivery records? Choose 2 answers

A.

Remove the delete button from the Delivery page layout.

B.

Use a permission set to remove the Delete permission.

C.

Remove the Delete permission from the Shipper profile.

D.

Change the organization-wide default of deliveries to Private.

Question # 17

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()

Question # 18

An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers. Which two steps are necessary to accomplish this task? Choose 2 answers:

A.

Asking new options.

B.

Build a Custom Tab for the app.

C.

Add the app to a Vendor or page.

D.

Make it the app to Static Position.

Question # 19

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 Service Type

B.

Object limits executed

C.

Package Features not comparable

D.

Apps unit test failures

Question # 20

Northern Trail Outfitters has two custom objects that are part of a master- Detail relationship. What determines the ownership and sharing access of the detail record?

A.

The owner is set independently on the detail object ' s settings.

B.

The default owner is set in the parent object ' s settings.

C.

The Owner field on the Detail record

D.

The Owner field on the Master record

Question # 21

Ursa Major Solar (UMS) has a custom object where they track Galactic Vendors. The object has four custom fields for the Galactic Vendors ' s location: Street City . Planet . Galaxy The UMS ' s leadership wants these fields to be combined into a single Formula field on two lines. Which formula fulfills this requirement?

A.

Street r (City & " ,

B.

Street & BR () & Planet Galaxy_) City_c & " , " & Planet_ca & Galaxy_0

C.

Street & (City & " , " & Planet & " & Galaxy_0}

D.

Street r & BR () & City & " , " & Planet _ * & & Galaxy_r

Question # 22

Universal Containers uses a custom object called Reviews to capture Information generated by interviewers during the candidate process. The Review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the comment field on the Review to be private to anyone outside of the HR department. How should the app builder meet this requirement?

A.

Create a page layout with the field and use field-level security to hide the field from all other users.

B.

Create a sharing rule to share the field with the VP of HR with Role and Subordinates.

C.

Create a page layout with the field for HR users and another page layout without the field for all other users.

D.

Create an Apex sharing rule to share the field with users that have " HR " in their role.

Question # 23

DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external System. Which two field types are allowed as an external ID? Choose 2 answers

A.

Phone field

B.

URL field

C.

Text field

D.

Number field

Question # 24

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.

Question # 25

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

Question # 26

A sales rep at AW Computing is unable to find what they are looking for While scrolling through their Chatter fee How can a filter be utilized to only posts from their key account and Opportunity records?

A.

Create Chatter Dookmarks.

B.

Create a Chatter stream.

C.

Create a Chatter notification.

D.

Create a Chatter group.

Question # 27

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

Question # 28

The Recruiting team at AW Computing captures the job acceptance and date of hire of A candidate on the Job Application custom object. Once the candidate accepts The recruiter ' s job offer, the date of hire should be entered and not be changed on Subsequent record edits. Which validation formula should the app builder use?

A.

(ISBLANK (Job Accepted_c) || NOT (INCHANGED (Hi_Date_=))

B.

NOT (LABLANK (Job hocepted_c)) FRISCHANGED (Hire_Date

C.

NOT (ISBLANK (Job_Accepted_c)) 11 ISCHANGED (Hire_Date c)

D.

(ISBLANK (Job_Accepted_c) NOT (ISCHANGED (Hire_Date_0})

Question # 29

At Ursa Major Solar, there is a single Lightning record page for the Celestial Bodies custom object; however, there is a Lightning component the App builder wants to restrict to mobile app users. Which feature in the Lightning app builder should be utilized?

A.

Form factor checkboxes

B.

Highlights panel

C.

Related list quick links

D.

Component visibility filter

Question # 30

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.

Public Groups

B.

Private Groups

C.

Permission Set Groups

D.

Roles and Subordinates

E.

Users

Question # 31

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.

Question # 32

Cloud Kicks (CK) is finding sales reps are inconsistent in data Entry when deals are won. CK requires that custom shoes are shipped Within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date. How should the app builder ensure this field is properly filled out beforeSetting the opportunity to closed won?

A.

OR (ISPICKVAL( StageName= " Closed Won " ) (Scheduled_Ship_Date_c-Close Date) > 14, ISBLANK (Scheduled_Ship_Date c))

B.

ISPICKVAL ( StageName= " Closed Won " ) & (Close Date-Scheduled_Ship_Date___ =) > 14

C.

ISPICKVAL ( Stage Name, " Closed Won " ) & & (Scheduled_Ship_Date_c CloseDate) > 14

D.

OR (ISPICKVAL ( Stage Name, " Closed Won " ) & & (Scheduled_Ship_Date_c-CloseDate) > 14, ISBLANK (Scheduled_Ship_Date c))

Question # 33

Ursa Major Solar (UMS) uses Cases to track customer Complaints, an Issue__c object to represent known problems with its solar Panels, and a Case_Issue__c junction object to relate known problems to Customer complaints. Periodically, UMS conducts audits which require the Auditing users to view case_Issue__c records. Which access levels must be configured to allow UMS users to access Case Issue_c records?

A.

Read-Only access on Case and Issue_c

B.

Read-Only access on Case and Case Issue_e

C.

Read-Only access on Case Issue_c

D.

Read-Only access on Issue__c and Case Issue_c

Question # 34

Uras 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 Contacts associated with it. How should an app builder configure the data model?

A.

One Master-detail relationship on Contact and one Master-detail relationship on Solar Project

B.

Two Lookup relationships on a new custom object

C.

Two Master-detail relationships on a new custom object

D.

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

Question # 35

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.

Question # 36

Universal Containers asked the app builder to ensure when an Account type changes to ' Past-Customer ' the contacts directly related to That account get an updated status of ' Re-Market ' . Which automation should the app builder use to accomplish this task?

A.

Validation rule

B.

Lightning component

C.

Screen flow

D.

Record-triggered flow

Question # 37

Service Agents are required to confirm a user ' s identity before providing support information over the phone. Which feature can an app builder use to help agents meet this requirement?

A.

Add Path to the top of the Case layout

B.

Case Validation Rules

C.

Include Surveys as a Case related list

D.

Guided Action Flows on the record page

Question # 38

Universal Containers (UC) has several picklist fields on the Account object Whose values are routinely modified to meet changing business requirements. Due to These revolving changes, UC has a high number of inactive picklist values that are Impacting system performance and user experience. What can the app builder do to alleviate this issue?

A.

Establish upper bound on existing picklists in Picklist Settings.

B.

Set up Global Values in Picklist Value Sets.

C.

Remove upper bound on inactive picklist values in Picklist Settings.

D.

Convert the picklist fields to a different field type that will still meet the business requirements.

Question # 39

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

Question # 40

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

Question # 41

Universal Containers has purchased a lightning component on the AppExchange. In which two areas can these components be used? Choose 2 answers

A.

Lightning App Builder

B.

Time Failure

C.

Validation Rule

D.

Quick Action

Question # 42

An app builder has created a change set and deployed a report from their development sandbox to a partial sandbox for User Acceptance Testing. When the app builder runs the report, no data is returned. What can be a reason for this?

A.

Data is deployed when added to a change sets.

B.

Data is unable to be deployed with change sets.

C.

Reports have to be manually re-created in each environment.

D.

Reports have to be deployed with Salesforce OK.

Question # 43

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.

Question # 44

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

Question # 45

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)

Question # 46

Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes. Which validation rule should an app builder use to prevent other users from making this update?

A.

AND #UserRole.Name Marketing, Retail Opt_In_e= " Yes " )

B.

AND UserRole.Name Marketing " , Retail Opt_In_e= " Yes " )

C.

AND UserRole.Name = " Marketing ' , ISCHANGED (Retail Opt_In_c), ISPICKVAL (Retail Opt_In_c, " Yes " ))

D.

AND UserRole.Name Marketing ' , ISPICKVAL (Retail Opt_In_e, " Yes " ))

Question # 47

Universal Containers has several new fields they ' ve requested for the Opportunity Product object. What should an app builder be able to configure using a formula field?

A.

A hyperlink to the parent Account of the parent Opportunity.

B.

A Rich Text area field that uses HTML to bold certain characters.

C.

A combination of the Opportunity ' s Text and a Description fields.

D.

A mix of functions and concatenation of 10 Account fields and 10 Opportunity fields.

Question # 48

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

Question # 49

An app builder just added a lookup field to Account from the Existing custom object, Box. Which report type is automatically created?

A.

Boxes with Accounts

B.

Accounts with Boxes

C.

Boxes with or without Accounts

D.

Accounts with or without Boxes

Question # 50

AW Computing has a custom object for service plans. A service plan needs to be associated to one and only one contact. The support manager noticed if the wrong contact is associated, the reps are unable to Change the contact. The app builder already confirmed the user has correct access to the field and there are no validations associated with the service Plans. What could be causing the issue?

A.

The Read Only radio button, Allows users with at least Read access to the Master record to create, edit, or delete related Detail records, is selecte

B.

The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is uncheckedd

C.

The Read/Write radio button, Allows users with at least Read/Write access to the Master record to create, edit, or delete related Detail records, is selecte

D.

The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is checked

Question # 51

Ursa Major Solar (UNS) uses a public sharing model for accounts. UNS would like to move to a more restrictive sharing model but wants the Sales team to continue to have access to all account records with the sales record type. Which two actions should an app builder complete to implement this change? Choose 2 answers

A.

Create a custom-based sharing rule.

B.

Update the organization-wide defaults.

C.

Update the Sales profile.

D.

Create an owner-based sharing rule.

Question # 52

The marketing team at Universal Containers has a list of 400 leads it wants to upload to Salesforce. The team needs to avoid creating duplicate records. Which two actions should be taken to meet this requirement? Choose 2 answers

A.

Use Data Loader ' s update function to import leads and match to existing Records based on e- mail address.

B.

Upload the lead list using the Import Wizard and select a Matching Type to Prevent duplicate lead creation.

C.

Enable Duplicate Matching in the Data Management section in Setup and Activate the Lead- to-Lead scenario.

D.

Utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly Created duplicate leads.

Question # 53

Service agents at Ursa Major Solar want a more condensed case view. Service agents also want to be able to modify the associated contact and account Records from the case page layout on the Lightning record page. Which two components should an app builder use to meet these requirements? Choose 2 answers

A.

Tabs

B.

Related record

C.

Path

D.

Rich text

Question # 54

The finance manager at Universal Containers wants to receive a new Business notification email each time a new client is won. The sales manager wants to Receive a task letting them know to onboard the new client unless it is a top-tier Client. Which automation tool should an app builder use to best address all these requests?

A.

Approval process

B.

Record-triggered flow

C.

Apex

D.

Screen flow

Question # 55

Universal Containers wants to create a custom checkbox formula field on The Opportunity object. This formula should evaluate to true if the following conditions Are met: Stage is set to Negotiation/Review Close Date is less than 1 week away Which formula meets these requirements?

A.

AND (StageName Negotiation/Review " , closeDate -DAY (7) TODAY!)}

B.

AND (ISPICKVAL (StageName, *Negotiation/Review ' ), CloneDate - 7 TODAY () )

C.

AND (StageName = ' Negotiation/Review, CloseDate TODAY (1)

D.

AND (ISPICKVAL (StageName, Negotiation/Review ' ). CloseDate DAY (7) TODAY (1)

Question # 56

The Dream House Realty (DR) service manager asks for some Improvements in case management. They want to enforce compliance so That cases are unable to be reverted to an earlier case status, and to Ensure that certain fields are required when specific case criteria are met. Which solution should an app builder implement to meet these Requirements?

A.

Approval process

B.

Dependent picklist

C.

Case flow

D.

Validation rules

Question # 57

Cloud Kicks is redefining its entire business process to convert the Manager Notes field from a long text area field The goal is to encourage Managers to be more concise in their comments and stay at 255 characters or less. There is preexisting information in the Manager Notes field that often Is well beyond the character limit. What would happen to any existing information if the app builder tries to convert a preexisting long text area field to text area?

A.

Preexisting information will truncate to the first 255 characters.

B.

Preexisting information will cause an error message to pop up.

C.

Preexisting information will remain even if it was over 255 characters.

D.

Preexisting information in the field will be completely lost.

Question # 58

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.

Question # 59

What are the limitations of Schema Builder when creating a custom object?

A.

Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.

B.

Custom fields can be added to any custom objects, excluding formula field types.

C.

Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.

D.

" Save " should be clicked each time a new object, field, or relationship is create

Question # 60

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

Question # 61

What is the process to upgrade an unmanaged package that is currently Installed in production?

A.

Uninstall the current version and install the new version.

B.

Use the Install Wizard to install the upgrade to production.

C.

Install the new version to a Developer org then deploy to production.

D.

Click the update link on the Installed Packages page.

Question # 62

On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists. Which Related List type should the app builder select for the Related List Lightning component?

A.

List View

B.

List Class

C.

Enhanced List

D.

Basic List

Question # 63

The Universal Containers data manager has been complaining About the lack of data integrity on Contact records. Sales reps have not been filling out the Region field The data manager Wants the Region field filled out only for Contacts that are associated to Accounts that have been marked as ' High Priority ' on the Customer Status Field What can the app builder do to fulfil this requirement?

A.

Create a validation rule on Account.

B.

Make the Customer Status field required on Account.

C.

Create a validation rule on Contact.

D.

Make the Region field required on Contact.

Question # 64

The marketing director is concerned that too many car parts were given Away for free last year. Which functionality should be used to ensure all free parts receive the marketing Directors ' sign-off?

A.

Chatter approval

B.

Slack post

C.

Automated email message

D.

Approval process

Question # 65

Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be Visible to the HR department and the employee who submitted the record Which three steps should an app builder take to properly control access to Reviews? Choose 3 answers

A.

Add a Master-Detail(User) field on the Review object.

B.

Set organization-wide default to Private.

C.

Remove Review Read permission from non-HR Department user Profiles.

D.

Disable Grant Access Using Hierarchies.

E.

Create a criteria-based Sharing Rule for the HR Department.

Question # 66

Sales reps at Universal Containers create multiple quotes per opportunity. Which automation tool should an app builder recommend to delete rejected quotes?

A.

Approval process

B.

Einstein Next Best Action

C.

Flow

D.

Validation rule

Question # 67

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

Question # 68

Ursa Major Solar has a lookup relationship between a custom `delay_` object and a custom `Size_` object. An app builder wants to create a roll-up summary field that counts the total number of `Size_` records related to each `delay_` record. How would the current configuration impact the ability to achieve the desired result?

A.

The roll-up summary can be achieved by creating a formula field on the `delay_` object.

B.

This lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.

C.

A roll-up summary field will need to be created on the `delay_` object with a field filter that selects all related `Size_` records.

D.

The roll-up summary can be achieved by creating a formula field on the `Size_` object.

Question # 69

The appraisal team at DreamHouse Realty wants to leverage Salesforce Mobile app. What are three things an app builder should do to optimize mobile experience? Choose 3 answers

A.

Avoid using default field values so that the user is required to fill in all fields on the screen.

B.

Minimize the amount of formula fields and lookup fields to reduce page load time.

C.

Put the most important fields in the compact layout so they are easy to fin

D.

Create individual customized layouts for different phone operating systems.

E.

Use Global Actions to make it easy to perform vital functionality on mobile.

Question # 70

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.

Question # 71

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.

Question # 72

A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect. What should an app builder do to help achieve this goal without sacrificing data quality?

A.

Post daily to the Cluster feed any relevant fields that need to be populated.

B.

Use Flow to create a data entry related to automatic data entry.

C.

Research and evaluate data enrichment products on the Applications to automatic data entry.

D.

Use a formula field to populate key fields for the sales user.

Question # 73

Sales reps want the ability to see who can view their account records and How the people have access. Which button should the app builder add to the Account page layout to enable this?

A.

Sharing Hierarchy

B.

New Task

C.

Sharing

D.

Edit

Question # 74

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.

Question # 75

Sales reps at Universal Containers use Salesforce on their mobile devices. They want a way to add new contacts quickly and then follow up later to complete the Additional information necessary. Which mobile solution should an app builder recommend to create the new contact?

A.

? Build a global action to create Contacts.

B.

Use Path and set pre-defined values.

C.

Customize the mobile menu to move Contacts to the top.

D.

Add a compact layout to Contacts.

Question # 76

Universal Containers has a single Contact Lightning record page. A component takes up a lot of room on the page and is NOT needed by users With a Marketing profile. What should the app builder use to solve this issue?

A.

Component visibility filter

B.

AppExchange

C.

Detail page layouts

D.

Field-level security

Question # 77

An app builder at Northern Trail Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app. Which type of testing environment should the app builder create?

A.

Partial Copy

B.

Scratch Org

C.

Developer

D.

Developer Pro

Platform-App-Builder PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

Platform-App-Builder PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: Salesforce Certified Platform App Builder (Plat-Admn-202)
  • Last Update: Jun 13, 2026
  • Questions and Answers: 259
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

Platform-App-Builder Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included