AZ-302 Exam - Microsoft Azure Solutions Architect Certification Transition

certleader.com

we provide 100% Guarantee Microsoft AZ-302 practice exam which are the best for clearing AZ-302 test, and to get certified by Microsoft Microsoft Azure Solutions Architect Certification Transition. The AZ-302 Questions & Answers covers all the knowledge points of the real AZ-302 exam. Crack your Microsoft AZ-302 Exam with latest dumps, guaranteed!

NEW QUESTION 1

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 2

You plan to deploy 200 Microsoft SQL Server databases to Azure by using SQL Database and Azure SQL Database Managed Instance.
You need to recommend a monitoring solution that provides a consistent monitoring approach for all deployments The solution must meet the following requirements: Support current-state analysis on metrics collected near -real-time multiple times per minutes and maintained for up to one hour.
Support longer term analysis based on metrics collected multiple timer per hour and maintained for up two
weeks.
Support monitoring of the number of concurrent logins and concurrent sessions. What should you include in the recommendation?

  • A. Azure Monitor
  • B. dynamic management views
  • C. SQL Server-Profiler
  • D. trace flags

Answer: D

NEW QUESTION 3

You need to recommend a solution for the collection of security logs the middle tier of the payment processing system.
What should you include in the recommendation?

  • A. Azure Notification Hubs
  • B. the Azure Diagnostics agent
  • C. Azure Event Hubs
  • D. the Azure Log Analytics agent

Answer: B

NEW QUESTION 4

You create a social media application that users can use to upload images and other content.
Users report that adult content is being posted in an area of the site that is accessible to and intended for young children.
You need to automatically detect and flag potentially offensive content. The solution must not require any custom coding other than code to scan and evaluate images.
What should you implement?

  • A. Bing Visual Search
  • B. Image Moderation
  • C. Custom Vision Search
  • D. Bing Web Search

Answer: A

NEW QUESTION 5

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.
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

NEW QUESTION 6

You have an on-premises network that uses on IP address space of 172.16.0.0/16 You plan to deploy 25 virtual machines to a new azure subscription.
You identity the following technical requirements.
AZ-302 dumps exhibit All Azure virtual machines must be placed on the same subnet subnet1.
AZ-302 dumps exhibit All the Azure virtual machines must be able to communicate with all on premises severs.
AZ-302 dumps exhibit The servers must be able to communicate between the on-premises network and Azure by using a site to site VPN.
You need to recommend a subnet design that meets the technical requirements.
What should you include in the recommendation? To answer, drag the appropriate network addresses to the correct subnet. Each network address 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.
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

NEW QUESTION 7

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.
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

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 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
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

NEW QUESTION 10

You need to implement App2 to meet the application requirements.
What should you include in the implementation? To answer, select the appropnate options in the answer area. NOTE: Each correct selection is worth one point.
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
References:
https://azure.microsoft.com/en-us/pricing/details/app-service/plans/ https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale

NEW QUESTION 11

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:
AZ-302 dumps exhibit All rows written to the AuditDb database must be committed even if the outer transaction fails.
AZ-302 dumps exhibit If an error occurs writing to the AuditDb database, the outer transaction must be rolled back.
AZ-302 dumps exhibit If an error occurs writing to the Customer databases, only the outer transaction must be rolled back.
AZ-302 dumps exhibit Values for TransactionScopeOption must be specified for the customer databases.
AZ-302 dumps exhibit Values for TransactionScopeOption must be specified for the AuditDb database.
Which TransactionScopeOption values should you use?

  • A. Required for TransactionScopeOption and Required for AuditTranScopeOption
  • B. Required for TransactionScopeOption and Suppress for AuditTransScopeOption
  • C. Suppress for TransactionScopeOption and Suppress for AuditTranScopeOption
  • D. Suppress for TransactionScopeOption and RequiresNew for AuditTranScopeOption

Answer: B

Explanation:
References:
https://docs.microsoft.com/en-us/dotnet/framework/data/transactions/implementing-an-implicit-transactionusing

NEW QUESTION 12

Your company has three branch offices and an Azure subscription. Each branch office contains a Hyper V host that hosts application servers.
You need to recommend a storage solution for the branch offices. The solution must ensure that the application servers can connect to a central storage device by unrig 6C9 connections. Data saved to the iSCSl slot age device (torn the application servers must be uploaded to Azure automatically.
Which components should you include in the recommendation? To answer, select the appropriate options in the answer area.
NOTE : Each correct selection is worth one point
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

NEW QUESTION 13

You need to resolve the delivery API error. What should you do?

  • A. Implement simple retry by using the EnableRetryOnFailure feature of Entity Framework.
  • B. Implement exponential back off by using the EnableRetryOnFailure feature of Entity Framework.
  • C. Implement a Circuit Breaker pattern by using the EnableRetryOnFailure feature of Entity Framework.
  • D. Invoke a custom execution strategy in Entity Framework.

Answer: B

Explanation:
References:
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-develop-error-messages

NEW QUESTION 14

Your company develops a web service that is deployed to at, Azure virtual machine named VM1 the web service allows an API to access real- time data from VM1 The current virtual machine deployment is shown in the Deployment exhibit. (Click the Deployment tab).
AZ-302 dumps exhibit
The chief technology officer (CTO) sends you the following email message: "Our developers have deployed the web service to a virtual machine named WL Testing has shown that the API i accessible from VM1 and VM? Our partners must be able to connect to the API over the Internet Partners will me this data in applications that they develop:
You deploy an Azure API Management service. The relevant API Management configuration is shown m the API ambit. Click the API tab).
AZ-302 dumps exhibit
For each of the following statements, select. Yes if the statement is true. Otherwise. select No.
NOTE: Each correct selection is worth one point.
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

NEW QUESTION 15

You have an Azure subscription.
You have an on-premises virtual machine named VM1. The settings for VM1 are shown in the exhibit. (Click the Exhibit tab.)
AZ-302 dumps exhibit
You need to ensure that you can use the disks attached to VM1 as a template for Azure virtual machines. What should you modify on VM1?

  • A. the hard drive
  • B. Integration Services
  • C. the memory
  • D. the network adapters
  • E. the processor

Answer: C

NEW QUESTION 16

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 17

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.
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

NEW QUESTION 18

You have implemented code that uses elastic transactions spanning across three different Azure SQL Database logical servers.
Database administrators report that some transactions take longer to complete than expected.
You need to use the correct tool to monitor all the transactions originating from the elastic transaction implementation.
Which tool should you use?

  • A. Run the sys.dm_tran_active_transactions dynamic management view.
  • B. Use the dependencies section of Azure Applications Insights.
  • C. Run the sys.dm_tran_current_snapshot dynamic view.
  • D. Run the sys.dm_tran_active_snapshot_database_transactions dynamic management view.

Answer: A

Explanation:
References:
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-transactions-overview

NEW QUESTION 19

You are developing a .Net Core WebJob that is triggered by an Azure Storage Queue.
The project uses dependency injection from the NuGet package Microsoft.Extensions.DependencyInjection. The WebJob logic is contained in the Worker class. The program.cs file contains the following code:
AZ-302 dumps exhibit
You need to ensure that the Worker class can run when an Azure Storage Queue message arrives.
Which code segments should you use to 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.
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

NEW QUESTION 20

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 21

You need to recommend a strategy for migrating the database content of WebApp1 to Azure. What should you include in the recommendation?

  • A. Use Azure Site Recovery to replicate the SQL servers to Azure.
  • B. Use SQLServer transactional replication.
  • C. Copy the BACPAC file that contains the Azure SQL database file to Azure Blob storage.
  • D. Copy the VHD that contains the Azure SQL database files to Azure Blob storage

Answer: C

NEW QUESTION 22

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 requirements:
. Provide access to the full .Ni I framework.
. Provide redundancy if an Azure region fate
. Gram administrators access to the operating system to install custom application dependencies.
Solution: You deploy a virtual machine scale set that uses auto scaling. Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

NEW QUESTION 23

You have peering configured as shown in the following exhibit
AZ-302 dumps exhibit
Use the drop-down menus to select the answer choice that completes each statement based on the information presented m the graphic.
NOTE: Each correct selection is worth one point.
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

NEW QUESTION 24

You need to recommend a solution for protecting the content of the back-end tier of the payment processing system.
What should you include in the recommendations?

  • A. Always Encrypted with deterministic encryption
  • B. Transparent Date Encryption (TDE)
  • C. Azure Storage Service Encryption
  • D. Always Encrypted with randomized encryption

Answer: A

NEW QUESTION 25

You are building a custom Azure function app to connect to Azure Event Grid.
You need to ensure that resources are allocated dynamically to the function app. Billing must be based on the executions of the app.
What should you configure when you create the function app?

  • A. The Windows operating system and the App Service plan hosting plan.
  • B. The Docker container and an App Service plan that uses the S1 pricing tier.
  • C. The Docker container and an App Service plan that uses the B1 pricing tier
  • D. The Windows operating system and the Consumption plan hosting plan.

Answer: D

Explanation:
References:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale

NEW QUESTION 26

You need to recommend a solution for data of the historical transaction query system.
What should you include in the recommendation? To answer, Select the appropriate or options in the answer area.
NOTE: Each correct selection is worth one point
AZ-302 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
AZ-302 dumps exhibit

NEW QUESTION 27
......

100% Valid and Newest Version AZ-302 Questions & Answers shared by Certifytools, Get Full Dumps HERE: https://www.certifytools.com/AZ-302-exam.html (New 393 Q&As)