Instrumenting Apps with Application Insights Quiz

5 questions Pass: 70% +25 pts

Quiz covering Application Insights Monitoring

Instrumenting Apps with Application Insights Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which component is required in your application code to begin sending telemetry data to an Azure Application Insights resource?

  2. 2

    You have an ASP.NET Core web application hosted on Azure App Service. What is the easiest way to enable Application Insights without modifying the application source code?

  3. 3

    You want to monitor the client-side performance of a Single Page Application (SPA). Which approach is best for instrumenting this scenario?

  4. 4

    Your application is failing to send telemetry. You suspect that the SDK is unable to reach the Application Insights endpoint. Which setting should you check to ensure the traffic is not being blocked by a corporate firewall?

  5. 5

    You are using Application Insights with a custom telemetry processor. You need to drop specific 'Dependency' telemetry items that contain sensitive information before they leave the application process. How should you implement this?