Free preview mode

Enjoy the free questions and consider upgrading to gain full access!

AZ-303Free trialFree trial

By microsoft
Aug, 2025

Verified

25Q per page

Question 51

You have an Azure subscription that contains 100 virtual machines.
You have a set of PowerShell scripts that validate the virtual machine environment.
You need to run the scripts whenever there is an operating system update on the virtual machines. The solution must minimize implementation time and recurring costs.
Which three resources should you use to implement the scripts? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A: an alert action group
  • B: an Azure Monitor query
  • C: an Azure Automation runbook
  • D: a virtual machine that has network access to the 100 virtual machines
  • E: an alert rule

Question 52

You have an Active Directory forest named contoso.com.
You install and configure Azure AD Connect to use password hash synchronization as the single sign-on (SSO) method. Staging mode is enabled.
You review the synchronization results and discover that the Synchronization Service Manager does not display any sync jobs.
You need to ensure that the synchronization completes successfully.
What should you do?

  • A: Run Azure AD Connect and disable staging mode.
  • B: From Synchronization Service Manager, run a full import.
  • C: Run Azure AD Connect and set the SSO method to Pass-through Authentication.
  • D: From Azure PowerShell, run Start-AdSyncSyncCycle ג€"PolicyType Initial.

Question 53

Your on-premises network contains 100 virtual machines that run Windows Server 2019.
You have an Azure subscription that contains an Azure Log Analytics workspace named Workspace1.
You need to collect errors from the Windows event logs on the virtual machines.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A: Create an Azure Event Grid domain.
  • B: Deploy the Microsoft Monitoring Agent.
  • C: Configure Windows Event Forwarding on the virtual machines.
  • D: Create an Azure Sentinel workspace.
  • E: Configure the Data Collection settings for Workspace1.

Question 54

You have an Azure subscription named Subscription1.
You deploy a Linux virtual machine named VM1 to Subscription1.
You need to monitor the metrics and the logs of VM1.
What should you use?

  • A: Azure HDInsight
  • B: Azure Analysis Services
  • C: Linux Diagnostic Extension (LAD) 3.0
  • D: the AzurePerformanceDiagnostics extension

Question 55

HOTSPOT -
You plan to deploy five virtual machines to a virtual network subnet.
Each virtual machine will have a public IP address and a private IP address.
Each virtual machine requires the same inbound and outbound security rules.
What is the minimum number of network interfaces and network security groups that you require? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 1

Question 56

HOTSPOT -
You have an Azure subscription that contains the resource groups shown in the following table.

Image 1

You create an Azure Resource Manager template named Template1 as shown in the following exhibit.

Image 2

From the Azure portal, you deploy Template1 four times by using the settings shown in the following table.

Image 3

What is the result of the deployment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 4

Question 57

You have an Azure subscription named Subscription1 that includes an Azure File share named share1.
You create several Azure virtual machines in Subscription1. All of the virtual machines belong to the same virtual network.
You have an on-premises Hyper-V server named Server1. Server1 hosts a virtual machine named VM1.
You plan to replicate VM1 to Azure.
You need to create additional objects in Subscription1 to support the planned deployment.
Which three objects should you create? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A: Hyper-V site
  • B: Azure Recovery Services Vault
  • C: storage account
  • D: replication policy
  • E: Azure Traffic Manager instance
  • F: endpoint

Question 58

You manage an Active Directory domain named contoso.local.
You install Azure AD Connect and connect to an Azure Active Directory (Azure AD) tenant named contoso.com without syncing any accounts.
You need to ensure that only users who have a UPN suffix of contoso.com in the contoso.local domain sync to Azure AD.
What should you do?

  • A: Use the Synchronization Service Manager to modify the Metaverse Designer tab.
  • B: Use Azure AD Connect to customize the synchronization options.
  • C: Use the Synchronization Rules Editor to create a synchronization rule.
  • D: Use Synchronization Service Manager to modify the Active Directory Domain Services (AD DS) Connector.

Question 59

You have an Azure SQL database named DB1.
You plan to create the following four tables in DB1 by using the following code.
Table1.

Image 1

Table2.

Image 2

Table3.

Image 3

Table4.

Image 4

You need to identify which table must be created last.
What should you identify?

  • A: Table1
  • B: Table2
  • C: Table3
  • D: Table4

Question 60

You have an Azure Cosmos DB account named Account1. Account1 includes a database named DB1 that contains a container named Container1. The partition key for Container1 is set to /city.
You plan to change the partition key for Container1.
What should you do first?

  • A: Delete Container1.
  • B: Create a new Azure Cosmos DB account.
  • C: Implement the Azure Cosmos DB .NET SDK.
  • D: Regenerate the keys for Account1.

Question 61

You have an Azure subscription that contains the resource groups shown in the following table.

Image 1

You have the Azure SQL servers shown in the following table.

Image 2

You create an Azure SQL database named DB1 on Sql1 in an elastic pool named Pool1.
You need to create an Azure SQL database named DB2 in Pool1.
Where should you deploy DB2?

  • A: Sql1
  • B: Sql2
  • C: Sql3
  • D: Sql4

Question 62

HOTSPOT -
You deploy an Azure virtual machine scale set named VSS1 that contains 30 virtual machine instances across three zones in the same Azure region. The instances host an application named App1 that must be accessible by using HTTP and HTTPS traffic. Currently, VSS1 is inaccessible from the internet.
You need to use Azure Load Balancer to provide access to App1 across all the instances from the internet by using a single IP address.
What should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 1

Question 63

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 have an app named App1 that uses data from two on-premises Microsoft SQL Server databases named DB1 and DB2.
You plan to move DB1 and DB2 to Azure.
You need to implement Azure services to host DB1 and DB2. The solution must support server-side transactions across DB1 and DB2.
Solution: You deploy DB1 and DB2 as Azure SQL databases each on a different Azure SQL Database server.
Does this meet the goal?

  • A: Yes
  • B: No

Question 64

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 have an app named App1 that uses data from two on-premises Microsoft SQL Server databases named DB1 and DB2.
You plan to move DB1 and DB2 to Azure.
You need to implement Azure services to host DB1 and DB2. The solution must support server-side transactions across DB1 and DB2.
Solution: You deploy DB1 and DB2 as Azure SQL databases on the same Azure SQL Database server.
Does this meet the goal?

  • A: Yes
  • B: No

Question 65

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 have an Azure Cosmos DB database that contains a container named Container1. The partition key for Container1 is set to /day. Container1 contains the items shown in the following table.

Image 1

You need to programmatically query Azure Cosmos DB and retrieve Item1 and Item2 only.
Solution: You run the following query.

SELECT day -
WHERE value = "10"
You set the EnableCrossPartitionQuery property to False.
Does this meet the goal?

  • A: Yes
  • B: No

Question 66

HOTSPOT -
You have an on-premises data center and an Azure subscription. The data center contains two VPN devices. The subscription contains an Azure virtual network named VNet1. VNet1 contains a gateway subnet.
You need to create a site-to-site VPN. The solution must ensure that if a single instance of an Azure VPN gateway fails, or a single on-premises VPN device fails, the failure will not cause an interruption that is longer than two minutes.
What is the minimum number of public IP addresses, virtual network gateways, and local network gateways required in Azure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 1

Question 67

HOTSPOT -
You have an Azure subscription that contains multiple resource groups.
You create an availability set as shown in the following exhibit.

Image 1

You deploy 10 virtual machines to AS1.
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.
Hot Area:

Image 2

That’s the end of your free questions

You’ve reached the preview limit for AZ-303

Consider upgrading to gain full access!

Page 3 of 14 • Questions 51-75 of 334

Free preview mode

Enjoy the free questions and consider upgrading to gain full access!