exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 6 question 50 discussion

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

You have an Azure subscription that contains two instances of SQL Server on Azure Virtual Machines named VM1 and VM2. Both instances run Microsoft SQL Server 2019 CU8.

You need to deploy a failover cluster instance (FCI) to VM1 and VM2. The solution must eliminate the need for the following:

• A distributed network name (DNN)
• A load balancer

What should you do?

  • A. Deploy VM1 and VM2 to a single proximity placement group.
  • B. Deploy VM1 and VM2 to different proximity placement groups in the same Azure region.
  • C. Connect VM1 and VM2 to a single subnet.
  • D. Connect VM1 and VM2 to different subnets on a single virtual network.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
voodoo_sh
3 months ago
Selected Answer: D
Multiple subnets eliminate the need for DNN and load balancer: https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-overview?view=azuresql-vm#connectivity
upvoted 1 times
...
bingomutant
8 months ago
C - Connect VM1 and VM2 to a single subnet - meets the requirements - why not D ? - Connect VM1 and VM2 to different subnets on a single virtual network: When using different subnets, a load balancer and/or DNN would still be required for failover redirection, which contradicts the goal of eliminating these components.
upvoted 1 times
...
jtrain
10 months ago
Selected Answer: D
The answer is D: Connectivity To match the on-premises experience for connecting to your availability group listener, deploy your SQL Server VMs to multiple subnets within the same virtual network. Having multiple subnets negates the need for the extra dependency on an Azure Load Balancer, or a distributed network name (DNN) to route your traffic to your listener. https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-overview?view=azuresql
upvoted 3 times
...
pjfunner
1 year, 1 month ago
Selected Answer: C
Answer is C: Connect VM1 and VM2 to a single subnet. By connecting both VM1 and VM2 to the same subnet within an Azure virtual network, you can create an FCI without relying on a DNN or load balancer. D. Connect VM1 and VM2 to different subnets on a single virtual network - doesn’t eliminate the need for a DNN or load balancer. Having different subnets doesn’t directly address the requirement.
upvoted 3 times
...
voodoo_sh
1 year, 4 months ago
To match the on-premises experience for connecting to your availability group listener, deploy your SQL Server VMs to multiple subnets within the same virtual network. Having multiple subnets negates the need for the extra dependency on an Azure Load Balancer, or a distributed network name (DNN) to route your traffic to your listener. https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-overview?view=azuresql
upvoted 2 times
...
SamBalbij
1 year, 7 months ago
Check https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/failover-cluster-instance-distributed-network-name-dnn-configure?view=azuresql
upvoted 2 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 ...