Online Access Free 70-777 Exam Questions
Exam Code: | 70-777 |
Exam Name: | Implementing Microsoft Azure Cosmos DB Solutions |
Certification Provider: | Microsoft |
Free Question Number: | 60 |
Posted: | Sep 08, 2025 |
You are implementing an Azure function that accepts data from an HITP request and inserts the data into an Azure Cosmos DB database that uses the SQL API.
You need to develop code for the Azure function.
How should you complete the C# code? 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 a binary dump of a MongoDB database
You need to migrate the database to Azure Cosmos DB
What should you use?
You have an Azure Cosmas DB database and a virtual machine that hosts a middle-tier application.
You need to ensure that only connections from the virtual machine can be used to access the database.
What should you do?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure Cosmos DB database that uses the Table API. The database contains a table that includes the student data of a school.
A subset of the data is shown in the following table.
Another student named Matt Berg joins the school.
You need to add a new entity for the new student.
Solution: You run the following Azure Power Shell command.
Add-StorageTableRow -table $Table_name -partitionKey 1 -rowkey ("matt_berg_0723") -property @{"First Name"-"Matt"; Last Name"-"Berg"; "Age"-9}
Does this meet the goal?
You have two Azure Cosmos DB collections named Coll1 and Coll2. The default TTL value for both collections is-1.
Coll2 is configured to receive documents from Coll1 by using the change feed.
You need to move all the documents from Coll1 to Coll2 by using the least possible number of request units (RUs)
Which two actions should you perform? Each correct presents part of the solution? NOTE Each correct selection is worth one point.