Courseiva
Database Planning And DeploymentmediumMultiple ChoiceObjective-mapped

DS0-001 Database Planning And Deployment Practice Question

An organization is deploying a new SQL Server database. The storage administrator needs to ensure that the transaction logs are stored on a separate physical volume from the data files to improve performance and recoverability. Which configuration step accomplishes this?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Modifying the default file locations in SQL Server Management Studio (SSMS) Server Properties

SQL Server allows specifying separate file paths for the primary data file (.mdf) and the transaction log (.ldf) during the initial database creation process.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Implementing a striped RAID 0 volume

    Why it's wrong here

    RAID 0 improves speed but does not provide the logical separation required for data and logs.

  • Enabling FileStream on the target volume

    Why it's wrong here

    FileStream is for storing BLOB data outside the database file, not for separating log files.

  • Modifying the default file locations in SQL Server Management Studio (SSMS) Server Properties

    Why this is correct

    Setting default file locations in instance properties ensures that data and log files are routed to different volumes during database creation.

  • Increasing the recovery model to Full

    Why it's wrong here

    The recovery model defines how logs are maintained, not where they are stored.

About these practice questions

This DS0-001 question is part of Courseiva's 216-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official CompTIA exam blueprint

This DS0-001 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DS0-001 exam.