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

Salesforce Platform-App-Builder - Salesforce Certified Platform App Builder (SP25)

Page: 8 / 9
Total 288 questions

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.

Refresh the text sandbox and re_display the change set.

B.

Clone the change set and re_display

C.

Rename the change set, add the changes and re_display

D.

Update the change set and re_display

What are two reason to create an unmanaged package? Choose 2 answers

A.

Distributing open-source projects on the AppExchange.

B.

Publishing an application for sale on the AppExchange

C.

Deploying from a Developer Edition environment

D.

Distributing upgradeable components to another Salesforce org

Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app builder is tasked with this project and has very little time to build the solution from scratch, but still needs to be able to fully customize the solution.

What should the app builder do to meet the deadline and custom requirements?

A.

Work with a developer to create custom Apex code and a Lightning web component survey to meet the criteria,

B.

Use Salesforce flow to build the survey declaratively to meet the criteria and send it to the customer as an email.

C.

Choose a managed package from AppExchange that closely meets the requirements of the project, restricts programmatic development, but allows declarative development

D.

Choose an unmanaged package from Appexchange that closely meets the requirements of the project and allows programmatic development.

Northern Trail Outfitters wants to initiate a daily backup of its Salesforce org.

Which tool should an app builder recommend for this task?

A.

Report export

B.

Refresh full copy sandbox

C.

AppExchange package

D.

Data Export Service

DreamMouse Realty has a mentorship program that pairs experienced Realtors with new Realtors. Each experienced Realtor can mentor one or several new Realtors, and each new Realtor is required to work with a single experienced Realtor they report to for a probationary period.

What type of relationship would an app builder set up to meet this specification?

A.

Indirect lookup

B.

Many-to-many

C.

Master-detail

D.

Lookup

Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes.

What validation rule would an app builder use to prevent other users from making this update?

A.

AND( $UserRole.Name != 'Marketing',ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_0pt_In_c,"Yes") )

B.

AND( $UserRole.Name != 'Marketing', Retail_Opt_In_c = "Yes" )

C.

AND( $UserRole.Name = 'Marketing', ISPICKVAL(Retail_Opt_In_c,"Yes") )

D.

AND( $UserRole.Name = 'Marketing', Retail_Opt_In__c= "Yes" )

Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership.

What does an app builder need to have in the criteria to ensure the process runs without error?

A.

BEGINS([Lead].OwnerId, ,,005")

B.

[Lead].Owner:User.Role Is Null = False

C.

[Lead].Owner:Queue.OwnerId Is Null = True

D.

NOT(ISBLANK([Lead].OwnerId))

Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead. What should an app builder configure to meet these requirements?

A.

Create three lead record types each with its own page layout containing the relevant fields

B.

Create a partner community and a record type for web and trade show leads

C.

Create three sections on the lead layout and instruct users to collapse the non-relevant fields

D.

Create custom page payouts for each type of lead only containing the relevant fields

A business user wants a quick way to edit a record's status and enter a custom due date field from the record's feed in Salesforce Mobile App.

What should be used to accomplish this?

A.

Custom action

B.

Custom button

C.

Custom quick access link

D.

Custom URL formula Field

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 closed.

Which field type should an app builder configure to fulfill this requirement?

A.

Text

B.

Text Area

C.

Picklise

D.

Checkbox