Pre-Winter Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Universal Containers wants to match Opportunity data from Salesforce to records in a financial database.

What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?

A.

TEXT(Id)

B.

CASESAFEID(Id)

C.

External ID

D.

Salesforce Record ID

An app builder wants to create a new field using Schema Builder. Who will get access to the new field by default?

A.

All profiles.

B.

Standard profiles.

C.

Internal profiles.

D.

No profiles.

An app builder at Northern Trail Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app. Which type of testing environment should the app builder create?

A.

Partial Copy

B.

Scratch Org

C.

Developer

D.

Developer Pro

Uras Major Solar wants to create a relationship between the standard Contact object and a custom Solar Project object. Contacts can potentially be related to multiple Solar Project objects, and a Solar Project can have multiple Contacts associated with it. How should an app builder configure the data model?

A.

One Master-detail relationship on Contact and one Master-detail relationship on Solar Project

B.

Two Lookup relationships on a new custom object

C.

Two Master-detail relationships on a new custom object

D.

One Lookup relationship on Contact and one Lookup relationship on Solar Project

The CFO of Cloud Kicks needs a way for new vendors to accept terms on Agreements for any new major retail store lease before the opportunity can be close Which feature should be used to handle this requirement?

A.

Email Alert

B.

Dynamic Action

C.

Approval Process

D.

Validation Rule

A Platform App Builder needs to display different icons and control the colors based on a formula field.

How should the app builder achieve this task?

A.

Modify the formula to use IMAGE() and CASE() .

B.

Add the formula field to the page layout and set field help with icon and color cues.

C.

Create a screen flow and add it as a component on the page.

D.

Use Dynamic Forms Conditional Formatting.

A company needs to evaluate all open Cases related to an Account when that Account ' s status changes to " Critical " . The flow must loop through the retrieved Cases, change their Priority to " High " , and then update all modified records in a single database operation.

Which combination of Flow elements must the company use inside the loop to store the changes before updating the database?

A.

A Decision element and an Update Records element

B.

An Assignment element and a Collection Filter element

C.

An Assignment element and a collection variable

D.

A Loop element and a Get Records element

Cloud Kicks (CK) needs to capture the tier for each Loyalty_Member__c record. CK has three fixed tier values: Standard, Plus, and Elite.

The team wants to prevent users from entering inconsistent values and wants to filter and group Loyalty Member reports by Tier.

Which field type should the Platform App Builder use?

A.

A picklist field with the three values defined

B.

A multi-select picklist field with the three values defined

C.

A text field with no formatting constraints

D.

A formula field that only allows three values

Universal Containers wants to control the visibility of a specific section of a Lightning page based on the device type used by the user.

What should a Platform App Builder recommend?

A.

Configure different Record Types.

B.

Create a Lightning Web Component.

C.

Edit the Page Layout.

D.

Use Dynamic Forms.

A Platform App Builder at Cloud Kicks is creating a flow approval process for travel requests. The requirement is to assign the approval to a specific user who will be determined at runtime based on other data in the flow.

How must the app builder configure the approver for the approval step?

A.

Use a Formula resource to define the approver directly in the Approver Type field.

B.

Set the Approver Type to " User " and select a specific user from the list.

C.

Set the Approver Type to " Resource " and select the text variable containing the username.

D.

Set the Approver Type to " Queue " and assign the queue that contains the dynamic user.