wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Business Agility Quiz

Total questions: 15

Worksheet time: 7mins

Name
Class
Date
1.

The maximum length of the Sprint review (its time box) is :

a)

2 hours

b)

4 hours for a monthly Sprint.For shorter Sprints it is usually shorter

c)

As long as needed

d)

1 day

2.

Which is the first thing does the development team do during the first Sprint

a)

Deliver an increment of potentially releasable software

b)

Determine the complete architecture and infrastructure for the product

c)

Create the complete product backlog to be developed in subsequent Sprints

d)

Develop a plan for the rest of the release

3.

When is a Sprint over?

a)

When all product backlog items meet their definition of done

b)

When the product owner says it is done

c)

When all the tasks are completed

d)

When the time-box expires

4.

What is the major challenge when multiple feature teams work on the same product backlog

a)

Making sure there’s enough work for everyone in the team

b)

Minimizing dependencies between teams

c)

Meeting original scope projections

d)

None of the Above

5.

What does technical debt mean in software development

a)

It reflects the sloppy code, dirty hacks, and unreadable code

b)

It reflects the implied cost of additional rework caused by choosing an easy solution now instead of using a better approach that would take longer.

c)

All of the above

d)

None of the Above

6.

Test Driven Development (TDD) involves creating tests and code almost simultaneously, while constantly improving the design.

Many Agile developers believe TDD helps ensure correct implementation while reducing the cost of change. Is TDD part of Scrum?

a)

Yes - Scrum is a complete methodology containing everything you need to succeed

b)

No - Scrum is only a feedback framework. It does not specify particular technical practices

7.

Some Scrum teams fully embrace Agile technical practices. How often do these teams typically should integrate their work and re-run their regression tests?

a)

Only at the end of each sprint

b)

Once per day

c)

Once per night

d)

Continuously as things change, potentially many times per day

8.

Which statement best describes the Sprint review

a)

It is a mechanism to control the development team's activities during a Sprint

b)

It is when the scrum team and stakeholders inspect the outcome of a Sprint and figure out what to do next

c)

It is a demo at the end of the Sprint for everyone in the organisation to check on the work done

d)

None of the Above

9.

Who owns the Kanban board in the Sprint Backlog?

a)

The Product Owner

b)

The Development Team

c)

All of the Above

d)

None of the Above

10.

What is the Product Owner accountable for in Scrum?

a)

Refining the top level Product Backlog items until they are ready to be handed over to the Development Team

b)

Writing the User Stories so they are understandable to stakeholders

c)

Describing an Increment at the Sprint Planning and make sure that the Development Team delivers it by the end of the Sprint

d)

Clearly expressing a Product Backlog that maximizes value and represents the needs of the stakeholders

11.

The Development Team finds out during the Sprint that they aren't likely to build everything they forecast. What would you expect a Product Owner to do?

a)

Re-negotiate the selected Product Backlog items with the Development Team to meet the Sprint Goal.

b)

Cancel the Sprint.

c)

Change the Sprint Goal.

d)

Inform management that more resources are needed.

12.

The Product Owner manages the Product Backlog. Who is accountable for estimating the effort to complete the Product Backlog items?

a)

The Product Owner. The Product Owner is required to commit on delivery to the users and the stakeholders.

b)

The Development Team. As a collective, they have a complete view of the work needed to transform Product Backlog items into Increments of product.

c)

The PMO. They have all the history on projects delivered, and this enables the IT department to make delivery commitments.

13.

When does the Development Team participate in Product Backlog refinement?

a)

Anytime during the Sprint.

b)

Never. It is the sole responsibility of the Product Owner to refine the Product Backlog.

c)

Only during refinement meetings planned by the Product Owner.

d)

As Part 1 of the Sprint Planning meeting.

14.

What is pair programming?

a)

Managers doing performance reviews by comparing one programmer's code to another's.

b)

Two programmers write code separately. A third programmer integrates the work.

c)

Two developers writing code together, providing constant peer review.

d)

A developer and a tester work together to write and test code.

15.

The Burndown Chart is a graphical representation of work left to do versus time & The Velocity Chart shows the amount of value delivered in each sprint, enabling you to predict the amount of work the team can get done in future sprints

a)

True

b)

False