11.11 Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Salesforce Platform-App-Builder Actual Questions

Salesforce Certified Platform App Builder (SU24) Questions and Answers

Question 37

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.

Question 38

Cloud Kicks (CK) wants to set up a custom child object to track gift cards issued to a customer. A key requirement is to track the total number of gift cards opened and gift cards issued on an Account. CK wants to permanently ensure the gift cards are unable to be moved across any other Account once it is created.

On the gift card object, what type of field should be created to support this requirement?

Options:

A.

Master-detail relationship

B.

Roll-up summary

C.

Formula

D.

Lookup relationship

Question 39

Nickname__c is a custom text field on a contact record that is utilized to override the contact’s 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?

Options:

A.

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

B.

IF(TEXT(Nfckname__c), Nickname_c,FirstName)

C.

IF (ISNUUL(Nteknarne _..c),Nicknamec,Firstftame)

D.

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

Question 40

The brokers at DreamHouse Realty (DR) are having an Issue when using the Salesforce mobile app on their (Phones. There are several key fields on the contact record they need access to at a glance. Because of the small screen, they currently have to scroll down the page to view the information.

What should the app builder at DR use to configure the Salesforce mobile app to show these key fields at the top of the screen?

Options:

A.

Compact layout

B.

Record Detail component

C.

Object specific action

D.

Mobile navigation