A developer is designing a globally distributed application that requires storing semi-structured data. They want to use the Cosmos DB API for NoSQL for some queries and the Cosmos DB API for MongoDB for other queries on the same dataset.
Is it true or false that a single container in Cosmos DB can be accessed and queried using different API types simultaneously?
Answer: Answer
Answer
False
The statement is false because Cosmos DB API configurations are set at the account level. A container inherits this API and cannot be accessed or queried using another API simultaneously.
Step-by-Step Solution
Key Concept
API isolation at the Cosmos DB account level prevents multi-API access to the same database container.