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

Salesforce Platform-App-Builder - Salesforce Certified Platform App Builder (Plat-Admn-202)

Page: 7 / 10
Total 311 questions

Universal Containers (UC) has several large customers that sell their products through dealers. UC identifies and works with a single individual at each customer and at each dealer. Separate bills are sent to each customer and each dealer. These details need to be stored in a format that clearly displays the business entities and their appropriate representatives.

How should an app builder Implement these regalements?

A.

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

B.

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

C.

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

D.

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

The case handling process at Universal Containers includes multiple steps Including approvals, notifications, and fields updates. To manage and evaluate all of these changes in a single save operation, an app builder wants to use Process Builder and the Advanced option to let the process evaluate a record multiple times has been selected.

Which two options should the app builder avoid to prevent recursion?

Choose 2 answers

A.

IF statements

B.

Setting a criteria node to No criteria-just execute the procedure

C.

Invocable processes

D.

The ISCHANGED function

Universal Containers wants to create a custom checkbox formula field on the Opportunity object. This formula should evaluate to TRUE if the following conditions are met:

    Stage is set to Negotiation/Review

    Close Date is less than 1 week away

Which formula meets these requirements?

A.

AND(ISPICKVAL(StageName, 'Negotiation/Review'), CloseDate - 7 < TODAY())

B.

AND(StageName = "Negotiation/Review", CloseDate - 7 < TODAY())

C.

AND(StageName = 'Negotiation/Review', CloseDate - DAY(7) < TODAY())

D.

AND(ISPICKVAL(StageName, 'Negotiation/Review'), CloseDate - DAY(7) < TODAY())

Universal Containers (UC) wants to test code against a subset of production data that is under 5 GB. Additionally, UC wants to refresh this sandbox every weekend.

Which type of sandbox should be used to accomplish this?

A.

Developer Pro

B.

Partial Copy

C.

Full Copy

D.

Developer

Universal Containers has several new fields they've requested for the Opportunity Product object.

What should an app builder be able to configure using a formula field?

A.

A hyperlink to the parent Account of the parent Opportunity.

B.

A Rich Text area field that uses HTML to bold certain characters.

C.

A combination of the Opportunity's Text and a Description fields.

D.

A mix of functions and concatenation of 10 Account fields and 10 Opportunity fields.

Universal Containers wants to collaborate with its customers within Salesforce and has decided to enable the Allow Customer Invitations in the Chatter settings.

Which permission is granted to customers when invited to a Chatter group?

A.

The ability to interact with members of their groups.

B.

The ability to @mention accounts of which they are a contact.

C.

The ability to invite members to groups of which they are a member.

D.

The ability to request access to public groups.

A custom field on an account is used to track finance information about a customer. Only members of the Finance Team have access to this field. However, the business wants to allow one customer service agent, who is assigned the customer service profile, read-only access to this field for special circumstances. What is the recommended solution to grant the customer service agent access to the field?

A.

Create a permission set that allows read-only access to the field via Field Level Security and assign it to the agent.

B.

Create a new profile to allow for read-only access to the field via Field Level Security and assign it to the agent

C.

Update the Customer Service Profile already assigned to the agent to allow for read-only access to the field via Field Level Security

D.

Update the custom field’s Field Level Security in setup to allow the agent read-only access to the field.

The brokers at DreamHouse Realty (DR) are having an Issue when using the Salesforce mobile app on their (Phones. There are several key fields on the contact record they need access to at a glance. Because of the small screen, they currently have to scroll down the page to view the information.

What should the app builder at DR use to configure the Salesforce mobile app to show these key fields at the top of the screen?

A.

Compact layout

B.

Record Detail component

C.

Object specific action

D.

Mobile navigation

What should an app builder consider when choosing a template for a new Lightning record page?

A.

The template is unable to be changed after the initial save.

B.

To view the record page, users need "View All Data" permissions for the object.

C.

A Page structure will automatically adapt to the device being used to view the record page.

D.

Select a new template for each type of device users use to view the record page.

Containers have the Account object's Organization-Wide Default set to Private. The marketing team owns Accounts; however, they also need to be able to see the sales team's Accounts. Both the sales and marketing teams are in completely different branches of the rote hierarchy.

What feature should be used to enable marketing to see sales-owned accounts.

A.

Public Group

B.

Flow

C.

Workflow

D.

Sharing Rules