A project manager is meeting with business stakeholders to define the time frame for a go- live to occur without impacting business operations. Which of the following is the project manager working on?
A. Validation check
B. Downtime window schedule
C. Customer notifications
D. Risk analysis
Explanation:
The PM is:
🗓️ Defining a timeframe
🚀 For a go-live event
⚙️ Ensuring business operations are not disrupted
This describes scheduling a:
⏱️ Downtime window (maintenance window) schedule
A downtime window:
- Identifies safe periods for system changes
- Minimizes operational impact
- Is coordinated with business stakeholders
- Is commonly used for releases, upgrades, and migrations
Why the Other Options Are Wrong
❌ A. Validation check
Confirms system works correctly
❌ Testing activity, not scheduling coordination
❌ C. Customer notifications
Inform users about planned events
❌ Communication step after schedule is set
❌ D. Risk analysis
Identifies and evaluates risks
❌ Does not define operational timing
📚 References
Aligned with CompTIA Project+ (PK0-005) Objectives:
- Release and deployment planning
- Business continuity considerations
- Change management coordination
A project sponsor would like to develop a minimum viable product, but the requirements are not well defined. Which of the following should the project sponsor use?
A. Rational Unified Process
B. Waterfall
C. Agile
D. DevOps
Explanation:
The question presents two key factors: the desire to develop a minimum viable product (MVP) and the fact that requirements are not well defined. This combination points directly toward an iterative, flexible approach.
Why C is correct: Agile methodologies are designed to handle projects with unclear or evolving requirements. Agile focuses on delivering value incrementally, with an MVP being the first release of a product with just enough features to satisfy early customers and provide feedback for future development. Agile's iterative nature allows the team to refine requirements based on feedback after each iteration, making it ideal for this scenario.
Why the Other Options Are Incorrect
❌ A. Rational Unified Process (RUP)
RUP is an iterative software development process, but it is more formal and comprehensive than most Agile methods. It involves multiple phases and disciplines and is generally heavier than what is needed for simply developing an MVP with undefined requirements.
❌ B. Waterfall
Linear, sequential methodology requiring detailed, well-defined requirements at the beginning. Poorly suited for situations with undefined requirements because changes are difficult and expensive.
❌ D. DevOps
A cultural and technical movement emphasizing collaboration between development and operations, along with automation. Not a project management methodology for handling undefined requirements.
References
- CompTIA Project+ PK0-005 Objective 1.3: Compare and contrast Agile and Waterfall methodologies. Agile is best for projects with high uncertainty and changing requirements, including delivering value incrementally (MVP).
- Minimum Viable Product (MVP): Core Agile/Lean concept where the smallest possible product is released to gather maximum learning with minimal effort. This is only possible with an iterative approach.
During the testing phase of a project, the regression test fails due to a specific item that is disrupting the entire system. Which of the following documents should the project manager use to identify who requested this item?
A. Issue log
B. Risk register
C. Defect log
D. Traceability matrix
Explanation:
The Requirements Traceability Matrix (RTM) is a grid that links high-level product requirements from their origin (the person or stakeholder who requested them) to the specific deliverables, design components, and test cases that satisfy them.
In this scenario, a regression test has failed. To find out who requested the specific item (requirement) that is causing the disruption, the Project Manager uses the RTM because it provides a "map" of the following:
Source: The stakeholder, customer, or department that originated the requirement.
Rationale: Why the item was included in the project scope.
Status: The current state of the requirement (e.g., developed, tested, failed).
By using the RTM, the PM can identify the requester to discuss potential trade-offs, clarify the original intent of the functionality, or negotiate a change request to fix the system disruption.
Explanation of Incorrect Answers
A. Issue log:
This is a document used to record and monitor current problems that are occurring during the project. While the test failure itself is an "issue," the log typically tracks the status of the problem, not the original source/requester of the software feature that caused it.
B. Risk register:
This document identifies potential future threats or opportunities. Once a test fails, it is no longer a risk—it is a confirmed issue or defect. The risk register does not map individual features back to their original requesters.
C. Defect log:
This is used by the QA/testing team to track specific bugs found during testing. It contains technical details about the failure and the steps to reproduce it, but it generally does not record which stakeholder originally requested the feature that contains the bug.
References
CompTIA Project+ (PK0-005) Exam Objectives: Domain 2.0 Project Planning (2.1 Explain the importance of project-planning documents – Requirements Traceability Matrix).
PMBOK® Guide: Section on Collect Requirements – Requirements Traceability Matrix.
Which of the following requires the MOST availability from the business team?
A. SDLC
B. Scrum
C. PRINCE2
D. Waterfall
Explanation:
Scrum requires the most availability from the business team because it is an Agile framework that emphasizes continuous collaboration, frequent feedback, and active stakeholder involvement. Business representatives (often Product Owners or stakeholders) must be available throughout the process to refine requirements, prioritize backlog items, and provide feedback during sprint reviews.
A. SDLC (Software Development Life Cycle): A general framework for software development, not specifically requiring high business team availability.
B. Scrum: ✅ Correct. Agile methodology that demands constant business involvement to ensure alignment and adaptability.
C. PRINCE2: A structured, process-driven methodology with defined roles, but business team involvement is less intensive compared to Scrum.
D. Waterfall: Sequential methodology; business involvement is mostly upfront (requirements) and at the end (acceptance), not continuous.
💡 Exam Tip:
Scrum = highest business team availability (continuous collaboration)
Waterfall = business involvement mainly at start/end
PRINCE2 = structured governance, less day-to-day business input
SDLC = broad framework, availability depends on chosen methodology
A team currently has a schedule for each sprint that changes after every iteration. The team wants to set up a repeatable schedule that would create a consistent flow of tasks and deliverables after each iteration. Which of the following should be established to best meet this goal?
A. Task log
B. Cadence
C. Milestones
D. Work breakdown structure
Explanation:
In Agile project management, cadence refers to a regular, repeating schedule for project activities, such as sprint planning, stand-ups, reviews, and releases. Establishing a cadence ensures that work cycles occur at predictable intervals, creating a consistent rhythm for delivering tasks and deliverables after each iteration.
Since the team currently changes the schedule every sprint, establishing a fixed cadence (e.g., 2-week sprints with the same events each cycle) would create the repeatable and consistent workflow the question describes.
Key benefits of cadence:
Predictable iteration cycles
Consistent delivery of increments
Easier planning and stakeholder expectations
Stable team workflow
❌ Why the other options are incorrect:
A. Task log
A task log is simply a record of tasks and progress. It does not establish a repeating schedule or workflow pattern.
C. Milestones
Milestones represent significant checkpoints or achievements in a project timeline, but they do not create a recurring schedule for iterations.
D. Work breakdown structure (WBS)
A WBS breaks a project into smaller deliverable components for planning purposes. It organizes scope but does not define a repeating schedule for sprints.
📚 PK0-005 Reference:
Domain 3 – Project Tools and Documentation / Agile Concepts
Iterations and sprint cycles
Establishing cadence for consistent delivery
💡 Exam Tip:
If a CompTIA question mentions “regular rhythm,” “repeatable schedule,” or “consistent sprint timing,” the correct concept is almost always Cadence.
Which of the following best describes a benefit of the CI/CD process?
A. Software delivery is sped up without compromising quality.
B. Incremental changes are done at the end of the project.
C. The software is integrated with other projects easily.
D. Updates are released every sprint.
Explanation:
CI/CD stands for Continuous Integration/Continuous Delivery (or Deployment). It is a set of practices and principles in software development aimed at automating and improving the process of delivering software.
Why A is correct:
The primary benefits of CI/CD are speed and quality. Continuous Integration (frequently merging code changes) and automated testing help catch bugs early, preventing quality issues. Continuous Delivery/Deployment automates the release process, allowing software to be delivered to users faster and more frequently. The combination means you can deliver updates more quickly without compromising (and often improving) quality due to the automated testing and early feedback.
Why B is incorrect:
CI/CD is about making incremental changes continuously throughout the project, not saving them all for the end. This is the opposite of the CI/CD philosophy.
Why C is incorrect:
While CI/CD can make integration smoother because code is integrated frequently, the statement is too vague and not the primary, best-described benefit. The core benefit is faster, more reliable delivery.
Why D is incorrect:
Releasing updates every sprint is a practice that can be enabled by CI/CD, but it is not the definition of the benefit. CI/CD is the process that makes frequent releases possible while maintaining quality. The question asks for the benefit, not the output.
References:
CompTIA Project+ PK0-005 Objective 1.3: Compare and contrast Agile and Waterfall methodologies. This objective includes an understanding of DevOps and CI/CD practices as they relate to Agile project management.
CI/CD Goals:
The main goals of a CI/CD pipeline are to reduce risk, get feedback faster, and get working software to users as quickly and safely as possible.
A company that is implementing an updated version of its main product hired a new project manager to lead the project. Prior to the start of the project, the sponsor asked the project manager to prepare a report on the defects found in the previous project to avoid a decrease in production. The report shows that the two main defects are related to cosmetic and physical damage to the product. Which of the following charts would BEST prioritize which defects to address?
A. Pareto
B. Run
C. Control
D. Histogram
Explanation:
A Pareto chart is a specific type of histogram that ranks categories (such as defect types) from most frequent to least frequent. It is based on the Pareto Principle (the 80/20 rule), which suggests that roughly 80% of problems come from 20% of the causes.
In this scenario, the Project Manager needs to prioritize which defects to address to avoid a decrease in production. A Pareto chart is the "best" tool for this because:
Ranking:
It clearly shows which defects (Cosmetic and Physical Damage) are occurring most often by placing them at the far left of the chart.
Cumulative Impact:
It usually includes a line graph showing the cumulative percentage, helping the PM see exactly how much of the total "quality problem" would be solved by fixing these two specific issues.
Focus:
It allows the team to focus their limited resources on the "vital few" problems that have the biggest impact, rather than the "useful many" minor issues.
Explanation of Incorrect Answers
B. Run Chart:
This is a line graph that displays data points in chronological order (over time). It is used to identify trends, cycles, or shifts in a process. It does not categorize or rank different types of defects for prioritization.
C. Control Chart:
This chart includes "control limits" (upper and lower) and is used to determine if a process is stable and performing within predictable boundaries. It helps distinguish between "common cause" and "special cause" variation, but it doesn't help prioritize between different categories like "cosmetic" vs. "physical."
D. Histogram:
While a Pareto chart is a type of histogram, a standard histogram simply shows the distribution of numerical data (like the height of employees or age groups). It does not automatically sort categories by frequency or provide the cumulative analysis required for "prioritization" in the way a Pareto chart does.
References
CompTIA Project+ (PK0-005) Exam Objectives: Domain 4.0 Project Execution (4.4 Explain the importance of testing and quality-control tools – Pareto chart).
PMBOK® Guide: Section on Data Representation – Pareto diagrams.
Which of the following artifacts should project team members use if they want to identify who to communicate with and at what level?
A. Concept of operations
B. WBS
C. Integrated master schedule
D. RACI
Explanation:
In the CompTIA Project+ PK0-005 exam objectives, one of the key responsibilities of the project manager and team is effective stakeholder and communication management. When team members need to know who to communicate with (e.g., who is Responsible, Accountable, Consulted, or Informed for a task or deliverable) and at what level (e.g., full details vs. summary updates vs. approval required), the RACI matrix (or RACI chart) is the primary artifact used for this purpose.
RACI stands for:
Responsible — The person(s) who perform the work/task.
Accountable — The person ultimately answerable for the task (often only one per task).
Consulted — Those whose input is sought before the task is completed.
Informed — Those kept updated on progress/outcomes (receive communication but no input required).
The RACI matrix maps project activities/deliverables (usually from the WBS or task list) against roles/stakeholders, clearly defining communication expectations, decision authority, and involvement levels for each activity. It prevents confusion, reduces unnecessary meetings/emails, and ensures the right people are contacted at the right time and with the appropriate level of detail.
Why the other options are incorrect:
A. Concept of operations (ConOps)
A high-level document describing how the system/product will be used in its operational environment (user needs, scenarios, capabilities). It does not define who to communicate with or at what level.
B. WBS (Work Breakdown Structure)
A hierarchical decomposition of the total scope into deliverables and work packages. It shows what needs to be done but does not indicate who is involved or how communication should occur.
C. Integrated master schedule (IMS)
A comprehensive project schedule that integrates all tasks, milestones, dependencies, and timelines (often used in large/defense projects). It shows when activities happen but does not define communication roles, stakeholders, or levels of involvement.
Reference:
PK0-005 Objective 2.2 – Given a scenario, perform activities during the project initiation phase, which includes "Develop a responsibility assignment matrix (RAM / RACI)".
Also reinforced in Objective 1.4 – Compare and contrast various project management concepts, including stakeholder management tools and communication methods.
Objective 3.2 – Productivity tools, listing "RACI chart" under responsibility and communication tools.
During an agile project, a team member checked the project artifacts in order to anticipate when all the work should have been completed. Which of the following charts was the team member most likely consulting?
A. Pareto chart
B. Milestone chart
C. Burndown chart
D. Gantt chart
Explanation:
In Agile projects, when a team member checks project artifacts to anticipate when all the work should be completed, they are most likely consulting a burndown chart. This chart shows the amount of work remaining versus time, helping the team forecast completion based on progress trends.
A. Pareto chart:
Used for identifying the most significant causes of problems (80/20 rule), not for tracking work completion.
B. Milestone chart:
Highlights key achievements or deadlines, but does not show ongoing progress toward completion.
C. Burndown chart:
✅ Correct. Displays remaining work against time, allowing the team to anticipate when the project or sprint will finish.
D. Gantt chart:
Shows schedules and dependencies, but is more traditional (Waterfall-style) and not typically used in Agile for forecasting completion.
💡 Exam Tip:
Burndown chart = Agile progress tracking (work left vs time)
Burnup chart = work completed vs total scope
Milestone chart = key dates/events
Gantt chart = timeline + dependencies (Waterfall)
After a release, the project sponsor received an escalation from an executive about the extension of the downtime after the scheduled window. Which of the following should be added to the issue log?
A. Continuous integration
B. Rollback plan
C. Customer notification
D. Automated testing
Explanation:
✅ Customer notification:
When a scheduled downtime window is extended, the primary failure in this scenario is a communication gap. An executive escalation often indicates that key stakeholders or users were not adequately informed that the system would remain unavailable longer than originally promised. Adding Customer notification to the issue log documents this breakdown in the communication process so it can be addressed and improved for future releases.
Why the other options are incorrect:
❌ A. Continuous integration:
This is a technical development practice where code changes are automatically built and tested. While it might help prevent bugs, it is not a tool for managing stakeholder expectations or documenting communication failures.
❌ B. Rollback plan:
A rollback plan is a technical strategy to revert a system if a release fails. While having a better rollback plan might have prevented the downtime extension, the specific issue that reached the executive was the lack of information regarding the status change.
❌ D. Automated testing:
Similar to continuous integration, this is a quality control mechanism intended to catch errors before a release. It does not address the governance and communication issues associated with exceeding a maintenance window.
| Page 9 out of 37 Pages |