exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 1 question 35 discussion

Actual exam question from Microsoft's DP-300
Question #: 35
Topic #: 1
[All DP-300 Questions]

You have an on-premises Microsoft SQL Server 2019 server that hosts a database named DB1.
You have an Azure subscription that contains an Azure SQL managed instance named SQLMI1 and a virtual network named VNET1. SQLMI1 resides on VNET1.
The on-premises network connects to VNET1 by using an ExpressRoute connection.
You plan to migrate DB1 to SQLMI1 by using Azure Database Migration Service.
You need to configure VNET1 to support the migration.
What should you do?

  • A. Configure service endpoints.
  • B. Configure virtual network peering.
  • C. Deploy an Azure firewall.
  • D. Configure network security groups (NSGs).
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
eric0718
Highly Voted 3 years, 3 months ago
Selected Answer: A
During virtual network setup, if you use ExpressRoute with network peering to Microsoft, add the following service endpoints to the subnet in which the service will be provisioned: https://docs.microsoft.com/en-us/azure/dms/tutorial-sql-server-to-managed-instance
upvoted 7 times
...
Christian_garcia_martin
Most Recent 2 months ago
Selected Answer: A
NSG is not enouhg, with NSG you only control the traffic, but it does not enable the integration between Azure Database Migration Service and the resources of the Vnet , option A is right
upvoted 1 times
...
MFOM
5 months, 4 weeks ago
Selected Answer: D
https://learn.microsoft.com/en-us/azure/dms/faq#setup " Azure Database Migration Service prerequisites that are common across all supported migration scenarios include the need to: Create a Microsoft Azure Virtual Network for Azure Database Migration Service by using the Azure Resource Manager deployment model, which provides site-to-site connectivity to your on-premises source servers by using either ExpressRoute or VPN. Ensure that your virtual network Network Security Group rules don't block the port 443 for ServiceTags of ServiceBus, Storage and AzureMonitor. For more detail on virtual network NSG traffic filtering, see the article Filter network traffic with network security groups. When using a firewall appliance in front of your source database(s), you may need to add firewall rules to allow Azure Database Migration Service to access the source database(s) for migration. "
upvoted 1 times
...
itops_dba
8 months, 2 weeks ago
Selected Answer: D
D. NSG according this docu: https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/managed-instance-link-preparation?view=azuresql&tabs=ssms#network-ports-between-the-environments
upvoted 1 times
...
turbokun
9 months, 1 week ago
D is correct
upvoted 1 times
...
2f5c7cd
9 months, 1 week ago
Selected Answer: D
https://learn.microsoft.com/en-us/azure/dms/faq#setup
upvoted 2 times
...
bingomutant
10 months, 1 week ago
Answer is D - NSGs control traffic in and out of the virtual network and can allow or block specific ports and protocols needed for the migration (such as SQL Server ports) - it is not A - Service endpoints are used to extend VNet access to certain Azure services (like Azure SQL Database, Azure Storage), but they're not needed here because Azure SQL Managed Instance resides fully inside the VNet, and an ExpressRoute connection is used for connectivity from on-premises.
upvoted 2 times
...
tapsAch
11 months, 3 weeks ago
A is correct
upvoted 1 times
...
erz
1 year, 6 months ago
Selected Answer: D
A. Configure service endpoints: Service endpoints provide secure and direct connectivity to Azure services over the Azure backbone network. They are not typically used for connectivity between on-premises environments and Azure services. B. Configure virtual network peering: Virtual network peering is used to connect two Azure virtual networks seamlessly. Since your scenario involves an on-premises network and not another Azure virtual network, peering is not applicable. C. Deploy an Azure firewall: An Azure firewall is a network security service that protects Azure Virtual Network resources. It could be used to govern the traffic between your on-premises environment and the Azure SQL Managed Instance, but it is not the primary tool for enabling connectivity. D. Configure network security groups (NSGs): Network Security Groups are used to control inbound and outbound traffic to network interfaces (NIC), VMs, and subnets. By creating and applying NSG rules, you can ensure that traffic from the on-premises network can reach SQLMI1 over the ExpressRoute connection.
upvoted 4 times
...
eric0718
3 years, 3 months ago
A is correct
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...