Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

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

Questions 71

Which three standard component types are available in the Lightning App Builder?

Choose 3 answers

Options:
A.

Plain text

B.

Rich text

C.

Filter list

D.

Report details

E.

Recent items

Salesforce Platform-App-Builder Premium Access
Questions 72

An app builder is creating a custom object called Testimonial__c and wants toconnect Testimonial__c records with both the submitter's

Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the

Account remains, the Testimonial__c should remain.

How should this be accomplished?

Options:
A.

Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships fromTestimonial__c to Contact and to Account.

B.

Create a master-detail relationship from Testimonial__c to Accountand a lookup relationship from Testimonial__c to Contact.

C.

Make Testimonial__c a junction object between Account and Contact using master-detail relationships.

D.

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

Questions 73

Universal containers (uc) want to delete data in several fields for 5000 lead records. UC export the selected record IDs and fields that need to have data deleted in a csv file. Which two steps should an app builder suggest to meet these requirements? Choose 2 answers

Options:
A.

Select the correct record type

B.

Use import Wizard to update leads using the CSV file

C.

Select insert null values in settings.

D.

Use Data Loader to update leads using the CSV file

Questions 74

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 details should the app builder know when using external ID fields?

Choose 2 answers

Options:
A.

An external ID field can be a number field.

B.

An external ID field can be a URL field.

C.

An external ID field can be a phone field.

D.

An external IDfield can be a text field.

Questions 75

An app builder has created a new report type but users are unable to select it from the Report Type list when making a new report for records they own.

What could be causing this issue?

Options:
A.

Access to the necessary object is unavailable.

B.

The report type is in a status of Deployed.

C.

Access to Create and Customize Reports is disabled.

D.

The report type is in a status of in Development.

Questions 76

Cloud Kicks recently implemented the application lifecycle management process to its release management strategy.

Which category handles bug fixes and simple changes?

Options:
A.

Patch

B.

Minor

C.

Major

D.

Rollback

Questions 77

An app builder is preparing to deploy a new app from the sandbox to production using change sets.

What two considerations should an app builder keep in mind during this process?

Choose 2 answers

Options:
A.

Salesforce Connect automatically establishes a link between environments.

B.

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

C.

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

D.

Transactions will revert if the deployment errors.

Questions 78

An app builder needs to create new automation on an object.

What best practice should the app builder follow when building out automation?

Options:
A.

One Workflow rule per object.

B.

One Flow per object.

C.

One invocable process per object.

D.

One record change process per object.

Questions 79

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

Options:
A.

Remove the Delete permission from the Shipper profile.

B.

Change the organization-wide default of deliveries to Private.

C.

Remove the delete button from the Delivery page layout.

D.

Use a permission set to remove the Delete permission.

Questions 80

The case handling process at Universal Containers includes multiple steps Including approvals, notifications, and fields updates. To manage and evaluate all of these changes in a single save operation, an app builder wants to use Process Builder and the Advanced option to let the process evaluate a record multiple times has been selected.

Which two options should the app builder avoid to prevent recursion?

Choose 2 answers

Options:
A.

IF statements

B.

Setting a criteria node to No criteria-just execute the procedure

C.

Invocable processes

D.

The ISCHANGED function