wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Agile Methodology Quiz

Total questions: 49

Worksheet time: 25mins

Name
Class
Date
1.

What is the role of the customer in XP?

a)

Approve hiring

b)

Assign developer tasks

c)

Prioritize stories

d)

Write code

2.

Velocity in planning indicates:

a)

Lines of code

b)

Cost of software

c)

Hardware capability

d)

Team productivity per iteration

3.

Refactoring should be done:

a)

Continuously

b)

Only after testing

c)

Never

d)

Only before deadlines

4.

A spike solution is used to:

a)

Increase velocity

b)

Replace tests

c)

Finalize UI

d)

Explore technical risk

5.

Sustainable pace implies:

a)

Work 24/7

b)

Avoid overtime

c)

Work without breaks

d)

Deliver once yearly

6.

Pair programming increases:

a)

Code quality

b)

Customer distance

c)

Work isolation

d)

Documentation size

7.

Which artifact guides iteration planning?

a)

Class diagram

b)

Deployment plan

c)

Database schema

d)

User Story

8.

Test-first approach ensures:

a)

More code duplication

b)

Better design

c)

More documentation

d)

Slower coding

9.

Acceptance tests define:

a)

Network configuration

b)

Database engine

c)

UI style

d)

Done criteria

10.

Which Agile principle supports incremental architecture evolution?

a)

Manager-driven refactoring

b)

Fixed design upfront

c)

Documentation-heavy planning

d)

Continuous attention to technical excellence

11.

Why does Agile avoid big upfront design?

a)

Design is unnecessary

b)

To reduce testing

c)

Requirements evolve

d)

Coding is more important than thinking

12.

In TDD, why is minimal code written first?

a)

To satisfy the failing test only

b)

To avoid pairing

c)

To finish project faster

d)

To avoid acceptance testing

13.

Refactoring without tests is risky because:

a)

It changes architecture permanently

b)

It slows performance

c)

It increases team size

d)

No safety net to detect breakage

14.

A company introduces a new tool but lets the team decide whether to use it. Which principle applies?

a)

Self-organizing teams

b)

Manager-driven adoption

c)

Mandatory compliance

d)

Top-down decision making

15.

Why are frequent software releases valuable in Agile?

a)

They reduce testing effort

b)

They create more documentation

c)

They enable constant feedback and improvement

d)

They avoid user involvement

16.

Which Agile value is being demonstrated when a team welcomes changing requirements halfway through a project?

a)

Following a Plan

b)

Customer Collaboration

c)

Responding to Change

d)

Documentation over Software

17.

Why does Agile encourage short, focused iterations?

a)

They reduce communication

b)

They provide early feedback and flexibility

c)

They allow less testing

d)

They make plans permanent

18.

The product owner joins the daily stand-up to share feedback. What value is demonstrated?

a)

Individuals and interactions over processes and tools

b)

Customer collaboration over contract negotiation

c)

Responding to change over following a plan

d)

Working software over documentation

19.

Agile teams reflect on their work regularly to:

a)

Fill time between sprints

b)

Find ways to become more effective

c)

Create new documentation

d)

Add more tasks

20.

What does “technical excellence” mean in Agile?

a)

Using complex tools

b)

Following coding standards

c)

Maintaining good design and code quality

d)

Writing more lines of code

21.

What is the main purpose of Refactoring?

a)

Optimize code for speed

b)

Improve internal structure without changing behavior

c)

Rewrite old features

d)

Add new functionality

22.

What is meant by “Collective Code Ownership”?

a)

Each developer owns specific modules

b)

Any developer can modify any code

c)

Only senior developers can edit

d)

Each pair owns its feature

23.

The “YAGNI” principle helps teams:

a)

Avoid unnecessary complexity

b)

Over-design for future needs

c)

Delay testing

d)

Write code faster

24.

XP promotes what kind of work environment?

a)

Open workspace for communication

b)

Private cubicles for focus

c)

Remote only

d)

No shared tools

25.

A developer removes duplicate code and simplifies logic after adding new functionality. What is this practice called?

a)

Refactoring

b)

Sustainable Pace

c)

Incremental Delivery

d)

Planning Game

26.

When should Continuous Integration be performed?

a)

At the end of the project

b)

Every few hours

c)

Once a week

d)

Only during testing

27.

The purpose of Small Releases in XP is:

a)

To reduce testing effort

b)

To get feedback early and often

c)

To avoid planning

d)

To delay deployment

28.

What is the key focus of Scrum?

a)

Predictability and control

b)

Inspection and adaptation

c)

Documenting every step

d)

Reducing team size

29.

Which meeting is time-boxed to 8 hours for a 1-month Sprint?

a)

Sprint Review

b)

Sprint Planning

c)

Sprint Retrospective

d)

Daily Scrum

30.

What does “Done” mean in Scrum?

a)

Work has been started

b)

Work meets the Definition of Done

c)

Work is reviewed by Product Owner

d)

Work is pushed to testing

31.

Who ensures Scrum events occur and are productive?

a)

Scrum Master

b)

Product Owner

c)

Team Manager

d)

Stakeholders

32.

Which event inspects the work and adapts the Product Backlog?

a)

Sprint Planning

b)

Sprint Review

c)

Retrospective

d)

Daily Scrum

33.

What is the time-box for Sprint Planning for a 2-week Sprint?

a)

4 hours

b)

8 hours

c)

2 hours

d)

1 hour

34.

Which of the following statements about Scrum is TRUE?

a)

Scrum is prescriptive and fixed

b)

Scrum is lightweight but difficult to master

c)

Scrum eliminates documentation

d)

Scrum replaces all management roles

35.

The Product Owner and Agile Project Manager work together to ensure:

a)

The product meets evolving customer needs

b)

Detailed requirement documents

c)

Fixed schedule compliance

d)

No feedback loops

36.

Agile Project Managers use the term “Backlog Grooming” to describe:

a)

Removing unnecessary meetings

b)

Refining and prioritizing backlog items

c)

Reviewing employee performance

d)

Checking documentation completeness

37.

What is the Agile Triangle of Constraints?

a)

Time, Cost, Quality

b)

Time, Scope, Cost

c)

Quality, Communication, Risk

d)

Cost, Resources, Reports

38.

What is the main purpose of Agile metrics like velocity and burndown charts?

a)

Evaluate individual performance

b)

Measure project progress and predictability

c)

Track documentation completeness

d)

Monitor resource allocation

39.

What is the biggest risk of not having retrospectives?

a)

Missing meetings

b)

No improvement in team performance

c)

Delayed delivery

d)

Documentation errors

40.

In Agile Project Management, how are priorities set?

a)

By senior management

b)

By the Product Owner in consultation with stakeholders

c)

By team leads

d)

Randomly based on requests

41.

Which Agile concept helps the team limit ongoing work and focus better?

a)

WIP Limits (Work In Progress Limits)

b)

Iteration Planning

c)

Velocity

d)

Burnup Chart

42.

In the Spotify model, “Guilds” represent:

a)

Groups of people sharing knowledge across squads

b)

Management units

c)

Budgeting committees

d)

External consultants

43.

Which of the following best describes the typical release schedule in SAFe?

a)

Releasing whenever code is ready and business value is high

b)

Releasing only after project end

c)

Following fixed quarterly releases

d)

Delaying release for approvals

44.

In SAFe, what does "ART" stand for?

a)

Agile Review Team

b)

Agile Release Train

c)

Agile Reporting Technique

d)

Agile Resource Tracker

45.

What role in SAFe facilitates PI Planning and ensures alignment across teams?

a)

Release Train Engineer

b)

Product Owner

c)

Scrum Master

d)

Business Analyst

46.

What does the "House of Lean" emphasize?

a)

Respect for people and relentless improvement

b)

Strict documentation

c)

Waterfall practices

d)

Micro-management

47.

What is the typical duration of a Program Increment (PI) in SAFe?

a)

1 week

b)

5–12 weeks (usually 10 weeks)

c)

1 year

d)

3 days

48.

Which framework uses the concept of “Nexus Integration Team”?

a)

SAFe

b)

Nexus

c)

Spotify

d)

DAD

49.

Which of the following is not a principle of SAFe?

a)

Take an economic view

b)

Centralize control

c)

Unlock intrinsic motivation

d)

Apply systems thinking