Custom Indexing Policies Quiz

5 questions Pass: 70% +25 pts

Quiz covering Indexing Strategy

Custom Indexing Policies 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 indexing mode in Azure Cosmos DB ensures that the index is updated synchronously as you create, update, or delete items?

  2. 2

    You have a container where you frequently perform point reads by ID but rarely perform complex queries. To minimize RU consumption during write operations, what should you do?

  3. 3

    When defining an indexing policy, what is the primary purpose of an 'Included Path'?

  4. 4

    Why would you choose to implement a composite index in your Azure Cosmos DB indexing policy?

  5. 5

    You are optimizing a container that stores large documents with deep nesting. You only need to query on a specific property located at '/metadata/tags/id'. What is the most efficient indexing policy configuration?