11.11 Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

PDF Platform-App-Builder Study Guide

Salesforce Certified Platform App Builder (SU24) Questions and Answers

Question 13

Which three options art availably when activating a Lightning page from the Lightning App Builder?

Choose 3 answers

Options:

A.

Assign the page to a combination of apps and profiles.

B.

Assign the page to a combination of apps and permission sets.

C.

Make the page the org default.

D.

Make the page the default homepage for specific roles.

E.

Make the page the default homepage for specific apps.

Question 14

Universal Containers wants to display the real-time stock price for each Account on the Account record page.

How should an app builder implement this request?

Options:

A.

Create a Lightning Web Component.

B.

Install a solution from the AppExchange.

C.

Build a Flow that uses API calls.

D.

Use a scheduled Apex job.

Question 15

An app builder at Cloud Kicks has been working on changes to a custom Shoe Sales app in a sandbox and is ready to deploy their changes to production with a change set. Part of the work included updates to a permission set.

What should the app builder take into consideration when deploying the change set to production?

Options:

A.

The deployed permission set will only contain changes related to the change set.

B.

Change to field-level security in the permission set will not be applied.

C.

The deployed permission set will manage with the existing permission set.

D.

The existing permission set will be completely overwritten.

Question 16

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 rake into consideration when planning the deployment?

Options:

A.

Verify there is an Apex test that provides test coverage for the Flow.

B.

Grant user access to the Flow.

C.

Manually activate the Flow after deployment

D.

Include the Process Builder calling the Flow In the deployment