What should you configure?
You have an application named App1 that reads the data in an Azure Cosmos DB Core (SQL) API account. App1 runs the same read queries every minute. The default consistency level for the account is set to eventual. You discover that every query consumes request units (RUs) instead of using...
What should you do?
HOTSPOT You have an Azure Cosmos DB for NoSQL account named account that has the disablekey Basedletadatwrite Access property enabled. You are developing an app named App1 that will be used by a use1 named DevUser1 to create containers in account1. DevUser1 has a non-privileged user account in the Azure...
Which property should you change in the Function.json file of function1?
You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. Upserts of items in container1 occur every three seconds. You have an Azure Functions app named function1 that is supposed to run whenever items are inserted or replaced in container1. You discover that function1 runs,...
Which connectivity mode should you identify?
You need to identify which connectivity mode to use when implementing App2. The solution must support the planned changes and meet the business requirements. Which connectivity mode should you identify?A . Direct mode over HTTPS B. Gateway mode (using HTTPS) C. Direct mode over TCPView AnswerAnswer: C Explanation: Scenario: Develop...
Which statement describes the configuration of the container?
The settings for a container in an Azure Cosmos DB Core (SQL) API account are configured as shown in the following exhibit. Which statement describes the configuration of the container?A . All items will be deleted after one year. B. Items stored in the collection will be retained always, regardless...
What should you modify for each consistency level?
HOTSPOT You have an Azure Cosmos DB account named account1 that has a default consistency level of session. You have an app named App1. You need to ensure that the read operations of App1 can request either bounded staleness or consistent prefix consistency. What should you modify for each consistency...
What should you do?
You have a container m an Azure Cosmos DB for NoSQL account. The container stores data about families. Data about parents, children, and pets are stored as separate documents. Each document contains the address of each family. Members of the same family share the same partition key named family Id...
You have a container named container1 in an Azure Cosmos DB Core (SQL) API account
HOTSPOT You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. The container1 container has 120 GB of data. The following is a sample of a document in container1. The orderId property is used as the partition key. For each of the following statements, select...
How should you define the indexing poky?
HOTSPOT You have an Azure Cosmos DB for NoSQL account. You plan 10 create a container named container1. The container1 container will store items that include two properties named nm and age. The most commonly executed queries will query container1 for a specific name. The following is a sample of...
What should you do?
The following is a sample of a document in orders. The orders container uses customerId as the partition key. You need to provide a report of the total items ordered per month by item type. The solution must meet the following requirements: Ensure that the report can run as quickly...