Courseiva
hardMultiple ChoiceObjective-mapped

DP-203 Practice Question: Monitoring an Azure Data Lake Storage Gen2…

You are monitoring an Azure Data Lake Storage Gen2 account using Metrics and Audit logs. You notice that the 'Ingress' metric shows a sudden spike but the 'Egress' metric remains stable. There are no new storage events in the audit log. What is the most likely cause?

⚠ Common exam trap

Test-takers frequently confuse 'Ingress' with 'Egress' or assume any write operation must generate a storage event, but Azure Storage events are opt-in and not all write operations (e.g., Data Factory intermediate writes) are configured to emit them.

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

An Azure Data Factory pipeline is writing intermediate results to the storage account.

An Azure Data Factory pipeline writing intermediate results to the storage account would cause a spike in 'Ingress' (data written into the account) without a corresponding increase in 'Egress' (data read from the account). The absence of new storage events in the audit log suggests the writes are not triggering blob-level events (e.g., BlobCreated events), which is consistent with Data Factory writing intermediate files using the Azure Blob Storage REST API or SDK without enabling event grid notifications for those specific operations.

Answer analysis

Option-by-option breakdown

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

  • The storage account is configured with geo-redundant storage (GRS) and data is being replicated to the secondary region.

    Why it's wrong here

    ADLS Gen2 does not support GRS; replication is managed at the storage account level and would not cause ingress spikes without corresponding egress.

  • A Spark job is reading large amounts of data in parallel.

    Why it's wrong here

    Reading data increases egress, not ingress.

  • An Azure Data Factory pipeline is writing intermediate results to the storage account.

    Why this is correct

    Writes increase ingress, and if the pipeline is using staging or intermediate storage, it may not log each write as a separate storage event.

  • An Azure Function is triggered by blob creation events and writes logs to the same account.

    Why it's wrong here

    Blob creation events would appear in audit logs, contradicting the observation.

Quick reference

Azure Blob Storage Tier Comparison

TierStorage CostRetrieval CostLatencyUse Case
HotHighestLowestImmediateActive data, frequent reads
CoolLowerHigherImmediateData accessed < once / month
ColdLower stillHigherImmediateData accessed < once / quarter
ArchiveLowestHighest + rehydration delayHoursLong-term compliance retention

Go deeper

Related to this question

About these practice questions

Courseiva writes every DP-203 question from scratch — 760 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 →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-203 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 DP-203 exam.