Implementing High Availability Flashcards
Which role is valid for Database Mirroring?
- Primary
- Publisher
- Principal
- Monitor
- Principal
EXPLANATION
The principal, which is one of the roles for Database Mirroring, specifies the database that is accepting connections and processing transactions.
Which of the following are valid actions for a witness? (Choose all that apply.)
- Serve the database when the principal and mirror are offline
- Arbitrate a failover for the High Availability operating mode
- Service multiple Database Mirroring sessions
- Arbitrate a failover for the High Safety operating mode
- Arbitrate a failover for the High Availability operating mode
- Service multiple Database Mirroring sessions
EXPLANATION
The High Availability operating mode has a witness that is used to arbitrate automatic failover.
A single witness server can service multiple Database Mirroring sessions.
Which of the following are endpoint options that are required for transactions to be exchanged between principal and mirror databases? (Choose two. Each choice represents a portion of the correct answer.)
- COMPRESSSION set to ENABLED
- Port 6083 specified for communications
- ROLE set to PARTNER
- STATE configured with the default option
- Port 6083 specified for communications
- ROLE set to PARTNER
EXPLANATION
You must specify a port number for communications.
To exchange transactions between the principal and mirror database, the endpoint created on the instance hosting these databases must be created with a role of either PARTNER or ALL.
Which of the following is a valid step for preparing a database to participate in a Database Mirroring session? (Choose all that apply.)
- Restore the database with RECOVERY.
- Restore the database with NORECOVERY.
- Configure distribution.
- Back up the database.
- Restore the database with NORECOVERY.
- Back up the database.
EXPLANATION
A backup of the primary database is restored to the mirror.
The database must be unrecovered to participate in Database Mirroring.
Which database setting is valid for Database Mirroring?
- Full recovery model
- 80 compatibility level
- Read-only
- Bulk-logged recovery model
Full recovery model
Which of the following are characteristics of the High Availability operating mode? (Choose all that apply.)
- Manual failover
- Asynchronous data transfer
- Automatic failover
- Synchronous data transfer
- Automatic failover
- Synchronous data transfer
EXPLANATION
The High Availability and High Safety operating modes have synchronous transfer.
Automatic failover is available only with the High Availability operating mode and only when the witness server is online.
Which of the following are characteristics of the High Performance operating mode? (Choose all that apply. Each answer forms a complete solution.)
- Manual failover
- Synchronous data transfer
- Automatic failover
- Asynchronous data transfer
- Manual failover
- Asynchronous data transfer
EXPLANATION
The High Performance operating mode has asynchronous data transfer.
The High Safety and High Performance operating modes require manual failover
Which of the following are characteristics of the High Safety operating mode? (Choose all that apply. Each answer forms a complete solution.)
- Asynchronous data transfer
- Synchronous data transfer
- Automatic failover
- Manual failover
- Synchronous data transfer
- Manual failover
EXPLANATION
The High Availability and High Safety operating modes have synchronous transfer.
The High Safety and High Performance operating modes require manual failover.
Coho Vineyards has recently experienced problems with its distribution system. Delays in scheduling trucks and getting shipments out to suppliers were caused by a series of hardware failures. Management has authorized the chief technical officer (CTO) to acquire a hardware solution capable of withstanding the failure of an entire server. Hardware that is compatible with clustering will be acquired. Which operating system should you install to meet these business requirements for the least cost?
- Windows 2000 Advanced Server
- Windows Server 2003 Enterprise Edition
- Windows Server 2003 Standard Edition
- Windows 2000 Server Standard Edition
Windows Server 2003 Standard Edition
EXPLANATION
Windows Server 2003 Standard Edition can be used to build a two-node cluster for minimal cost.
The CTO at Coho Vineyards has decided to purchase two servers for clustering that will be used to run the distribution system. Which combination of operating system version and cluster type provides the most fault tolerance for the lowest cost?
- Windows Server 2003 Enterprise Edition with a majority node set cluster
- Windows Server 2003 Standard Edition with a majority node set cluster
- Windows Server 2003 Standard Edition with a standard cluster
- Windows Server 2003 Enterprise Edition with a standard cluster
Windows Server 2003 Standard Edition with a standard cluster
EXPLANATION
Windows Server 2003 Standard Edition supports a two-node standard cluster, which allows one node to fail with the distribution application still operational. This is the most inexpensive option.
Which service needs to be running for health checks to be executed within a cluster?
- Server service
- Terminal Services service
- RPC service
- Net Logon service
RPC service
EXPLANATION
Health checks are executed using the RPC service.
Consolidated Messenger is experiencing outages because of hardware failures. Because the company’s business is run from SQL Server databases, a solution needs to be implemented to minimize downtime. Management also wants to ensure that the system can recover from failures without requiring the intervention of IT staff. What technology can you use to accomplish these requirements?
- Log shipping
- Replication
- Database snapshots
- Failover clustering
Failover clustering
EXPLANATION
Failover clustering protects from hardware failure and can detect an outage and fail over to another node automatically.
Trey Research currently has four instances of SQL Server running a variety of databases in support of the company’s medical research. Instance1 requires 200 GB of disk space for databases and serves more than 500 concurrent users. Instance2 requires about 1 terabyte of storage space for a small group of 25 researchers who are investigating genome therapy. Instance3 and Instance4 contain smaller databases that manage all the company’s infrastructure (for example, HumanResources, Payroll, and Contacts). The Genetrak database on Instance1 routinely consumes more than 60 percent of the processor capacity. Instance2 averages 45 percent processor utilization. Which version and edition of Windows is required to build a SQL Server cluster environment at the minimal cost?
- Windows Server 2003 Standard Edition
- Windows 2000 Datacenter Edition
- Windows Server 2003 Enterprise Edition
- Windows 2000 Advanced Server
Windows Server 2003 Enterprise Edition
EXPLANATION
Because of processing needs, Trey Research requires a minimum of three cluster nodes to ensure that performance is not degraded. Windows Server 2003 Enterprise Edition supports up to four nodes in a cluster.
Which of the following is a valid role for log shipping?
- Standby
- Primary
- Principal
- Distributor
Primary
EXPLANATION
Log shipping has databases that can be in the role of either primary or secondary.
Which of the following instance-level objects is required on the secondary to be able to access the database when it is recovered?
- Database master key
- Logins
- DDL triggers
- SQL Server Agent jobs
Logins
EXPLANATION
Without the logins, the secondary database cannot be accessed.