DP-300 • Practice Exam 61
Free DP-300 practice exam — 20 questions with explanations. Set 61. No signup required.
Refer to the exhibit. After a brief outage, the availability group recovered. However, SQL2 shows NOT_HEALTHY and DISCONNECTED. What is the most likely cause?
Availability group configuration: AG1 (Synchronous commit) - Primary replica: SQL1 (automatic failover) - Secondary replica: SQL2 (automatic failover, readable secondary) - Secondary replica: SQL3 (synchronous commit, manual failover, readable secondary) Listener: listener1, port 1433 Error log on SQL1: 2025-03-15 15:00:00.00 spid31s The availability group 'AG1' is being restarted due to a failure. Error: 35201. A connection timeout has occurred. 2025-03-15 15:00:05.00 spid31s The local availability replica of availability group 'AG1' has transitioned from resolving role to primary role. 2025-03-15 15:00:10.00 spid31s The availability group 'AG1' is online. Query on SQL1: SELECT replica_server_name, role_desc, synchronization_health_desc, connected_state_desc FROM sys.dm_hadr_availability_replica_states WHERE group_id = '...' Results: SQL1 | PRIMARY | HEALTHY | CONNECTED SQL2 | SECONDARY | NOT_HEALTHY | DISCONNECTED SQL3 | SECONDARY | HEALTHY | CONNECTED