Black Friday Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce CRT-402 - Certification Preparation for Platform App Builder (SU24)

Page: 6 / 7
Total 234 questions

What option is available to an App Builder when defining an object-specific Create Record custom action? Choose 2 answers

A.

Pre-Defining field values on the target object.

B.

Redirecting the end user to the detail page of the target object

C.

Specifying the fields and layout of the action.

D.

Allowingthe end user to choose the record type

Universal Containers would like to embed a chart of all related Opportunities, by stage, on the Account detail page. Which type of report should the App Builder create to add to the Account page layout?

A.

A summary report on the Opportunity object.

B.

A summary report on the Account object.

C.

A tabular report on the Account object.

D.

A tabular report on the Opportunity object.

Cloud Kicks wants to know the total value of all won Opportunities for Accounts and display it on the record.

What type of summary should the app builder use in the roll-up summary field?

A.

Count

B.

Q Max

C.

Sum

D.

Min

To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objectsrelated to the Account object, one with a master-detail, and two that are not. Each of these objects has 15 fields they would like to summarize on the Account object.

What are two considerations for this proposal?

Choose 2 answers

A.

Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.

B.

An object can have 20 object references.

C.

An object can have 25 roll-up summaries.

D.

Roll-up summaries are limited to master-detail relationships.

The VP of Sales at Universal Containers has askedthe app builder to let sales reps create opportunity records directly from the account, with a number of fields pre-populated.

Which feature should the app builder use to allow users to create the opportunity?

A.

A quick action

B.

A default action

C.

Acustom button

D.

A custom link

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)

universal containers hasseveral large customers that sell their products through dealers. Each customer and dealer has an individual rep who works directly with uc and each is billed separately. How can an app builder implement these requirements?

A.

Create a single account record, add each rep as a contact and create a custom dealer object

B.

Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.

C.

Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record

D.

Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.

Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users areunable to view the component on mobile devices.

What can be the issue?

A.

The record page needs to be activated.

B.

The component has been developed for Desktop Pages.

C.

The component needs to be activated.

D.

The record page template is unable to supportmobile devices.

On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.

What Related List type would the app builder select for the Related List Lightning component?

A.

Enhanced List

B.

Basic List

C.

ListVlew

D.

List Class

An appbuilder has modified a Lightning record page for a case and has added an email button item to the page layout; however, users are unable to see the new item on the layout.

What are two potential reasons why users are unable to view the item on the CaseLightning record page?

Choose 2 answers

A.

The page layout includes the case feed component.

B.

The email button contains JavaScript.

C.

The case page layout also contains custom buttons.

D.

The page layout excludes the case feed component.