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

At AW Computing, the Candidate object has a checkbox field for Previous Experience and a number field for Years of Previous Experience. The recruiting team wants the number field to display only if the Previous Experience field is checkedd. Which functionality should the app builder use to meet this requirement?

A.

Create two different page layouts and a process to change the layout if Previous Experience is checkedd.

B.

Create a dependency between the Previous Experience and Years of Previous Experience fields.

C.

Use Dynamic Forms to display the Years of Previous Experience field if Previous Experience is checkedd.

D.

Use a Visualforce component on the candidate page layout to conditionally display the fields.

Universal Containers has a requirement that an email notification needs to be sent to an Account owner automatically 5 days before a related Contract ' s end date.

Which flow type and element combination should the Platform App Builder use?

A.

Schedule-triggered flow with a Get Records element and a Send Email action

B.

Record-triggered flow with a Send Email action, using a scheduled path

C.

Screen flow with a Send Email action and a Date element

D.

Autolaunched flow with a Wait element and a Send Email action

The VP of Sales at Universal Containers has asked the app builder to let sales reps create opportunity records directly from the account, with a Number of fields pre-populate Which feature should the app builder use to allow users to create the opportunity?

A.

Default action

B.

Quick action

C.

Custom button

D.

Custom link

Cloud Kicks (CK) is finding sales reps are inconsistent in data Entry when deals are won. CK requires that custom shoes are shipped Within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date. How should the app builder ensure this field is properly filled out beforeSetting the opportunity to closed won?

A.

OR (ISPICKVAL( StageName= " Closed Won " ) (Scheduled_Ship_Date_c-Close Date) > 14, ISBLANK (Scheduled_Ship_Date c))

B.

ISPICKVAL ( StageName= " Closed Won " ) & (Close Date-Scheduled_Ship_Date___ =) > 14

C.

ISPICKVAL ( Stage Name, " Closed Won " ) & & (Scheduled_Ship_Date_c CloseDate) > 14

D.

OR (ISPICKVAL ( Stage Name, " Closed Won " ) & & (Scheduled_Ship_Date_c-CloseDate) > 14, ISBLANK (Scheduled_Ship_Date c))

At Ursa Major Solar there is a requirement for a new field called Planet Details on the Planet object where users can write detailed Descriptions that can include pictures and links. Which field type should the app builder use to fulfill this requirement?

A.

URL

B.

Multi-select picklist

C.

Long text area

D.

Rich text area

Ursa Major Solar (UMS) has a custom object where they track Galactic Vendors. The object has four custom fields for the Galactic Vendors ' s location: Street City . Planet . Galaxy The UMS ' s leadership wants these fields to be combined into a single Formula field on two lines. Which formula fulfills this requirement?

A.

Street r (City & " ,

B.

Street & BR () & Planet Galaxy_) City_c & " , " & Planet_ca & Galaxy_0

C.

Street & (City & " , " & Planet & " & Galaxy_0}

D.

Street r & BR () & City & " , " & Planet _ * & & Galaxy_r

Cloud Kicks is building a Field Generation prompt template in Prompt Builder that populates a custom field on the Contact record page with a paragraph summarizing the Contact ' s most recent Orders. To ground the prompt in the Contact ' s related Order data, the Platform App Builder needs to build a flow.

Which type of flow should the app builder use?

A.

Template-triggered prompt flow

B.

Record-triggered flow

C.

Schedule-triggered flow

D.

Autolaunched flow

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 the Manager is on vacation. What is recommended to ensure all of the appropriate deals are reviewed and the leaderboard is up to date?

A.

Have the manager ' s assistant reassign the approval request.

B.

Use a quick action to forward the approval request to the next level approver.

C.

Set up a delegated approver for the manager.

D.

Use an assignment rule to automatically assign a delegated approver.

Cloud Kicks (CK) tracks the support level of its customers on the account Record page. CK wants to a text notification on a case record page when the Related account is a platinum-level customer. How can an app builder meet this requirement?

A.

Clone the Case Lightning page. Add a rich text component to the new page, and assign this page to platinum accounts.

B.

Add a rich text component to the Case Lightning page Set the component visibility of the rich text component to when the account support level is Platinum. Create a text-only custom Lightning Web Component Drag the custom Lightning Web Component into the Case page layout.

C.

Set its visibility to when the account support level is platinum. Create a text-only custom Lightning Web Component. Clone the case page layout.

D.

Drag the custom Lightning Web Component into the page, and assign the layout to platinum cases.

Universal Containers has deployed custom tabs to production via change sets, without including the profile settings or permission sets. What is the setting for the visibility of custom tabs?

A.

Custom tabs are hidden for all users.

B.

Custom tabs are default off for all users.

C.

Custom tabs are default on for all users.

D.

Custom tabs are NOT deploye