ICT Management- BPMN Basics Questions with Answers
(100% Correct Answers)
What do exclusive OR gates look like? Answer: X in middle or empty
What do inclusive OR gates look like? Answer: O in middle
What do AND gateways look like? Answer: + in middle
What does XOR split do/how many outgoing paths/how many paths
are chosen/is it conditional? Answer: -2 or more alternative outgoing
paths
-only ONE is chosen
-based on conditions
-default possible (if others false)
What does INCLUSIVE OR split do/how many outgoing paths/how
many paths are chosen/is it conditional? Answer: -1 or more outgoing
paths are chosen
-requires a condition on each outgoing branch
-tested based on data
© 2025 All rights reserved
, 2
What does INCLUSIVE OR split do/how many outgoing paths/how
many paths are chosen/is it conditional? Answer: -2 or more outgoing
paths
-all parallel paths are followed (tokens split into as many paths)
-start at same time but don't end at same time
What does XOR join gateway do? Answer: -XOR join behaves as pass
through gateway
-each arriving token goes through gateway
-same as merging without gateway
What does AND join gateway do? Answer: -Waits for token on each
incoming path
-Enforces synchronisation of token
What does INCLUSIVE OR join gateway do? Answer: -Conditional
multi-merge; join some,not all
-Behaves like AND join, but only waits for active paths
-Enforces synchronisation
© 2025 All rights reserved