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

CTFL-AT PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

CTFL-AT PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Certified Tester Foundation Level Agile Tester
  • Last Update: Sep 12, 2025
  • Questions and Answers: 80
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

CTFL-AT Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

CTFL-AT Practice Exam Questions with Answers Certified Tester Foundation Level Agile Tester Certification

Question # 6

You are a tester in an agile team. The user story you are due to test is still under development so your tests are blocked. The main issue holding progress on this user story is that the developer's unit tests are constantly failing.

As an agile tester, which of the following actions should you take?

A.

Review the design of the problematic user story and improve it where possible.

B.

Create a bug report for each of your blocked tests.

C.

Work together with the developer, suggesting reasons why the tests are failing.

D.

Use the time to improve and automate existing test cases of other user stories.

Full Access
Question # 7

Which of the following is NOT a statement of value from the Agile Manifesto?

A.

Working software over comprehensive documentation

B.

Processes and tools over individuals and interactions.

C.

Responding to change over following a plan.

D.

Customer collaboration over contract negotiation.

Full Access
Question # 8

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

Full Access
Question # 9

Which of the following statements about the benefits of the Agile processes promoting early and frequent feedback is NOT true?

A.

In Agile projects where feedback is provided early and frequently, defects and incorrect requirements are caught earlier and those problems can be fixed faster.

B.

Feedback from well-conducted Agile retrospectives can be used to positively affect the development process over the course of the next iteration.

C.

Early and frequent feedback enables the team to deliver the features that represent the highest business value to the customer first.

D.

Increasing the frequency of feedback and communication between all the stakeholders involved in Agile projects eliminates all communication problems.

Full Access
Question # 10

Which of the following statements about iteration and release planning is true?

A.

Release planning defines and re-defines the product backlog and provides the basis for a test approach and test plan spanning all iterations

B.

During release planning, testers add value by breaking down user stories into tasks (particularly testing tasks)

C.

During release planning, testers establish and prioritize the user stories for the release and then participate in the quality risk analysis for these stories

D.

Release plans cannot change as an Agile project proceeds, but iteration plans may change to accommodate new needs

Full Access
Question # 11

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 # 12

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?

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

Full Access
Question # 13

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

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

Full Access
Question # 14

User Story: As a user I want to be able to calculate tax percentage based on amount of income.

What is the best black box test design technique for verifying the accuracy of this user story?

A.

Statement testing - test all statements in income calculation.

B.

User story testing - test that the user can enter an income amount and get a result.

C.

State transition testing - test all states of income entry.

D.

Equivalence partitioning - test with low, medium and high income.

Full Access
Question # 15

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

Full Access
Question # 16

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

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.

Full Access
Question # 17

Which one of the following is a testable acceptance criterion?

A.

The solution shall support business processes.

B.

The system shall be easy to use.

C.

The response time to confirm a customer submission must not exceed 5 seconds.

D.

The tools for testing are tested before use and are meeting the requirements.

Full Access
Question # 18

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 of8 story pointsafter four rounds, withno discussionsbetween rounds.

Team B arrives at3 story pointsafter three rounds, withdiscussionsbetween the lowest and highest estimators after each round.

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

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

Full Access
Question # 19

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

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.

Full Access
Question # 20

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

Full Access
Question # 21

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

Full Access
Question # 22

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

Full Access
Question # 23

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?

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.

Full Access
Question # 24

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?

A.

Scrum

B.

Continuous integration

C.

Kanban

D.

Slack

Full Access