AZ-204 Developing Solutions for Microsoft Azure

Loading demo links...

Showing 13–15 of 20 questions

Question 13 (New Update)

This question is part of a series that presents a consistent scenario. Each question in the series supplies a unique solution to evaluate. Determine whether the given solution achieves the described goals.

You are responsible for developing and deploying a series of ASP.NET web applications on Azure App Service. Your objective is to preserve session state data and HTML output utilizing a storage mechanism with the following requirements:

  • Share session state among all ASP.NET web applications
  • Support controlled, concurrent access to the same session state data, allowing multiple readers and a single writer
  • Preserve complete HTTP responses for concurrent requests

To store this information, the proposed solution is to deploy and configure Azure Cache for Redis and then update the web applications accordingly.

Does this solution fulfill the objective?

Select an option, then click Submit answer.

  • Yes
  • No

Question 14 (New Update)

This question belongs to a series of questions sharing the same scenario. Each question in the series contains a unique solution that may or may not meet the requirements stated in the scenario. Some series of questions might have more than one correct solution, while others might not have any correct solutions.

Once you have answered a question in this section, you will NOT be able to revisit it, and therefore, these questions will not be displayed in the review screen.

You are in the process of developing a solution on Azure to collect data from point-of-sale (POS) devices across 2,000 stores worldwide. Each individual device is capable of generating 2 megabytes (MB) of data per day. Stores can have between one to five devices transmitting data.

The collected device data must be stored in Azure Blob Storage and correlated based on a specific device identifier. Additional stores are projected to be established in the future.

Your task is to devise a method to efficiently receive the incoming device data.

Solution: Set up an Azure Event Hub. Configure the machine identifier to serve as the partition key and activate capture.

Select an option, then click Submit answer.

  • Yes
  • No


Question 15 (Mixed Questions)

You are a developer for a SaaS company that offers numerous web services. All web services provided by the company must adhere to the following requirements:

  • Utilize API Management for service access
  • Employ OpenID Connect for authentication
  • Prohibit anonymous access

A recent security audit has revealed that several web services can be accessed without authentication. Which API Management policy should you implement to address this issue?

Select an option, then click Submit answer.

  • jsonp
  • authentication-certificate
  • check-header
  • validate-jwt