ExamGecko
Home / Microsoft / AZ-204 / List of questions
Ask Question

Microsoft AZ-204 Practice Test - Questions Answers, Page 27

List of questions

Question 261

Report
Export
Collapse

You are developing a .Net web application that stores data is Azure Consmos DB. The application must use the Core API and allow millions of reads and writes. The Azure Cosmos DII account has been created with multiple write region enabled. The application has been deployed to the East US2 and Central US region.

You need to update the application to support multi-region writes.

What are two possible ways to achieve this goal? Each correct answer presents parts of the solutions.

NOTE: Each correct selection is worth one point.

Update the ConnectionPolicy class for the Cosmos client and populate the PreferredLocations property based on the geo-proximity of the application.
Update the ConnectionPolicy class for the Cosmos client and populate the PreferredLocations property based on the geo-proximity of the application.
Update Azure Cosmos DB to use the Strong consistency level. Add indexed properties to the container to indicate region.
Update Azure Cosmos DB to use the Strong consistency level. Add indexed properties to the container to indicate region.
Update the ConnectionPolicy class for the Cosmos client and set the UseMultipleWriteLocations property to true.
Update the ConnectionPolicy class for the Cosmos client and set the UseMultipleWriteLocations property to true.
Create and deploy a custom conflict resolution policy.
Create and deploy a custom conflict resolution policy.
Update Azure Cosmos DB to use the Session consistency level. Send the SessionToken property value from the FeedResponse object of the write action to the end-user by using a cookie.
Update Azure Cosmos DB to use the Session consistency level. Send the SessionToken property value from the FeedResponse object of the write action to the end-user by using a cookie.
Suggested answer: C, D
asked 02/10/2024
vault ghz
28 questions

Question 262

Report
Export
Collapse

HOTSPOT

You need to implement the Azure Function for delivery driver profile information.

Which configurations should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Microsoft AZ-204 image Question 262 86388 10022024015001000
Correct answer: Microsoft AZ-204 image answer Question 262 86388 10022024015001000

Explanation:

https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-overview

asked 02/10/2024
Rannie Dayapan
42 questions

Question 263

Report
Export
Collapse

DRAG DROP

You are authoring a set of nested Azure Resource Manager templates to deploy multiple Azure resources.

The templates must be tested before deployment and must follow recommended practices.

You need to validate and test the templates before deployment.

Which tools should you use? To answer, drag the appropriate tools to the correct requirements. Each tool 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.


Microsoft AZ-204 image Question 263 86389 10022024015001000
Correct answer: Microsoft AZ-204 image answer Question 263 86389 10022024015001000

Explanation:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/test-toolkit

https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-whatif?tabs=azure-powershell

asked 02/10/2024
Lazar Marinovic
33 questions

Question 264

Report
Export
Collapse

HOTSPOT

YOU need to reliably identify the delivery driver profile information.

How should you configure the system? To answer, select the appropriate options in the answer area.

NOTE Each correct selection is worth one point.


Microsoft AZ-204 image Question 264 86390 10022024015001000
Correct answer: Microsoft AZ-204 image answer Question 264 86390 10022024015001000
asked 02/10/2024
Dinuka Darshana
45 questions

Question 265

Report
Export
Collapse

HOTSPOT

You need to implement event routing for retail store location data.

Which configuration should you use?


Microsoft AZ-204 image Question 265 86391 10022024015001000
Correct answer: Microsoft AZ-204 image answer Question 265 86391 10022024015001000
asked 02/10/2024
Pachara Suwannasit
32 questions

Question 266

Report
Export
Collapse

HOTSPOT

You need to implement the delivery service telemetry data

How should you configure the solution?

NOTE: Each correct selection is worth one point.


Microsoft AZ-204 image Question 266 86392 10022024015001000
Correct answer: Microsoft AZ-204 image answer Question 266 86392 10022024015001000
asked 02/10/2024
Sean Frenette
36 questions

Question 267

Report
Export
Collapse

You need to reduce read latency for the retail store solution.

What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Create a new composite index for the store location data queries in Azure Cosmos DB. Modify the queries to support parameterized SQL and update the Azure function app to call the new Queries.
Create a new composite index for the store location data queries in Azure Cosmos DB. Modify the queries to support parameterized SQL and update the Azure function app to call the new Queries.
Configure Azure Cosmos DB consistency to strong consistency Increase the RUs for the container supporting store location data.
Configure Azure Cosmos DB consistency to strong consistency Increase the RUs for the container supporting store location data.
Provision an Azure Cosmos OB dedicated gateway, update blob storage to use the new dedicated gateway endpoint.
Provision an Azure Cosmos OB dedicated gateway, update blob storage to use the new dedicated gateway endpoint.
Configure Azure Cosmos DB consistency to session consistency. Cache session tokens in a new Azure Redis cache instance after every write. Update reads to use the session token stored in Azure Redis.
Configure Azure Cosmos DB consistency to session consistency. Cache session tokens in a new Azure Redis cache instance after every write. Update reads to use the session token stored in Azure Redis.
Provision an Azure Cosmos DB dedicated gateway Update the Azure Function app connection string to use the new dedicated gateway endpoint.
Provision an Azure Cosmos DB dedicated gateway Update the Azure Function app connection string to use the new dedicated gateway endpoint.
Suggested answer: C, D
asked 02/10/2024
SANGEETH N
39 questions

Question 268

Report
Export
Collapse

HOTSPOT

You need to implement the corporate website.

How should you configure the solution?


Microsoft AZ-204 image Question 268 86394 10022024015001000
Correct answer: Microsoft AZ-204 image answer Question 268 86394 10022024015001000
asked 02/10/2024
Hector Quintero
47 questions

Question 269

Report
Export
Collapse

You need to test the availability of the corporate website.

Which two test types can you use?

Custom testing using the TrackAvailability API method
Custom testing using the TrackAvailability API method
Standard
Standard
URL Ping
URL Ping
Multi-step
Multi-step
Suggested answer: A, B
asked 02/10/2024
Sankalp Wadiwa
34 questions

Question 270

Report
Export
Collapse

You develop and deploy an Azure App Service web app named App1. You create a new Azure Key Vault named Vault 1. You import several API keys, passwords, certificates, and cryptographic keys into Vault1.

You need to grant App1 access to Vault1 and automatically rotate credentials Credentials must not be stored in code.

What should you do?

Enable App Service authentication for App1. Assign a custom RBAC role to Vault1.
Enable App Service authentication for App1. Assign a custom RBAC role to Vault1.
Add a TLS/SSL binding to App1.
Add a TLS/SSL binding to App1.
Assign a managed identity to App1.
Assign a managed identity to App1.
Upload a self-signed client certificate to Vault1. Update App1 to use the client certificate.
Upload a self-signed client certificate to Vault1. Update App1 to use the client certificate.
Suggested answer: D
asked 02/10/2024
Gbolahan Olukole
29 questions
Total 377 questions
Go to page: of 38
Search

Related questions