
ISQI CTFL-AT Exam Preparation Guide and PDF Download
Verified & Correct CTFL-AT Practice Test Reliable Source Nov 10, 2023 Updated
To prepare for the CTFL-AT exam, candidates can enroll in training programs offered by ISQI or other accredited training providers. These training programs cover various topics related to Agile Testing and provide candidates with the knowledge and skills required to pass the exam. Additionally, candidates can also take practice exams to assess their readiness for the actual exam.
NEW QUESTION # 24
Which of the following is a benefit of a whole-team approach?
- A. Enables the various skill sets within the team to be leveraged to the benefit of the project.
- B. Enables reduction in test duplication as the testers and test engineers function as a single team.
- C. Enables the team to focus on solely their separate areas of expertise and responsibility.
- D. Enables testers to execute their responsibility for quality for the combined team.
Answer: A
NEW QUESTION # 25
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 sometimes over-rely on unit tests and exclude some important system and acceptance tests.
- C. Testers sometimes have too many builds to test, which reduces the quality of testing.
- D. Teams no longer have the ability to run manual tests, as all tests must be automated.
Answer: A
NEW QUESTION # 26
Which of the following is NOT a statement of value from the Agile Manifesto?
- A. Working software over comprehensive documentation
- B. Processes and tools over individuals and interactions.
- C. Customer collaboration over contract negotiation.
- D. Responding to change over following a plan.
Answer: B
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. Equivalence partitioning - test with low, medium and high income.
- B. User story testing - test that the user can enter an income amount and get a result.
- C. State transition testing - test all states of income entry.
- D. Statement testing - test all statements in income calculation.
Answer: A
NEW QUESTION # 28
During a retrospective, which of the following items would be the LEAST effective to generate discussions on process improvement?
- A. The build process was slow and this often caused delays waiting for the build to complete.
- B. The automation tests failed frequently without any logs to help in debugging the failure reason.
- C. One of the testers was regarded as being both disruptive and lazy and did not contribute to team success.
- D. For the last sprint the estimated and actual effort were much higher than the team capacity.
Answer: C
NEW QUESTION # 29
Which of the following sentences related to Risk-based testing is CORRECT?
- A. Risk-based testing fits well in Agile development processes, as risks are analyzed twice - during release and iteration planning.
- B. Risk-based testing fits well in Agile development processes, as risks are easy to identify when the work is divided into user stories.
- 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 does not fit well in Agile development processes, as short iterations mandate short test times.
Answer: B
NEW QUESTION # 30
Which one of the following is a testable acceptance criterion?
- A. The tools for testing are tested before use and are meeting the requirements.
- B. The system shall be easy to use.
- C. The response time to confirm a customer submission must not exceed 5 seconds.
- D. The solution shall support business processes.
Answer: C
NEW QUESTION # 31
Which of the following statements about Agile retrospectives is CORRECT?
- A. Agile retrospectives should be focused mainly on impediments that are outside the control of the team because these issues are more challenging.
- B. During Agile retrospectives, testers should be encouraged to provide constructive suggestions only on non-testing activities.
- C. In an Agile retrospective the moderator can encourage and make sure that good practices are kept by the team, by asking what the team is doing well.
- D. Unlike working sessions or meetings held in non-Agile projects, Agile retrospectives do not require follow-up activities.
Answer: C
NEW QUESTION # 32
Which of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT?
- A. Testers replace developers in writing unit test automation scripts.
- B. Developers and testers may work as a pair to develop and test a feature.
- C. While developers develop automated unit test scripts, testers write automated system level tests.
- D. Developers write acceptance criteria and test cases, together with testers.
Answer: A
NEW QUESTION # 33
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, 4 and 6
- B. Activities 2, 3 and 5
- C. Activities 2 and 4
- D. Activities 1, 3 and 6
Answer: D
NEW QUESTION # 34
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. 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. 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 - 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 # 35
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, 3, 4
- C. 1, 2, 5
- D. 2, 4, 5
Answer: D
NEW QUESTION # 36
You have been asked to execute an exploratory testing session on Park & Ride system. The test charter has been titled as "Buy a bus ticket". As a result, a number of defects were reported, the titles of which are listed below.
Which defect is out of scope for the given test charter?
- A. Payment for parking ticket is restricted to cash only (no credit card supported).
- B. Price for a bus ticket was calculated incorrectly.
- C. Failed to buy a bus ticket after 18:00.
- D. Failed to buy a bus ticket when the network connection to the Central System is down.
Answer: A
NEW QUESTION # 37
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. 1, 2, 4
- B. 2, 3, 4
- C. 1, 2, 3
- D. 1, 3, 5
Answer: D
NEW QUESTION # 38
Which of the following would provide the MOST independence for testers working with agile teams?
- A. Testers from an independent test team are assigned on-demand for the final days of each sprint.
- B. 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.
- C. Testers are fully embedded in each Agile team to perform many of the testing tasks.
- D. 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.
Answer: D
NEW QUESTION # 39
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.
- A. Acceptance test criteria are 2, 4, 5 and 6
- B. Acceptance test criteria are 1, 2, 4 and 5
- C. Acceptance test criteria are 1, 3, 4 and 5
- D. Acceptance test criteria are 1, 2, 3 and 6
Answer: B
NEW QUESTION # 40
......
ISQI CTFL-AT (ISTQB Certified Tester - Foundation Level Extension - Agile Tester) Certification Exam is designed to test the knowledge and skills of those who are involved in agile software development projects. It is a globally recognized certification that is offered by the International Software Testing Qualifications Board (ISTQB).
Pass ISQI CTFL-AT exam Dumps 100 Pass Guarantee With Latest Demo: https://www.validbraindumps.com/CTFL-AT-exam-prep.html
Free ISQI CTFL-AT Exam Files Downloaded Instantly: https://drive.google.com/open?id=1WCwgiTTvgwycWLV4eT_qbEOMZDRKnEVr