Microsoft AZ-202 Microsoft Azure Developer Certification Transition Online Training
Microsoft AZ-202 Online Training
The questions for AZ-202 were last updated at Dec 20,2024.
- Exam Code: AZ-202
- Exam Name: Microsoft Azure Developer Certification Transition
- Certification Provider: Microsoft
- Latest update: Dec 20,2024
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 ensure that authentication events are triggered and processed according to the policy.
Solution: Create a new Azure Event Grid subscription for all authentication that delivers messages to an Azure Event Hub. Use the subscription to process signout events.
Does the solution meet the goal?
- A . Yes
- B . No
DRAG DROP
You need to ensure that PolicyLib requirements are met.
How should you complete the code segment? To answer, drag the appropriate code segments to the correct locations. Each code segment 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.
You need to ensure that the solution can meet the scaling requirements for Policy Service.
Which Azure Application Insights data model should you use?
- A . an Application Insights metric
- B . an Application Insights dependency
- C . an Application Insights trace
- D . an Application Insights event
You need to meet the scaling requirement for Policy Service.
What should you store in Azure Redis Cache?
- A . HttpContext.Items
- B . ViewState
- C . Session state
- D . TempData
HOTSPOT
You need to tool code at line LE03 of Login Event to ensure that all authentication events are processed correctly.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
You need to resolve the Policy Loss issue.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Add an Azure Event Hub. Send the policy to the event hub. Configure the Policy service to read actions from the event hub.
- B . Add an Azure Service Bus queue. Send the policy to the queue. Configure the Policy service to read actions from the queue.
- C . Add an Azure Queue storage queue. Send the policy to the queue. Configure the Policy service to read actions from the queue.
- D . Add an Azure Service Bus topic. Send the policy to the topic. Configure the Policy service to read actions from the topic.
Topic 4, Coho WineryLabelMaker app
Coho Winery produces, bottles, and distributes a variety of wines globally. You are a developer implementing highly scalable and resilient applications to support online order processing by using Azure solutions.
Coho Winery has a LabelMaker application that prints labels for wine bottles. The application sends data to several printers. The application consists of five modules that run independently on virtual machines (VMs). Coho Winery plans to move the application to Azure and continue to support label creation.
External partners send data to the LabelMaker application to include artwork and text for custom label designs.
Requirements
Data
You identify the following requirements for data management and manipulation:
– Order data is stored as nonrelational JSON and must be queried using Structured Query Language (SQL).
– Changes to the Order data must reflect immediately across all partitions. All reads to the Order data must fetch the most recent writes.
Security
You have the following security requirements:
– Users of Coho Winery applications must be able to provide access to documents, resources, and applications to external partners.
– External partners must use their own credentials and authenticate with their organization’s identity management solution.
– External partner logins must be audited monthly for application use by a user account administrator to maintain company compliance.
– Storage of e-commerce application settings must be maintained in Azure Key Vault.
– E-commerce application sign-ins must be secured by using Azure App Service authentication and Azure Active Directory (AAD).
– Conditional access policies must be applied at the application level to protect company content.
– The LabelMaker application must be secured by using an AAD account that has full access to all namespaces of the Azure Kubernetes Service (AKS) cluster.
LabelMaker app
Azure Monitor Container Health must be used to monitor the performance of workloads that are deployed to Kubernetes environments and hosted on Azure Kubernetes Service (AKS).
You must use Azure Container Registry to publish images that support the AKS deployment.
Architecture
Issues
Calls to the Printer API App fall periodically due to printer communication timeouts.
Printer communication timeouts occur after 10 seconds. The label printer must only receive up to 5 attempts within one minute
The order workflow fails to run upon initial deployment to Azure.
Order.Json
Relevant portions oi the app files are shown below. Line numbers are included for reference only. The JSON file contains a representation of the data for an order that includes a single item.
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 LabelMaket application
Solution; Create a conditional access policy and assign it to the Azure Kubernetes service cluster.
Does the solution meet the goal?
- A . Yes
- B . No
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?
- A . Yes
- B . No
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: Create a Microsoft Azure Active Directory service principal and assign it to the Azure Kubernetes Service (AKS) cluster.
Does the solution meet the goal?
- A . Yes
- B . No
HOTSPOT
You need to ensure that you can deploy the LabelMaker application.
How should you complete the CLI commands? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.