exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 4 question 70 discussion

Actual exam question from Microsoft's AZ-204
Question #: 70
Topic #: 4
[All AZ-204 Questions]

Case study -

This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.


To start the case study -
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question.


Background -

Munson’s Pickles and Preserves Farm is an agricultural cooperative corporation based in Washington, US, with farms located across the United States. The company supports agricultural production resources by distributing seeds fertilizers, chemicals, fuel, and farm machinery to the farms.


Current Environment -

The company is migrating all applications from an on-premises datacenter to Microsoft Azure. Applications support distributors, farmers, and internal company staff.


Corporate website -
• The company hosts a public website located at http://www.munsonspicklesandpreservesfarm.com. The site supports farmers and distributors who request agricultural production resources.


Farms -
• The company created a new customer tenant in the Microsoft Entra admin center to support authentication and authorization for applications.


Distributors -
• Distributors integrate their applications with data that is accessible by using APIs hosted at http://www.munsonspicklesandpreservesfarm.com/api to receive and update resource data.


Requirements -

The application components must meet the following requirements:


Corporate website -
• The site must be migrated to Azure App Service.
• Costs must be minimized when hosting in Azure.
• Applications must automatically scale independent of the compute resources.
• All code changes must be validated by internal staff before release to production.
• File transfer speeds must improve, and webpage-load performance must increase.
• All site settings must be centrally stored, secured without using secrets, and encrypted at rest and in transit.
• A queue-based load leveling pattern must be implemented by using Azure Service Bus queues to support high volumes of website agricultural production resource requests.


Farms -
• Farmers must authenticate to applications by using Microsoft Entra ID.


Distributors -
• The company must track a custom telemetry value with each API call and monitor performance of all APIs.
• API telemetry values must be charted to evaluate variations and trends for resource data.


Internal staff -
• App and API updates must be validated before release to production.
• Staff must be able to select a link to direct them back to the production app when validating an app or API update.
• Staff profile photos and email must be displayed on the website once they authenticate to applications by using their Microsoft Entra ID.


Security -
• All web communications must be secured by using TLS/HTTPS.
• Web content must be restricted by country/region to support corporate compliance standards.
• The principle of least privilege must be applied when providing any user rights or process access rights.
• Managed identities for Azure resources must be used to authenticate services that support Microsoft Entra ID authentication.


Issues -


Corporate website -
• Farmers report HTTP 503 errors at the same time as internal staff report that CPU and memory usage are high.
• Distributors report HTTP 502 errors at the same time as internal staff report that average response times and networking traffic are high.
• Internal staff report webpage load sizes are large and take a long time to load.
• Developers receive authentication errors to Service Bus when they debug locally.


Distributors -
• Many API telemetry values are sent in a short period of time. Telemetry traffic, data costs, and storage costs must be reduced while preserving a statistically correct analysis of the data points sent by the APIs.


You need to secure the corporate website to meet the security requirements.

What should you do?

  • A. Create an Azure Cache for Redis instance. Update the code to support the cache.
  • B. Create an Azure Content Delivery Network profile and endpoint. Configure the endpoint.
    С. Create an App Service instance with a standard plan. Configure the custom domain with a TLS/SSL certificate.
  • D. Create an Azure Application Gateway with a Web Application Firewall (WAF). Configure end-to-end TLS encryption and the WAF.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
FeriAZ
Highly Voted 1 year, 4 months ago
Selected Answer: D
Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications. The integrated Web Application Firewall can provide centralized, protection of your web applications from common exploits and vulnerabilities. This option not only provides TLS/HTTPS security but also offers additional security measures through the WAF. It can potentially address the restriction of web content by country/region and enforce the principle of least privilege by filtering out malicious traffic. Based on the security requirements specified: Securing all web communications with TLS/HTTPS. Restricting web content by country/region. Applying the principle of least privilege.
upvoted 5 times
...
Jay456
Most Recent 7 months ago
Selected Answer: B
CDN will provide regional blocking and https. And also improve load times. Besides that it is more cost effective and simpler than using both WAF and Application Gateway. So that's why I think it is B
upvoted 1 times
...
0cc50bf
10 months ago
Selected Answer: B
Azure CDN will provide HTTPS and regional blocking, but unlike a WAF it should also improve webpage loads and file transfer, which is another requirement.
upvoted 2 times
vizay
1 month ago
While it supports HTTPS, it doesn't inherently provide the ability to restrict content by country/region or offer the comprehensive security features of a WAF.
upvoted 1 times
...
vizay
1 month ago
https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/geomatch-custom-rules
upvoted 1 times
...
...
8ac3742
10 months, 3 weeks ago
Managed Identity for Azure resources is used by Azure applications behind the Gateway and Firewall, it's not directly doing with the Gateway and Firewall, the question is not a good question.
upvoted 1 times
...
JoaoPelisson
1 year, 1 month ago
Selected Answer: D
Is D???????
upvoted 1 times
...
odinpodin
1 year, 3 months ago
how can c be correct?
upvoted 2 times
...
AzDeveloper
1 year, 4 months ago
Selected Answer: D
https://learn.microsoft.com/en-us/entra/identity/app-proxy/application-proxy-application-gateway-waf
upvoted 2 times
...
Jedi
1 year, 5 months ago
There is also the requirement for "Web content must be restricted by country/region to support corporate compliance standards." Thinking we either need CDN: https://learn.microsoft.com/en-us/azure/cdn/cdn-restrict-access-by-country-region Or WAF: https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/geomatch-custom-rules
upvoted 2 times
...
AzDeveloper
1 year, 5 months ago
Answer C is correct
upvoted 2 times
AzDeveloper
1 year, 4 months ago
Answer is D
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...