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

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

Questions 4

Which of the following is an Agile software development approach in which transparency of content and progress of tasks is usually obtained with the visualization of the active tasks and in which iterations are optional?

Options:

A.

Scrum

B.

Continuous integration

C.

Kanban

D.

Slack

Buy Now
Questions 5

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 6

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?

Options:

A.

Scenarios

B.

Functional behavior

C.

External interfaces

D.

Quality characteristics

Buy Now
Questions 7

Which of the following statements is true in Agile projects?

Options:

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

Buy Now
Questions 8

Which of the following statements would you expect to be the MOST direct advantage of the whole-team approach?

Options:

A.

Having at least once a day an automated build and test process that detects integration errors early and quickly.

B.

Avoiding requirements misunderstandings which may not have been detected until later in the development cycle when they are more expensive to fix.

C.

Capitalizing on the combined skills of business representatives, testers and developers working together to contribute to project success.

D.

Reducing the involvement of business representatives because of the increased communication and collaboration between testers and developers.

Buy Now
Questions 9

Which of the following sentences related to Risk-based testing is CORRECT?

Options:

A.

Risk-based testing fits well in Agile development processes, as risks are analyzed twice - during release and iteration planning.

B.

Risk-based testing does not fit well in Agile development processes, as short iterations mandate short test times.

C.

Risk-based testing does not fit in Agile development processes, as each iteration focuses on limited parts of the product.

D.

Risk-based testing fits well in Agile development processes, as risks are easy to identify when the work is divided into user stories.

Buy Now
Questions 10

Which of the following statements best describes test-driven development?

Options:

A.

A way of developing software where the test cases are developed, and often automated, before the software to run those test cases has been written

B.

A high-level description of the test levels to be performed and the testing within those levels for an organization or programme (one or more projects)

C.

An approach to software development based on iterative incremental development, where requirements and solutions evolve through collaboration between self-organizing cross-functional teams

D.

A way of testing software where test design and test execution occur at the same time, guided by a test charter during time-boxed testing sessions

Buy Now
Questions 11

Based on the skills required for testers in Agile teams, which of the following activities would you expect least likely to be performed by testers in Agile projects?

Options:

A.

Tracking the failures of the unit tests that are written when using the Test-Driven Development practice

B.

Identifying and updating test cases from previous iterations that are affected by the changes made in the current iteration

C.

Working collaboratively with a developer to develop and test a feature

D.

Actively participating in specification workshops aimed at clarifying user stories through examples that will be transformed into tests

Buy Now
Questions 12

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
Questions 13

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 14

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 15

Which of the following is the best example of a testable acceptance criterion for test-related activities?

Options:

A.

The web application shall provide a response time lower than one second for 95% of the webpages when 100 concurrent users are working on it

B.

100% of the source code must be statically analyzed against some of the known major security vulnerabilities and no errors/warnings must be reported

C.

The application’s user interface for the checkout process shall be clear and intuitive to the users

D.

The application shall calculate the volume of the solid shapes (cones, pyramids) with reasonable accuracy

Buy Now
Questions 16

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

Options:

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

Buy Now
Questions 17

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 18

Which of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT?

Options:

A.

While developers develop automated unit test scripts, testers write automated system level tests.

B.

Testers replace developers in writing unit test automation scripts.

C.

Developers write acceptance criteria and test cases, together with testers.

D.

Developers and testers may work as a pair to develop and test a feature.

Buy Now
Questions 19

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 20

Which statement about an Agile task board is CORRECT?

Options:

A.

It provides detailed visual representation of the whole team's status.

B.

It is updated once at the end of each iteration.

C.

Only “in progress” tasks are shown on the task board.

D.

It is a detailed visual representation of the status of testing.

Buy Now
Questions 21

In a sprint planning, the product owner presents a user story written on a card. The team starts having a discussion with the product owner to get an understanding on how the software should work.

The user story written on the card is:

"As a customer, I want to subscribe to the mailing list so that I can receive the latest deal in an email."

By applying the 3C concept, which ONE of the following statements is CORRECT?

Options:

A.

Conversation should include the acceptance criteria discussion.

B.

The card should contain requirements not the user story.

C.

Product owner has written a user story and confirmation is not needed.

D.

The conversation is not required and the team should start developing.

Buy Now
Questions 22

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 23

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?

Options:

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

Buy Now
Questions 24

You are working in a software development company which, for many years, used a sequential development model and was organized into separate departments for each functional group (e.g. business analysts, developers, testers) located within their own office space. Your organization has recently changed to a SCRUM agile framework. Which of the following is an important organizational and behavioral best practice for a tester in the SCRUM team that should have also been practiced when using the sequential model?

Options:

A.

Resilient testing means that the testing process is capable of dealing with rapid changes throughout the development process with test plans being updated during each iteration.

B.

Credibility means that the tester must share information with the stakeholders about the test process so that they find the selected test strategy and testing activities trustworthy.

C.

Cross-functional teamwork means that all team members contribute to testing in various ways. For example, involving people with the test strategy, test planning and execution as well as test reporting.

D.

Co-located teamwork means that all team members, including developers and testers, must sit together in the same office, so they can quickly communicate face-to-face.

Buy Now
Exam Code: CTFL-AT
Exam Name: Certified Tester Foundation Level Agile Tester
Last Update: Jun 15, 2025
Questions: 80
CTFL-AT pdf

CTFL-AT PDF

$29.75  $84.99
CTFL-AT Engine

CTFL-AT Testing Engine

$35  $99.99
CTFL-AT PDF + Engine

CTFL-AT PDF + Testing Engine

$47.25  $134.99