Summer Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

CTFL-AT Sample Questions Answers

Questions 4

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 5

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 6

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 7

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

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 9

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

Options:

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

Buy Now
Questions 10

Which of the following is a typical task performed by a tester within a Scrum team?

Options:

A.

Suggesting improvements in sprint retrospectives

B.

Coaching other team members in self-organization and cross-functionality

C.

Removing impediments to the Scrum team’s progress

D.

Prioritizing the items in the product backlog

Buy Now
Questions 11

Which of the following statements about the differences between testing activities in Agile projects and traditional projects is true?

Options:

A.

In traditional V-model projects there is a system test level that usually involves executing functional tests as well as non-functional tests, while in Agile projects there is never a system test level

B.

Because Agile projects tend to adopt test-first approaches, test automation in Agile projects is performed at lower test levels, while test automation in traditional projects is performed at higher test levels

C.

Risk-based testing can be adopted both in Agile projects and traditional projects. In Agile projects, the specific risks for all of the iterations are identified and assessed during release planning

D.

In traditional V-model projects the different test phases are performed sequentially, while in Agile projects these phases are performed parallel to one another within each iteration

Buy Now
Questions 12

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 13

Which of the following statements is true?

Options:

A.

Early and frequent feedback in Agile projects helps maintain a uniform distribution of defects through the code and thus avoid defect clustering

B.

Early and frequent feedback in Agile projects allows the team to find a greater number of defects at the unit test level than in non-Agile projects

C.

Early and frequent feedback in Agile projects provides earlier information about the stability of the software product but not about its quality

D.

Early and frequent feedback in Agile projects allows the team to provide customers with products that better meet their requirements sooner

Buy Now
Questions 14

During a retrospective, which of the following items would be the LEAST effective to generate discussions on process improvement?

Options:

A.

The build process was slow and this often caused delays waiting for the build to complete.

B.

For the last sprint the estimated and actual effort were much higher than the team capacity.

C.

The automation tests failed frequently without any logs to help in debugging the failure reason.

D.

One of the testers was regarded as being both disruptive and lazy and did not contribute to team success.

Buy Now
Questions 15

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 16

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 17

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 18

What is the main benefit of the Test Pyramid?

Options:

A.

It means testing is involved early in the development cycle.

B.

It helps in evaluating the amount of test cases needed.

C.

It shows complexity of testing activities.

D.

It acts as a metric for testing progress.

Buy Now
Questions 19

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 20

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 21

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 22

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 23

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 24

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
Exam Code: CTFL-AT
Exam Name: Certified Tester Foundation Level Agile Tester
Last Update: Jun 15, 2025
Questions: 80
$66  $164.99
$50  $124.99
$42  $104.99
buy now CTFL-AT