AI-200 Security And Observability Practice Question
You are troubleshooting a Python application that fails to connect to Azure Key Vault using a managed identity. You want to inspect the exact exception stack trace and identify whether the managed identity token request failed. Where should you look in your local development or cloud diagnostics?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Application Insights exceptions and traces tables in the Log Analytics workspace
Application Insights logs exceptions and dependency tracking, capturing authentication failures when attempting to acquire tokens for Azure services.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Azure Security Center threat detection alerts
Why it's wrong here
Incorrect. Security Center alerts on active threats, not code-level authentication exceptions.
- ✗
Azure Key Vault access policies audit logs
Why it's wrong here
Incorrect. While audit logs show access attempts, code-level stack traces are captured by Application Insights.
- ✓
Application Insights exceptions and traces tables in the Log Analytics workspace
Why this is correct
Correct. Application Insights records unhandled exceptions and trace messages automatically when the SDK is configured.
- ✗
Azure Advisor cost optimization recommendations
Why it's wrong here
Incorrect. Advisor does not debug runtime application exceptions.
About these practice questions
Courseiva writes every AI-200 question from scratch — 507 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Microsoft exam blueprint
This AI-200 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-200 exam.