
CTFL-AT問題集で2023年最新のISQI CTFL-AT試験問題
無料で使えるCTFL-ATブレーン問題集でダウンロード(CTFL-ATテスト問題集無料更新された)
ISQI CTFL-AT(ISTQB Certified Tester - Foundation Level Extension - Agile Tester)認定試験は、アジャイル開発プロセスに関わる個人にとって重要な認定試験です。この試験は、候補者のアジャイルテストに関する知識とスキルを評価し、ソフトウェアテスト業界で世界的に認められています。この認定試験に合格することで、候補者のキャリアの展望を大いに向上させることができます。また、この認定試験は、ソフトウェアテスト分野での上級認定資格を取得するために必要不可欠なものです。
ISQI CTFL-AT(ISTQB Certified Tester - Foundation Level Extension - Agile Tester)認定試験は、アジャイルなテスト手法に関する知識とスキルを向上させたいソフトウェアテスターを対象としています。認定試験は、原則と実践、テスト手法と技術、アジャイル環境でのテスト、ツールと自動化など、アジャイルなテストに関連する様々なトピックをカバーしています。試験は、国際ソフトウェアテスト認定委員会(ISTQB)によって開発されたアジャイルテスターエクステンションシラバスに基づいており、世界的に認められています。
ISQI CTFL -AT(ISTQB認定テスター - 基礎レベル拡張 - アジャイルテスター)認定試験は、ソフトウェアテストの分野で非常に求められている認定です。この認定は、アジャイル環境でソフトウェアを効果的にテストするために、ソフトウェアテスターに必要なスキルと知識を提供するように設計されています。この試験は世界的に認識されており、ソフトウェア業界の雇用主によって高く評価されています。
質問 # 10
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 testers to execute their responsibility for quality for the combined team.
- C. Enables reduction in test duplication as the testers and test engineers function as a single team.
- D. Enables the team to focus on solely their separate areas of expertise and responsibility.
正解:A
質問 # 11
What is the definition of agile software development?
- A. 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.
- B. 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
- C. A way of developing software where the test cases are developed, and often automated, before the software under test is developed.
- D. 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.
正解:A
質問 # 12
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 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 are fully embedded in each Agile team to perform many of the testing tasks.
正解:B
質問 # 13
Which of the following statements about Agile retrospectives is CORRECT?
- A. During Agile retrospectives, testers should be encouraged to provide constructive suggestions only on non-testing activities.
- B. Unlike working sessions or meetings held in non-Agile projects, Agile retrospectives do not require follow-up 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. Agile retrospectives should be focused mainly on impediments that are outside the control of the team because these issues are more challenging.
正解:C
質問 # 14
Which of the following statements about the benefits of the Agile processes promoting early and frequent feedback is NOT true?
- A. In Agile projects where feedback is provided early and frequently, defects and incorrect requirements are caught earlier and those problems can be fixed faster.
- B. Increasing the frequency of feedback and communication between all the stakeholders involved in Agile projects eliminates all communication problems.
- C. Early and frequent feedback enables the team to deliver the features that represent the highest business value to the customer first.
- D. Feedback from well-conducted Agile retrospectives can be used to positively affect the development process over the course of the next iteration.
正解:B
質問 # 15
Which of the following allows a developer to define accurate unit tests focused on business needs?
- A. Acceptance Test-Driven Development
- B. Design-Driven Development
- C. Behavior-Driven Development
- D. Test-Driven Development
正解:A
質問 # 16
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. State transition testing - test all states of income entry.
- C. User story testing - test that the user can enter an income amount and get a result.
- D. Statement testing - test all statements in income calculation.
正解:A
質問 # 17
Which of the following statements is FALSE regarding early and frequent feedback?
- A. Early feedback decreases the amount of time needed for system testing.
- 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 provides the Agile team with information on its productivity.
正解:D
質問 # 18
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, 3 and 5
- C. Activities 2 and 4
- D. Activities 1, 4 and 6
正解:A
質問 # 19
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.
- A. 1, 3
- B. 2, 3
- C. 3, 4
- D. 2, 5
正解:D
質問 # 20
Which of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT?
- A. Developers write acceptance criteria and test cases, together with testers.
- B. While developers develop automated unit test scripts, testers write automated system level tests.
- C. Developers and testers may work as a pair to develop and test a feature.
- D. Testers replace developers in writing unit test automation scripts.
正解:D
質問 # 21
Which of the following statements would you expect to be the MOST direct advantage of the whole-team approach?
- A. Reducing the involvement of business representatives because of the increased communication and collaboration between testers and developers.
- B. Having at least once a day an automated build and test process that detects integration errors early and quickly.
- C. Avoiding requirements misunderstandings which may not have been detected until later in the development cycle when they are more expensive to fix.
- D. Capitalizing on the combined skills of business representatives, testers and developers working together to contribute to project success.
正解:D
質問 # 22
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. Failed to buy a bus ticket after 18:00.
- C. Failed to buy a bus ticket when the network connection to the Central System is down.
- D. Price for a bus ticket was calculated incorrectly.
正解:A
質問 # 23
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. 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.
- B. 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. - C. Ask experienced testers to try and find new defects by using the system without the constraint of documentation and tools.
- 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.
正解:B
質問 # 24
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. Teams no longer have the ability to run manual tests, as all tests must be automated.
- D. Testers sometimes have too many builds to test, which reduces the quality of testing.
正解:A
質問 # 25
Which one of the following is a testable acceptance criterion?
- A. The response time to confirm a customer submission must not exceed 5 seconds.
- B. The solution shall support business processes.
- C. The tools for testing are tested before use and are meeting the requirements.
- D. The system shall be easy to use.
正解:A
質問 # 26
......
検証済みのCTFL-AT問題集と解答で合格保証で試験問題集テストエンジン:https://jp.fast2test.com/CTFL-AT-premium-file.html
CTFL-AT問題集は合格保証付き!合格させるCTFL-AT試験:https://drive.google.com/open?id=1o2S5L7WEAxbKc9VzcvzMUOezmBzdWpBo