0
0
Intro to Computingfundamentals~20 mins

Agile methodology basics in Intro to Computing - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Agile Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
What is the primary goal of Agile methodology?

Choose the best description of the main goal Agile aims to achieve in software development.

ADeliver working software quickly and adapt to change frequently.
BComplete all project documentation before starting coding.
CFollow a strict plan without changes until the project ends.
DAssign tasks only to senior developers to ensure quality.
Attempts:
2 left
💡 Hint

Think about flexibility and speed in delivering software.

trace
intermediate
2:00remaining
Trace the Agile sprint cycle steps

Put these Agile sprint cycle steps in the correct order.

A1,3,2,4
B1,2,3,4
C2,1,3,4
D1,2,4,3
Attempts:
2 left
💡 Hint

Think about planning first, daily updates, then review and reflection.

identification
advanced
2:00remaining
Identify the Agile artifact used to track work progress

Which Agile artifact visually shows the progress of tasks during a sprint?

ABurndown Chart
BProduct Backlog
CSprint Goal
DDefinition of Done
Attempts:
2 left
💡 Hint

It is a chart that shows how much work remains over time.

Comparison
advanced
2:00remaining
Compare Agile and Waterfall methodologies

Which statement correctly contrasts Agile with Waterfall?

AWaterfall encourages daily team meetings; Agile avoids frequent communication.
BAgile requires full documentation upfront; Waterfall allows changes anytime.
CWaterfall delivers software in small parts; Agile delivers all at once.
DAgile is flexible and iterative; Waterfall is linear and sequential.
Attempts:
2 left
💡 Hint

Think about how each method handles project phases and changes.

🚀 Application
expert
2:00remaining
Determine the sprint velocity from given data

A team completed 5 user stories with story points: 3, 2, 5, 8, and 2 in one sprint. What is the sprint velocity?

A15
B18
C20
D10
Attempts:
2 left
💡 Hint

Add all the story points completed in the sprint.