Free CRT-403 Practice Test Questions and Answers (2026)

Last Update Check

View Mode
Q: 1
Cloud Kicks (CK) tracks the support level of its customers on the account record page. CK wants to show a text notification on a case record page when the related account is a platinum-level customer. How could an app builder meet this requirement?
Options
21 comments in the community discussion
1
Doesn't A also work if you're sticking with Lightning native controls? What's the benefit of using Visualforce here over just a rich text component?
1
A is wrong, B. No Visualforce requirement stated but that's what the answer key wants.
Q: 2
After utilizing the Lightning Object Creator to create a new object, its fields, and to insert all of the data, an app builder now needs to set up the Lightning Record Page. Which component should the app builder have on their Lightning Record Page to see all of the fields from the page layout?
Options
27 comments in the community discussion
3
Option C, had something like this in a mock, Record Detail always shows all fields from the page layout.
1
C not A. Highlights Panel only shows a few fields, but question asks for all fields from page layout. Pretty sure that's Record Detail unless I'm missing something here.
Q: 3
Universal containers (uc) want to delete data in several fields for 5000 lead records. UC export the selected record IDs and fields that need to have data deleted in a csv file. Which two steps should an app builder suggest to meet these requirements? Choose 2 answers
Options
32 comments in the community discussion
2
D , not B. Import Wizard can't handle null updates for bulk records, that's the trap here. Similar practice questions always go with Data Loader and the 'insert null values' setting.
1
C, not B, D. Import Wizard can't clear fields to null, that's the catch here.
Q: 4
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
20 comments in the community discussion
3
Option D
2
Its D but honestly the typos in C make me second-guess a bit.
Q: 5
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?
Options
32 comments in the community discussion
9
Option A, Had something like this in a mock, formula field is the way to go here.
4
A. saw this format in a recent exam report. Formula field is what Salesforce expects here.
Q: 6
DreamHouse Realty wa nts to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system. Which two details should the app builder know when using external ID fields? Choose 2 answers
Options
37 comments in the community discussion
1
I think A and D. Seen a lot of people pick C by mistake since phone looks unique, but Salesforce only allows text or number as external ID. Someone correct me if that's changed!
1
Maybe C/D, I think phone fields can be set as external IDs too in some cases.
Q: 7
An app builder wants to create a report to compare the number of support cases in each status (New, In-progress, or Closed) and by priority (Critical, High, Medium, or Low). What solution should be used for the report?
Options
31 comments in the community discussion
1
A
1
A tbh
Q: 8
A recently refreshed partial sandbox at Cloud Kicks has no data In the custom object Shipping. Checking In production, there are two million rows of data in the object. What could be the reason the data Is missing?
Options
27 comments in the community discussion
5
Option B For partial sandboxes, only objects checked in the template get data, so missing Shipping rows means it wasn't selected.
1
B or C? Had something almost identical on my last mock. But pretty sure it's B since the template decides what gets copied to partial sandboxes. If Shipping wasn't selected, there'd be no data. Anyone disagree?
Q: 9
What are two capabilities of Schema Builder? Choose 2 answers
Options
28 comments in the community discussion
1
Pretty standard pick from the official guides and practice exams: A and C.
1
Had something like this in a mock. A and C work because Schema Builder lets you edit custom settings and visually pick which objects to display. It can't create record types or open page layouts separately. Anyone see different options?
Q: 10
Universal Containers would like to automatically assign a specific permission set to new users. How can this requirement bemet? Choose 2 Answers
Options
38 comments in the community discussion
2
B/C? Pretty sure both are covered in the Salesforce help docs and official practice stuff for permission set assignments.
2
B/C? Had something like this in a mock before, both handle permission sets for users.
Q: 11
Sales reps at Universal Containers create multiple quotes per opportunity. What automation tool should an app builder recommend to delete rejected quotes?
Options
7 comments in the community discussion
1
Its D, flow can actually delete records which the others can't do directly. Pretty sure that's what they'd want here.
I thought about C since workflow rules can automate some actions, but they can't delete records directly. Pretty sure that's a catch here. Anyone else considered workflow for this?
Q: 12
DreamHouse Realty wants to track how many lifts are being installed into customer garages. The To Be Installed custom checkbox field on the custom Lift object should be checked and an external system should be notified via an outbound message the next day when a lift is sold. What automation tool should be used to complete this task?
Options
5 comments in the community discussion
2
C for sure. Flow lets you build a scheduled action and now supports outbound messages directly, so it covers both timing and integration. Workflow can’t do the delay like that anymore. Someone correct me if I’m missing something but think this is it.
Anyone using the official Salesforce study guide or practicing with hands-on Flow challenges for scenarios like this?
Q: 13
Universal Containers has a new custom object for Invoices that includes an Invoice Number field, Before the Invoice object can be used, invoices will be migrated from an external system maintaining their current Invoice Number. After the migration, salesforce will be the system of record and each new Invoice created in Salesforce must have a unique Invoice Number. How should the app builder configure the Invoice Number field?
Options
9 comments in the community discussion
1
Had something like this in a mock. B is the way to go since marking a Text field as unique external ID lets you import exact numbers from the old system, and prevents duplicates once Salesforce is owning the data. Makes sense, agree?
Not A, it's B. Making it a unique external ID Text field avoids issues with the migration and keeps imported invoice numbers intact. Option D's a common trap but wouldn't support keeping existing values from the old system.
Q: 14
Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager's executive can view the rep's evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?
Options
10 comments in the community discussion
4
Option C Had something like this in a mock, pretty sure field-level security is needed to restrict access to the executive comment.
1
A Saw a similar question in some practice dumps, so picking A here.
Q: 15
Cloud Kicks received a new requirement to calculate summaries from child objects of a standard object. The team would prefer to solve this declaratively. What are two considerations an app builder should evaluate? Choose 2 answers
Options
5 comments in the community discussion
1
B and D tbh. Both are needed for roll-up summaries to work declaratively in Salesforce.
B and D for sure. Declarative summaries need master-detail, so those are the key ones here.
Q: 16
Ursa Major Solar wants to see the Type field from the parent object Galaxy listed on the child recordStar. The app builder is receiving an error stating "Picklist values are only supported in certain functions". What formula should an app builder use to achieve the desired result?
Options
9 comments in the community discussion
1
I don't think it's A here. ISPICKVAL is only for checking if a picklist equals something, not for displaying the value. B is tempting but VALUE won't handle picklists, so my pick is B because I remember seeing it on similar questions, but could be mixing up field types.
1
I don’t think it’s B. C.
Q: 17
Ursa Major Solar's sales team has been struggling to enter data on mobile since rollout; the team dislikes scrolling through all of the fields to input only the necessary data. How could the app builder solve this with minimal impact to desktop users?
Options
10 comments in the community discussion
2
Not A, I’d pick B here since reordering fields could help reps find what they need faster on mobile.
1
I don't think B does enough. Reordering fields just moves the problem around, but mobile would still be cluttered. Filtering by Form Factor (A) actually solves it for mobile without messing with desktop. Agree?
Q: 18
DreamHouse Realty is rethinking its sandbox utilization strategy after acquiring Cloud Kicks. The Salesforce COE already utilizes a partial and a full sandbox, which it refreshes on their own regular schedules. Teams are expanding and have to begin each of their small projects in a sandbox before committing to the larger pool for collaborative testing while still keeping costs down. What type of sandbox should each team member use?
Options
5 comments in the community discussion
I don’t think C fits here. Developer sandboxes (B) are designed for quick, personal dev work and cost less, so each team member can have one without racking up expenses. Partial and full sandboxes are more for UAT or big test cycles, not individual small projects.
Probably B, since developer sandboxes are cheap and perfect for individual team members to work on small projects before merging.
Q: 19
UC has a requirement that an opportunity should have a field showing the value of its associated account's billing state. This value should not change after the opportunity has been created. Is there a recommended solution to configure this automated behavior?
Options
7 comments in the community discussion
1
C or B. I picked B because I've seen similar questions talk about using Apex triggers to handle "keep original value" logic, especially if formula fields would auto-update. Workflow seems possible too but for more static stuff I'd suspect a trigger (B). Not 100% sure, could be C.
C or B? I feel like both could work but most Salesforce exam guides put workflow as a solid choice for simple copy-on-create logic. Check the official guide and do a practice test to be sure.
Q: 20
An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?
Options
5 comments in the community discussion
1
B C for sure. Both let you control button behavior or visibility without custom coding every scenario.
1
B and C tbh. You can definitely override a standard button like "New" with a Visualforce page, so that's B. Also, even if you can't override a button, you can still hide it on the page layout so users won't see it (that's C). A isn't really about overrides and D is misleading because you can't always relocate or relabe
Question 1 of 20

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top