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

When a deal is closed- won, it has to be approved by the owner's manager prior to being added to the leaderboard for a quarterly sales competition. An opportunity is won on the last day of the quarter and themanager is on vacation.

What is recommended to ensure all of the appropriate deals are reviewed and the leaderboard is up to date?

A.

Forward the approval request to the manager's assistant.

B.

Set up a delegated approver for the manager

C.

Have the manager log on and reassign the approval request

D.

Use Process Builder to assign a delegated approver.

An app builder installed a custom Lightning component from AppExchange and has deployed My Domain.

What should be done next in order to configure the component for use in a record page?

A.

Edit a record page using Lightning App Builder > Drag the component onto the page.

B.

Edit a record page using the Page Layout editor > Drag the component onto the page.

C.

Edit a record page using the Page Layout editor > Drag the Visualforce component onto the page.

D.

Edit a record page using App Manager > Drag the component onto the page.

An app builder wants to create a new field using SchemaBuilder.

Who will get access to the new field by default?

A.

Standard profiles

B.

No profiles

C.

Internal profiles

D.

All profiles

Universal Containers has two types of applicants, hourly and salary. There are separate record types for each. Whileall members of the human resource department need to be able to view all applicant records, only the hiring Manager and VP of HR should be able to create salary applicant records.

What should the app builder recommend to meet this requirement?

A.

Update the org-wide default to private and create a sharing rule for the role of recruiting manager.

B.

Create a permission set containing the salary record type and assign it to the appropriate users.

C.

Remove "create" permission for the salary applicant objectfor everyone except the manager and VP.

D.

Configure the hourly record type as the default and instruct non-management users to accept the default record type.

Ursa Major Solar wants to see the Type field from the parent object Galaxy listed on the child recordStar. The app builder is receiving an error stating "Picklist values are only supported in certain functions".

What formula should an app builder use to achieve the desired result?

A.

ISPICKVAL(Galaxy__r.Type__c)

B.

VALUE(Galaxy_r.Type__c)

C.

TEXT(Galaxy_r.Type_c)

D.

FIND(Galaxy__r.Type__c)

Universal Containers would like to automatically assign a specific permission set to new users. How can this requirement bemet? Choose 2 Answers

A.

Create an approval process on the User object to assign a permission set

B.

Create a flow on the user object to assign a permission set.

C.

Create a lightning process on the user object to launch a flow.

D.

Create a workflow rule on the User object to assign a permission set.

Universal Containers wants to streamline its data capture process by linking fields together. They wish to do this sothat the available value on dependents fields are driven by value selected on controlling fields. Which consideration supports the stated requirements? Choose 3 answers

A.

The import wizard only allows value to be imported into a dependent picklist if theymatch the appropriate controlling field

B.

Custom picklist field can be either controlling or dependent field

C.

Multi select picklist can be dependent picklist but not controlling fields

D.

Standard and custom picklist fields can be dependent fields.

E.

Checkbox fields can be controlling fields but not dependent fields

Universal Containers uses a custom object called Reviews to capture information generated by interviewers during the candidate process. The Review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the commentfield on the Review to be private to anyone outside of the MR department

How should the app builder meet thts requirement?

A.

Create a page layout with the field and use field-level security to hide the field from all other users.

B.

Create an Apex sharingrule to share the field with users that have "MR'' in their role.

C.

Create a sharing rule to share the field with the VP of HR with Role and Subordinates.

D.

Create a page layout with the field for HR users and another page layout without the field for all other users.

Universal Containers (UC) maintains information for over 2 million assets in an external system. UC needs to access these assets in real-time data in Salesforce and is nearing the data storage limits.

What feature could an app builder recommend UC use?

A.

Data Loader

B.

Salesforce Connect

C.

Salesforce to Salesforce

D.

Data Export Wizard

Cloud Kicks wants to summarize the number of open Cases related to an Account, as well as the number of closed Cases to indicate whether customer support utilization is high, medium, or low. Two number fields have been created: NUM_Open_Cases__c and NUM_Closed_Cases_c

Which two automation solutions would meet these business requirements?

Choose 2 answers

A.

AppExchange

B.

Process Builder

C.

Workflow

D.

Apex