Microsoft Azure Developer Advanced Solutions - AZ-201 FREE EXAM DUMPS QUESTIONS & ANSWERS

You are developing a project management service by using ASP.NET. The service hosts conversations, files, to-do lists, and a calendar that users can interact with at any time.
The application uses Azure Search for allowing users to search for keywords in the project data.
You need to implement code that creates the object which is used to create indexes in the Azure Search service.
Which two objects should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer: C,D Vote an answer
Your company's Internet Information Services (IIS) web server for Windows Server hosts legacy hosts legacy ASP.NET web apps. The applications do not use the Application freights SDK or APIs.
You install Application Insights on the Windows server running IE. You must use the Application Insights SDK to monitor the legacy web apps. You need to collect information about the legacy web apps. Which data class can you monitor?
Correct Answer: A Vote an answer
You are developing an ASP.NET Core Web API web service. The web service uses Azure Application Insights for all telemetry and dependency tracking. The web service reads and writes data to a database other than Microsoft SQL Server.
You need to ensure that dependency tracking works for calls to the third-party database.
Which two Dependency Telemetry properties should you store in the database? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer: B,D Vote an answer
You are creating a bot for a company by using QnA Maker.
You need to ensure that the company can update the bot without third party assistance. What should you use?
To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:
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 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 use ASP.NET Core MVC with ADO.NET to develop an application. You implement database sharding for the application by using Azure SQL Database. You establish communication to implement a strategy that allows a group of operations that are performed on multiple Azure databases to be rolled back on all database if any of the operations fail.
Solution
* Create stored procedures in each Azure SQL database instance to perform operations for each respective database.
* Invoke a named transaction and use the same name for the transaction in each stored procedure.
* Establish a new transaction scope in a using block. Within the block, establish connections to each Azure SQL Database instance and run the stored procedure.
* If no exception occurs, commit the scoped transaction.
Does the solution meet the goal?
Correct Answer: A Vote an answer
A company is developing a new website that uses Azure Cosmos DB for data storage.
You need to implement a method to retrieve one item by identifier.
The method must run as efficiently as possible.
How should you complete the code segment? To answer, select the appropriate options in the answer area, NOTE: Each correct selection is worth one point.

Correct Answer:
A company has an app that records and processes videos. New videos are recorded daily. The videos are displayed on the company website the day after they are recorded. The company runs several servers that process data and encode the videos. The processing servers use FFmpeg and proprietary software to encode and convert the videos.
The company plans to migrate the app to Azure. Azure Batch must be used to process videos. Each task must run a command and output the result to a file on a destination storage account.
You create and assign values to the following variables:

You are reviewing code to create tasks in Azure Batch. (Line numbers are included for reference only.)

For each of the following statements, select Yes if the statement is true.
Otherwise, select No.
NOTE: Each correct selection is worth one point.
Correct Answer:
0
0
0
10