Consuming Change Feed with SDK Quiz

5 questions Pass: 70% +25 pts

Quiz covering Change Feed Implementation

Consuming Change Feed with SDK Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which Azure Cosmos DB SDK feature provides the simplest way to consume the change feed by automatically managing state and partitioning?

  2. 2

    When using the Change Feed Processor, where is the 'lease' information stored to track the progress of the change feed consumption?

  3. 3

    If you need to process changes from the very beginning of the container's history, which property should you configure in the ChangeFeedProcessorBuilder?

  4. 4

    What happens to the Change Feed Processor if an exception occurs within the delegate function provided to the processor?

  5. 5

    You are scaling out your application by adding more instances of the Change Feed Processor. How does the processor determine which instances handle which partitions?