PK0-005 · topic practice

Project Life Cycle Phases practice questions

Practise CompTIA Project+ PK0-005 Project Life Cycle Phases practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Project Life Cycle Phases

What the exam tests

What to know about Project Life Cycle Phases

Project Life Cycle Phases questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Project Life Cycle Phases exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Project Life Cycle Phases questions

20 questions · select your answer, then reveal the explanation

A project manager is reviewing lessons learned from a previous project and notices that scope creep occurred because stakeholders requested changes after the project moved into the execution phase. Which action should the project manager take in the current project to prevent this issue?

During the execution phase, a project manager discovers that the development team has been using an unauthorized software library to accelerate work. The library has a license that could create legal risks for the company. What is the best course of action?

A project manager is planning a software development project and needs to determine the sequence of activities. The team will first gather requirements, then design the architecture, then develop the code, then test, and finally deploy. Which project life cycle model is being used?

A project is in the execution phase, and the project manager receives a change request to add a new feature that is not in the scope statement. The change request has been approved by the change control board. What must the project manager do next?

A project manager is creating a work breakdown structure (WBS) during the planning phase. The WBS should decompose the project deliverables into smaller, manageable components. What is the lowest level of a WBS called?

During the closing phase of a project, which TWO activities should be performed?

A project manager is using a predictive (waterfall) life cycle for a construction project. Which THREE documents are typically created during the planning phase?

Refer to the exhibit. A server administrator is troubleshooting a failed backup job. Based on the logs and configuration files, what is the most likely cause of the error?

Exhibit

Refer to the exhibit.

=== backup.log ===
2025-03-15 02:00:01 INFO: Starting daily backup job
2025-03-15 02:00:05 INFO: Mounting backup volume /dev/sdb1
2025-03-15 02:00:07 ERROR: Volume /dev/sdb1 is not a valid backup volume
2025-03-15 02:00:08 ERROR: Backup aborted
2025-03-15 02:00:09 INFO: Unmounting volume

=== fstab ===
/dev/sda1 / ext4 defaults 0 1
/dev/sdb1 /backup ext4 defaults 0 2
/dev/sdc1 /var ext4 defaults 0 2

=== backup_script.sh ===
#!/bin/bash
mount /dev/sdb1 /backup
rsync -av /data /backup
umount /backup

Refer to the exhibit. A developer deployed a new version of an application to production. After restarting the service, the application fails to connect to the database. What is the most likely cause?

Exhibit

Refer to the exhibit.

=== C:\Project\Build\app.config ===
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <appSettings>
    <add key="DatabaseServer" value="prod-db-01.internal.company.com"/>
    <add key="DatabaseName" value="SalesDB"/>
    <add key="Environment" value="Production"/>
  </appSettings>
  <connectionStrings>
    <add name="SalesDB" connectionString="Server=prod-db-01;Database=SalesDB;User ID=app_user;Password=Passw0rd!" providerName="System.Data.SqlClient"/>
  </connectionStrings>
</configuration>

=== Deployment Instructions ===
1. Copy app.config to C:\App\
2. Update connection string for environment
3. Restart service

=== Error after deployment ===
System.Data.SqlClient.SqlException: Cannot open database "SalesDB" requested by the login. The login failed.
Login failed for user 'app_user'.

During the execution phase of a software development project, the team discovers that the database schema needs to be altered to accommodate a new regulatory requirement. The project manager is reviewing the change request. What is the MOST important factor to consider before approving the change?

A project manager is closing a project that delivered a new customer relationship management (CRM) system. The customer has accepted the deliverables, and the team has completed the final project report. Which activity should the project manager perform NEXT?

Which TWO of the following are key activities typically performed during the planning phase of a project? (Choose two.)

A company is implementing a new enterprise resource planning (ERP) system. The project is in the execution phase. The project manager receives a report that during user acceptance testing (UAT), 15 critical defects were found. The defects are related to incorrect calculation logic in the financial module. The testing team estimates that fixing these defects will require two additional weeks of work by the development team. The project sponsor is concerned about the schedule delay and asks the project manager to proceed with the go-live as planned and fix the defects after go-live. The project manager must decide the best course of action. What should the project manager do?

A project manager is closing a project. Which TWO activities are typically performed during the project closure phase?

A project manager is reviewing the log rotation configuration for a critical application. Based on the exhibit, which issue exists with the current logrotate setup?

Network Topology
-rw-rrRefer to the exhibit.$ ls -la /var/log/app/total 1024$ cat /etc/logrotate.d/app/var/log/app/*.log {dailyrotate 2compressdelaycompressmissingoknotifemptycreate 0640 root utmppostrotateendscript
Question 16hardmultiple choice
Read the full NAT/PAT explanation →

A project is in the execution phase, developing a mobile payment application. The project manager receives a report that a critical security vulnerability was discovered in the third-party authentication library used by the application. The library is widely used and has an available patch that requires upgrading to a newer version. However, upgrading the library will break compatibility with the existing user authentication database schema, requiring a database migration that was not planned. The project has a fixed budget and a tight deadline. The change control board (CCB) meets weekly, and the next meeting is in three days. The lead developer recommends applying the patch immediately without waiting for CCB approval, arguing that the security risk is high and the patch is straightforward. What is the BEST course of action for the project manager?

Arrange the steps for initiating a project in the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Put the steps for managing a change request in the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Order the steps for effective stakeholder communication.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Match each project management process group to its primary purpose.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Define and authorize a new project or phase

Establish scope, objectives, and course of action

Complete work defined in the project management plan

Track, review, and regulate progress and performance

Finalize all activities and formally close the project

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Project Life Cycle Phases sessions

Start a Project Life Cycle Phases only practice session

Every question in these sessions is drawn from the Project Life Cycle Phases domain — nothing else.

Related practice questions

Related PK0-005 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the PK0-005 exam test about Project Life Cycle Phases?
Project Life Cycle Phases questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Project Life Cycle Phases questions in a focused session?
Yes — the session launcher on this page draws every question from the Project Life Cycle Phases domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other PK0-005 topics?
Use the topic links above to move to related areas, or go back to the PK0-005 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the PK0-005 exam covers. They are not copied from any real exam or dump site.