2025/2026 exam WITH MULTIPLE CHOICE complete
QUESTIONS AND ANSWERS /verified/ GRADED A+/
GUARANTEE PASS
Which of the following is NOT a type of trigger for a flow? More
than one response may be correct.
A. Record
B. Scheduled
C. Date
D. Application
E. Service Catalog - ----Answers---B. Scheduled and E.
Service Catalog. Date triggers were called Scheduled triggers
in previous releases. Service Catalog is a trigger, not a type of
trigger.
(ServiceNow Application Developer Learning Plan - Using
Flow Designer)
Which of the following are default actions that developers can
add to a flow? More than one response may be correct.
A. Ask for Approvals
B. Create or Update Record
C. Make a decision
D. Update Record
,E. Notify Users - ----Answers---A. Ask for Approvals, B.
Create or Update Record, and D. Update Record. Make a
decision is flow logic, not an action. The Send Email action is
used to notify users; the Notify Users action does not exist.
(ServiceNow Application Developer Learning Plan - Using
Flow Designer)
Which one of the following is NOT a true statement about
annotations.
A. Annotations can be added to triggers.
B. Annotations can be added to actions, flow logic, and
subflows.
C. Default annotations can be configured in the action
properties.
D. Annotations can be dynamically created.
E. Your colleagues and your future self will thank you for using
annotations. - ----Answers---D. Annotations can be
dynamically created. Annotations can be added to triggers,
actions, flow logic, and subflows. Custom actions can have a
default In-Flow Annotation value to pre-populate the
annotation when the action is added to a flow.
(ServiceNow Application Developer Learning Plan - Using
Flow Designer)
,How can a developer pause a flow? More than one response
may be correct.
A. Use the Wait for a duration of time flow logic.
B. Use the Wait for a duration of time action.
C. Use the Wait For Condition flow logic.
D. Use the Wait For Condition action.
E. Use the Pause Flow button. - ----Answers---A and D. Wait
for a duration of time is flow logic that pauses a flow for a
specific amount of time or a percentage of elapsed time. Wait
For Condition is an action that pauses a flow until a specific
condition is met. Flows do not have a pause button.
(ServiceNow Application Developer Learning Plan - Using
Flow Designer)
Which flow logic is used after the Look Up Records action?
A. Do the following until
B. Make a decision
C. For Each
D. If and Else
E. Update Each Record - ----Answers---C. For Each. For Each
flow logic takes the returned records and executes actions on
each record returned from the lookup.
, (ServiceNow Application Developer Learning Plan - Using
Flow Designer)
Which one of the following is NOT a true statement Scheduled
Script Executions?
A. Automated server-side script logic
B. Execute at a specific time or on a recurring basis
C. Can be executed on demand
D. Executes once per month
E. Typically used for time-based application processes - ----
Answers---D is not a true statement. Although a Scheduled
Script Execution can be configured to execute once per month,
it is not required. Scheduled Script Executions can be
configured to run weekly, for example.
(ServiceNow Application Developer Learning Plan - Scheduled
Script Executions and Events)
Which one of the following is NOT a frequency for the Run field
of a Scheduled Script Execution?
A. Daily
B. Weekly
C. Monthly
D. Annually