Exam CRT-450 Topic 1 Question 42 Discussion

Actual exam question for Salesforce's CRT-450 exam
Question #: 42
Topic #: 1
Universal Containers decides to use purely declarative development to build out a new Salesforce application.
Which two options can be used to build out the business logic layer for this application?
Choose 2 answers

Suggested Answer: A,C Vote an answer

When using purely declarative development to build the business logic layer in Salesforce, the following options are available:
Option A: Validation Rules
Reference:
"Validation rules verify that the data a user enters in a record meets the standards you specify before the user can save the record."
- Salesforce Help: Validation Rules
Option C: Record-Triggered Flow
"Record-triggered flows can be configured to run before or after the record is saved, making them a powerful declarative tool for business logic."
- Salesforce Help: Record-Triggered Flow
Why Other Options Are Incorrect:
Option B: Remote Actions require Apex code (annotated with @RemoteAction) and are used for making Apex methods callable from JavaScript, which is not declarative.
Option D: Batch Jobs are written in Apex and are used for processing large volumes of records asynchronously, which is programmatic development.

by Jerry at Jul 15, 2026, 08:04 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10