
The CTFL-AT PDF Dumps Greatest for the ISQI Exam Study Guide!
Read Online CTFL-AT Test Practice Test Questions Exam Dumps
NEW QUESTION # 13
Which ONE of the following is an example of a typical "Business-oriented work product"?
- A. Usability testing test results.
- B. The released product.
- C. Acceptance testing entry criteria.
- D. A user manual.
Answer: C
NEW QUESTION # 14
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. Statement testing - test all statements in income calculation.
- C. State transition testing - test all states of income entry.
- D. User story testing - test that the user can enter an income amount and get a result.
Answer: A
NEW QUESTION # 15
Which of the following would provide the MOST independence for testers working with agile teams?
- A. 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.
- B. Testers from an independent test team are assigned on-demand for the final days of each sprint.
- 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 # 16
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?
- 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. 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.
- 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. 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.
Answer: C
NEW QUESTION # 17
Why is regression of software a high risk in agile projects?
- A. Test automation can cause regression of software in the test environment.
- B. Regression is built into software as a safeguard against unexpected failures.
- C. Test-driven development means that existing functionality is not considered.
- D. There is code churn due to change in business needs over several sprints.
Answer: D
NEW QUESTION # 18
Your agile team is using the Testing Quadrants to ensure that all important test levels and test types are covered in the test plan.
In relation to Quadrant 3 - business facing and product critique, what should be considered for the plan?
- A. Exploratory Testing
- B. Functional Testing
- C. Performance Testing
- D. Prototype Testing
Answer: A
NEW QUESTION # 19
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 1, 2, 4 and 5
- 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, 3 and 6
Answer: A
NEW QUESTION # 20
Which one of the following is a testable acceptance criterion?
- A. The system shall be easy to use.
- B. The response time to confirm a customer submission must not exceed 5 seconds.
- C. The solution shall support business processes.
- D. The tools for testing are tested before use and are meeting the requirements.
Answer: B
NEW QUESTION # 21
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. Use the time to improve and automate existing test cases of other user stories.
- B. Work together with the developer, suggesting reasons why the tests are failing.
- C. Review the design of the problematic user story and improve it where possible.
- D. Create a bug report for each of your blocked tests.
Answer: B
NEW QUESTION # 22
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. 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] - C. Decision table testing. Test the following conditions:
Conditions=registered user logged in; inserted power of the vehicle=20kW; Action=Car tax paid - 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
Answer: B
NEW QUESTION # 23
Which of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT?
- A. Developers and testers may work as a pair to develop and test a feature.
- B. Testers replace developers in writing unit test automation scripts.
- 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: B
NEW QUESTION # 24
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. 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.
- C. Unlike working sessions or meetings held in non-Agile projects, Agile retrospectives do not require follow-up activities.
- D. During Agile retrospectives, testers should be encouraged to provide constructive suggestions only on non-testing activities.
Answer: B
NEW QUESTION # 25
Which of the following statements is FALSE regarding early and frequent feedback?
- A. Early feedback provides the Agile team with information on its productivity.
- B. Early feedback helps to deliver a product that better reflects what the customer wants.
- C. Early feedback promotes early discovery and resolution of quality problems.
- D. Early feedback decreases the amount of time needed for system testing.
Answer: A
NEW QUESTION # 26
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. Capitalizing on the combined skills of business representatives, testers and developers working together to contribute to project success.
- C. Reducing the involvement of business representatives because of the increased communication and collaboration between testers and developers.
- D. Having at least once a day an automated build and test process that detects integration errors early and quickly.
Answer: B
NEW QUESTION # 27
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. 1, 2, 5
- B. 2, 4, 5
- C. 2, 3, 4
- D. 1, 3, 4
Answer: B
NEW QUESTION # 28
In a sprint planning, the product owner presents a user story written on a card. The team starts having a discussion with the product owner to get an understanding on how the software should work.
The user story written on the card is:
"As a customer, I want to subscribe to the mailing list so that I can receive the latest deal in an email." By applying the 3C concept, which ONE of the following statements is CORRECT?
- A. Conversation should include the acceptance criteria discussion.
- B. The card should contain requirements not the user story.
- C. Product owner has written a user story and confirmation is not needed.
- D. The conversation is not required and the team should start developing.
Answer: A
NEW QUESTION # 29
......
CTFL-AT Certification All-in-One Exam Guide Jul-2023: https://torrentpdf.guidetorrent.com/CTFL-AT-dumps-questions.html