Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Salesforce Platform-App-Builder - Salesforce Certified Platform App Builder (SP25)

Page: 5 / 9
Total 288 questions

Universal Containers has a single Contact Lightning record page. A component takes up a lot of room on the page and is NOT needed by users with a Marketing profile.

What should the app builder use to solve this Issue?

A.

Detail page layouts

B.

Component visibility filter

C.

Field-level security

D.

AppExchange

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

Choose 3 answers

A.

Plain text

B.

Rich text

C.

Filter list

D.

Report details

E.

Recent items

An app builder wants to create a custom object and 10 fields.

What should they use to create the object, fields, and relationships quickly from one place?

A.

Schema Builder

B.

Developer Console

C.

Manage Field Permissions

D.

Lightning Object Creator

Cloud Kicks (CK) captures all shipping information in a custom object called Shipments__c. CK's app builder is tasked with creating an approval process to ensure department members can approve all overnight shipments.

Where should the app builder route the approval request?

A.

Hierarchy field

B.

Role

C.

Public group

D.

Queue

Cloud Kicks wants to display 10 key fields at once in a separate section at the top of opportunity records on the desktop.

Which component should an app builder add to the record page to enable this functionality?

A.

Path

B.

Highlights Panel

C.

Custom Lightning Web Component

D.

Accordion

Ursa Major Solar (UMS) has a custom object where they track Galactic Vendors. The object has four custom fields for the Galactic Vendors's location:

The UMS's leadership wants these fields to be concatenated into a single formula field on two lines.

Which formula fulfills this requirement?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Where can an app builder edit an existing app to add components to the utility bar?

A.

App Menu

B.

Lightning App Builder

C.

App Manager

D.

Lightning Record Page

At Universal containers, all US Sales reps should be able to view the US Team dashboard, however, only the US sales directors should be able to see the data in the component and view its source report. How can an app builder ensure the proper access is granted?

A.

Make the US Sales Director the running user and share the dashboard folder with the role US Sales Rep

B.

Make the dashboard dynamic and give US Sales Reps the view my teams dashboard permission

C.

Share the dashboard folder with roles and subordinates of the US Sales Director and share the report folder with the role of US Sales Director

D.

Share the dashboard with the public group US Sales Reps and share the dashboard source reports folder with the US Sales Director profile

What is the process to upgrade an unmanaged package that is currently installed in production?

A.

Uninstall the current version and install the new version.

B.

Use the Install Wizard to install the upgrade to production.

C.

Install the new version to a Developer org then deploy to production.

D.

Click the update link on the Installed Packages page.

Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC's orders.

What formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?

A.

BEGINS(Account.Zip_Code_r, 5)

B.

TEXT(Account.Zip_Code_c, 5)

C.

LEFT(Account.Zip_Code_c, 5)

D.

LPAD(Account.Zip_Code__r, 5)