0
0
Software Engineeringknowledge~20 mins

Critical path method in Software Engineering - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Critical Path Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding the Critical Path

In project management, what does the critical path represent?

AThe shortest sequence of tasks that can be completed independently
BThe tasks with the most resources assigned
CThe longest sequence of dependent tasks that determines the shortest project duration
DThe sequence of tasks that can be delayed without affecting the project end date
Attempts:
2 left
💡 Hint

Think about which tasks control the overall project length.

📋 Factual
intermediate
2:00remaining
Identifying Slack Time

What is slack time (or float) in the context of the Critical Path Method?

AThe amount of time a task can be delayed without delaying the project completion
BThe total duration of the critical path
CThe time required to complete the longest task in the project
DThe time between the start and finish of the first task
Attempts:
2 left
💡 Hint

Slack time relates to flexibility in scheduling tasks.

🔍 Analysis
advanced
2:00remaining
Effect of Delays on Project Duration

Consider a project with a critical path duration of 30 days. If a non-critical task with 5 days of slack is delayed by 6 days, what happens to the project completion time?

AThe project completion time decreases by 5 days
BThe project completion time remains 30 days
CThe project completion time increases by 6 days
DThe project completion time increases by 1 day
Attempts:
2 left
💡 Hint

Compare the delay to the slack time available.

Comparison
advanced
2:00remaining
Comparing Critical Path and Critical Chain

Which statement best distinguishes the Critical Path Method (CPM) from the Critical Chain Method (CCM) in project management?

ACPM manages resources strictly; CCM ignores resource constraints
BCPM focuses on task order and duration; CCM adds resource availability and buffers to manage uncertainties
CCPM uses probabilistic task durations; CCM uses fixed durations only
DCPM is used only for software projects; CCM is used only for construction projects
Attempts:
2 left
💡 Hint

Think about how each method handles resources and uncertainties.

Reasoning
expert
2:00remaining
Calculating Project Duration with Multiple Paths

A project has three paths with durations: Path 1 = 20 days, Path 2 = 25 days, Path 3 = 22 days. Path 2 has a task delayed by 3 days. Which statement is true about the new project duration?

AThe project duration becomes 28 days because Path 2 is now the longest
BThe project duration remains 25 days because delays on critical path tasks do not affect total duration
CThe project duration becomes 23 days because Path 3 is now the longest
DThe project duration becomes 20 days because Path 1 is the shortest
Attempts:
2 left
💡 Hint

Identify the critical path before and after the delay.