Month End Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: big75certs

Download Latest Platform-App-Builder Questions

Salesforce Certified Platform App Builder (Plat-Admn-202) Questions and Answers

Question 77

A Platform App Builder created a scheduled flow that runs at midnight to perform data cleanup. The flow is designed to query all open Opportunities that haven ' t been worked for more than 60 days and update the Status field to Closed Lost. However, the app builder notices that the flow is running into governor limits during execution.

What is the reason for this?

Options:

A.

The app builder did not specify an object and filter criteria in the Start element of the schedule-triggered flow.

B.

The app builder did not create a Fault Path on the Update Records element.

C.

The flow contains a Loop element that contains an Update Records element inside it.

D.

Schedule-triggered flows do not support updates to standard objects like Opportunities.

Question 78

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?

Options:

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.

Question 79

Universal Containers has a custom object that holds over 100 fields. The App builder wants to break up the fields into separate tabs on the lightning page. Which Lightning component is most appropriate to fulfil this requirement?

Options:

A.

Highlights panel

B.

Record detail

C.

Field section

D.

Accordion

Question 80

Universal Containers wants to send a reminder email 7 days after a Project__c record ' s Status field changes to On Hold. For example, a project placed on hold on March 1 should trigger its reminder on March 8, independent of any other project.

Which flow design should the Platform App Builder use?

Options:

A.

A platform event-triggered flow that sends the reminder email 7 days after a platform event message is received.

B.

A schedule-triggered flow on Project__c that runs once each day and sends a reminder email to each record that has been in On Hold status for 7 days.

C.

An after-save record-triggered flow on Project__c , triggered when Status is changed to On Hold, with a scheduled path set to run 7 days after the record is updated.

D.

An after-save record-triggered flow on Project__c , triggered when Status is changed to On Hold, with a scheduled path set to run 7 days after the record ' s CreatedDate .