Implementing Change Feed Notifications Quiz

5 questions Pass: 70% +25 pts

Quiz covering Azure Cosmos DB Solutions

Implementing Change Feed Notifications 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 compute service is most commonly used in conjunction with the Azure Cosmos DB change feed to trigger serverless event-driven processing?

  2. 2

    When using the Change Feed Processor library, what is the primary purpose of the 'lease container'?

  3. 3

    If you need to process changes from the very beginning of the container's history, which configuration setting should you use in the Change Feed Processor?

  4. 4

    What happens if the code inside the Change Feed Processor delegate (the function that handles changes) throws an unhandled exception?

  5. 5

    You are implementing a multi-region Cosmos DB account. When reading from the change feed, how does the 'Read Feed' behavior differ when reading from a secondary region versus the primary region?