Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What is a sprint burn down chart?

A.

Visual representation of work that is still to do and time that is left

B.

A chart showing progress towards the product goal

C.

A chart that shows whether bugs came up

D.

Visual representation of the product backlog items left

Your team is one of seven teams working on a product. All teams use the same version control system. Which is the best approach to deliver high-quality increments?

A.

Each team’s automated build is integrated toward the end of the sprint

B.

Developers should perform a combination of local and private builds

C.

Each team should have its own automated build

D.

There is one automated build for all teams

What would not be considered refactoring?

A.

Extracting methods

B.

Reordering method parameters to improve readability

C.

Changing external interfaces or APIs

D.

Renaming things to be more logical

E.

Extracting interfaces

True or False: User Stories are required in the Product Backlog.

A.

True

B.

False

What are the two primary ways a Scrum Master helps a Scrum Team work at its highest level of productivity? (choose the best two answers)

A.

By keeping high-value features high in the Product Backlog.

B.

By facilitating Scrum Team decisions.

C.

By ensuring the meetings start and end at the proper time.

D.

By removing impediments that hinder the Scrum Team.

When a continuous integration build fails, who should fix it?

A.

The person who is responsible for configuration management within the team

B.

The person who broke the build

C.

The tester responsible for validating builds

D.

The next person who needs the build to complete successfully

What is the step to take in TDD after the tests have failed?

A.

Meet with the team to see why it fails

B.

Change the test in a way that is passes

C.

Run it again to verify it fails.

D.

Write the code to satisfy the test

When is it most appropriate for developers to change the Definition of Done

A.

During the sprint planning when they can’t fit enough into the sprint

B.

Prior to starting a new sprint

C.

In the retrospective when it turns out they can improve quality

D.

Prior to starting a new project

Which of the following best describe continuous integration?

A.

A software development practice used by integration teams to create best practice branching and merging strategies

B.

A software development practice that continuously integrates feedback from users in the software design

C.

A software development practice where developers all work on the same computer to assure a common codebase

D.

A software development practice where developers integrate and verify their work frequently, often multiple times a day, to detect integration errors as quickly as possible

What relation does scrum have to development practices?

A.

Scrum requires a specific set of development practices

B.

Scrum is complemented by good development practices

C.

Scrum requires all development practices

D.

Scrum has no relationship to development practices