A user revokes access to a connected app mid-session. How should the AI workflow behave?

Instruction: Describe how you would handle changing authorization during an active AI session.

Context: Tests how the candidate diagnoses the problem, chooses the safest next step, and reasons through recovery. Describe how you would handle changing authorization during an active AI session.

Official answer available

Preview the opening of the answer, then unlock the full walkthrough.

I would treat permission as live state, not as something the model can cache. If access changes mid-session, the next...

Related Questions