exam questions

Exam 70-764 All Questions

View all questions & answers for the 70-764 exam

Exam 70-764 topic 1 question 308 discussion

Actual exam question from Microsoft's 70-764
Question #: 308
Topic #: 1
[All 70-764 Questions]

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You need to deploy a new Microsoft SQL Server environment that meets the following requirements:
✑ The SQL Server instance must be highly available.
✑ There must be minimal downtime incurred during hardware failure or operating system maintenance.
✑ All instance-level security settings and SQL Server Agent jobs must be available without additional synchronization tasks.
What should you implement?

  • A. a Microsoft Azure Stretch Database
  • B. log shipping
  • C. an Always On Availability Group with all replicas in synchronous-commit mode
  • D. a file share witness
  • E. a Microsoft SQL Server failover cluster instance (FCI)
  • F. a Windows cluster with a shared-nothing architecture
  • G. an Always On Availability Group with secondary replicas in asynchronous-commit mode
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️
As part of the SQL Server Always On offering, Always On Failover Cluster Instances leverages Windows Server Failover Clustering (WSFC) functionality to provide local high availability through redundancy at the server-instance levela failover cluster instance (FCI). An FCI is a single instance of SQL Server that is installed across Windows Server Failover Clustering (WSFC) nodes and, possibly, across multiple subnets.
When there is hardware or software failure of a server, the applications or clients connecting to the server will experience downtime. When a SQL Server instance is configured to be an FCI (instead of a standalone instance), the high availability of that SQL Server instance is protected by the presence of redundant nodes in the FCI.
References: https://docs.microsoft.com/en-us/sql/sql-server/failover-clusters/windows/always-on-failover-cluster-instances-sql-server

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
TheSwedishGuy
5 years, 5 months ago
Microsoft SQL Server failover cluster instance (FCI) also syncronizes the SQL Server Agent jobs.
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 ...