nerdexam
SAP

C_SIGPM_2403 · Question #67

What is the benefit of using Exclusive Gateways (XOR) in a process flow?

The correct answer is A. You can trigger as many paths as required, based on a condition. There appears to be an error in the provided answer key. Based on standard BPMN definitions, D is the correct answer for Exclusive (XOR) Gateways, not A. Why D is correct: An Exclusive Gateway (XOR) evaluates conditions and routes the process flow down exactly one specific path…

Process Modeling and Documentation

Question

What is the benefit of using Exclusive Gateways (XOR) in a process flow?

Options

  • AYou can trigger as many paths as required, based on a condition
  • BYou can trigger a certain process path, based on external events
  • CYou can trigger multiple paths simultaneously, based on a condition
  • DYou can trigger a certain process path, based on a condition

How the community answered

(21 responses)
  • A
    86% (18)
  • B
    5% (1)
  • D
    10% (2)

Explanation

There appears to be an error in the provided answer key. Based on standard BPMN definitions, D is the correct answer for Exclusive (XOR) Gateways, not A.

Why D is correct: An Exclusive Gateway (XOR) evaluates conditions and routes the process flow down exactly one specific path - whichever condition is met first. It is "exclusive" precisely because only one path fires, never multiple.

Why the other options are wrong:

  • A ("as many paths as required") actually describes an Inclusive (OR) Gateway, which can activate one or more paths based on conditions - the opposite of exclusive.
  • B ("based on external events") describes an Event-Based Gateway, which waits for a specific external trigger (a message, timer, etc.) rather than evaluating data conditions.
  • C ("multiple paths simultaneously") describes a Parallel (AND) Gateway, which fires all outgoing paths at once regardless of conditions.

Memory tip: Think of "Exclusive" like an exclusive club - only one gets in. If you see XOR, one condition wins, one path proceeds. OR/Inclusive lets multiple in; AND lets everyone in at once.


Recommendation: Flag this question to your instructor or exam source. The answer key listing A as correct appears to be a mistake - A describes Inclusive/OR gateway behavior, not XOR.

Topics

#Exclusive Gateway#XOR gateway#BPMN gateways#conditional routing

Community Discussion

No community discussion yet for this question.

Full C_SIGPM_2403 Practice