We provide AZ-302 Braindumps which are the best for clearing AZ-302 test, and to get certified by Microsoft Microsoft Azure Solutions Architect Certification Transition. The AZ-302 Exam Questions and Answers covers all the knowledge points of the real AZ-302 exam. Crack your Microsoft AZ-302 Exam with latest dumps, guaranteed!
Also have AZ-302 free dumps questions for you:
NEW QUESTION 1
You store web access logs data in Azure Blob storage. You plan to generate monthly reports from the access logs.
You need to recommend an automated process to upload the data to Azure SQL Database every month. What should you include in the recommendation?
- A. Microsoft SQL Server Migration Assistant (SSMA)
- B. Azure Data Factory
- C. Data Migration Assistant
- D. AzCopy
Answer: C
NEW QUESTION 2
You are creating an IoT solution using Azure Time Series Insights.
You configure the environment to ensure that all data for the current year is available. What should you do?
- A. Set a value for the Data Retention time setting.
- B. Change the pricing tier.
- C. Ad a disaster recovery (DR) strategy.
- D. Create a reference data set.
Answer: D
Explanation: Topic 2, Case Study 1
Case Study Background
Best For You Organics Company is a global restaurant franchise that has multiple locations. The company wants to enhance user experiences and vendor integrations. The company plans to implement automated mobile ordering and delivery services.
Best For You Organics hosts an Azure web app at the URL https://www.bestforyouorganics.com. Users can use the web app to browse restaurant location, menu items, nutritional information, and company information. The company developed and deployed a cross-platform mobile app.
Requirements Chatbot
You must develop a chatbot by using the Bot Builder SDK and Language Understanding Intelligence Service (LUIS). The chatbot must allow users to order food for pickup or delivery.
The chatbot must meet the following requirements:
Ensure that chatbot is secure by using the Bot Framework connector.
Use natural language processing and speech recognition so that users can interact with the chatbot by using text and voice. Processing must be server-based.
Alert users about promotions at local restaurants.
Enable users to place an order for delivery or pickup by using their voice.
Greet the user upon sign-in by displaying a graphical interface that contains action buttons.
The chatbot greeting interface must match the formatting of the following example:
Vendor API
Vendors receive and provide updates for the restaurant inventory and delivery services by using Azure API Management hosted APIs. Each vendor uses their own subscription to access each of the APIs.
APIs must meet the following conditions:
API usage must not exceed 5,000 calls and 50,000 kilobytes of bandwidth per hour per vendor.
If a vendor is nearing the number of calls or bandwidth limit, the API must trigger email notifications to the vendor.
API must prevent API usage spikes on a per-subscription basis by limiting the call rate to 100 calls per minute.
The Inventory API must be written by using ASP.NET Core and Node.js.
The API must be updated to provide an interface to Azure SQL Database objects must be managed by using code.
The Delivery API must be protected by using the OAuth 2.0 protocol with Azure Active Directory (Azure AD) when called from the Azure web app. You register the Delivery API and web app in Azure AD. You enable OAuth 2.0 in the web app.
The delivery API must update the Products table, the Vendor transactions table, and the Billing table in a single transaction.
The Best For You Organics Company architecture team has created the following diagram depicting the expected deployments into Azure:
Architecture
Issues
Delivery API
The Delivery API intermittently throws the following exception:
"System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details. -->System.Data.SqlClient.SqlException: A
transport-level error has occurred when receiving results from the server. (provider: Session Provider, error: 19– Physical connection is not usable)"
Chatbot greeting
The chatbot’s greeting does not show the user’s name. You need to debug the chatbot locally.
Language processing
Users report that the bot fails to understand when a customer attempts to order dishes that use Italian names.
App code
Relevant portions of the app files are shown below. Line numbers are included for reference only and include a two-character prefix that denotes the specific file to which they belong.
NEW QUESTION 3
You need to meet the scaling requirements for Policy Service. What should you store in Azure Redis Cache?
- A. ViewState
- B. HttpContext.tems
- C. Session state
- D. TempData
Answer: B
NEW QUESTION 4
You are creating a flight reservations chat bot in a web app. You use Language Understanding Intelligence Services (LUIS) and Microsoft Cognitive Service APIs to create the chat bot.
You add a pre-built domain and provide intents and utterances. You need more than the intent name for your chat bot to act on concepts. You need to choose entities for those concepts that have actions assigned for the app.
Which entities should you use? To answer, select the appropriate options in the answer area. NOTE: ach connect selection is worth one point.

Answer:
Explanation: 
NEW QUESTION 5
You plan to move a web application named App1 from an on-premises data center to Azure. App1 depends on a custom framework that is installed on the host server.
You need to recommend a solution to host App1 in Azure. The solution must meet the following requirements:
App1 must be available to users if an Azure data center becomes unavailable.
Costs must be minimized.
What should you include in the recommendation?
- A. In two Azure regions, deploy a load balancer and a web app.
- B. Deploy a load balancer and a virtual machine scale set across two availability zones.
- C. In two Azure regions, deploy a traffic manager profile and a web app.
- D. In two Azure regions, deploy a load balancer and a virtual machine scale set.
Answer: C
NEW QUESTION 6
You have an Azure subscription that contains a virtual network named VNet1. VNet1 has two subnets named Subnet1 and Subnet2. VNet1 is in the West Europe Azure region. The subscription contains the virtual machines in the following table.
You need to deploy an application gateway named AppGW1 to VNet1. What should you do first?
- A. Add a load balancer.
- B. Add a virtual network.
- C. Add a subnet
- D. Create a network security group (NSG).
Answer: C
NEW QUESTION 7
A company named Contoso Ltd., has a single-domain Active Directory forest named contoso.com.
Contoso is preparing to migrate all workloads to Azure. Contoso wants users to use single sign-on (SSO) when they access cloud-based services that integrate with Azure Active Directory (Azure AD).
You need to identify any objects in Active Directory that will fail to synchronize to Azure AD due to formatting issues. The solution must minimize costs.
What should you include in the solution?
- A. Azure Advisor
- B. Password Export Server version 3.1 (PES v3.1) in Active Directory Migration Tool (ADMT)
- C. Azure AD Connect Health
- D. Microsoft Office 365 IdFix
Answer: D
NEW QUESTION 8
You need to resolve a notification latency issue.
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A. Ensure that the Azure Function is set to use a consumption plan.
- B. Set Always On to false
- C. Set Always On to true
- D. Ensure that the Azure Function is using an App Service plan.
Answer: AC
NEW QUESTION 9
You are developing an online order website that uses Azure Durable Functions. You develop the following processes for the website:
You need to identify what types of functions to use for each step of the process.
Which function types should you use? To answer, drag the appropriate function types to the correct operations. Each function type 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 10
A company is developing a new website that uses Azure Cosmos DB for data storage.
You need to implement a method to retrieve one item by identifier. The method must run as efficiently as possible.
How should you complete the code segment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation: References:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.client.documentclient.readdocumentasyn
NEW QUESTION 11
You need to recommend a solution lo generate a monthly report of all the new Azure Resource Manager resource deployment in your subscription What should you include in the recommend3tlon,
- A. Azure Activity Log
- B. Azure Monitor action groups
- C. Azure Advisor
- D. Azure Monitor metrics
Answer: B
NEW QUESTION 12
You are planning to deploy an application by using the Azure Kubermets Services (AKS)> the application will reedy on having access to an encryption key that will be used to ... transmit files
What should you use to provides the encryption key AKS security?
- A. secrets
- B. Azure Storage Service Encryption
- C. a Kubernetes deployment YAML file
- D. ConfigureMap
Answer: C
NEW QUESTION 13
You have an on premises Active Directory forest and an Azure Active Directory Azure AD) tenant. All Azure AD users are assigned a Premium P1 license.
You deploy Azure AD Conned
Which two features ate available m this environment that can reduce operational overhead tot your company’s help desk? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point
- A. sell- service password reset
- B. access review
- C. password writeback
- D. Azure AD Privileged Identity Management policies
- E. Microsoft Cloud App Security Conditional At access App Control
Answer: AD
NEW QUESTION 14
You have an Azure subscription named Subscription1. Subscription1 contains the virtual machines in the following table.
Subscription1 contains a virtual network VNet1 that has the subnets in the following table.
VM3 has multiple network adapters, including a network adapter named N1C3. IP forwarding is enabled on NIC3. Routing is enabled on VM3. You create a route table named RT1. RT1 is associated to Subnet1 and Subnet2 and contains the routes in the following table.
You apply RT1 to Subnet1
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Answer:
Explanation: 
NEW QUESTION 15
You have the application architecture shown in the following exhibit.
Use the drop-down 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: 
NEW QUESTION 16
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 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 it an Azure legion fails.
• Grant administrators access to the operating system to install custom application dependencies. Solution: You deploy a web app in an Isolated App Service plan. Does this meet the goal?
- A. Yes
- B. No
Answer: A
NEW QUESTION 17
A company is migrating an existing on-prem.ses third-party website to Azure. The website is stateless. The company does not have access to the source code for the website. They do have the original installer.
The number of visitors at the website varies throughout the year. The on-premises infrastructure was resized to accommodate peaks but the extra capacity was not used.
You need to implement a virtual machine scale set instance. What should you do?
- A. Use only default diagnostics metrics to trigger auto scaling.
- B. Create 100 auto scale settings per resource.
- C. Use an auto scale setting to define one or more profiles that have one or more auto scale rules.
- D. Scale out by one instance when the average CPU usage of one of the instances is over 80 percent.
Answer: A
P.S. Certleader now are offering 100% pass ensure AZ-302 dumps! All AZ-302 exam questions have been updated with correct answers: https://www.certleader.com/AZ-302-dumps.html (170 New Questions)
