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

Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often As possible to migrate from one environment to another. Which three common items can an app builder move when using a change set? Choose 3 answers

A.

Web-to-lead

B.

Standard fields

C.

Custom object

D.

Apex class

E.

Custom field

The Human Resources department at Cloud Kicks uses a custom object, JobApplication__c , to record all job applicant information, including fields for the applicant ' s current and desired salaries. Any Cloud Kicks user who performs hiring manager functions needs to be able to see all applicants ' salary information.

Which tool should the Platform App Builder use to accomplish this?

A.

Sharing Rules

B.

Permission Sets

C.

Page Layouts

D.

Organization-Wide Defaults

An app builder wants to streamline the user experience by reflecting summarized calculations of Specific fields on various objects. Which three field types can be used in roll-up summary fields to accomplish this? Choose 3 answers

A.

Checkbox

B.

Time

C.

Currency

D.

Date

E.

Percent

An app builder needs to create new automation on an object. Which best practice should the app builder follow when building out automation?

A.

One Flow per object

B.

One validation rule per object

C.

One invocable process per object

D.

One record change process per object

At Ursa Solar Major, only users with the Outer Planets profile Need to see the Jupiter field on the Solar System object. How should the app builder satisfy this requirement?

A.

Classic encryption

B.

Field-level security

C.

Filtered view

D.

Sharing rules

Universal Containers deployed an app in a large change set from a Developer Sandbox to a Developer Pro Sandbox used for testing. After Testing, changes had to be made to several of the components in the Change set. How should an app builder move the new changes to the Developer Pro Sandbox?

A.

Rename the change set, add the changes and re-deploy.

B.

Clone the change set and re-deploy.

C.

Refresh the test sandbox and re-deploy the change set.

D.

Update the change set and re-deploy.

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 (StageName Negotiation/Review " , closeDate -DAY (7) TODAY!)}

B.

AND (ISPICKVAL (StageName, *Negotiation/Review ' ), CloneDate - 7 TODAY () )

C.

AND (StageName = ' Negotiation/Review, CloseDate TODAY (1)

D.

AND (ISPICKVAL (StageName, Negotiation/Review ' ). CloseDate DAY (7) TODAY (1)

An app builder wants to create a custom object and 10 fields. What should they use to create the object, fields, and relationships quickly From one place?

A.

Schema Builder

B.

Lightning Object Creator

C.

Manage Field Permissions

D.

Developer Console

Cloud Kicks (CK) has a formula field `specialty ` or Opportunity that gets its value from the `specialty ` field on the related Account. CK has changed its processes to allow opportunities to have different values for `Specialty ` than their Account. How can sales reps enter values for the `specialty ` field on Opportunity, while preserving the values on existing opportunities?

A.

Extent the data, convert the field to `GETTING` and mount the data.

B.

Convert the field to a text field and the values in the left.

C.

Create a new text field and keep using the existing formula field.

D.

Create a new text field and import the formula field values in it.

Universal Containers uses a custom picklist called `Account_Region ` or the Account object. The vice president of sales has asked that the value of this field is visible on Opportunities. How should an app builder create this solution?

A.

Field History tacking

B.

Cross-object formula

C.

Linking field

D.

Field-level security