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

Cloud Kicks models the relationship between Stores and Loyalty Members with a custom Store_Membership__c junction object that has two master-detail relationships, one to Store__c and one to Loyalty_Member__c . A regional manager has Read access to Store__c but no access to Loyalty_Member__c . The manager reports that Store_Membership__c records do not appear on the Store record page.

What should the Platform App Builder do to resolve this?

A.

Grant Read access to the Store_Membership__c object on the profile.

B.

Grant Read access to the Loyalty_Member__c object on the profile.

C.

Create a sharing rule on the Store_Membership__c object, granting the manager ' s role access.

D.

Create a sharing rule on the Loyalty_Member__c object, granting the manager ' s role access.

Universal Containers wants sales reps to get permission from their managers before deleting Opportunities. What can be used to meet these requirements?

A.

Two-step approval process

B.

Approval process and flow with a scheduled path

C.

Schedule-triggered flow with Submit for Approval action

D.

Approval process with a record triggered flow

A sales manager has noticed that reps continue to input contacts Directly in their phone instead of adding them to Salesforce. What should an app builder recommend to ensure the data makes it into Salesforce?

A.

Allow Salesforce to import Contacts from mobile device Contact lists.

B.

Enable in-app notifications every time a contact is create

C.

Enable ofline create, edit, and delete in Salesforce for Android and iOS.

D.

Allow users to relate a contact to multiple accounts.

Cloud Kicks wants to start tracking how many shoe subscriptions have been Sold for each shoe catalog. A master-detail relationship exists between the Subscription And the shoe_c objects. Which type of field should an app builder create?

A.

Roll-up summary field

B.

Lookup field

C.

Master-detail field

D.

Sum field

Universal Containers ' global support team routes complex milestone approvals based on the region of the submitting user. They need the flow to dynamically assign the approval task to a specific regional queue instead of a statically hard-coded user ID.

How should the Platform App Builder store and reference the queue assignments inside the Flow Builder logic?

A.

Hard-code individual user profile IDs into a Screen element, then use a Get Records element.

B.

Use a formula variable that evaluates the queue ' s DeveloperName , then use a Get Records element.

C.

Launch an asynchronous path that ignores the record owner field.

D.

Map the approval request to a custom text field on the Task object.

Universal Containers (UC) wants to delete data in several fields for 5,000 Lead records. UC exported the selected record Ids and fields that need to have data deleted in a CSV file. Which two steps should an app builder suggest to meet these requirements? Choose 2 answers

A.

Select the correct record type.

B.

Use Import Wizard to update leads using the CSV file.

C.

Use Data Loader to update leads using the CSV file.

D.

Select Insert Null Values in Settings.

An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers. Which two steps are necessary to accomplish this task? Choose 2 answers:

A.

Asking new options.

B.

Build a Custom Tab for the app.

C.

Add the app to a Vendor or page.

D.

Make it the app to Static Position.

Universal Containers has a custom object called Project__c and a custom object called Time_Entry__c . A Time Entry must always be associated with a Project. However, the organization-wide default (OWD) sharing setting for Project__c is Public Read/Write, while Time_Entry__c records contain sensitive data and must be strictly Private to the user who created them.

Which relationship type should the Platform App Builder use to relate Time_Entry__c to Project__c ?

A.

Lookup relationship

B.

Hierarchical relationship

C.

External lookup relationship

D.

Master-detail relationship

What are the limitations of Schema Builder when creating a custom object?

A.

Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.

B.

Custom fields can be added to any custom objects, excluding formula field types.

C.

Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.

D.

" Save " should be clicked each time a new object, field, or relationship is create

Universal Containers (UC) requires that all users specify a Contract is sent on each Opportunity prior to marking it as " Closed Won " . UC wants to be able to report on how many Opportunities have sent Contracts compared to how many have a missing contract when the Opportunities close Which field type should an app builder configure to fulfill this requirement?

A.

Picklist

B.

Text

C.

Checkbox

D.

Text Area