Courseiva
Security And ObservabilitymediumMultiple ChoiceObjective-mapped

AI-200 Security And Observability Practice Question

Your development team wants to trace downstream calls made by a Semantic Kernel agent to Azure OpenAI and an external plugin. Which SDK package and feature should you integrate into your .NET application?

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

Configure Application Insights telemetry via the Microsoft.ApplicationInsights.AspNetCore NuGet package and enable dependency tracking.

Application Insights provides distributed tracing which automatically captures outgoing HTTP calls, including Semantic Kernel operations, when the Microsoft.ApplicationInsights.AspNetCore package is configured.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use Azure Event Grid to capture telemetry events published by Semantic Kernel.

    Why it's wrong here

    Event Grid is for event-driven architectures, not application-level distributed tracing.

  • Configure Azure Monitor Workspace and collect Prometheus metrics from the application.

    Why it's wrong here

    Prometheus is for infrastructure and container metrics, not application-level Semantic Kernel tracing.

  • Write custom middleware to log every prompt and response to Azure Blob Storage.

    Why it's wrong here

    Custom storage logging is inefficient and lacks native distributed tracing capabilities.

  • Configure Application Insights telemetry via the Microsoft.ApplicationInsights.AspNetCore NuGet package and enable dependency tracking.

    Why this is correct

    Application Insights automatically tracks HTTP dependencies and correlates requests across services.

About these practice questions

One of 507 original AI-200 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.