Completed
1.

Which of these code samples would create a client that could connect to the Azure Cosmos DB emulator using its default port?

2.

Assuming that you have an Azure Cosmos DB container with 50 partitions, which of the following code will correctly configure the QueryRequestOptions instance to optimize parallelism of requests from the SDK and client?

3.

Which class should you inherit from to create a class that intercepts SDK-side HTTP requests and inject extra logic?