In the following diagram, a "Purchase Request" enters an Exclusive (XOR) Gateway. One path is labeled "Amount > 500" and the other is labeled "Department = Finance." If a Finance employee submits a 600 request, which path is taken?https://go-math-science.com/computing/software-engineering/requirements-engineering/cbap-certification-practice-exams/cbap-practice-exam-4/in-the-following-diagram-a-purchase-request-enters-an-exclusive-xor-gateway-one-path-is-labeled-amount-500-and-the-other-is-labeled-department-finance-if-a-finance-employee-submits-a-600-request-which-path-is-takenhttps://go-math-science.com/@@site-logo/logo-new.png
volume_mute
In the following diagram, a "Purchase Request" enters an Exclusive (XOR) Gateway. One path is labeled "Amount > 500" and the other is labeled "Department = Finance." If a Finance employee submits a 600 request, which path is taken?
publish date: 2026/03/24 02:25:6.724835 UTC
volume_mute
Correct Answer
The process stops because the logic is not mutually exclusive
Explanation
XOR gateways require mutually exclusive conditions. This is a modeling error the BA must resolve