Practice free →
HomeAzure AZ-204cloudcomputingaz204storage › Cosmos DB's Change Feed emits document changes i…

Cosmos DB's Change Feed emits document changes in order. Which scenario is its CANONICAL use case?

AEncrypt data at rest
BReplace Cosmos's primary query interface
CProvide a synchronous transaction log accessible to clients
DDrive downstream processors (materialised views, ETL into Synapse, real-time analytics) reactively to Cosmos changes
Answer & Solution
Correct answer: D. Drive downstream processors (materialised views, ETL into Synapse, real-time analytics) reactively to Cosmos changes
Change Feed is for downstream reactive consumers — materialised views, event publishing, ETL. It's not a transaction log API, not encryption, not the primary query path.
Solve this in the app — Azure AZ-204 practice & 24k+ MCQs →
Related questions