Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Salesforce Platform-App-Builder Practice Exam with Questions & Answers | Set: 9

Questions 81

How should an app builder configure access to a contact's Twitter profile for Salesforce mobile app users?

Options:
A.

Add a formula field to the Contact page layout.

B.

Add an AppExchange Lightning Component to the mobile app.

C.

Add the Twitter component to mobile view Lightning pages.

D.

Add a Twitter Quick Action to the mobile navigation.

Salesforce Platform-App-Builder Premium Access
Questions 82

Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track trails and parks 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?

Options:
A.

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

B.

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

C.

Use a lookup relationship between the Park and Trail objects.

D.

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

Questions 83

Sales reps at Universal Containers create multiple quotes per opportunity.

What automation tool should an app builder recommend to delete rejected quotes?

Options:
A.

Approval process

B.

Validation rule

C.

Workflow rule

D.

Flow

Questions 84

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

Options:
A.

Home Screen

B.

In-App Notification

C.

Record Detail

D.

Navigation Menu

Questions 85

An app builder wants to create a custom Sync button on Account that will call a Lightning Web Component that connects with an external system. This action should only be available If the custom Status field is set to Ready to Sync.

What should an app builder use to add this functionality to an Account record page?

Options:
A.

Formula field

B.

Dynamic action

C.

AppExchange product

D.

Custom link

Questions 86

An app builder at Northern Trad 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?

Options:
A.

Developer

B.

Partial Copy

C.

Developer Pro

D.

Scratch Org

Questions 87

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.

What validation rule would an app builder use to prevent other users from making this update?

Options:
A.

AND( $UserRole.Name != 'Marketing',ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_0pt_In_c,"Yes") )

B.

AND( $UserRole.Name != 'Marketing', Retail_Opt_In_c = "Yes" )

C.

AND( $UserRole.Name = 'Marketing', ISPICKVAL(Retail_Opt_In_c,"Yes") )

D.

AND( $UserRole.Name = 'Marketing', Retail_Opt_In__c= "Yes" )

Questions 88

Northern Trail Outfitters wants to broadcast an email to 7,000 contacts Salesforce on a regular basis but realizes Salesforce is mass functionality has a limitation on the number erf emails that can be sent each day.

What action should the app builder take?

Options:
A.

Request Salesforce increase the number of maximum daily emails.

B.

Develop Apex code and bghtnrrvg web component to send dairy emails

C.

Research and evaluate products available on AppExchange to send mass emails.

D.

Export Contacts to a CSV file and use an email client to send the emails.

Questions 89

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?

Options:
A.

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.

B.

Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.

C.

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

D.

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

Questions 90

What should an app builder consider when choosing a template for a new Lightning record page?

Options:
A.

The template is unable to be changed after the initial save.

B.

To view the record page, users need "View All Data" permissions for the object.

C.

A Page structure will automatically adapt to the device being used to view the record page.

D.

Select a new template for each type of device users use to view the record page.