Official Bank 0/264

Certification Preparation for Platform App Builder Exam (CRT-402) - Salesforce Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
264 Total Questions
1
Question
The VP of Sales at Universal Containers has requested that Sales reps be given access to view all Accounts in Salesforce. However, they've also requested that sales reps only be allowed to create new Opportunities on Accounts they own. How can this requirement be met?
Options
A Create a new Opportunity Quick Action that validates Account ownership.
B Set the Organization-Wide Defaults sharing on Opportunities to Private and recalculate sharing.
C Set the Organization-Wide Defaults sharing on Opportunities to Controlled by Parent.
D Create an Opportunity Validation Rule that compares the Opportunity and Account Owners
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
At UVC, the Account object has a MD relationship with an Invoice custom object. The app builder would like to change this to a lookup field, but is not able to do so. What could be causing this?
Options
A The invoice records have existing values in the Account
B The Account record includes invoice roll-up summary fields
C The Account is included in the workflow on the Invoice Object
D The Invoice must have at least one MD field for reporting
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
You are explaining to another developer, who is not familiar with Force.com, how an external ID field can be used to work with data coming from another system. What features would you mention? Choose 3 answers.
Select 3
Options
A An external ID can be either text, number or email data types
B An external ID is used to represent an identifier for a record from an external system
C An external ID is indexed and increases query performance
D External IDs are not case sensitive
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers
Select 2
Options
A IMAGE( IF(ISPICKVAL(Priority, “Low”), “img/samples/flag_green.gif”, IF(ISPICKVAL(Priority,
“Medium”), “img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”),
“img/samples/flag_red.gif”))), “Priority Flag”)
B IF(ISPICKVAL(Priority, “Low”), “img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”),
“img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “img/samples/flag_red.gif”, “/s.gif”)))
C IMAGE(CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”,
“img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “Priority Flag”)
D CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”,
“High”, “img/samples/flag_red.gif”, “/s.gif”)
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
A workflow has been written to update the 'Stage' field on opps. What will be the impact of this field update?
Options
A Forecast field on opp
B No Impact
C Type fields on opp
D Both A&B
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.