70-777 試験問題を無料オンラインアクセス
試験コード: | 70-777 |
試験名称: | Implementing Microsoft Azure Cosmos DB Solutions |
認定資格: | Microsoft |
無料問題数: | 60 |
更新日: | 2025-09-02 |
You implement an Azure Cosmos DB database that uses the SQL API.
You have an application that uses the Rest API to access the database. The application receives an Http status code of 413 Entity Too Large
What is the cause of the error?
You have an Azure Cosmos DB database that uses the MongoDB API.
You need to build a sharded collection that has a database named mydb, a collection named mycol, and a hashed shard key named mykey.
How should you complete the command? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.
You have an Azure Cosmos DB collection named Coll1 that contains a document named doc1.
You need to ensure that all the documents in Coll1, except for doc1, expire after 60 seconds, Doc1 must be kept indefinitely.
How should you configure the TTL values? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point
You have an Azure Cosmos DB account named Account1 that uses the SQL APL Account1 contains a collection named Coll1.
You have an Apache Spark cluster in Azure HDInsight. The cluster is located in the same Azure region as Account1.
You plan to use the Spark to Cosmos DB connector to access Coll1 partitions from Spark worker nodes.
You install the JAR files of the Spark to Cosmos DB connector.
You need to run queries against Coll1 from within a Spark session by using the connector.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
You have an Azure Cosmos DB collection named Coll1.
You need to implement which Access Condition class will use optimistic concurrency to update the documents in Coll1. The client object is of the DocumentClient type.
How should you complete the C# code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.