Practice Exam

Question 14 of 75

Replace or Discard Telemetry Items

You work as a Security Compliance Engineer for MDFT Pro, a well-known training agency that provides certification courses to students globally. Mark, the Chief Information Security Officer, has deployed a Learning Management System built with Java to Azure, instrumented with Application Insights SDK for monitoring.

Due to privacy regulations and GDPR compliance requirements, certain telemetry items must not be sent to Application Insights. Specifically, any requests containing personally identifiable student information (PII) such as social security numbers in URLs, detailed authentication tokens in custom events, or student medical records in dependencies. Additionally, some telemetry items need to be completely replaced with sanitized versions before transmission.

The solution must implement conditional logic to examine each telemetry item and either allow it, modify it completely, or prevent it from being sent to Application Insights based on the data it contains.

Which Application Insights SDK feature should you use to completely replace or discard telemetry items?

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about Telemetry Processors:
Telemetry Processors
Next Question
Discuss this question on social media: