AZ-204 Developing Solutions for Microsoft Azure

Loading demo links...

Showing 4–6 of 20 questions

Question 4 (Case Study 10)

HOTSPOT

You need to add code at line PC26 of Processing.cs to ensure that security policies are met.

How should you complete the code that you will add at line PC26? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer is in the explanation below.

Question 5 (New Update)

You are developing a REST API using Azure App Service that must be accessed by another Azure App Service web application. This API is required to retrieve and make changes to user profile information stored in Azure Active Directory (Azure AD). Which tools will you use to configure the API for making these updates? Select two tools, as each correct answer forms part of the complete solution.

Note: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Microsoft Graph API
  • Microsoft Authentication Library (MSAL)
  • Azure API Management
  • Microsoft Azure Security Center
  • Microsoft Azure Key Vault SDK
Question 6 (Mixed Questions)

You are developing a hazard notification system that uses a single signaling server to activate and deactivate audio and visual alarms.

In this system, Azure Service Bus is used to publish alarm signals, while each alarm controller utilizes Azure Service Bus to process these signals as part of a transaction. Recording alarm events for auditing purposes is necessary. Each transaction record should contain details regarding the activated alarm type.

What are two actions you should undertake to ensure an audit trail solution is implemented correctly?

Each correct answer contributes to the solution. Note that each correct choice brings one point.

Select all that apply, then click Submit answer.

  • Assign the value of the hazard message SessionID property to the ReplyToSessionId property.
  • Assign the value of the hazard message MessageId property to the DevileryCount property.
  • Assign the value of the hazard message SessionID property to the SequenceNumber property.
  • Assign the value of the hazard message MessageId property to the CorrelationId property.
  • Assign the value of the hazard message SequenceNumber property to the DeliveryCount property.
  • Assign the value of the hazard message MessageId property to the SequenceNumber property.