世の中に去年の自分より今年の自分が優れていないのは立派な恥です。それで、人材として毎日自分を充実して、ISTQB Agile Public Sector Exam問題集を学ぶ必要があります。弊社のISTQB Agile Public Sector Exam問題集はあなたにこのチャンスを全面的に与えられます。あなたは自分の望ましいISTQB Agile Public Sector Exam問題集を選らんで、学びから更なる成長を求められます。心はもはや空しくなく、生活を美しくなります。
CertJukenはいつまでもお客様の需要を重点に置いて、他のサイトに比べより完備のISTQB Agile Public Sector Exam試験資料を提供し、ISTQB Agile Public Sector Exam試験に参加する人々の通過率を保障できます。お客様に高質のISTQB Agile Public Sector Exam練習問題を入手させるには、我々は常に真題の質を改善し足り、最新の試験に応じて真題をアープデートしたいしています。我々ISTQB Agile Public Sector Exam試験真題を暗記すれば、あなたはこの試験にパースすることができます。
ISTQB Agile Public Sector Exam練習問題は、若干の質問と回答のサンプルを提供します。 あなたは私たちのISTQB Agile Public Sector Exam試験関連資料の無料のデモを試してみて、それをダウンロードすることができます。満足している場合は、ショッピングカートに追加することができます。気に入らば、ショッピングカードにISTQB Agile Public Sector Examトレーニング資料を入れます。支払いをした後、こちらはあなたのメールボックスにISTQB Agile Public Sector Exam練習問題を送ります。そして、あなたは電子メールをチェックして、添付ファイルをダウンロードできます。
ISTQB-Agile-Public試験問題集をすぐにダウンロード:成功に支払ってから、我々のシステムは自動的にメールであなたの購入した商品をあなたのメールアドレスにお送りいたします。(12時間以内で届かないなら、我々を連絡してください。Note:ゴミ箱の検査を忘れないでください。)
ISTQB ISTQB-Agile-Public 試験シラバストピック:
| セクション | 比重 | 目標 |
|---|---|---|
| アジャイルにおけるテストの原則と実践 | 25% | - アジャイルにおけるテストのレベルと種別 - 従来のテストとアジャイルテストの違い - チーム全体で取り組むアプローチ |
| テストの計画立案・設計・実施 | 25% | - ユーザーストーリーと受け入れ基準 - リスクに基づくテスト - テスト設計技法 |
| アジャイルチームの役割と連携 | 15% | - 公共部門における関係者との調整 - アジャイルチームにおける各役割 - コミュニケーションとフィードバックの循環 |
| アジャイル型ソフトウェア開発の基礎 | 20% | - 公共部門におけるアジャイルの活用 - 代表的なアジャイル開発手法(Scrum、Kanban、XP) - アジャイル宣言と原則 |
| 継続的インテグレーション、自動化、ツール | 15% | - テスト自動化の方針 - 継続的インテグレーションと継続的デリバリー - 代表的なアジャイルテスト用ツール |
ISTQB Agile Public Sector 認定 ISTQB-Agile-Public 試験問題:
1. 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?
SELECT ONE OPTION
A) Decision table testing. Test the following conditions:
Condltions=reglstered user logged In; inserted power of the vehlcle=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 vehicle?! 50 kW; power of the vehicle>150 kW]
2. Why is regression of software a high risk in agile projects?
SELECT ONE OPTION
A) Test automation can cause regression of software in the test environment.
B) There is code churn due to change in business needs over several sprints.
C) Test-driven development means that existing functionality is not considered.
D) Regression is built into software as a safeguard against unexpected failures.
3. Which of the following is a benefit of a whole-team approach?
SELECT ONE OPTION
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 testers to execute their responsibility for quality for the combined team
D) Enables the team to focus on solely their separate areas of expertise and responsibility.
4. Which of the following statements about the benefits of the Agile processes promoting early and frequent feedback is NOT true?
SELECT ONE OPTION
A) Early and frequent feedback enables the team to deliver the features that represent the highest business value to the customer first.
B) In Agile projects where feedback is provided early and frequently, defects and incorrect requirements are caught earlier and those problems can be fixed faster.
C) Feedback from well-conducted Agile retrospectives can be used to positively affect the development process over the course of the next iteration.
D) Increasing the frequency of feedback and communication between all the stakeholders involved in Agile projects eliminates all communication problems.
5. 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 customers 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?
i) As a customer assistant I can log in to the system and check the history of the customer account for the last year.
ii) As a customer assistant I can log in to the system and check the history of the customer debts and repayments.
iii) As a customer assistant I can log in to the system and change my password.
iv) As a bank manager I can log in to the system and receive the information of all requests waiting for approval.
v) As a bank manager I can log in to the system and decide whether to approve a loan for a customer.
vl) As a bank manager I can log in to the system within 10 seconds.
SELECT ONE OPTION
A) Acceptance test criteria are i, iii, iv and v
B) Acceptance test criteria are i, ii, iv and v
C) Acceptance test criteria are ii, iv, v and vi
D) Acceptance test criteria are i, ii, iii and vi
質問と回答:
| 質問 # 1 正解: A | 質問 # 2 正解: B | 質問 # 3 正解: A | 質問 # 4 正解: D | 質問 # 5 正解: B |




岩川**
Murata
大久**
Achi
