AZ-305 · Question 27 · Domain 2.4: Non-Relational Data Storage
You are designing an Azure Cosmos DB (NoSQL API) database for an IoT fleet management system.
The system receives telemetry from 100,000 vehicles. Each vehicle sends a JSON document every minute. The most common query run by the application is: SELECT * FROM c WHERE c.VehicleId = 'V-12345' AND c.Timestamp > '2023-01-01'.
You need to select a partition key that ensures even distribution of storage and throughput, and minimizes cross-partition queries.
Which property should you choose as the partition key?
Answer options:
/Timestamp
/VehicleId
/FleetRegion
/id
55 questions · hints · full answers · grading