nerdexam
MicrosoftMicrosoft

AZ-204 · Question #255

AZ-204 Question #255: Real Exam Question with Answer & Explanation

The Change Feed Processor in Azure Cosmos DB consists of four distinct components mapped to specific roles: the Monitored Container is the source container being watched for changes, the Lease Container stores state/checkpoints to coordinate processing across multiple instances,

Submitted by naveen.iyer· Mar 30, 2026Develop Azure compute solutions - specifically implementing Cosmos DB change feed processor patterns within the AZ-204 (Developing Solutions for Microsoft Azure) certification, under the domain of developing solutions that use Azure Cosmos DB storage.

Question

Drag and Drop Question You develop an Azure solution that uses Cosmos DB. The current Cosmos DB container must be replicated and must use a partition key that is optimized for queries. You need to implement a change feed processor solution. Which change feed processor components should you use? To answer, drag the appropriate components to the correct requirements. Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view the content. NOTE: Each correct selection is worth one point. Answer:

Explanation

The Change Feed Processor in Azure Cosmos DB consists of four distinct components mapped to specific roles: the Monitored Container is the source container being watched for changes, the Lease Container stores state/checkpoints to coordinate processing across multiple instances, the Host is the compute instance (processor instance) that runs the change feed processor and manages distribution of work, and the Delegate is the user-defined function/code that contains the business logic to handle the detected changes. Each component serves a unique, non-interchangeable purpose in the pipeline, from source tracking through to custom processing logic.

Topics

#Azure Cosmos DB#Change Feed Processor#Partitioning and Replication#Event-Driven Architecture

Community Discussion

No community discussion yet for this question.

Full AZ-204 PracticeBrowse All AZ-204 Questions