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

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

Questions 4

You are working in a team preparing a bank loan application. Your task is the preparation of acceptance tests for the following user story:

"IF a customer needs a loan for less than 50,000 Euros and they have made repayments regularly (without any delay) and the customer's monthly income is more than 3000 Euros for the last year, THEN the bank will accept the loan request; in other cases, the bank will not accept the request. A customer assistant is responsible for preparing data for approval but the approval is done by the bank manager."

Which of the following test cases can be treated as acceptance test criteria for the above user story?

1) As a customer assistant I can log in to the system and check the history of the customer account for the last year.

2) As a customer assistant I can log in to the system and check the history of the customer debts and repayments.

3) As a customer assistant I can log in to the system and change my password.

4) As a bank manager I can log in to the system and receive the information of all requests waiting for approval.

5) As a bank manager I can log in to the system and decide whether to approve a loan for a customer.

6) As a bank manager I can log in to the system within 10 seconds.

Options:

A.

Acceptance test criteria are 1, 2, 3 and 6

B.

Acceptance test criteria are 1, 3, 4 and 5

C.

Acceptance test criteria are 2, 4, 5 and 6

D.

Acceptance test criteria are 1, 2, 4 and 5

Buy Now
Questions 5

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.

Options:

A.

2, 3

B.

1, 4

C.

4, 5

D.

1, 5

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

Consider an online application that allows registered users to pay the annual car tax based on the vehicle’s engine power in kW. Given the following user story:

"As a customer I need the online application to calculate the annual car tax amount that I need to pay for my car:

* If the power of the vehicle is less than 20 kW, then the annual car tax is free

* If the power of the vehicle is more or equal than 20 kW but less or equal than 150 kW, then the annual car tax is 250 Euros

* If the power of the vehicle is more than 150 kW, then the annual car tax is 750 Euros"

What is the MOST suitable use of a black-box test design technique for this user story?

Options:

A.

Decision table testing. Test the following conditions:

Conditions=registered user logged in; inserted power of the vehicle=20kW;

Action=Car tax paid

B.

State transition testing. Test the transitions between the following states:

logging in, inserting the power of the vehicle, making payment, logging out.

C.

Equivalence partitioning. Test the annual car tax value for the following partitions:

[power of the vehicle<20 kW ; 20 kW ≤power of the vehicles≤150 kW; power of the vehicle>150 kW]

D.

Use case testing

Test the following use case (Actor=registered user):

Pre-condition=registered user logged in

Scenario=registered user inserts the power of the vehicle, making payment and logs out

Post-condition=car tax paid and registered user logged out

Buy Now
Questions 8

Which of the following would provide the MOST independence for testers working with agile teams?

Options:

A.

Testers are fully embedded in each Agile team to perform many of the testing tasks.

B.

Testers from an independent test team who do not get involved with the Agile team, but are assigned to do System Testing once all sprints are completed.

C.

Testers from an independent test team are assigned on-demand for the final days of each sprint.

D.

Testers from an independent test team are assigned to the Agile team at the beginning of the project, returning for re-assignment to a new agile team.

Buy Now
Questions 9

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.

Options:

A.

1, 3, 5

B.

1, 2, 3

C.

2, 3, 4

D.

1, 2, 4

Buy Now
Questions 10

Which of the following statements best describes Agile software development?

Options:

A.

Agile software development is a software development approach whereby lines of code (production and/or test) of a component are written by two programmers sitting at a single computer

B.

Agile software development tends to break a project into a number of iterations, where each iteration represents a separate phase of sequential development and thus in which testing is performed during the last iteration

C.

Agile software development tends to adopt an iterative incremental lifecycle, where requirements and solutions evolve through collaboration between self-organizing and cross-functional teams

D.

Agile software development tends to break a project into a series of increments, each of which delivers a portion of functionality through a series of mini-Waterfalls where all phases of the Waterfall are completed before proceeding to the next increment

Buy Now
Questions 11

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 12

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 13

Which of the following is a risk that continuous integration introduces?

Options:

A.

Teams sometimes over-rely on unit tests and exclude some important system and acceptance tests.

B.

Testers sometimes have too many builds to test, which reduces the quality of testing.

C.

Teams no longer have the ability to run manual tests, as all tests must be automated.

D.

Developer's workload is increased, which can result in a reduction of output.

Buy Now
Questions 14

An Agile project is aimed at developing an e-commerce website that will allow registered users to purchase digital books. During the checkout process, only credit card payments, with supported credit card types, will be accepted.

Consider the following acceptance criterion for a given user story of this Agile project:

"Check that the number of steps required to complete a purchase order during the checkout process is minimized, in order to reduce the risk that the customers will leave the website without completing their orders."

Which of the following information would you expect to be the most relevant to create a test aimed at covering this acceptance criterion?

Options:

A.

The maximum number of digital books that can be purchased in a single order

B.

The supported credit card types

C.

The maximum number of steps to complete the registration process

D.

The maximum number of steps to complete the checkout process

Buy Now
Questions 15

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 16

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 17

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

Options:

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.

Buy Now
Questions 18

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 19

Which one of the following is a testable acceptance criterion?

Options:

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.

Buy Now
Questions 20

An Agile team uses a burndown chart and a task board to track progress within each iteration. In the burndown chart, the x-axis represents the days of iteration, while the y-axis represents the story points. The task board uses columns: "To Do", "Ongoing", "Done".

A user story for the current iteration has 20 story points and 4 tasks (T1, T2, T3, T4). At the end of Day 5, all are in "Ongoing". At the end of Day 6, T1 and T2 move to "Done", while T3 and T4 remain "Ongoing".

Which of the following statements would you expect most likely to be true at the end of Day 6?

Options:

A.

The burndown chart should be updated with a number of 10 burned story points

B.

The burndown chart must be changed to represent the unit of work in hours because story points cannot be used

C.

The burndown chart should not be updated because T3 and T4 are not "Done" yet

Buy Now
Questions 21

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 22

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.

Options:

A.

2, 5

B.

2, 4, 5

C.

1, 3, 4

D.

1, 3

Buy Now
Questions 23

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

Options:

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

Buy Now
Questions 24

Which two of the following statements are CORRECT with regards to test automation on agile projects?

1) Every test developed for past iterations is kept and executed as part of a regression suite for each new release of code.

2) It would be very difficult to ensure high quality in an agile project without test automation.

3) Automated acceptance tests are run regularly as part of the continuous integration full system build.

4) Automated regression suites are only run for the final release of code.

5) In agile projects, the results from automated acceptance tests provide feedback on the overall product quality.

Options:

A.

3, 4

B.

2, 5

C.

1, 3

D.

2, 3

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