Developing solutions that use Cosmos DB storage
- Your company uses Cosmos DB with a SQL API to store JSON documents. The documents are often updated and sometimes deleted. You want to use the Cosmos DB change feed to track changes.
Which statement from the following list about the Cosmos DB change feed is incorrect?
- The change feed is enabled in Cosmos DB by default.
- All modified documents are tracked in the change feed.
- The change feed is implemented in a first-in-first-out order.
- You can use SQL to query records in the change feed.
- Which of the following factors determines the number of physical partitions in Azure Cosmos DB with Core (SQL) API provisioned with exact throughput?
- The storage and consistency level
- The storage and throughput
- The throughput and consistency level
- The number of documents and throughput
- You develop a C# application to process credit card payments. You choose Cosmos DB with Core (SQL) API as a database to persist...