nerdexam
Salesforce

PDI · Question #97

Universal Container* 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?

The correct answer is A. Validation Rules C. Record-Triggered flow. The question asks for two options to build the business logic layer using purely declarative development for a new Salesforce application.

Submitted by kim_seoul· Apr 18, 2026Logic and Process Automation

Question

Universal Container* 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 answer

Options

  • AValidation Rules
  • BRemote Actions
  • CRecord-Triggered flow
  • DBatch Jobs

How the community answered

(26 responses)
  • A
    92% (24)
  • B
    4% (1)
  • D
    4% (1)

Why each option

The question asks for two options to build the business logic layer using purely declarative development for a new Salesforce application.

AValidation RulesCorrect

Validation Rules are a fundamental declarative tool for enforcing data integrity and business logic by preventing users from saving records that do not meet specified criteria.

BRemote Actions

Remote Actions involve JavaScript calling Apex methods from Visualforce, which is a programmatic approach, not purely declarative.

CRecord-Triggered flowCorrect

Record-Triggered Flows are powerful declarative automation tools that execute logic automatically when a record is created, updated, or deleted, enabling complex business process automation without code.

DBatch Jobs

Batch Jobs (Batch Apex) are programmatic solutions written in Apex for processing large numbers of records asynchronously, and thus are not declarative.

Concept tested: Declarative automation tools

Source: https://help.salesforce.com/s/articleView?id=sf.flow_builder.htm&type=5

Topics

#Declarative Automation#Business Logic#Salesforce Flow#Validation Rules

Community Discussion

No community discussion yet for this question.

Full PDI Practice