DS0-001 · Question #149
DS0-001 Question #149: Real Exam Question with Answer & Explanation
The correct answer is B: The size and importance of the server. Option B is correct because before planning a new server setup, a DBA must first understand the scope of what they're building - how much data it will hold (size) and how critical it is to the business (importance). These factors drive every major decision: hardware specs, redund
Question
Which of the following does a database administrator need to know before planning the setup of a new server for a client?
Options
- AThe performance of the server
- BThe size and importance of the server
- CThe connectivity status of the server
- DThe transaction logs for the server
Explanation
Option B is correct because before planning a new server setup, a DBA must first understand the scope of what they're building - how much data it will hold (size) and how critical it is to the business (importance). These factors drive every major decision: hardware specs, redundancy, backup strategies, and security controls.
Why the others are wrong:
- A (Performance) - Performance targets can only be determined after knowing the size and importance; you can't plan for performance in a vacuum.
- C (Connectivity status) - Connectivity is configured during setup, not a prerequisite for planning it; also, a new server has no connectivity status yet.
- D (Transaction logs) - Transaction logs are generated after a server is running and are used for auditing/recovery, not initial planning.
Memory tip: Think "size and importance = scope first." Just like building a house, you need to know how big it is and how it'll be used before you buy materials or hire contractors.
Community Discussion
No community discussion yet for this question.