HOTSPOT You have an Azure Cosmos DB Core (SQL) API account named account1. In account1, you run the following query in a container that contains 100GB of data. SELECT * FROM c WHERE LOWER(c.categoryid) = “hockey” You view the following…

HOTSPOT You have an Azure Cosmos DB Core (SQL) API account used by an application named App1. You open the Insights pane for the account and see the following chart. Use the drop-down menus to select the answer choice that…

You have a database in an Azure Cosmos DB Core (SQL) API account. The database is backed up every two hours. You need to implement a solution that supports point-in-time restore. What should you do first? A. Enable Continuous Backup…

You have an Azure Cosmos DB Core (SQL) API account. You configure the diagnostic settings to send all log information to a Log Analytics workspace. You need to identify when the provisioned request units per second (RU/s) for resources within…

You have a container named container1 in an Azure Cosmos DB Core (SQL) API account. You need to provide a user named User1 with the ability to insert items into container1 by using role-based access control (RBAC). The solution must…