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,
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
Community Discussion
No community discussion yet for this question.