Free Actual Microsoft Azure AZ-204 Actual Exam Questions - Question 6 Discussion

Question No. 6

HOTSPOT You need to save customized items to Azure Cosmos DB. Which Azure Cosmos DB configuration should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. AZ-204 practice exam questions

US
PM
Paul M.
2026-01-28

I agree that Core (SQL) API is the best fit since it handles JSON documents well and offers the most flexibility for customized data. The Table API wouldn’t support complex items, and MongoDB API is more for compatibility with existing Mongo apps. For partition keys, picking a property that’s frequently queried or used to filter the data makes sense, so option D seems right to me. It’s all about ensuring efficient query performance, so the combination of Core API with a relevant partition key is the way to go here.

0
PM
Paul M.
2026-01-27

I’d skip MongoDB API since it’s more for existing Mongo apps. The Table API is limited to key-value, so probably not good for complex customized items. Core (SQL) API with a smart partition key is the way to go.

0
RO
Ryan O.
2026-01-21

I think choosing Core (SQL) API makes sense here since it's the most flexible for JSON. Also, picking a partition key that aligns with how you'll query items helps with performance, so options B and D fit better.

0
RW
Ravi W.
2026-01-16

This one seems pretty straightforward. You gotta choose the API based on your data type-probably Core (SQL) API if you want to do queries on custom items. Also, partition key choice matters for scaling.

0