Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Salesforce Platform-App-Builder Online Access

Salesforce Certified Platform App Builder(SP23) Questions and Answers

Question 45

Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app builder is tasked with this project and has very little time to build the solution from scratch, but still needs to be able to fully customize the solution.

What should the app builder do to meet the deadline and custom requirements?

Options:

A.

Work with a developer to create custom Apex code and a Lightning web component survey to meet the criteria,

B.

Use Salesforce flow to build the survey declaratively to meet the criteria and send it to the customer as an email.

C.

Choose a managed package from AppExchange that closely meets the requirements of the project, restricts programmatic development, but allows declarative development

D.

Choose an unmanaged package from Appexchange that closely meets the requirements of the project and allows programmatic development.

Question 46

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 stayat 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?

Options:

A.

Preexisting information will truncate to the first 255 characters.

B.

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

C.

Preexisting information will cause a- e-r0- -essace to poo up.

D.

Preexisting information in the field will be completely lost.

Question 47

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?

Options:

A.

Use the Import Wizard and match on the tracking number.

B.

Create a unique External ID field and use Dataloader.

C.

Use the Import Wizard and match on the Salesforce ID.

D.

Create a duplicate match rule and use Dataloader.

Question 48

Ann app builder has been to display an overdue date that is two months after a tasks due date. Which approach should the app builder take?

Options:

A.

Use process builder and set overdue date equal to Due Date + ((365/12)*2)

B.

Create a formula field using Due Date + 60

C.

Use process builder and set overdue Date equal to Due Date + 60

D.

Create a formula field using the ADDMONTHS () function