Question 147 of 500
Tools and DocumentationhardMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to implement a version control system such as Git for all project documents. Git prevents document overwrites by tracking every change through commits, allowing team members to branch, merge, and revert to previous versions without losing work, which directly solves the problem of outdated files causing rework. On the CompTIA Project+ PK0-005 exam, this scenario tests your understanding of version control as a low-cost, high-impact tool for compliance and audit trails, often contrasted with expensive ECM systems or simple shared drives. A common trap is assuming a shared drive with naming conventions is sufficient, but Git’s commit history provides the immutable audit trail that government projects require. Memory tip: think “Git commits = no conflicts” — every change is logged, so you never lose the latest approved version.

PK0-005 Tools and Documentation Practice Question

This PK0-005 practice question tests your understanding of tools and documentation. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A senior project manager is overseeing a large infrastructure upgrade project for a government agency. The project involves multiple vendors and strict compliance requirements. The project team has been using a shared network drive to store project documents, but team members often struggle to find the latest versions of documents, and there have been instances where outdated documents were used, leading to rework. The project manager needs to implement a solution that ensures document version control, access control, and audit trails. The agency has a limited budget and cannot afford expensive enterprise content management systems. What is the best course of action?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1hardmultiple choice
Full question →

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

Implement a version control system such as Git for all project documents.

Option D is correct because Git provides robust version control, access control via authentication and branch permissions, and a complete audit trail through commit history. Unlike a shared drive, Git prevents overwrites and ensures that only the latest approved versions are used, which directly addresses the rework caused by outdated documents. It is also free and open-source, fitting the limited budget.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Hire a document controller to manage the shared drive and enforce procedures.

    Why it's wrong here

    Hiring staff adds cost and does not automate version control.

  • Develop a strict file naming convention and train the team to use it.

    Why it's wrong here

    Naming conventions rely on user discipline and do not provide audit trails.

  • Use a cloud storage service like OneDrive with shared folders and permissions.

    Why it's wrong here

    Cloud storage offers permissions but limited version control and audit trails for documents.

  • Implement a version control system such as Git for all project documents.

    Why this is correct

    Git provides version control, access control, and audit trails, and is free.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often dismiss Git as only for source code, but Git's version control, branching, and audit trail capabilities apply equally to documents (e.g., using Markdown or plain text), and its zero-cost nature fits the budget constraint, making it superior to manual or cloud-only solutions for compliance-heavy environments.

Detailed technical explanation

How to think about this question

Git uses a directed acyclic graph (DAG) of commits, each identified by a SHA-1 hash, ensuring data integrity and a complete, immutable history. Branching allows parallel work without conflict, and merge commits provide a clear record of how changes were integrated. For compliance, Git's `git log` and `git blame` commands offer precise audit trails showing who changed what and when, which is critical for government projects.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the PK0-005 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related PK0-005 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free PK0-005 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PK0-005 question test?

Tools and Documentation — This question tests Tools and Documentation — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Implement a version control system such as Git for all project documents. — Option D is correct because Git provides robust version control, access control via authentication and branch permissions, and a complete audit trail through commit history. Unlike a shared drive, Git prevents overwrites and ensures that only the latest approved versions are used, which directly addresses the rework caused by outdated documents. It is also free and open-source, fitting the limited budget.

What should I do if I get this PK0-005 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on PK0-005

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A project manager is leading a team that uses a shared network drive for storing project documents. Multiple team members have accidentally overwritten each other's work, causing confusion. Which tool should the project manager implement to prevent this issue?

medium
  • A.A version control system such as Git or SharePoint
  • B.An approval workflow for document changes
  • C.Email notifications for changes
  • D.Read-only access to the shared drive

Why A: A version control system like Git or SharePoint provides change tracking, branching, and merge conflict resolution, which prevents accidental overwrites by maintaining a complete history of file changes. Unlike a shared network drive, these tools allow multiple users to work on the same document simultaneously without losing data, as changes are committed and reconciled systematically.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This PK0-005 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 PK0-005 exam.