We offers . "Microsoft Azure Solutions Architect Certification Transition", also known as AZ-302 exam, is a Microsoft Certification. This set of posts, Passing the AZ-302 exam with , will help you answer those questions. The covers all the knowledge points of the real exam. 100% real and revised by experts!
Online AZ-302 free questions and answers of New Version:
NEW QUESTION 1
An application that you manage has several web front-end instances. Each web front end communicates with a set of back-end worker processes by using an Azure queue. You are developing code for the worker processes. You have a function named DoWork0 that handles d3ta processing tasks.
You need to develop code for the worker processes that meets the following requirements:
• Property access an item from the queue and be resistant to failure.
• Run on multiple background processes.
• Ensure that items are available to other workers two minutes after a worker process fails.
• Ensure that messages regarding failed processes are logged to the console.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 2
You are creating an app that uses Event Grid to connect with other services. Your app’s event data will be sent to a serverless function that checks compliance. This function is maintained by your company.
You write a new event subscription at the scope of your resource. The event must be invalidated after a specific period of time.
You need to configure Event Grid to ensure security.
What should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 3
You have 20 Azure virtual machines that run windows Server 2021 based on a custom virtual machine image. Each virtual machine an instance of a VSS-capable app that was developed in-house. Each instance is accessed by public endpoint . Each instance separate database. The average database size is 200 GB.
You need to design a disaster recovery solution for individual instances.
• Provide a recovery objective time object (RTO] of six hours.
• Provide a recovery point objective (RPO) at eight hours.
• Support recovery to a different Azure region.
• Support VSS- based backups.
• Minimize VSS-based backups.
What should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point
Answer:
Explanation:
NEW QUESTION 4
You are developing an Azure IoT Hub Device Provisioning Service as a helper service. You configure zero-touch device provisioning to an IoT Hub. All devices are exactly alike. You need to configure auto
provisioning for millions of devices in a secure and scalable manner with group enrollment and roles. What should you use? To answer, select the appropriate options in the answer area. NOTE Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 5
You are developing a .NET Core on-premises application that updates multiple Azure SQL Database instances. The application must log all update commands attempted to a separate Azure SQL database instance named AuditDb.
You define an outer TransactionScope with a loop to enumerate and run the SQL commands on each customer database connection and an inner TransactionScope to record all transactions attempted within the outer TransactionScope to the AuditDb database.
You need to develop a method to perform the updates to the databases. The solution must meet the following requirements:
All rows written to the AuditDb database must be committed even if the outer transaction fails.
If an error occurs writing to the AuditDb database, the outer transaction must be rolled back.
If an error occurs writing to the Customer databases, only the outer transaction must be rolled back.
Values for TransactionScopeOption must be specified for the customer databases.
Values for TransactionScopeOption must be specified for the AuditDb database.
Which TransactionScopeOption values should you use?
Answer: B
Explanation: References:
https://docs.microsoft.com/en-us/dotnet/framework/data/transactions/implementing-an-implicit-transactionusing
NEW QUESTION 6
You have an Azure environment that contains the Azure subscription and the virtual networks shown in the following table.
You need to recommend a virtual network peering solution to ensure that the resources connected to any other virtual network. The solution must minimize administrative effort.
Which virtual network peering topology should you recommend? To answer, select the appropriate topology in the answer area.
NOTE: Each correct selection is worth one point,
Answer:
Explanation:
NEW QUESTION 7
You are creating a collaborative image hosting platform as an ASP.NET MVC web application. Users add, update, and modify images on the platform. Images are stored in Azure Blob storage.
More than one user at a time must be able to modify the same image. You need to implement optimistic concurrency for uploading images.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
NEW QUESTION 8
Your development team plans to use an Azure subcription to test new applications. The application will reside on Azure virtual machines. The developers will be responsible for managing the subscription shared resources will be used by more than one appliacation.
You need to recommend a deplyment solution that meets the following requirements: Minimize administration effort for the develops
Ensures that the testing environment can be recreated consistently
Ensures that the testing cycle is complete, all the resources, except for the shared resources associated to each application are deleted
What should you include in the recommendation?
Answer: B
NEW QUESTION 9
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals.
Some question sets might have more than on correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear in the review screen.
You have an Azure Active Directory (Azure AD) tenant named Adatum and an Azure Subscription1 named Subscription1. Adatum contains a group named Developers. Subscnpbon1 contains a resource group named Dev.
You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group.
Solution: On Subscription1, you assign the logic App Operator role to the Developers group. Does this meet the goal?
Answer: B
NEW QUESTION 10
Your network contains an Active Directory domain named adatum.com and an Azure Active Directory (Azure AD) tenant named adatum.onmicrosoft.com Adatum.com contains the user accounts in the following table.
Adatum.onmiaosoft.com contains the user accounts in the following table.
You need to implement Azure AD Connect. The solution must follow the principle of least privilege. Which user accounts should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 11
Your company has an on premises Windows HPC cluster. The cluster runs an intrinsically parallel, compute intensive workload that performs financial risk modeling.
You plan to migrate the workload to Azure Batch.
You need to design a solution that will support the workload. The solution must meet the following requirements:
• Support the large-scale parallel execution of Azure Batch jobs.
• Minimize cost.
What should you include in the solution?
Answer: A
NEW QUESTION 12
From the MFA Server blade, you open the Block/unblock users blade as shown in the exhibit.
What caused AlexW to be blocked?
Answer: C
NEW QUESTION 13
You arc developing an application that consists of an ASP.NET Core Web API website and a WebJob that starts automatically and runs continuously. You are building the deployment process for the application.
You need to ensure that both the website and the WebJob are deployed.
How should you structure the deployment folders? To answer, drag the appropriate path segments to the correct locations. Each path 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.
Answer:
Explanation:
NEW QUESTION 14
You need to meet the security requirements. What should you use?
Answer: E
NEW QUESTION 15
You configure OAuth 2 authorization in API Management as shown in the following exhibit.
Answer:
Explanation:
NEW QUESTION 16
You need to deploy resources to host a stateless web app in an Azure subscription. The solution must meet the following requirements:
• Provide access to the full .NET framework.
• Provide redundancy if an Azure region fails.
• Grant administrators access to the operating system to install custom application dependencies.
Solution: You deploy an Azure virtual machine to two Azure regions, and you deploy an Azure Application Gateway.
Does this meet the goal?
Answer: B
Explanation: An Azure Application Gateway can connect to backend VMs in separate availability zones but not separate regions. Availability Zones are unique physical locations within an Azure region.
NEW QUESTION 17
You have an Azure subscription named Subscription1 that contains a virtual network named VNet1. You add the users in the following table.
Which user can perform each configuration? To answer, select the appropriate options m me answer area. NOTE: Each correct selection e worth one port.
Answer:
Explanation:
NEW QUESTION 18
You plan to deploy a payroll system to Azure. The payroll system will use Azure virtual machines that run SUSE Linux Enterprise Server and Windows. You need to recommend a business continuity solution tor the payroll system. The solution must meet the following requirements:
• Minimize costs.
• Provide business continuity it an Azure region fails.
• Provide a recovery time objective (RTO) of 30 minutes.
• Provide a recovery point objective (RPO) of five minutes.
What should you include in the recommendation?
Answer: D
NEW QUESTION 19
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 have the following resource groups:
Developers must connect to DevServer only through DevWorkstation. To maintain security, DevServer must not accept connections from the internet.
You need to create a private connection between the DevWokstation and DevServer.
Solution: Configure a public IP address on DevServer_WestCentral. Configure the Network Security Group to allow all incoming ports.
Does the solution meet the goal?
Answer: A
Recommend!! Get the Full AZ-302 dumps in VCE and PDF From Exambible, Welcome to Download: https://www.exambible.com/AZ-302-exam/ (New 170 Q&As Version)