ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 218 - AZ-204 discussion

Report
Export

HOTSPOT

You are developing an application to collect the following telemetry data for delivery drivers: first name, last name, package count, item id, and current location coordinates. The app will store the data in Azure Cosmos DB.

You need to configure Azure Cosmos DB to query the data.

Which values should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 218
Correct answer: Question 218

Explanation:

Box 1: Core (SQL)

Core(SQL) API stores data in document format. It offers the best end-to-end experience as we have full control over the interface, service, and the SDK client libraries. SQL API supports analytics and offers performance isolation between operational and analytical workloads.

Box 2: item id item id is a unique identifier and is suitable for the partition key. Reference:

https://docs.microsoft.com/en-us/azure/cosmos-db/choose-api https://docs.microsoft.com/en-us/azure/cosmos-db/partitioning-overview

asked 02/10/2024
Tim Wersinger
42 questions
User
0 comments
Sorted by

Leave a comment first