exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 6 question 36 discussion

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

You have a single availability set that contains two SQL Server on Azure Virtual Machines instances.

The instances were deployed by using an Azure Marketplace SQL Server 2019 Enterprise image that has the latest cumulative updates applied. The instances are configured as the nodes of a failover cluster instance (FCI) named FCI1.

You need to ensure that client applications can connect to FCI1. The solution must meet the following requirements:

• Provide an availability SLA.
• Minimize costs.

What should you create?

  • A. an Azure Standard Load Balancer
  • B. a virtual network name (VNN) resource
  • C. a Basic Azure Load Balancer
  • D. a distributed network name (DNN) resource
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
U_C
Highly Voted 2 years, 2 months ago
You should create a distributed network name (DNN) resource 1. On Azure Virtual Machines, the DNN routes traffic to the appropriate clustered resource. It provides an easier way to connect to the SQL Server failover cluster instance (FCI) than the virtual network name (VNN), without the need for an Azure Load Balancer 1. So, the correct answer is D
upvoted 5 times
Alex_Ovidiu
2 years, 1 month ago
Hi U_C, did you pass DP-300 exam? How many questions did you receive from here ? Thanks
upvoted 2 times
...
OBIJUAN88
2 years, 1 month ago
Yep, The distributed network name (DNN) replaces the virtual network name (VNN) as the connection point when used with an Always On failover cluster instance on SQL Server VMs. This negates the need for an Azure Load Balancer routing traffic to the VNN, simplifying deployment, maintenance, and improving failover. https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/failover-cluster-instance-distributed-network-name-dnn-configure?view=azuresql
upvoted 1 times
...
...
voodoo_sh
Most Recent 3 months ago
Selected Answer: D
A DNN resource simplifies the configuration and eliminates the need for an Azure Load Balancer, which reduces costs while still providing high availability It is specifically designed for SQL Server failover cluster instances (FCIs) on Azure Virtual Machines and ensures seamless client connectivity Unlike a virtual network name (VNN), a DNN does not require a load balancer, making it a cost-effective solution
upvoted 1 times
...
bingomutant
8 months ago
D - Based on the requirements: Availability SLA: Both DNN and the Standard Load Balancer meet this requirement. Minimize costs: DNN is the better choice, as it eliminates the need for a Load Balancer, reducing overall infrastructure costs.Stupid question though.
upvoted 1 times
...
jddc
1 year, 8 months ago
Selected Answer: D
For an alternative connectivity option for SQL Server 2019 CU2 and later, consider a distributed network name (DNN) instead. A DNN offers simplified configuration and improved failover. https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/failover-cluster-instance-vnn-azure-load-balancer-configure?view=azuresql&tabs=ilb
upvoted 1 times
...
testdumps2017
1 year, 10 months ago
M$ has a habit of providing incomplete descriptions, then asking stupid questions. DNN, VNN, Load Balancer... it all comes down to having the VMs in the same subnet or not. For the exam is D. For real life is to separate the VMs in two different subnets, thus eliminating the need for such stupid things: https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-manually-configure-tutorial-single-subnet?view=azuresql. I've done this a number of times, and every single time I chose the path with different subnets.
upvoted 2 times
...
MS_KoolaidMan
1 year, 12 months ago
Selected Answer: D
See the U_C and OBIJUAN88 explanations.
upvoted 1 times
...
Cococo
2 years ago
I think they mentioned SLA just to divert us from the main requirement - "You need to ensure that client applications can connect to FCI1", so there are 2 nodes and they have VNN but you need sort of a DNS name (which is DNN here) to connect to the cluster. So D is a correct answer
upvoted 2 times
...
tsatsos
2 years, 2 months ago
It's obviously A!!!
upvoted 1 times
...
MrDuck
2 years, 2 months ago
sorry ignore my comment, dnn is selected here
upvoted 1 times
...
MrDuck
2 years, 2 months ago
this is wrong. it's a DNN GOOGLE search "configure a dnn for failover cluster instance" and look for ms learn link
upvoted 1 times
...
TheMCT
2 years, 2 months ago
Selected Answer: C
The correct answer is C: Create a load balancer with a public IP address and a Basic SKU. Then, configure the load balancer to use a backend pool that includes the two virtual machines in the availability set. Finally, create a health probe that checks the SQL Server database engine service port on each virtual machine.
upvoted 1 times
MrDuck
2 years, 2 months ago
not c. basic load balancer has sla which is required here
upvoted 1 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 ...