Salesforce platform-app-builder practice test

Answers Salesforce Certified Platform App Builder Exam


Question 1

A new custom object called Invoices need to have an invoice date for the date and time itwas
invoiced.
Which field type should be selected for this?

  • A. Date
  • B. Date/Timestamp
  • C. Date/Time
  • D. Time
Answer:

C

Explanation:

Discussions
0 / 600

Question 2

An app builder has modified a Lightning record page for a case and has added an email button item
to the page layout; however, users are unable to see the new item on the layout.
What are two potential reasons why users are unable to view the item on the Case Lightning record
page?
Choose 2 answers

  • A. The page layout includes the case feed component.
  • B. The email button contains JavaScript.
  • C. The case page layout also contains custom buttons.
  • D. The page layout excludes the case feed component.
Answer:

B, D

Discussions
0 / 600

Question 3

Universal Containers uses Contracts for agreements with customers. A sales manager is required to
provide approval for contracts and director approval for any contract over $10,000.
Which two options should an app builder use to ensure all contracts route for the correct approval
and also prevent the sales rep from making changes to the record while it is being approved7
Choose 2 answers

  • A. Create an approval process on the Contract object with criteria set on a second approval step set as 'Amount__c > 10,000' and set the approver as director.
  • B. Create an approval process on the Contract object and set the field for 'Next Automated Approver Determined By' as Manager'.
  • C. Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.
  • D. Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.
Answer:

B, D

Discussions
0 / 600

Question 4

Universal Containers (UC) maintains information for over 2 million assets in an external system. UC
needs to access these assets in real-time data in Salesforce and is nearing the data storage limits.
What feature could an app builder recommend UC use?

  • A. Data Loader
  • B. Salesforce Connect
  • C. Salesforce to Salesforce
  • D. Data Export Wizard
Answer:

A

Discussions
0 / 600

Question 5

Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to
Excel in order to ensure each record is treated uniquely.
What formula should an app builder use to create this new field?

  • A. ISNUMBER(Id)
  • B. CASESAFEID(Id)
  • C. TEXT(Id)
  • D. VALUE(Id)
Answer:

B

Discussions
0 / 600

Question 6

An app builder has deployed a change set from a sandbox to production. There is a long delay in the
deployment.
What can be causing the delay?

  • A. Profiles are included in the change set.
  • B. A field type change is included in the change set.
  • C. Dependent fields are included in the change set.
  • D. Roles are included in the change set.
Answer:

B

Discussions
0 / 600

Question 7

The Service Manager provided the app builder with color code requirements for case age on open
cases.
New cases populate a green circle
Day-old cases populate a yellow circle
Three day-old cases populate a red circle
How should an app builder implement this requirement?

  • A. Formula Field
  • B. Quick Action
  • C. Custom Button
  • D. Lightning Web Component
Answer:

A

Discussions
0 / 600

Question 8

A new field has been added to the Applicant object that is part of an unmanaged package. A recruiter
ran the Position with or without Applicants report and noticed that the new field was missing as an
option to add as a column.
How should an app builder troubleshoot this issue?

  • A. Adjust the field level security to include in the report type.
  • B. Check Allow Reports for the position and applicant objects.
  • C. Add the field to the custom report type field layout.
  • D. Update the profile with the Manage Public Reports permission.
Answer:

C

Discussions
0 / 600

Question 9

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))
Answer:

D

Discussions
0 / 600

Question 10

An app builder has created a custom Lightning App and wants to make it available to the internal
users at Universal Containers.
Which two steps are necessary to accomplish this task7
Choose 2 answers

  • A. Add the app to a Visualforce page.
  • B. Upload the app to Static Resources.
  • C. Create a subdomain using My Domain.
  • D. Build a Custom Tab for the app.
Answer:

A, D

Discussions
0 / 600
To page 2