Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

How much time must a product owner spend with the developers?

A.

However much time the developers ask the PO to be present

B.

40%, or more depending on stakeholders

C.

100%

D.

Enough to be aware of the increment’s value at the sprint review

What are three ways Scrum promotes self-management? (choose the best three answers)

A.

By being a lightweight framework.

B.

By the Scrum Team deciding what work to do in a Sprint.

C.

By removing titles for Scrum Team members.

D.

By having the Scrum Master protect the Scrum Team.

Database design must be complete before coding starts to ensure a solid foundation

A.

False

B.

True

Which three describe TDD?

A.

An incremental and emergent approach to software design

B.

A software development technique based on automated tests

C.

A predictable way to develop working well-organized code

D.

Creating a manual test script before writing code

E.

Having testers involved in the development process

When is a system's architecture decided? (choose the best answer)

A.

It is designed along with the vision, before the first Sprint.

B.

In the beginning of the project, during Sprint 0.

C.

Before writing code.

D.

Throughout development, as understanding emerges.

Who writes tests in a scrum team?

A.

Most junior developer

B.

Product owner

C.

QA specialists

D.

Scrum master

E.

The tester

F.

Developers

The scrum team should change in members:

A.

As needed, taking into account a short term reduction in productivity

B.

Every sprint to remain agile

C.

Never, it will reduce the velocity

D.

As needed, but it should not affect the productivity

What is the size of the scrum team?

A.

typically 10 or fewer people

B.

this differs every sprint

C.

at least 8 people

D.

3 to 11

True or False: Stakeholders can be included in Product Backlog refinement.

A.

True

B.

False

Why does a test written using TDD always fail?

A.

Because testers are terrible coders

B.

Because the tests are checked in before the code exists

C.

Because the product code to satisfy the test doesn’t exist yet

D.

Because the test needs to be refactored