Comprehensive and Detailed Explanation From Agentic AI Business Solutions Topics:
The correct answer is C. Configure a task agent to generate fraud risk scores for the human analyst to review .
This scenario is a classic human-in-the-loop AI business solution use case. The c ompany wants to automate part of the fraud review process, but it also requires that final escalation decisions remain with a human analyst . That means the right solution is not full autonomy. It is decision support .
A task agent that generates fraud risk scores is the best fit because it allows AI to:
analyze transaction history faster than manual review
identify suspicious patterns
prioritize cases
reduce analyst workload
preserve human oversight for final judgment
This design aligns with responsible AI a nd regulated-industry practices. In financial services, fraud detection often involves compliance, risk, and audit requirements. Because of that, the best architecture is usually one where AI assists with triage and recommendation , while a human makes the final decision.
Why the other options are incorrect:
A. Deploy an autonomous agent that closes non-fraud cases automatically
This removes too much human oversight. The question explicitly requires that escalations reach a human analyst for final decision m aking . In fraud workflows, automatically closing cases can create regulatory, legal, and operational risk.
B. Use Microsoft 365 Copilot in Word to automatically finalize fraud detection policies
This does not address the operational review process. It is about document productivity, not transaction review automation.
D. Export the data to a data lake for analysis in Microsoft Power BI
This may help reporting and analytics, but it does not directly automate the review-and-escalation workflow. Power BI is pr imarily for visualization and analysis, not real-time task-level fraud triage.
Expert reasoning:
When the requirement says:
automate the review process
keep a human in final control
support case escalation
the best answer is usually an assistive agent that scores or classifies risk for human review, not a fully autonomous one.
So the correct choice is:
Answer: C