Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

PDF Platform-App-Builder Study Guide

Salesforce Certified Platform App Builder(SP23) Questions and Answers

Question 13

Universal Containers utilizes opportunities and a custom object called Detaited.Sales__c. The company would like to roll sales metrics up to an opportunity for only Detailed.Sales__c records that have their picklist status set to Active.

What is the recommended method for the app builder to achieve this request?

Options:

A.

Utilize the AppExchange to download a third-party application that can roll­_up the sales dollars with the appropriate filter.

B.

Create a master-detail relationship between the parent and child object with a roll-up summary field that fitters on the status held.

C.

Create a lookup relationship between the parent and child object with a roll-up summary held that filters on the status field.

D.

Utilize Apex code to roll up the desired amounts.

Question 14

Universal Containers has deployed custom tabs to Production via changes sets, without including the profile settings or permission sets.

What is the settings for the visibility of custom tabs?

Options:

A.

Custom tabs are default off for all users.

B.

Custom tabs are default on for all uses.

C.

Custom tabs are hidden for all users.

D.

Custom tabs are NOT deployed.

Question 15

Cloud Kicks (CK) wants to simultaneously delete a Supplier’s record and all Supplier ltem__c records if a

partnership ends with a supplier.

What solution could an app builder use to meet the requirement?

Options:

A.

Many-to-many

B.

Indirect lookup

C.

Hierarchical

D.

Master-detail

Question 16

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?

Options:

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.