Index Type Selection Quiz

5 questions Pass: 70% +25 pts

Quiz covering Indexing Strategy

Index Type Selection 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 index type should you use in Azure Cosmos DB if you need to perform range queries (e.g., greater than, less than) on a specific property?

  2. 2

    You have a query that filters by 'Category' and then sorts by 'Price'. Which indexing strategy provides the most efficient performance for this specific query?

  3. 3

    When should you choose to use a 'None' indexing mode in Azure Cosmos DB?

  4. 4

    A developer needs to query geographic data to find all locations within a specific radius of a user. Which index type is required?

  5. 5

    You are optimizing a container where the documents have a highly dynamic schema with many nested properties, but you only ever query on a single, specific field. What is the most cost-effective indexing policy?