Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Certified Tester Foundation Level Agile Tester Question and Answers

Certified Tester Foundation Level Agile Tester

Last Update Apr 25, 2024
Total Questions : 40

We are offering FREE CTFL-AT iSQI exam questions. All you do is to just go and sign up. Give your details, prepare CTFL-AT free exam questions and then go for complete pool of Certified Tester Foundation Level Agile Tester test questions that will help you more.

CTFL-AT pdf

CTFL-AT PDF

$35  $99.99
CTFL-AT Engine

CTFL-AT Testing Engine

$42  $119.99
CTFL-AT PDF + Engine

CTFL-AT PDF + Testing Engine

$56  $159.99
Questions 1

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.

Discussion 0
Questions 2

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.

Discussion 0
Questions 3

Which of the following is NOT a typical task performed by the tester within an Agile team?

Options:

A.  

Ensuring all project status meetings are held according to the plan.

B.  

Ensuring the appropriate testing tasks are scheduled during iteration planning.

C.  

Suggesting improvements in team retrospectives.

D.  

Working with business stakeholders to clarify requirements.

Discussion 0
Questions 4

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?

Options:

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.

Discussion 0
Questions 5

Which of the following statements about a test charter are CORRECT?

1) It is used mainly in exploratory tests.

2) It is used to monitor a test process.

3) It may make reference to user stories.

4) It contains notes taken during a test session.

5) It is used to outline the company test policy.

Options:

A.  

1, 2, 5

B.  

2, 3, 4

C.  

2, 4, 5

D.  

1, 3, 4

Discussion 0
Questions 6

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.

Discussion 0
Questions 7

Which of the following is the BEST way for a test team to keep its independence when working in an Agile development environment?

Options:

A.  

Share the Test Strategy with the Agile development team, but not the details of the Test Cases.

B.  

Locate the team that develops the test automation framework in a different location to the Agile development team.

C.  

Assign testers to be members of the Agile team, but ensure the testers report to a different manager than the developers.

D.  

Co-locate only some of the testers with the Agile development team, while the rest of the testers are in a different location.

Discussion 0
Questions 8

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

Discussion 0
Questions 9

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.

Discussion 0
Questions 10

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

Discussion 0
Questions 11

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.

Discussion 0
Questions 12

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

Discussion 0