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

Salesforce Platform-App-Builder - Salesforce Certified Platform App Builder (Plat-Admn-202)

Page: 3 / 8
Total 259 questions

An app builder installed a custom Lightning component from AppExchange. What should be done next in order to configure the component for use in a record page?

A.

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

B.

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

C.

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

D.

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

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.

Nickname__c is a custom text field on a contact record that is Utilized to override the contact name appearing on an email template. This Field is not required and is not always filled in. Which formula should an app builder use to select the contact ' s preferred Name for email communications?

A.

IF (NOT (BLANKVALUE (Nickname__c)), Nickname_c, FirstName)

B.

IF(ISNULL(Nickname__c), Nickname _ C, FirstName)

C.

IF (NOT (ISBLANK (Nickname__c)), Nickname__c, FirstName)

D.

IF (TEXT (Nickname_c), Nickname_c, FirstName)

An app builder at Ursa Major Solar has been working on a new custom app In a sandbox that has been upgraded to the next major Salesforce version, and their Production instance is still on the current Salesforce version. The development is Complete and they are ready to deploy a change set. What should the app builder consider when planning the deployment?

A.

The change set will be automatically deployed when production is upgrade

B.

The deployment is not possible due to different versions.

C.

The change set components will be upgraded to the next version in production.

D.

It will fail if there is a feature only available in the next version.

DreamHouse Realty is rethinking its sandbox utilization strategy after acquiring Cloud Kicks. The Salesforce COE already utilizes a partial and a Full sandbox, which it refreshes on their own regular schedules. Teams are expanding and have to begin each of their small projects in a sandbox before Committing to the larger pool for collaborative testing while still keeping costs down. Which sandbox type should be considered first?

A.

Developer pro sandbox

B.

Partial sandbox

C.

Developer sandbox

D.

Full sandbox

An app builder needs to modify an existing Process Builder that automates some of the work being done by the sales team. What are three capabilities of Process Builder that improve productivity? Choose 3 answers

A.

Create a child record.

B.

Start an additional message.

C.

Update a related record.

D.

Send an email alerts.

E.

Delete a related record.

The Recruiting team at AW Computing captures the job acceptance and date of hire of A candidate on the Job Application custom object. Once the candidate accepts The recruiter ' s job offer, the date of hire should be entered and not be changed on Subsequent record edits. Which validation formula should the app builder use?

A.

(ISBLANK (Job Accepted_c) || NOT (INCHANGED (Hi_Date_=))

B.

NOT (LABLANK (Job hocepted_c)) FRISCHANGED (Hire_Date

C.

NOT (ISBLANK (Job_Accepted_c)) 11 ISCHANGED (Hire_Date c)

D.

(ISBLANK (Job_Accepted_c) NOT (ISCHANGED (Hire_Date_0})

An app builder needs a custom solution and is considering using either AppExchange or their local developer community. The app builder wants To minimize the need for manual maintenance. What should the app builder consider?

A.

An open-source unmanaged package

B.

An unmanaged package from AppExchange

C.

An open-source custom development

D.

A managed package from AppExchange

Cloud Kicks has a custom object with a private sharing setting. The business wants to share individual records with specific people or departments on a case-by-case basis. Which three options does the business user have to manually share individual records? Choose 3 answers

A.

Public Groups

B.

Private Groups

C.

Permission Set Groups

D.

Roles and Subordinates

E.

Users

Ursa Major Solar has a lookup relationship between a custom `Galaxy_` object and a custom `Star_` object. An app builder wants to create a roll-up summary field that counts the total number of `Star_` records related to each `Galaxy_` record. How would the current configuration impact the ability to achieve the desired result?

A.

The roll-up summary can be achieved by creating a formula field on the `Galaxy_` object.

B.

The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.

C.

The roll-up summary can be achieved by creating a formula field on the `Star_` object.

D.

A roll-up summary field will need to be created on the `Galaxy_` object with a field filter that reflects all related `Star_` records.