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

Which of the following statements is true within an Agile team?

A.

Unlike traditional projects, testers are not asked to measure and report test coverage, and to report defects

B.

When adopting test-driven development, testers write all the tests while developers write all the code to make these tests pass

C.

Each team member plays a role in performing test-related tasks but only testers are responsible for product quality

D.

Testers may have difficulty keeping pace with the incoming changes in time-boxed iterations

Which of the following is a typical task performed by a tester within a Scrum team?

A.

Suggesting improvements in sprint retrospectives

B.

Coaching other team members in self-organization and cross-functionality

C.

Removing impediments to the Scrum team’s progress

D.

Prioritizing the items in the product backlog

Which agile development approach incorporates the following practices:

* a project is divided into iterations called sprints

* each sprint results in a potentially releasable/shippable product?

A.

Kanban

B.

Extreme Programming

C.

Continuous Integration

D.

Scrum

Which of the following is the BEST way for a test team to keep its independence when working in an Agile development environment?

A.

Share the Test Strategy with the Agile development team, but not the details of the Test Cases.

B.

Locate the team that develops the test automation framework in a different location to the Agile development team.

C.

Assign testers to be members of the Agile team, but ensure the testers report to a different manager than the developers.

D.

Co-locate only some of the testers with the Agile development team, while the rest of the testers are in a different location.

Which of the following statements about Agile retrospectives is true?

A.

Agile retrospectives should be focused mainly on obstructions and hindrances that are outside the control of the team because these issues are more challenging

B.

Traditional projects require feedback from retrospectives; however, Agile retrospectives do not require follow-up activities

C.

Agile retrospectives should be focused on the team members and business representatives, and other participants should not attend or contribute

D.

Agile retrospectives should also provide feedback to the current iteration planning regarding planning accuracy, contents, and the efficiency of the work in the team

Which of the following statements about the whole-team approach would you expect most likely to be true?

A.

The whole-team approach is a consensus-based approach for estimating, mostly used to estimate the relative size of user stories

B.

The whole-team approach helps ensure testers, developers and the business work together to ensure that the desired quality levels are achieved

C.

The whole-team approach is consistent with the "power of three" concept for which a user story is the conjunction of three elements (card, conversation, confirmation)

D.

The whole-team approach tends to advocate the idea of team members being "generalists" without having deep skills in specific disciplines

A calculator application is being developed. The third sprint has been planned to add functionality to the calculator to allow scientific calculations.

Which TWO examples below represent activities that would likely be managed on an agile task board for the third sprint?

1) A task to design the features planned for the next sprint.

2) A task to run an acceptance test for a user story.

3) A task to automate regression tests.

4) A task to participate in training in preparation for the fourth sprint.

5) A task to produce a daily progress report for the agile team members.

A.

2, 3

B.

1, 4

C.

4, 5

D.

1, 5

Which of the following statements is true in Agile projects?

A.

Test automation is important to manage regression risk because it enables version control and ensures ease of access to the tests by all team members

B.

Shorter timeframes and frequent changes require the adoption of good practices for test design and implementation, which should be defined during release planning

C.

The risk of regression tends to decrease when code that worked in previous iterations gets modified due to new features in subsequent iterations

D.

The tests written for the features developed in earlier iterations are the most important and they should never be retired from the regression test suite

Which of the following statements about the test pyramid is true?

A.

The test pyramid concept is based on the principle of eliminating defects as early as possible in the software lifecycle

B.

The test pyramid emphasizes having more automated tests at the higher test levels and a decreasing number of them at the lower test levels

C.

The test pyramid concept states that every software system consists always of four different test levels (unit, integration, system, acceptance)

D.

The test pyramid consists of four test levels with business-facing tests at the bottom of the pyramid and technology-facing tests at the top

An Agile team is developing a Pay-TV web portal. In Iteration 3, only PayPal and credit card payments are supported. A new user story in Iteration 4 adds payment using credit from a smartcard.

Which of the following would you expect to describe valid and relevant acceptance tests for this user story?

A.

Tests to check that payments with insufficient credit charged on the smartcard are successful

B.

Tests to check that payments with sufficient credit charged on the smartcard are given five percent discount are successful

C.

Tests to check that payments with expired credit cards of supported credit card types are unsuccessful

D.

Tests to check that payments with no credit charged on the smartcard will be unsuccessful