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

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

Questions 4

You are working on an Agile project and have been asked to implement exploratory testing for the current sprint. Which one of the following is a correct approach to adopt?

Options:

A.

Allocate independent testers to design exploratory tests using test charters in time boxed sessions. Plan to run all sessions in parallel with each session lasting more than 5hours.

B.

Ask experienced testers to try and find new defects by using the system without the constraint of documentation and tools.

C.

Use testers who have not been involved in the sprint to write new test cases from the user stories. These test cases are then executed in a time boxed session for the sprint.

D.

Ask experienced testers to prepare test charters for time boxed sessions lasting no more than 2hours. Tests should be designed and executed within each session using heuristics, creativity and intuition.

Buy Now
Questions 5

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 6

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 7

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

Options:

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.

Buy Now
Questions 8

Which of the following statements would you expect least likely to be true?

Options:

A.

In Agile projects, where an independent test team works in parallel with Agile teams, the independent test team is usually expected to work on functional testing while Agile teams on non-functional testing

B.

In Agile projects where an independent test team works in parallel with Agile teams, the independent test team can work on long-term and/or non-sprint activities such as developing automated test tools

C.

Having independent test teams working in parallel with Agile teams can be required for Agile projects that have to deal with regulatory compliance requirements and complex domains

D.

Having independent test teams working in parallel with Agile teams can be an option when scaling Agile software development, for example when an independent test team supports multiple Agile teams

Buy Now
Questions 9

Which ONE of the following is an example of a typical “Business-oriented work product”?

Options:

A.

The released product.

B.

Acceptance testing entry criteria.

C.

A user manual.

D.

Usability testing test results.

Buy Now
Questions 10

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 11

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?

Options:

A.

Kanban

B.

Extreme Programming

C.

Continuous Integration

D.

Scrum

Buy Now
Questions 12

You are developing the code that controls an industrial Espresso machine which will be operated by waiting staff in restaurants.

The machine is rather complicated and has lots of switches and buttons, so in the next iteration instructions will be provided to the operator on a small LCD screen.

A User Story for the Operator-Instructions module is as follows:

"As an operator of the Espresso machine, I would like to know how to steam milk, so I can add steamed milk to the coffee."

The following is a list of risks identified for this story, with assigned probability and impact.

Options:

A.

Operators will not read the instructions and will try various switches and buttons until something works. Probability: Low. Impact: Low

B.

The instructions may be incorrect or appear in the wrong order. Probability: Low. Impact: High

C.

An untrained customer will attempt to use the coffee machine. Probability: High. Impact: High

D.

A small child may try to steam milk. Probability: High. Impact: Low

Buy Now
Questions 13

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 14

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 15

Which of the following would you expect most likely to be an advantage of the whole-team approach?

Options:

A.

Providing constant availability of executable software throughout the iteration for testing, demonstration, or education purposes

B.

Improved quality of the requirements specification (through examples and automatable tests) when adopting the Acceptance Test-Driven Development practice

C.

Improved code quality produced as the result of the refactoring step performed as part of the test-driven-development technique

D.

Eliminating the schedule risks associated with big-bang integration

Buy Now
Questions 16

A Scrum team is performing quality risk analysis during planning for the first iteration. User stories have associated risk items with levels determined by impact and likelihood. For multiple risk items, the user story’s risk is the average of individual risk levels.

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

Options:

A.

While the identification of the risk items should be performed by the Product Owner, the assessment of the risk levels should be performed by the whole team

B.

Potential issues with poorly written user stories should not be raised during risk analysis because they could influence how the risk level is determined

C.

Regardless of the risk level, more thorough test techniques should be selected for US-004 since it isthe user story with most associated risk items

D.

An estimation session after the risk analysis should consider only the risk level for effort estimation

Buy Now
Questions 17

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 18

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 19

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

Which of the following allows a developer to define accurate unit tests focused on business needs?

Options:

A.

Design-Driven Development

B.

Behavior-Driven Development

C.

Test-Driven Development

D.

Acceptance Test-Driven Development

Buy Now
Questions 21

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?

Options:

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

Buy Now
Questions 22

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 23

Your agile team is using the Testing Quadrants to ensure that all important test levels and test types are covered in the test plan.

In relation to Quadrant 3 - business facing and product critique, what should be considered for the plan?

Options:

A.

Exploratory Testing

B.

Prototype Testing

C.

Performance Testing

D.

Functional Testing

Buy Now
Questions 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?

Options:

A.

Scrum

B.

Continuous integration

C.

Kanban

D.

Slack

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

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99