ICT MANAGEMENT – BPMN BASIC
TEST QUESTIONS WITH
ANSWERS
What do exclusive OR gates look like? - ANSWER X in middle or empty
What do inclusive OR gates look like? - ANSWER O in the 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
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
TEST QUESTIONS WITH
ANSWERS
What do exclusive OR gates look like? - ANSWER X in middle or empty
What do inclusive OR gates look like? - ANSWER O in the 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
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