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

Exact2Pass Menu

Question # 4

You have been asked to execute an exploratory testing session on Park & Ride system. The test charter has been titled as “Buy a bus ticket”. As a result, a number of defects were reported, the titles of which are listed below.

Which defect is out of scope for the given test charter?

A.

Price for a bus ticket was calculated incorrectly.

B.

Failed to buy a bus ticket after 18:00.

C.

Failed to buy a bus ticket when the network connection to the Central System is down.

D.

Payment for parking ticket is restricted to cash only (no credit card supported).

Full Access
Question # 5

Which of the following statements about the Planning poker test estimate technique are CORRECT?

1) Planning poker is a consensus based technique using a deck of cards.

2) A low test estimate usually means the story should be broken down into multiple smaller stories.

3) A high test estimate usually means the story should be broken down into multiple smaller stories.

4) One poker round is played and then consensus has to be reached.

5) The risk level of each backlog item should be decided before the poker session.

A.

1, 3, 5

B.

1, 2, 3

C.

2, 3, 4

D.

1, 2, 4

Full Access
Question # 6

A Scrum project is aimed at developing an online travel website based on an IBE (Internet Booking Engine), to provide booking of flights. The website will allow customers to specify their travel requirements, and once these requirements are received, the website will offer a list of available flights which customers can book. A single Scrum team will work on this project and the project will start with a Sprint Zero.

Which of the following statements best describes how a tester on the Scrum team should contribute during the Sprint Zero?

A.

The tester should work together with the rest of the team to identify the product backlog and create an initial system architecture and high-level prototypes

B.

The tester should individually produce the list of the product backlog items that the team will commit to deliver at the end of the first regular sprint

C.

The tester should work together with the rest of the team to produce the list of the product backlog items that the team will commit to deliver at the end of the first regular sprint

D.

While the other team members are working on the project plan, the tester should individually create an initial test strategy for all test levels

Full Access
Question # 7

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

Full Access
Question # 8

You have been asked to explain to your client how to define acceptance criteria that are fully testable. Which of the following is the BEST EXAMPLE for testable acceptance criteria?

A.

The “ID” field must accept input value of a length between 2 and 10 characters.

B.

The interface to External System shall be specified.

C.

Action “Reopen” must be available only for a user with a specific authorization level.

D.

The program's icon should be clear and attractive.

Full Access
Question # 9

Which of the following describes a direct benefit of early and frequent feedback associated with the adoption of continuous integration?

A.

Detecting and isolating code quality problems early

B.

Reducing the need of conducting retrospectives

C.

Making quality everyone’s responsibility

D.

Eliminating communication problems within the team

Full Access
Question # 10

Which of the following statements about test automation and regression risk in Agile projects is true?

A.

Automated unit tests are generally not run with each code check-in as they take longer to run than automated acceptance tests and could slow down the code check-in process

B.

Regression risk is reduced when there is a high degree of code changes being applied from one iteration to the next

C.

Technical debt is due to manual testing and it cannot be present when the team implements test automation

D.

Test automation can help to manage regression risk since it allows the running of regression test suites within each iteration

Full Access
Question # 11

Which tasks are typically performed by a tester on an Agile project?

1) Implementing test strategy.

2) Documenting business requirements.

3) Measuring and reporting test coverage.

4) Coaching development team in relevant aspects of testing.

5) Executing test-driven development tests.

A.

2, 5

B.

2, 4, 5

C.

1, 3, 4

D.

1, 3

Full Access
Question # 12

Which of the following activities would you expect most likely to be performed during daily stand-up meetings?

A.

Discussing what did not work well during the previous iteration

B.

Highlighting blocking issues that are impeding the test progress

C.

Identifying specific quality risks associated with the next iteration

D.

Creating acceptance tests for the user stories selected for the current iteration

Full Access
Question # 13

An Agile team is working on a project to develop an image editing tool. In the current version, the ‘Settings’ GUI allows users to adjust exposure, contrast, and saturation. A session-based exploratory testing session is planned to find issues with parameter combinations that cause undesired image effects.

Which of the following would you expect to be the best charter to support this exploratory testing session?

A.

Explore 'Settings' with many values of exposure, applied on different images, to discover unexpected effects on those images

B.

Explore 'Settings' with many combinations of the values of exposure, contrast, and saturation, applied on different images, to discover unexpected effects on those images

C.

Explore 'Settings' to discover unexpected effects on those images

D.

Explore 'Settings' working on different images by setting exposure, contrast, and saturation at their minimum, then setting exposure and contrast at maximum while keeping saturation at minimum, to discover unexpected effects

Full Access
Question # 14

Consider the following user story for an Agile project aimed at developing an application that calculates the reimbursement of medical visits:

"As an owner of the application, I want the reimbursement of medical visits to be calculated based on the following rules:

There are two types of reimbursable visits: Doctor's Office Visits (DOCVs) and Hospital Visits (HVs).

The reimbursement for DOCVs is 33%, while the reimbursement for HVs depends on the type of the specialist visits. Two types (A, B) of specialist visits exist and the associated reimbursements are 45% for A and 90% for B."

Which of the following would you expect to be the most suitable black-box test design technique for the user story?

A.

Decision table testing

B.

Equivalence partition testing

C.

Use case testing

D.

State transition testing

Full Access
Question # 15

Which of the following statements best describes how development and testing activities are integrated in Agile projects?

A.

Testers can start testing a user story only when it is "done", meaning when the coding of that user story is finished

B.

The performances of developers are measured on implemented story points while the performances of testers on executed test cases and defect counts

C.

Agile teams often adopt exploratory testing, where test design and test execution occur at the same time, usually guided by a test charter

D.

Both business stakeholders and testers can test user stories during their development within an iteration to provide fast feedback to the developers

Full Access
Question # 16

Consider the following acceptance criterion associated to a user story:

"A maximum of 0.0002 failures per hour in the specified operational conditions over at least ten days of testing must be achieved."

Which of the following aspects of testability is best described in this acceptance criterion?

A.

Scenarios

B.

Functional behavior

C.

External interfaces

D.

Quality characteristics

Full Access
Question # 17

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.

Full Access
Question # 18

Iteration planning for Sprint 5 of your current project is complete. The plan for the sprint is to increase performance of the system, which of the following acceptance criteria would you expect for Sprint 5?

1) User access for all roles has been validated.

2) A static analysis tool has been executed for all code.

3) 100% of the existing regression test suite has passed.

4) System is responding in less than 3 seconds, 90% of the time.

5) A new version of internet Explorer has been included.

A.

1, 3

B.

3, 4

C.

4, 5

D.

2, 5

Full Access
Question # 19

Which of the following statements about a test charter are CORRECT?

1) It is used mainly in exploratory tests.

2) It is used to monitor a test process.

3) It may make reference to user stories.

4) It contains notes taken during a test session.

5) It is used to outline the company test policy.

A.

1, 2, 5

B.

2, 3, 4

C.

2, 4, 5

D.

1, 3, 4

Full Access
Question # 20

Which of the following statements about test-driven development (TDD) and behavior-driven development (BDD) is true?

A.

Both BDD tests and TDD tests are written primarily at the acceptance level, though these tests may also be written at the integration or system levels

B.

TDD tests are focused on the implementation of the software while BDD tests on the exhibited behavior of the software

C.

TDD tests and BDD tests are written by developers, but TDD tests are generally easier for other team members and stakeholders to understand than BDD tests

D.

Specific BDD frameworks can be used to define acceptance criteria based on the role/feature/benefit template ("As a..., I want..., so that...")

Full Access
Question # 21

Which of the following statements is FALSE regarding early and frequent feedback?

A.

Early feedback decreases the amount of time needed for system testing.

B.

Early feedback promotes early discovery and resolution of quality problems.

C.

Early feedback provides the Agile team with information on its productivity.

D.

Early feedback helps to deliver a product that better reflects what the customer wants.

Full Access
Question # 22

Why is regression of software a high risk in agile projects?

A.

Test-driven development means that existing functionality is not considered.

B.

Test automation can cause regression of software in the test environment.

C.

Regression is built into software as a safeguard against unexpected failures.

D.

There is code churn due to change in business needs over several sprints.

Full Access
Question # 23

In Agile projects, which of the following approaches would result in the best compromise for preserving independence of testers and for allowing testers to have a good understanding of the product as well as good relationships with other team members?

A.

Having independent separate test teams where testers are assigned to Agile teams on-demand during the final days of each iteration

B.

Having independent separate test teams where testers are assigned to Agile teams on a long-term basis, at the beginning of an Agile project

C.

Having only Agile teams where testers are integral parts and where they perform many of the testing tasks, without having an independent test team

D.

Having independent separate test teams where all of the testers work separately from developers without being assigned to Agile teams

Full Access
Question # 24

Which of the following is NOT a typical task performed by the tester within an Agile team?

A.

Ensuring all project status meetings are held according to the plan.

B.

Ensuring the appropriate testing tasks are scheduled during iteration planning.

C.

Suggesting improvements in team retrospectives.

D.

Working with business stakeholders to clarify requirements.

Full Access