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 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.Solution: You use Synchronization Rules Editor to create a synchronization rule.Does this meet the goal?
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 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.Solution: You use the Synchronization Service Manager to modify the Active Directory Domain Services (AD DS) Connector.Does this meet the goal?
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 to SQL Server on an Azure virtual machine.Does this meet the goal?
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.You need to programmatically query Azure Cosmos DB and retrieve Item1 and Item2 only.Solution: You run the following query.SELECT id FROM c -WHERE c.day = "Mon" OR c.day = "Tue"You set the EnableCrossPartitionQuery property to False.Does this meet the goal?
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.You need to programmatically query Azure Cosmos DB and retrieve Item1 and Item2 only.Solution: You run the following query.SELECT day FROM c -WHERE c.value = "10" OR c.value = "15"You set the EnableCrossPartitionQuery property to True.Does this meet the goal?
You have an Azure subscription that contains 10 virtual machines on a virtual network.You need to create a graph visualization to display the traffic flow between the virtual machines.What should you do from Azure Monitor?