Pass the Salesforce App Builder Platform-App-Builder Questions and answers with CertsForce

Viewing page 3 out of 9 pages
Viewing questions 21-30 out of questions
Questions # 21:

An app builder is creating a custom object called Testimonial__c and wants toconnect Testimonial__c records with both the submitter's

Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the

Account remains, the Testimonial__c should remain.

How should this be accomplished?

Options:

A.

Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships fromTestimonial__c to Contact and to Account.


B.

Create a master-detail relationship from Testimonial__c to Accountand a lookup relationship from Testimonial__c to Contact.


C.

Make Testimonial__c a junction object between Account and Contact using master-detail relationships.


D.

Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact.


Expert Solution
Questions # 22:

Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC's orders.

What formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?

Options:

A.

BEGINS(Account.Zip_Code_r, 5)


B.

TEXT(Account.Zip_Code_c, 5)


C.

LEFT(Account.Zip_Code_c, 5)


D.

LPAD(Account.Zip_Code__r, 5)


Expert Solution
Questions # 23:

UVC's CFO has asked that all deals with more than a 40%discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answers

Options:

A.

Launch a new approval process that has automatic submission enabled as an initial submission action


B.

Create a new process with a submit for approval action to automatically submit deals for approval


C.

Create a new approval process that has automatic submission enabled in the entry criteria


D.

Launch a flow that uses the submit for approval action to submit deals for approval


Expert Solution
Questions # 24:

Universal Containers (UC) has a custom Invoice object and a custom Invoice Line Item object. TTie Invoice Line-Item object has a lookup relationship to the Invoice. UC would like to convert the lookup relationship to a master-detail relationship but is unable to do so.

Which two reasons could be preventing this relationship conversion?

Choose 2 answers

Options:

A.

Custom objects are unable to be on the detail side of a master-detail relationship.


B.

There are already two master-detail relationships on the Invoice Line Item.


C.

Invoice Line-Item records exist without having the Invoice lookup field populated.


D.

There is a roll-up summary field on the Invoice object.


Expert Solution
Questions # 25:

Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit opportunities into the Secure Commitment Stage to eliminate manual submission.

Which three features would meet the business requirements?

Choose 3 answers

Options:

A.

Workflow


B.

Process Builder


C.

Apex


D.

Chatter action


E.

Flow


Expert Solution
Questions # 26:

Cloud Kicks (CK) captures all shipping information in a custom object called Shipments__c. CK's app builder is tasked with creating an approval process to ensure department members can approve all overnight shipments.

Where should the app builder route the approval request?

Options:

A.

Hierarchy field


B.

Role


C.

Public group


D.

Queue


Expert Solution
Questions # 27:

Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c customobject.

Which tool should be used?

Options:

A.

Import Wizard


B.

Lightning Object Creator


C.

Data Loader


D.

Schema Builder


Expert Solution
Questions # 28:

Universal Containers (UC) wants to test code against a subset of production data that is under 5 GB. Additionally, UC wants to refresh this sandbox every weekend.

Which type of sandbox should be used to accomplish this?

Options:

A.

Developer Pro


B.

Partial Copy


C.

Full Copy


D.

Developer


Expert Solution
Questions # 29:

An app builder at Cloud Kicks has been working on changes to a custom Shoe Sales app in a sandbox and is ready to deploy their changes to production with a change set. Part of the work included updates to a permission set.

What should the app builder take into consideration when deploying the change set to production?

Options:

A.

The deployed permission set will only contain changes related to the change set.


B.

Change to field-level security in the permission set will not be applied.


C.

The deployed permission set will manage with the existing permission set.


D.

The existing permission set will be completely overwritten.


Expert Solution
Questions # 30:

What are two capabilities of Schema Builder? Choose 2 answers

Options:

A.

Editing custom settings


B.

Creating a new record type


C.

Showing selected objects on a page


D.

Viewing page layouts in a new window


Expert Solution
Viewing page 3 out of 9 pages
Viewing questions 21-30 out of questions