exam questions

Exam 70-765 All Questions

View all questions & answers for the 70-765 exam

Exam 70-765 topic 4 question 27 discussion

Actual exam question from Microsoft's 70-765
Question #: 27
Topic #: 4
[All 70-765 Questions]

You are planning a Microsoft SQL Server deployment. You do not have a Storage Area Network (SAN) or Network Attached Storage (NAS) infrastructure.
You have a physical host that has 128 gigabytes (GB) RAM, two ""core processors, and two 1 GB network interface cards (NICs). The host supports RAID through a write-caching RAID controller. The RAID controller is not specifically designed for DBMS systems. The host can support up to eight physically attached disks.
The system does not include a battery backup power supply.
You must implement SQL Server best practices when installing and configuring the server to host SQL Server.
You need to configure the system to support a SQL Server installation by using best practices.
What should you do?

  • A. Increase the RAM in the server.
  • B. Disable write-caching on the RAID controller.
  • C. Configure NIC Teaming.
  • D. Add two more processors.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
jolsca
4 years, 9 months ago
Is Correct, Do not use read/write caching on any SQL Server data disk, as it can potentially lead to data loss. Disk Caching, it is recommended to use read caching on the disks hosting your data fles and TempDB fles, but not your transaction logs.
upvoted 1 times
Slava_bcd81
4 years, 9 months ago
Read cashing is good for database files, no cashing for log files
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 ...