Black Friday 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: 2 / 10
Total 311 questions

Shipments at Cloud Kicks (CK) are created and updated by the warehouse staff in a shipping application. The Information needs to be pushed into Salesforce on a regular basis. CK's app builder creates a custom object called Delivery_c to track the information.

How can the app builder prevent creating duplicate delivery records and update the correct existing records when migrating data from the shipping application?

A.

Use the Import Wizard and match on the tracking number.

B.

Create a unique External ID field and use Dataloader.

C.

Use the Import Wizard and match on the Salesforce ID.

D.

Create a duplicate match rule and use Dataloader.

A Cloud Kicks employee submitted an opportunity for approval by their manager.

What will happen if the employee attempts to edit the description field after submission?

A.

User will be presented with a 'Record Lock' notification.

B.

User will be able to edit the description field only.

C.

User will be able to edit the name, but unable to edit the description.

D.

User will see the record is now owned by their manager.

Cloud Kicks has a shipment date on each shipment that is sent out. Dispatchers need more details on the day and time the shipment was sent out. The app builder needs to change the current field type that is used from Date to Date/Time.

What should the app builder be aware of when it comes to data already in the system?

A.

The change will be instant

B.

Historical data will be updated to 12:00 timestamp.

C.

The field name will change.

D.

Data loss will be experienced.

The marketing team at UVC has a list of 400 leads it wants to upload to Salesforce. The team need to avoid creating duplicate records. Which two actions should be taken to meet this requirement? Choose 2 answers

A.

Utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly created duplicate leads.

B.

Upload the lead list using the import wizard and select a Matching type to prevent duplicate lead creation.

C.

Use Data Loader’s update function to import lead and match to existing records based on e-mail address.

D.

Enable Duplicate Matching in the Data Management section in Setup and activate the Lead-to_Lead scenario.

The Recruiting ream at AW Computing captures thejob 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 cecord edit.

Which validation formula should the app builder use?

A.

NOT(ISCLANK(Job_Accepted_c)) && ISCHANGED(Hire_Date_c)

B.

(ISBLANK(Job_Accepted_c) II NOT(lSCMANGED(Mire_Daie_c))

C.

NOT{IS&lANK(Job_Accepted_c)) II ISCHANGED(Hire_Date_c)

D.

(lSBLANK(Job_Accepted_c) && NOT(lSCHANGED(Hire_Date_c))

What are two capabilities of Schema Builder? Choose 2 answers

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

An app builder wants to add the option to 'Send New Email' from Leads, Contacts and Accounts for users on mobile.

What is the benefit of using global actions to accomplish this?

A.

Global actions can be accessed anywhere actions are pages, feed and Chatter groups,

B.

Salesforce Lightning Component Library houses existing global actions prebuild for use.

C.

The global action's layout automatically clones the default page layout.

D.

Global actions are record-specific and are available when searching that particular

Northern Trail Outfitters wants to broadcast an email to 7,000 contacts Salesforce on a regular basis but realizes Salesforce is mass functionality has a limitation on the number erf emails that can be sent each day.

What action should the app builder take?

A.

Request Salesforce increase the number of maximum daily emails.

B.

Develop Apex code and bghtnrrvg web component to send dairy emails

C.

Research and evaluate products available on AppExchange to send mass emails.

D.

Export Contacts to a CSV file and use an email client to send the emails.

Universal Containers wants some enhancements on its Opportunity page layout to improve efficiency and collaboration.

Which two solutions should an app builder suggest to help meet these requirements?

Choose 2 answers

A.

Mark stage dependent fields as required on the Opportunity page layout.

B.

Use two Tabs components to separate record information from activities.

C.

Add a Path component with fields and instructions aligning to stages on the Opportunity.

D.

Set up an approval process requiring manager consent at each stage of the Opportunity.

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