Quiz: IS Project Management¶
Test your understanding of how IS organizations charter, plan, schedule, monitor, and close projects.
1. A project charter primarily exists to:¶
- Document detailed task assignments for week one
- Formally authorize the project, name the sponsor, define the high-level scope and objectives, and grant the project manager authority to apply resources
- Replace the need for any further planning
- Track defects discovered during testing
Show Answer
The correct answer is B. The project charter is the foundational document that authorizes the project and defines its high-level objectives, scope, sponsor, and project manager. It is not a detailed plan, a substitute for planning, or a defect tracker — it is the official "go" signal that lets the project manager assemble the team and begin formal planning.
Concept Tested: Project Charter
2. The "project triangle" describes the tension between which three constraints?¶
- Scope, time, and cost
- People, process, and technology
- Hardware, software, and network
- Plan, build, and run
Show Answer
The correct answer is A. The project triangle (sometimes called the iron triangle) holds that scope, schedule, and budget are interdependent — squeeze any side and at least one of the other two must move. Quality is sometimes added as the fourth dimension. The other groupings are real concepts in IS but are not the triangle.
Concept Tested: Project Triangle
3. A Work Breakdown Structure (WBS) decomposes:¶
- The corporate budget into quarterly allocations
- The project's deliverables and work into progressively smaller, manageable components
- The set of all employees by department
- The data warehouse into dimensional tables
Show Answer
The correct answer is B. A WBS hierarchically decomposes the total scope of work into deliverables and work packages small enough to estimate, assign, and track. It is the foundation for scheduling, costing, and risk analysis. The other options describe unrelated artifacts.
Concept Tested: Work Breakdown Structure
4. The Critical Path Method identifies:¶
- The longest sequence of dependent activities through a project, which determines the shortest possible project duration
- The shortest sequence of activities that can be completed in parallel
- The set of activities that should be skipped to save time
- The activities the sponsor cares about most
Show Answer
The correct answer is A. The critical path is the longest dependency chain in the project network; any delay on the critical path delays the entire project. Activities off the critical path have float (slack) and can absorb some delay without impacting the end date. Identifying the critical path tells the PM where attention is most leveraged.
Concept Tested: Critical Path Method
5. A risk register captures:¶
- Only risks that have already become problems
- Identified risks with their probability, impact, owner, and planned mitigation or response
- The list of approved vendors
- The set of completed deliverables
Show Answer
The correct answer is B. A risk register is a living document that catalogs identified risks along with their probability, impact, owner, response strategy, and current status. It is the primary artifact of risk management, and reviewing it should be a regular part of the project rhythm. The other options describe unrelated artifacts.
Concept Tested: Risk Register
6. An agile team uses a burndown chart to track:¶
- The amount of work remaining over the course of a sprint, plotted against the ideal trajectory
- The total amount of code written in the project
- The number of defects logged in production
- The cost of cloud resources per day
Show Answer
The correct answer is A. A burndown chart plots remaining work (story points or hours) against time within a sprint, comparing actual progress to the ideal straight-line trajectory. It surfaces early whether the team is on track to meet the sprint goal. The other options measure different things (LOC, defects, cost) that may have their own dashboards.
Concept Tested: Burndown Chart
7. Earned Value Management (EVM) primarily helps a project manager answer the question:¶
- Should we use Scrum or Kanban?
- Are we ahead of or behind schedule and budget, given how much of the planned work has actually been completed?
- Which programming language should the team use?
- What is the price of competitor products?
Show Answer
The correct answer is B. EVM combines planned value, earned value, and actual cost to compute schedule and cost variance and indices, giving an objective answer to "are we on track?" relative to the plan. It is widely used in waterfall and hybrid projects. The other options are unrelated to EVM's purpose.
Concept Tested: Earned Value Management
8. A project manager wants to formally evaluate, compare, and authorize a portfolio of competing project proposals against strategic priorities. This activity is:¶
- Sprint planning
- Project closure
- Project portfolio management
- Resource leveling
Show Answer
The correct answer is C. Project portfolio management evaluates the entire candidate-and-active project set against strategy, risk, capacity, and benefits, and decides which to start, stop, or continue. Sprint planning is intra-sprint; closure is end-of-project; resource leveling smooths workloads. Portfolio management operates at the organizational level above individual projects.
Concept Tested: Project Portfolio Management
9. A team consistently finishes 35 story points per two-week sprint over the past five sprints. This metric is the team's:¶
- Cycle time
- Lead time
- Velocity
- Throughput cost
Show Answer
The correct answer is C. Velocity is the average amount of work (typically story points) a team completes per sprint and is used to forecast how much can be planned into upcoming sprints. Cycle time and lead time measure individual item durations; "throughput cost" is not a standard term. Velocity is team-specific and should never be compared across teams.
Concept Tested: Velocity
10. A project formally closes after go-live. The team conducts a structured review of what worked, what did not, and what should change for future projects. This activity is best described as:¶
- A risk register update
- A sprint planning session
- A change control board meeting
- A lessons-learned session feeding into project closure
Show Answer
The correct answer is D. Lessons-learned sessions during project closure capture institutional knowledge — successes, failures, surprises — for future projects. Done well, they fuel organizational learning. Done badly, they produce a document nobody reads. The other options are valid project activities but do not match the described purpose.
Concept Tested: Lessons Learned