We offers AZ-302 Study Guides. "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 AZ-302 Free Practice Questions, will help you answer those questions. The AZ-302 Exam Dumps covers all the knowledge points of the real exam. 100% real AZ-302 Exam Questions and revised by experts!
Online AZ-302 free questions and answers of New Version:
NEW QUESTION 1
You are developing an Azure Durable Function instance. You need to add a delay by using a durable timer. What type of function should you use?
- A. Webhook
- B. Activity
- C. Client
- D. Orchestrator
Answer: B
NEW QUESTION 2
You configure Azure AD Connect for Azure Active Directory Seamless Single Sign-On (Azure AD Seamless SSO) for an on-premises network.
Users report that when they attempt to access myapps.microsoft.com, they are prompted multiple times to sign in and are forced to use an account name that ends with onmicrosoft.com.
You discover that there is a UPN mismatch between Azure AD and the on-premises Active Directory. You need to ensure that the users can use single-sign on (SSO) to access Azure resources. What should you do first?
- A. From the on-premises network, deploy Active Directory Federation Services (AD FS).
- B. From the server that runs Azure AD Connect, modify the filtering options.
- C. From the on-premises network, request a new certificate that contains the Active Directory domain name.
- D. From Azure AD, add and verify a custom domain name.
Answer: A
NEW QUESTION 3
NO: 57
You are developing an Azure Durable Function instance. You need to add a delay by using a durable timer. What type of function should you use?
- A. Orchestrator
- B. web hook
- C. Client
- D. Activity
Answer: D
NEW QUESTION 4
You plan to use Azure Site Recovery to protect several on premises physical server workload. Each server workload is independent of the other. The workloads are stateless.
You need to recommend a failover strategy to ensure that if the on premises data center fails, the workloads are available in Azure as quickly as possible.
Which failover strategy should you include in the recommendation?
- A. Latest app-consistent
- B. Latest
- C. Latest processed
- D. Latest multi VM processed
Answer: A
NEW QUESTION 5
You need to recommend a data storage strategy for WebApp1.
What should you include in in the recommendation?
- A. an Azure SQL Database elastic pool
- B. a vCore-baswl A/we SQL database
- C. an Azure virtual machine that runs SQL Server
- D. a fixed-size DTU AzureSQL database.
Answer: D
NEW QUESTION 6
You are designing a solution for a stateless front-end application named Appication1. Application1 will be hosted on two Azure virtual machines named VM1 and VM2.
You plan to load balance connections to VM1 and VM2 from the Internet by using one Azure load balancer. You need to recommend the minimum number of required public IP addresses.
How many public IP addresses should you recommend using for each resource? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:
Explanation: 
NEW QUESTION 7
You have 100 Standard F2vs-v2 Azure virtual machines. Each virtual machine has two network adapter. You need to increase the network performance of the workloads running an the virtual machine The solution must meet the following requirements.
*The CPU-to-memory ratio must remain the same.
*The solution must minimize costs.
What should you do?
- A. Enable SR-IOV
- B. Enable RDMA over InfiniBand.
- C. Install an additional network adapter.
- D. Configure NIC teaming.
Answer: A
Explanation: References:
https://docs.microsoft.com/en-us/azure/virtual-network/create-vm-accelerated-networking-powershell?toc=%2fa
NEW QUESTION 8
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 one 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 use ASP.NET Core MVC with ADO.NET lo develop an application. You implement database shard.ng for the application by using Azure SQL Database. You establish communication links between the shard databases.
You need to implement a strategy that allows a group of operations that are performed on multiple Azure databases to be rolled back on all databases if any of the operations fail.
Solution:
Deploy a SQL database instance in an Azure Virtual Machine (VM).
• Establish linked servers to each Azure SQL Database instance from the SQL Server instance in the VM.
• Create a stored procedure in the VM that performs the update operations using a distributed transaction and commits them if successful.
• Run the SQL stored procedure on the SQL Server instance in the VM. Does the solution meet the goal?
- A. Yes
- B. No
Answer: A
NEW QUESTION 9
You develop a payment processing solution by using a .NET Framework application.
Customer data is spread across multiple Azure SQL Database servers and is not sharded. When a payment is made from one person to another person, data may be changed in multiple databases at once.
You need to ensure transactional atomicity across databases.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. In the solution, use the OpenConnectionForKey function to reference each database that will be included during a distributed transaction.
- B. In Azure PowerShell, create a new communication relationship between each database that requires distributed transactions.
- C. Use the Microsoft Distributed Transaction Coordination (MS DTC) service to configure distributed transactions between each database.
- D. In the solution, create new SqlConnection objects for each database that will be included during a distributed transaction.
Answer: BD
Explanation: References:
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-transactions-overview#transactions-acr
NEW QUESTION 10
You are developing an ASP.NET web application that you will deploy to Azure. The solution must meet the following requirements:
• Store user session state by using only serializable data types.
• Provide customizable caching of session data.
• Support scaling out the number of web hosts-
• Maximize performance.
Which solution meets these requirements?
- A. Clustered Azure Redis Cache
- B. ASP.NET Output Cache provider for Azure Redis Cache
- C. in-memory session state provider
- D. SQL Server session state provider
Answer: C
NEW QUESTION 11
You deploy Azure service by using Azure Resources Manager templates. The template reference secrets are stored in Azure key Vault.
You need to recommend a solution for accessing the secrets during deployments. The solution must prevent
the users who are performing the deployments from accessing the secrets in the key vault directly.
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 12
You are developing an IoT solution.
The solution requires bidirectional communication between a client .NET back-end application that will connect to the IoT Hub to process information.
You need to collect the values required for the back-end application to connect with the newly created IoT Hub.
How should you complete the commands? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation: 
NEW QUESTION 13
You develop an IoT solution by using Nodejs. The solution is ready to deploy to the production environment. You must implement the device twin capabilities of Azure IoT Hub. You must register a sensor named
Sensor00. The IoT Hub name is Hub01.
You need to register the endpoint with ContosoHub01 so that you can configure them from your solution. Which four commands should you use to develop the solution? To answer, move the appropriate commands
from the list of commands to the answer area and arrange them in the correct order.
Answer:
Explanation: az extension add --name azure-cli-iot-ext
NEW QUESTION 14
You configure OAuth 2 authorization in API Management as shown in the following exhibit.

Answer:
Explanation: 
NEW QUESTION 15
A company is creating an IoT solution for connecting to smart refrigerators. You plan to use the Azure IoT Hub Device Provisioning Service for this process.
You need to provision the devices automatically.
Which feature of Device Provisioning Service should you use?
- A. Delivery and retry
- B. Device enrollment
- C. Error policy
- D. Remote monitoring
Answer: C
NEW QUESTION 16
You have an Azure Service Bus.
You create a queue named Queue1. Queue1 is configured as shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Answer:
Explanation: 
Recommend!! Get the Full AZ-302 dumps in VCE and PDF From Surepassexam, Welcome to Download: https://www.surepassexam.com/AZ-302-exam-dumps.html (New 170 Q&As Version)