Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

CTFL-AT Certified Tester Foundation Level Agile Tester Questions and Answers

Questions 4

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

Options:

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

Buy Now
Questions 5

Which of the following describes the main purpose of a task management tool in agile projects?

Options:

A.

A task management tool is used by team members to share ideas and collaborate on assigned tasks.

B.

A task management tool is used to manage and track user stories, tests and other tasks.

C.

A task management tool is used to store source code and automated tests.

D.

A task management tool allows developers to continuously integrate their code.

Buy Now
Questions 6

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?

Options:

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.

Buy Now
Questions 7

What is the definition of agile software development?

Options:

A.

Testing carried out informally where no formal test preparation or execution takes place, no recognized test design technique is used and there are no expectations for results.

B.

A group of software development methodologies based on iterative incremental development with self-organizing cross-functional teams who cooperate to define requirements and to implement the solution.

C.

A framework to describe the software development lifecycle activities from requirements specification to maintenance where test planning of the various test levels is done as soon as the test basis is ready

D.

A way of developing software where the test cases are developed, and often automated, before the software under test is developed.

Buy Now
Questions 8

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

Options:

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

Buy Now
Questions 9

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

Options:

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

Buy Now
Questions 10

Consider an Agile team using a development practice with these steps:

    Write a failing test for a small piece of code

    Make the test pass by implementing minimal code

    Refactor the code

    Repeat the process with additional small functionality

Which one of the following testing quadrants would the tests produced with this practice be part of?

Options:

A.

Q4 - Technology-facing tests that critique the product

B.

Q2 - Business-facing tests that support the team

C.

Q3 - Business-facing tests that critique the product

D.

Q1 - Technology-facing tests that support the team

Buy Now
Questions 11

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

Options:

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.

Buy Now
Questions 12

Which of the following activities are done in release planning?

1) Identifying testable user stories with acceptance criteria.

2) Elaborating the user stories into tasks.

3) Prioritizing the user stories.

4) Creating acceptance tests for the user stories.

5) Analyzing risks for each of the user stories.

6) Performing high level estimation for the release.

Options:

A.

Activities 1, 4 and 6

B.

Activities 2 and 4

C.

Activities 2, 3 and 5

D.

Activities 1, 3 and 6

Buy Now
Questions 13

Which of the following tools would you expect to be the most useful to report defects found during exploratory testing sessions in Agile projects?

Options:

A.

Tools that generate data to populate an application’s database

B.

Continuous integration and build distribution tools

C.

Application lifecycle management (ALM) and task management tools

D.

Tools that capture and log activities performed on an application during its use

Buy Now
Questions 14

Which of the following statements about Agile retrospectives is true?

Options:

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

Buy Now
Questions 15

Which of the following statements about Agile retrospectives is true?

Options:

A.

Agile retrospectives should focus exclusively on improving negative aspects, without wasting time in discussions on what worked well during the iteration

B.

All of the improvements identified in an Agile retrospective must be implemented as soon as possible during the next iteration

C.

Metrics such as burndown charts, velocity, and number of stories completed could be effectively used during Agile retrospectives for process improvement

D.

An Agile retrospective should be held at the end of an iteration only when the number of story points completed by the team in that iteration is lower than the team velocity

Buy Now
Questions 16

Which of the following is a benefit of a whole-team approach?

Options:

A.

Enables reduction in test duplication as the testers and test engineers function as a single team.

B.

Enables testers to execute their responsibility for quality for the combined team.

C.

Enables the team to focus on solely their separate areas of expertise and responsibility.

D.

Enables the various skill sets within the team to be leveraged to the benefit of the project.

Buy Now
Questions 17

Which of the following statements best describes test execution automation?

Options:

A.

The use of software to control the execution of tests and the comparison of actual results to expected results

B.

An approach to testing in which test activities are planned as uninterrupted sessions of test design and execution

C.

A way of developing software where automated test cases are developed before the software is developed to run those test cases

D.

The execution of the test process against a single and identifiable release of the test object

Buy Now
Questions 18

Consider an Agile project aimed at developing a test management tool. This tool allows Test Managers to generate progress reports for test analysis, test design and test execution phases in traditional projects. Consider the following user story of this Agile project:

"As a Test Manager who is looking at a progress report, I want to be able to print this progress report, so that I can keep a hard copy for my daily records."

For this user story the following acceptance criterion is defined:

"Given that I am a Test Manager looking at a progress report,

When I click the 'Print' button,

Then the progress report should be printed"

Based only on the given information, which of the following would you expect most likely to be true?

Options:

A.

Both the user story and the acceptance criterion are expressed in adequate form, but the user story is not testable

B.

Both the user story and the acceptance criterion are expressed in adequate form, but the user story does not describe functionality that is valuable to the user

C.

During the conversation, the acceptance criterion should not be discussed since it is described using the Given-When-Then template

D.

During the conversation, the need to update the acceptance criterion by specifying that a date stamp be visible on the printout could emerge

Buy Now
Questions 19

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?

Options:

A.

Decision table testing

B.

Equivalence partition testing

C.

Use case testing

D.

State transition testing

Buy Now
Questions 20

Consider the estimation of a given user story performed separately by two different teams (Team A and Team B) using the Planning Poker technique. Both teams consist of five members and use a deck of cards (0, 1, 2, 3, 5, 8, 13, 20).

Team A quickly decides on an estimate of 8 story points after four rounds, with no discussions between rounds.

Team B arrives at 3 story points after three rounds, with discussions between the lowest and highest estimators after each round.

Which of the following statements would you expect most likely to be true in this scenario?

Options:

A.

Team B estimates that the user story can be "done" with significantly less effort in absolute terms than what was estimated by Team A

B.

Team A has a better estimation process than Team B because at the end of the last round, all five team members’ estimates are an exact match

C.

In the estimation process, Team B, unlike Team A, can take advantage of the discussions that represent an important benefit of using Planning Poker

D.

Both Team A and B have an ineffective estimation process because the best estimate is the average of the results of the first round of estimation

Buy Now
Questions 21

Which of the following statements about Agile software development approaches is true?

Options:

A.

Communication, simplicity, feedback, courage, and respect are the five fundamental values of Kanban to guide development

B.

Scrum does not provide guidance on how development has to be done in a Scrum project but prescribes the adoption of specific testing techniques

C.

In Kanban, transparency of content and progress of tasks is usually done with the visualization of the active tasks, for example on a public whiteboard

D.

Scrum is an Agile management framework that defines three roles: the Scrum Owner, the Product Master, and the Development Team

Buy Now
Questions 22

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?

Options:

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

Buy Now
Questions 23

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

Options:

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.

Buy Now
Questions 24

Which of the following describes the frequency with which usually all changes made to the software are merged and all changed components are integrated regularly in a continuous integration process?

Options:

A.

At least once per iteration

B.

At least once a week

C.

At least once a month

D.

At least once a day

Buy Now
Exam Code: CTFL-AT
Exam Name: Certified Tester Foundation Level Agile Tester
Last Update: Apr 30, 2026
Questions: 80

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now CTFL-AT testing engine

PDF (Q&A)

$43.57  $124.49
buy now CTFL-AT pdf