AZ-302 Exam Questions and Answers for Microsoft certification, Real Success Guaranteed with Updated AZ-302 Exam Dumps. 100% PASS AZ-302 Microsoft Azure Solutions Architect Certification Transition exam Today!
Online AZ-302 free questions and answers of New Version:
NEW QUESTION 1
You have an Azure Contoso DB account named Account1 that has one write region and four read regions. You need to recommend a solution to ensure that, by default, any reads containers in Account1 will never see out writes. The solution must minimize costs.
What should you recommend?
- A. Configure Account1 to use the Strong consistency level.
- B. Create all the containers m Account1 as fixed.
- C. Create all the containers m Account1 as unlimited.
- D. Configure Account 1 to use the Consistent Prefix consistency level
Answer: A
NEW QUESTION 2
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 with 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 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 create a Traffic Manager
profile.
Does this meet the goal?
- A. Yes
- B. No
Answer: A
NEW QUESTION 3
You create an Azure Time Series Insights event handler.
You need to send data over the network as efficiently as possible and optimize query performance. What should you do?
- A. Use a Tag ID.
- B. Use reference data.
- C. Send all properties.
- D. create a query plan.
Answer: B
NEW QUESTION 4
You have an Azure Service Bus.
You create a queue named Queue 1. Queue 1 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:
NEW QUESTION 5
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 trace
- B. an Application Insights metric
- C. an Application Insights dependency
- D. an Application Insights event
Answer: B
NEW QUESTION 6
You need to deploy a new version of the Label Maker application. Which three 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: Create an alias of the image with fully qualified path to the registry Log in to the registry and push image
Restart the cluster.
Topic 6, Case Study: 5Background
Requirements
You are a developer for Proseware, Inc. You are developing an application that applies a set of governance policies for Proseware's internal services, external services, and applications. The application will also provide a shared Horary for common functionality.
Policy service
You develop and deploy a stateful ASP.NET Core 21 web application named Policy service to an Azure App Service Web App. The application reacts to events from Azure Event Grid and performs policy actions based on those events.
The application must include the Event Grid Event ID field in all Application Insights telemetry.
Policy service must use Application Insights to automatically scale with the number of policy actions that it is performing.
Policies Log policy
All Azure App Service Wet) Apps must write logs to Azure Blob storage. All tog files should be saved to a container named logdrop. Logs must remain in the
container for 15 days.
Authentication events
Authentication events are used to monitor users signing in and signing out All authentication events must be processed by PoScy service Sign outs must be processed as quickly as possible
Policy Lib
You have a shared library named Policy Lib that contains functionality common to all ASP.NET Core web services and applications. The Policy Lib library must:
• Exclude non-user actions from Application Insights telemetry.
• Provide methods that allow a web service to scale itself.
• Ensure that scaling actions do not disrupt application usage.
Other
Anomaly detection service
You have an anomaly detection service that analyzes log information for anomalies. It is implemented as an Azure Machine learning model. The model is deployed as a web service.
If an anomaly is detected, an Azure Function that emails administrators is called by using an HTTP WebHook.
Hearth monitoring
All web applications and services have health monitoring at the /health service endpoint
Issues Policy loss
When you deploy Policy service, policies may not be applied if they were m the process of being applied during the deployment.
Performance issue
When under heavy load, the anomaly detection service undergoes slowdowns and rejects connections.
Notification latency
Users report that anomaly detection emails can sometimes arrive several minutes after an anomaly is detected.
App code EventGridController.cs
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.
LoginEvent.cs
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 7
You are configuring serverless computing in Azure.
You need to receive an email message whenever a resource is created in or deleted from a resource group. Which three 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: References:
https://docs.microsoft.com/en-us/azure/event-grid/monitor-virtual-machine-changes-event-grid-logic-app
NEW QUESTION 8
You are developing a rating service for books that runs on Azure Service Fabric. One of the services uses reliable collections that update the ratings of a book.
Testers report that the ratings are not updated when the code is run.
You need to implement the code to ensure that ratings are updated in the collection. You have the following class:
How should you complete the code? 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
Answer:
Explanation:
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 Subscription named Subscription. Adatum contains a group named Developers. Subscription 1 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 Dev. you assign the Logic App Contributor role to the Developers group. Does this meet the goal?
- A. Yes
- B. No
Answer: A
NEW QUESTION 10
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 11
You need to recommend a solution to meet the database retention requirement. What should you recommend?
- A. Configure a long-term retention policy for the database.
- B. Configure Azure Site Recovery.
- C. Configure geo replication of the database.
- D. Use automatic Azure SQL Database backups.
Answer: C
NEW QUESTION 12
You are developing an Azure web application to store and archive patient medical records in Azure. You need to configure data storage to meet the following policies:
• Ensure that you can configure a retention period for patient records.
• Archived data must be readable.
• Archived data must not be modified or deleted.
Which Azure storage service should you use?
- A. Azure Tables
- B. Azure Blobs
- C. Azure Queues
- D. Azure Files
Answer: A
NEW QUESTION 13
You need to update the Inventory API.
Which development tools 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 14
You have an Azure Active Directory (Azure AD) tenant that contains three global administrators named Admin1. Admin2 and Admin1
The tenant is associated to an Azure subscription. Access control for the subscription is configured as shown in the Access control exhibit (Click the Exhibit tab)
You sign m to the Azure portal as Admin1 and configure the tenant as shown in the Tenant exhibit (Click the Exhibit tab.)
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 100 Microsoft SQL Server Integration Services (SSISJ packages that are configuted to use 10 on-premrees SQ1 Server databases as their destinations.
You plan to migrate the 10 on-premises databases to Azure SQL Database. You need to recommend a solution to host the SS1S packages in Azure.
The solution must ensure that the packages can target the SQL Database instances as the* destinations. What should you include m the recommendation?
- A. Azure Data Catalog
- B. SQL Server Migration Assistant (SSMS)
- C. Data Migration Assistant
- D. Azure Data Factory
Answer: A
NEW QUESTION 16
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 17
You need to access user claims in the e-commerce web app. What should you do first?
- A. Write custom code to make a Microsoft Graph API call from the e commerce web app.
- B. Assign the Contributor RBAC role to the e-commerce web app by using the Resource Manager create role assignment API
- C. Update the e-commerce web app to read the HTTP request header values.
- D. Using the Azure CU, enable Cross-origin resource sharing (CORS) from the e-commerce checkout API to the e-commerce web
Answer: A
P.S. Easily pass AZ-302 Exam with 170 Q&As Certleader Dumps & pdf Version, Welcome to Download the Newest Certleader AZ-302 Dumps: https://www.certleader.com/AZ-302-dumps.html (170 New Questions)