CCNA Ha Dr Environment Questions

20 of 170 questions · Page 3/3 · Ha Dr Environment topic · Answers revealed

151
MCQeasy

You are designing a disaster recovery plan for an Azure SQL Database that supports an e-commerce application. The application requires an RPO of 15 seconds and an RTO of 1 hour during a regional outage. Which solution should you recommend?

A.Create a failover group with automatic failover policy
B.Deploy active geo-replication to a secondary region and automate failover
C.Use long-term backup retention and restore in another region
D.Configure zone-redundant availability for the database
AnswerB

Active geo-replication provides low RPO and manual failover that can be automated to meet RTO.

Why this answer

Option C is correct because active geo-replication allows you to create a readable secondary in another region with an RPO of 5 seconds and manual failover, which can meet the RTO if automated via scripts. Failover groups have a default RPO of 5 seconds but an RTO of 1 hour; however, active geo-replication with a manual failover script can achieve the required RTO. Zone redundancy does not protect against regional outage.

Backup restore has higher RPO.

152
Multi-Selecthard

Which THREE components are required to configure a failover group for Azure SQL Database? (Choose three.)

Select 3 answers
A.Failover group listener.
B.At least one database on the primary server.
C.Secondary server.
D.Primary server.
E.An elastic pool.
AnswersB, C, D

The failover group must contain at least one database.

Why this answer

Options A, B, and D are correct. A failover group requires a primary server, a secondary server, and at least one database. Option C is wrong because a listener is automatically created, not required to be configured.

Option E is wrong because an elastic pool is optional.

153
MCQeasy

Refer to the exhibit. You are reviewing the configuration of a failover group for an Azure SQL Managed Instance. Which statement is correct about this configuration?

A.The read-write endpoint will not automatically redirect connections after failover.
B.The read-only endpoint will not automatically redirect connections after failover.
C.The failover group will automatically fail over with data loss if the primary is unavailable for more than 60 minutes.
D.The read-only endpoint is used for read-write connections after failover.
AnswerB

The readOnlyEndpoint failoverPolicy is Disabled.

Why this answer

Option A is correct. The readOnlyEndpoint failoverPolicy is Disabled, meaning the read-only listener will not automatically redirect connections after failover. Option B (automatic failover with data loss) is correct but not the best answer; the read-only endpoint behavior is the key point.

Option C (read-write endpoint) is automatic. Option D (read-only endpoint) is disabled, so it does not affect read-write connections.

154
Multi-Selecthard

Your organization has an Azure SQL Managed Instance that hosts a critical database. You need to configure disaster recovery with automatic failover to a secondary region. The solution must support readable secondary replicas for read-only workloads. Which TWO features should you implement?

Select 2 answers
A.Auto-failover groups with a secondary in the same region.
B.Readable secondary replicas within the failover group.
C.Failover group with a secondary managed instance in a different region.
D.Active geo-replication between managed instances.
E.Log shipping to a secondary managed instance.
AnswersB, C

Failover groups for SQL Managed Instance include a readable secondary replica by default.

Why this answer

The correct features are failover groups (which provide automatic failover and a readable secondary) and the ability to configure multiple readable secondaries. However, since the question expects exactly two correct options, and the only two that directly apply are A and B.

155
MCQhard

Your company uses Azure SQL Database with active geo-replication for disaster recovery. During a drill, you need to verify that the secondary database is ready for failover and that data synchronization is current. Which query should you run on the secondary database?

A.SELECT * FROM sys.dm_continuous_copy_status;
B.SELECT * FROM sys.dm_geo_replication_link_status;
C.SELECT * FROM sys.dm_database_copies;
D.SELECT * FROM sys.dm_replication_status;
AnswerB

This DMV provides replication lag and status.

Why this answer

Option C is correct because the sys.dm_geo_replication_link_status DMV shows replication lag and the last replicated transaction. Option A is wrong because sys.dm_database_copies is for copy-only operations. Option B is wrong because sys.dm_continuous_copy_status is deprecated.

Option D is wrong because sys.dm_replication_status is for transactional replication.

156
MCQeasy

You have an Azure SQL Database in the Business Critical tier with a failover group to a secondary region. The primary region experiences a full outage. What is the expected recovery time objective (RTO) and recovery point objective (RPO) if you initiate a manual failover?

A.RTO of 5 minutes, RPO of 1 second.
B.RTO of 30 seconds, RPO of 5 seconds.
C.RTO of 1 hour, RPO of 5 minutes.
D.RTO of 30 seconds, RPO of 0.
AnswerD

Synchronous replication ensures zero data loss and fast failover.

Why this answer

Option A is correct because Business Critical tier with failover groups offers an RTO of ~30 seconds and RPO of 0 (zero data loss) when using synchronous replication. Option B is wrong because RTO is lower. Option C is wrong because RPO is zero.

Option D is wrong because RPO is zero.

157
MCQeasy

Your organization uses Azure SQL Database Hyperscale tier. You need to ensure that if the primary region fails, the database can be failed over to a secondary region with minimal data loss. What should you configure?

A.Use geo-restore from geo-redundant backups.
B.Enable zone redundancy on the Hyperscale database.
C.Set up active geo-replication to a secondary region.
D.Configure an auto-failover group with a secondary in the same region.
AnswerC

Hyperscale supports geo-replication.

Why this answer

Option A is correct because Hyperscale supports geo-replication to a secondary region. Option B is wrong because zone redundancy is within region. Option C is wrong because failover groups are supported but require geo-replication.

Option D is wrong because geo-restore has higher RPO.

158
MCQhard

You are designing a high availability solution for an Azure SQL Database that supports an online transaction processing (OLTP) workload. The database must be available with an SLA of 99.995% and must withstand a regional outage. Which configuration should you choose?

A.Business Critical tier with zone-redundancy only.
B.General Purpose tier with active geo-replication to a secondary region.
C.Hyperscale tier with geo-replication.
D.Business Critical tier with zone-redundancy and a failover group with geo-replication.
AnswerD

Business Critical with zone-redundancy provides 99.995% SLA and geo-replication protects against regional failure.

Why this answer

Option B is correct because Business Critical tier with zone-redundancy provides 99.995% SLA within a region, but to withstand a regional outage you need a failover group with active geo-replication. Option A is wrong because General Purpose with geo-replication has lower SLA. Option C is wrong because Business Critical without geo-replication cannot withstand a regional outage.

Option D is wrong because Hyperscale with geo-replication has different SLA.

159
MCQmedium

Refer to the exhibit. You are reviewing the JSON configuration of an Azure SQL Database in the Business Critical tier. What is the primary benefit of setting highAvailabilityReplicaCount to 2?

A.It enables automatic failover in case of a node failure.
B.It enables zone redundancy for the database.
C.It ensures zero data loss during a failover.
D.It provides more read-only replicas to offload read workloads.
AnswerD

Additional replicas increase read capacity.

Why this answer

Option B is correct. Setting highAvailabilityReplicaCount to 2 in Business Critical tier creates two additional readable replicas (total of 3 replicas including primary). This improves read performance by allowing more read-only connections to be offloaded to replicas.

Option A (zero data loss) is achieved by synchronous replication, not replica count. Option C (automatic failover) is inherent to Business Critical. Option D (zone redundancy) is determined by the zoneRedundant property, not replica count.

160
MCQeasy

You have an Azure SQL Database that uses the Business Critical service tier with zone redundancy enabled. The database is deployed in a single region. You want to ensure that if a zone fails, the database remains available with minimal downtime. How does zone redundancy achieve this?

A.It maintains multiple synchronous replicas in different availability zones within the region.
B.It creates read-only replicas in other zones that can be promoted to primary.
C.It replicates data to a secondary region for failover.
D.It uses asynchronous replication to a standby replica in another zone.
AnswerA

Zone redundancy uses synchronous replicas across zones for automatic failover.

Why this answer

Option B is correct. Zone redundancy for Business Critical creates multiple replicas across different availability zones within the same region. If one zone fails, one of the other replicas becomes the primary automatically.

Option A is wrong because zone redundancy does not involve a secondary region. Option C is wrong because the replicas are kept in sync synchronously, not asynchronously. Option D is wrong because the replicas are within the same region.

161
Multi-Selectmedium

You have an Azure SQL Database that uses active geo-replication between two regions. You need to ensure minimal data loss during an unplanned failover while maintaining the current configuration. Which THREE settings should you verify? (Choose three.)

Select 3 answers
A.The replication mode is 'async' (asynchronous) with a low RPO target.
B.The seed type is set to 'automatic' to ensure continuous replication.
C.The secondary database is in a paired region with low network latency.
D.The secondary database is configured as 'readable' to avoid lag.
E.The failover group is named with a 'forced' failover policy.
AnswersA, B, C

Async replication is standard; RPO is typically below 5 seconds.

Why this answer

Options A, C, and D are correct. The seed type determines initial synchronization. The secondary type (readable/non-readable) affects performance but not data loss.

The failover group name is for management. Option B is wrong because secondary type does not affect data loss. Option E is wrong because it's part of the failover group name.

162
MCQhard

You are using Azure SQL Managed Instance with auto-failover groups. The primary region is East US, secondary is West US. The primary region experiences a full outage. How does the failover group behave?

A.The failover group automatically fails over to West US and the read-write endpoint now points to West US.
B.You must manually initiate failover via the portal.
C.The read-only listener continues to point to West US.
D.The failover group remains in primary region and does not fail over.
AnswerA

Automatic failover switches endpoints.

Why this answer

Option D is correct because auto-failover groups automatically fail over to the secondary region with automatic read-write endpoint switch. Option A is incorrect because failover is automatic if the grace period is exceeded. Option B is incorrect because automatic failover does not require manual initiation.

Option C is incorrect because read-only listeners are also updated automatically.

163
MCQeasy

You are planning a disaster recovery strategy for an Azure SQL Database that supports a critical application. The database is 500 GB in size and you need to recover it within 1 hour (RTO) with a maximum data loss of 5 minutes (RPO). Which Azure SQL Database feature should you use?

A.Long-term retention (LTR) backups.
B.Point-in-time restore (PITR) with geo-redundant backup storage.
C.Auto-failover group with a secondary in a different region.
D.Active geo-replication to a secondary server in a paired region.
AnswerD

Active geo-replication offers low RPO (seconds to minutes) and fast failover, meeting the requirements.

Why this answer

Option D is correct. Active geo-replication provides asynchronous replication with an RPO of a few seconds to a few minutes, and failover can be initiated manually within minutes, meeting the RTO and RPO. Option A is wrong because point-in-time restore does not provide a separate secondary region.

Option B is wrong because long-term retention is for archival, not DR. Option C is wrong because failover groups use geo-replication but the RPO is still asynchronous; the question asks for the feature, and geo-replication is the core.

164
MCQmedium

You need to ensure high availability for an Azure SQL Database in the Business Critical service tier. Which feature provides the fastest failover within the same region?

A.Built-in Always On availability groups
B.Zone-redundant configuration
C.Read scale-out
D.Active geo-replication
AnswerA

Provides synchronous replication and automatic failover.

Why this answer

Option B is correct because Business Critical tier uses Always On availability groups with synchronous replication, providing fast automatic failover within the region. Option A is incorrect because zone-redundant configuration adds zone resilience but not faster failover within a zone. Option C is incorrect because read scale-out does not provide failover.

Option D is incorrect because geo-replication is for cross-region failover.

165
Multi-Selectmedium

You are designing high availability for a critical Azure SQL Database. The database is 1 TB in size and requires an RPO of 0 (zero data loss) and an RTO of less than 30 seconds. Which TWO configurations can meet these requirements?

Select 2 answers
A.Business Critical service tier with zone redundancy enabled.
B.Auto-failover group with a secondary in the same region.
C.Hyperscale service tier with zone redundancy enabled.
D.General Purpose service tier with zone redundancy enabled.
E.Active geo-replication to a secondary in a different region.
AnswersA, C

Business Critical with zone redundancy uses three synchronous replicas across zones, ensuring zero data loss and fast failover.

Why this answer

Options A and D are correct. For zero data loss, you need synchronous replication. Business Critical with zone redundancy provides synchronous replicas within the same region with automatic failover.

Hyperscale with zone redundancy also provides synchronous replicas for the log service. Option B (General Purpose) uses asynchronous replication and does not guarantee zero data loss. Option C (active geo-replication) is asynchronous, so data loss can occur.

Option E (failover groups) relies on geo-replication which is asynchronous.

166
Multi-Selecteasy

Which TWO are benefits of using a failover group for Azure SQL Database? (Select two.)

Select 2 answers
A.Allows the secondary database to be readable for reporting
B.Enables transparent data encryption (TDE) across regions
C.Provides a single read/write listener endpoint for the primary database
D.Automatically balances read queries between primary and secondary
E.Supports synchronous replication between primary and secondary
AnswersA, C

You can configure the secondary to be readable.

Why this answer

Options A and D are correct. Failover groups provide a single endpoint for read/write and allow a readable secondary. Option B is incorrect because it does not provide built-in load balancing.

Option C is incorrect because TDE is not related to failover groups. Option E is incorrect because failover groups do not provide synchronous replication; they use asynchronous.

167
Multi-Selectmedium

You are planning a disaster recovery solution for an Azure SQL Managed Instance. The solution must meet the following requirements: provide automatic failover to a secondary region, support read-only workloads on the secondary, and allow manual failback. Which TWO features should you include? (Choose two.)

Select 2 answers
A.Active geo-replication
B.Geo-restore
C.Failover group
D.Manual failover
E.Log shipping
AnswersC, D

Failover groups provide automatic failover and readable secondary.

Why this answer

Options A and D are correct. Failover groups provide automatic failover and support readable secondary. Manual failback is possible by initiating a failover in the opposite direction.

Option B (active geo-replication) is not for managed instances. Option C (geo-restore) does not provide automatic failover. Option E (log shipping) is not built-in.

168
MCQeasy

You are designing a high availability solution for a mission-critical Azure SQL Database. The database must have an uptime SLA of 99.995% and automatically recover from zone-level failures without data loss. Which service tier and redundancy option should you choose?

A.Basic tier with zone redundancy
B.General Purpose tier with zone redundancy
C.Hyperscale tier with zone redundancy
D.Business Critical tier with zone redundancy
AnswerD

Business Critical with zone redundancy provides 99.995% SLA and automatic zone failure recovery.

Why this answer

Option C is correct because the Business Critical tier with zone redundancy provides an SLA of 99.995% and automatic recovery from zone failures. Option A (General Purpose with zone redundancy) has a lower SLA (99.99%). Option B (Hyperscale with zone redundancy) offers 99.95% SLA for zone-redundant configuration.

Option D (Basic tier) does not support zone redundancy and has a lower SLA.

169
MCQeasy

You have an Azure SQL Database that uses the General Purpose service tier. The database is critical and you need to ensure that it remains available during a planned patching event that updates the underlying hardware. What does Azure SQL Database provide to maintain availability during such events?

A.The database is taken offline during patching and restored afterward.
B.You must manually fail over to a secondary database to avoid downtime.
C.Zone-redundant replicas that ensure zero downtime.
D.Automated failover to a built-in standby replica with minimal downtime.
AnswerD

General Purpose tier uses a built-in standby replica for high availability during patching.

Why this answer

Option B is correct. General Purpose tier provides built-in high availability with automatic failover to a standby replica during patching events. This is a standard feature.

Option A is wrong because General Purpose does not have zone-redundant replicas by default. Option C is wrong because the database is not offline; it fails over seamlessly. Option D is wrong because manual failover is not required; it's automatic.

170
MCQhard

You administer a SQL Managed Instance in the West Europe region. You need to create a disaster recovery replica in North Europe with automated failover. The replica must be readable and support backups. What should you configure?

A.Set up log shipping from West Europe to North Europe.
B.Configure active geo-replication between the instances.
C.Create a failover group, but note the secondary is not readable.
D.Create a failover group with the secondary instance in North Europe.
AnswerD

Failover groups provide automated failover and readable secondary for Managed Instance.

Why this answer

Option B is correct because SQL Managed Instance supports failover groups, which provide automated failover and readable secondary instances. Geo-replication is not supported for Managed Instance. Option A is wrong because geo-replication is not supported.

Option C is wrong because the secondary in a failover group is readable. Option D is wrong because log shipping is not supported.

← PreviousPage 3 of 3 · 170 questions total

Ready to test yourself?

Try a timed practice session using only Ha Dr Environment questions.