Question 13
Domain 2Situation: After calling get_customer and lookup_order, the agent has all available system data but still faces uncertainty. Which situation is the most justified trigger for calling escalate_to_human? Which situation is most justified for escalation?
Correct answer: C
Explanation
Escalation is justified when the request falls outside the policy’s stated scope: it allows price adjustments for "price drops on your own site within 14 days" but says nothing about competitor prices. With no rule to apply, the agent should call escalate_to_human for policy interpretation rather than guess.
Why each option is right or wrong
A. A customer wants to cancel an order shipped yesterday and arriving tomorrow. The agent should escalate because the customer might change their mind after receiving the package.
A shipped order cancellation is an operational case, not a policy-gap trigger by itself.
B. A customer claims they didn’t receive an order, but tracking shows it was delivered and signed for at their address three days ago. The agent should escalate because presenting contradictory evidence could harm the customer relationship.
Conflicting customer claim versus delivery record still fits evidence-based handling, not automatic policy interpretation.
C. A customer requests competitor price matching. Your policies allow price adjustments for price drops on your own site within 14 days, but say nothing about competitor prices. The agent should escalate for policy interpretation.
The policy is expressly limited to price drops on the company’s own site within a 14-day window, so a competitor price-match request falls outside the stated 14-day adjustment rule and has no governing standard to apply. In that situation, the agent cannot infer authority from silence in the policy and should escalate for interpretation rather than make an unsupported exception.
D. A customer message contains both a billing question and a product return. The agent should escalate so a human can coordinate both issues in one interaction.
Multiple issues in one message require routing or decomposition, not necessarily human escalation.