Microsoft Azure Developer Core Solutions - AZ-200 Exam Practice Test
You manage a web application that is hosted in multiple Azure regions. The application uses Azure Append blobs to store audit logs. Each hosted instance of the application maintains its own audit logs.
You have a central Append blob that serves as a master record of all audit logs. The master audit log is updated on a schedule to include all local copies from each region. The local copies are then discarded.
You need to append each of the local audit logs to the master audit log.
Which method should you use?
You have a central Append blob that serves as a master record of all audit logs. The master audit log is updated on a schedule to include all local copies from each region. The local copies are then discarded.
You need to append each of the local audit logs to the master audit log.
Which method should you use?
Correct Answer: C
Vote an 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. Determine whether the solution meets the stated goals.
You need to meet the LabelMaker application security requirement
Solution: Place the Azure Active Directory account into an Azure AD group. Create a ClusterRoleBinding and assign it to the group.
Does the solution meet the goal?
You need to meet the LabelMaker application security requirement
Solution: Place the Azure Active Directory account into an Azure AD group. Create a ClusterRoleBinding and assign it to the group.
Does the solution meet the goal?
Correct Answer: B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You develop software solutions for a media services company. You plan to analyze a collection of video files by using Azure Video Indexer.
You need to only generate audio transcripts from the files, as quickly as possible, without incurring extra costs.
To which value should you set the Azure Video Indexer streammgPreset option?
You need to only generate audio transcripts from the files, as quickly as possible, without incurring extra costs.
To which value should you set the Azure Video Indexer streammgPreset option?
Correct Answer: C
Vote an answer
You store customer information in Azure Cosmos DB. The following data already exists in the database:

You develop the following code. (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.


You develop the following code. (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:

Explanation

Untitled
You need to construct the link to the summary report for the email that is sent to users.
What should you do?
What should you do?
Correct Answer: B
Vote an answer
You are expanding an existing on-premises application to connect to several applications in the cloud. You have the following requirements:
* Automate various business processes and send data to multiple SaaS and
* Use workflows and a publish-subscribe model
* Prohibit changes to the on-premises application
You need to create a solution.
What should you use?
* Automate various business processes and send data to multiple SaaS and
* Use workflows and a publish-subscribe model
* Prohibit changes to the on-premises application
You need to create a solution.
What should you use?
Correct Answer: A
Vote an answer
You need to ensure that the upload format issue is resolved.
What code should you add at line RU14?
To answer, drag the appropriate code fragments to the correct locations. Each code fragment 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.

What code should you add at line RU14?
To answer, drag the appropriate code fragments to the correct locations. Each code fragment 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.

Correct Answer:

Explanation

Box 1: HttpStatusCode.InternalServerError
HttpStatusCode.InternalServerError is equivalent to HTTP status 500. InternalServerError indicates that a generic error has occurred on the server.
Box 2: CannotDeleteFileOrDirectory
HttpResponseMessage.ReasonPhrase Property gets or sets the reason phrase which typically is sent by servers together with the status code.
Scenario: Upload format issue
Employees occasionally report an issue with uploading a receipt using the web application. They report that when they upload a receipt using the Azure File Share, the receipt does not appear in their profile. When this occurs, they delete the file in the file share and use the web application, which returns a 500 Internal Server error page.
References:
https://docs.microsoft.com/en-us/dotnet/api/system.net.httpstatuscode?redirectedfrom=MSDN&view=netframew