
Updated Dec-2023 CTFL-AT Free Exam Files Downloaded Instantly
Practice Exams and Training Solutions for Certifications
The CTFL-AT certification exam covers a wide range of topics related to Agile testing, including fundamental Agile concepts and principles, Agile testing processes, Agile testing techniques, and Agile team collaboration. CTFL-AT exam also covers topics such as test automation, continuous integration and delivery, and the use of Agile metrics and reporting. Passing the CTFL-AT certification exam demonstrates that an individual has a solid understanding of Agile testing practices and is capable of working effectively in an Agile environment. ISTQB Certified Tester - Foundation Level Extension - Agile Tester certification is highly valued by employers and can lead to better job opportunities and higher salaries for certified professionals.
NEW QUESTION # 14
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. Work together with the developer, suggesting reasons why the tests are failing.
- C. Use the time to improve and automate existing test cases of other user stories.
- D. Create a bug report for each of your blocked tests.
Answer: B
NEW QUESTION # 15
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?
- A. Scrum
- B. Kanban
- C. Continuous Integration
- D. Extreme Programming
Answer: A
NEW QUESTION # 16
Which of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT?
- A. While developers develop automated unit test scripts, testers write automated system level tests.
- B. Testers replace developers in writing unit test automation scripts.
- C. Developers write acceptance criteria and test cases, together with testers.
- D. Developers and testers may work as a pair to develop and test a feature.
Answer: B
NEW QUESTION # 17
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?
- A. 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. - 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. 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.
Answer: A
NEW QUESTION # 18
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?
- A. The interface to External System shall be specified.
- B. The program's icon should be clear and attractive.
- C. The "ID" field must accept input value of a length between 2 and 10 characters.
- D. Action "Reopen" must be available only for a user with a specific authorization level.
Answer: D
NEW QUESTION # 19
Which of the following is a risk that continuous integration introduces?
- A. Developer's workload is increased, which can result in a reduction of output.
- B. Teams no longer have the ability to run manual tests, as all tests must be automated.
- C. Teams sometimes over-rely on unit tests and exclude some important system and acceptance tests.
- D. Testers sometimes have too many builds to test, which reduces the quality of testing.
Answer: A
NEW QUESTION # 20
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?
- A. State transition testing. Test the transitions between the following states:
logging in, inserting the power of the vehicle, making payment, logging out. - B. 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 - C. Decision table testing. Test the following conditions:
Conditions=registered user logged in; inserted power of the vehicle=20kW; Action=Car tax paid - D. Equivalence partitioning. Test the annual car tax value for the following partitions:
[power of the vehicle<20 kW ; 20 kW power of the vehicles150 kW; power of the vehicle>150 kW]
Answer: D
NEW QUESTION # 21
Which of the following allows a developer to define accurate unit tests focused on business needs?
- A. Design-Driven Development
- B. Acceptance Test-Driven Development
- C. Behavior-Driven Development
- D. Test-Driven Development
Answer: B
NEW QUESTION # 22
Which of the following is NOT a statement of value from the Agile Manifesto?
- A. Processes and tools over individuals and interactions.
- B. Responding to change over following a plan.
- C. Customer collaboration over contract negotiation.
- D. Working software over comprehensive documentation
Answer: A
NEW QUESTION # 23
Which statement about an Agile task board is CORRECT?
- A. It is updated once at the end of each iteration.
- B. It is a detailed visual representation of the status of testing.
- C. Only "in progress" tasks are shown on the task board.
- D. It provides detailed visual representation of the whole team's status.
Answer: D
NEW QUESTION # 24
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.
- A. 2, 3, 4
- B. 1, 2, 5
- C. 1, 3, 4
- D. 2, 4, 5
Answer: D
NEW QUESTION # 25
Which of the following statements would you expect to be the MOST direct advantage of the whole-team approach?
- A. Avoiding requirements misunderstandings which may not have been detected until later in the development cycle when they are more expensive to fix.
- B. Having at least once a day an automated build and test process that detects integration errors early and quickly.
- C. Reducing the involvement of business representatives because of the increased communication and collaboration between testers and developers.
- D. Capitalizing on the combined skills of business representatives, testers and developers working together to contribute to project success.
Answer: D
NEW QUESTION # 26
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.
- A. 2, 3, 4
- B. 1, 2, 4
- C. 1, 2, 3
- D. 1, 3, 5
Answer: D
NEW QUESTION # 27
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. User story testing - test that the user can enter an income amount and get a result.
- B. Equivalence partitioning - test with low, medium and high income.
- C. State transition testing - test all states of income entry.
- D. Statement testing - test all statements in income calculation.
Answer: B
NEW QUESTION # 28
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. 4, 5
- C. 1, 4
- D. 1, 5
Answer: A
NEW QUESTION # 29
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.
- A. Activities 1, 3 and 6
- B. Activities 2 and 4
- C. Activities 2, 3 and 5
- D. Activities 1, 4 and 6
Answer: A
NEW QUESTION # 30
......
To prepare for the ISQI CTFL-AT Exam, candidates should have a basic understanding of software testing and Agile methodologies. They should also have practical experience in Agile testing and be familiar with Agile testing tools and techniques. Candidates can take advantage of various study materials, including textbooks, online courses, and practice exams, to prepare for the exam. Passing the CTFL-AT Exam requires a score of at least 65%, and successful candidates will receive the CTFL-AT certification, which is valid for three years.
ISQI CTFL-AT (ISTQB Certified Tester - Foundation Level Extension - Agile Tester) certification exam is designed for software testers who want to validate their knowledge and skills in agile testing. ISTQB Certified Tester - Foundation Level Extension - Agile Tester certification is an extension of the ISTQB Foundation Level certification and focuses on agile methodologies and practices. The CTFL-AT certification exam is a globally recognized certification, and it is regarded as one of the most sought-after certifications in the software testing industry.
Q&As with Explanations Verified & Correct Answers: https://www.actualpdf.com/CTFL-AT_exam-dumps.html
Dumps Free Test Engine Player Verified Answers: https://drive.google.com/open?id=1gylv621TlKqToygOeDRQNoRLbQqTddiv
