Accredited Professional 2026
Exam Questions and Correct
Answers | New Update
*** AUTOMATION BASICS ***
What flow type should be used when a record is created? - ANSWER
✔✔Record-Triggered
*** AUTOMATION BASICS ***
,What flow type should be used when a record is updated? -
ANSWER ✔✔Record-Triggered
*** AUTOMATION BASICS ***
What flow type should be used when a record is created or updated;
e.g., when an account is created OR the account priority field is
changed? - ANSWER ✔✔Record-Triggered
*** AUTOMATION BASICS ***
What flow type should be used when a record is deleted? - ANSWER
✔✔Record-triggered
*** AUTOMATION BASICS ***
How would you satisfy a requirement to launch a process after a certain
amount of time; e.g., a week after a lead is created, send an email -
ANSWER ✔✔Configure a record-triggered flow with a scheduled path
*** AUTOMATION BASICS ***
,What flow type should be used at a specified time and frequency; e.g.,
midnight every Saturday? - ANSWER ✔✔Schedule-Triggered
*** AUTOMATION BASICS ***
What flow type should be used when a user clicks a button on a form? -
ANSWER ✔✔Screen
*** TOOLS & BEST PRACTICES ***
What flow type should be used when a user clicks a quick action button?
- ANSWER ✔✔Screen
*** TOOLS & BEST PRACTICES ***
State an example of a screen flow launched w/ a quick action button -
ANSWER ✔✔When an employee clicks 'Request PTO' on their
employee record and the flow opens a form to complete the request
*** AUTOMATION BASICS ***
COPYRIGHT©NINJANERD 2025/2026. YEAR PUBLISHED 2026. COMPANY REGISTRATION NUMBER: 619652435. TERMS OF USE. PRIVACY
STATEMENT. ALL RIGHTS RESERVED
3
, What flow type should be used when a user clicks a custom button or
link? - ANSWER ✔✔Autolaunched flow
*** AUTOMATION BASICS ***
Provide an example of an autolaunched flow - ANSWER ✔✔When a
user clicks a Complete Sale button after closing an opportunity, the flow
starts background automations, such as updating records and emailing
stakeholders.
*** AUTOMATION BASICS ***
What flow type(s) should be used when called by another flow -
ANSWER ✔✔Autolaunched or Screen
*** AUTOMATION BASICS ***
What flow type should be used when called by Apex code? -
ANSWER ✔✔Autoluanched
*** AUTOMATION BASICS ***