質問 1:Which of the following descriptions is an example of the use of defect taxonomies?
Number of correct answers: 1
A. Running tests with the aim of finding as many defects as possible
B. Using a list of known defect types to penetrate the security of computer systems
C. Grouping defects found in execution by functional areas
D. Following a defect management process through testing
正解:B
質問 2:Which ONE of the following test tools would MOST likely be used as part of test design?
A. Dynamic analysis tools.
B. Comparison tools.
C. Coverage tools.
D. Classification tree tools.
正解:D
質問 3:When applying for health insurance from Health4You, applicants are categorised according to their age, sex, the number of units of alcohol they consume in an average week, Body Mass Index (BMI), whether in full-time work and whether a smoker.
Insurance is offered and the premium is calculated according to the following rules:
Insurance cover is NOT given to those aged 70 or more, or below 18.
Those who consume on average more than 14 units of alcohol a week have an additional premium of £25 per month.
Those with a BMI greater than 35 are NOT given insurance cover.
Smokers have an additional premium of £20 per month.
Those in full-time employment have a premium reduction of £20 per month.
How many test cases are required to give full coverage for the above rules when using a decision table that excludes rules containing infeasible combinations of condition values?
A. 160.
B. 48.
C. 128.
D. 96.
正解:D
質問 4:You are working as a tester on a project to develop a point-of-sales system for grocery stores.
Which of the following is a product risk that could be identified for such a system?
A. Delivery of an incomplete test release to the first cycle of system test
B. Failure to accept allowed credit cards
C. The arrival of a more reliable competing product on the market
D. An excessively high number of defect fixes fail during re-testing
正解:B
質問 5:Study the "Supercar" classification tree, which of the following statements is correct?
A. Order information is missing
B. The classification tree is correct and complete
C. The options for "in stock" are missing
D. The error message is missing
正解:C
質問 6:You are applying pairwise testing and using orthogonal arrays. The following steps are all part of the process to be followed.
i) Determine the number of choices for each variable
ii) Map the test problem onto the orthogonal array
iii) Construct the test cases
iv) Identify the variables
v) Locate an appropriate orthogonal array
What is the correct order of the above mentioned process steps?
A. iv, i, iii, v, ii
B. i, ii, iv, v, iii
C. iv, ii, v, iii, i
D. iv, i, v, ii, iii
正解:D
質問 7:You work for a company who are pioneers in smart energy technology. One of their core products is their energy monitor in-home display device, used to display current and historic energy consumption data to many thousands of customers. It has been designed to integrate with their other smart-home products, including domestic lighting control systems via their HomeHub.
The company is to launch a new application for smartphones and tablets that will allow its customers to view their energy readings remotely and to view their daily budget usage based on seasonal historic data. The application must also support customers with disabilities.
The application is being delivered using a hybrid mix of agile and V-model methodologies over three iterations:
Iteration 1 - Development of the new application to work on the IOS operating system only.
Iteration 2 - Enhancement to the application to also work on the Android operating system.
Iteration 3 - Enhancement to the application to provide daily budget usage.
The test manager has provided you with a list of high-level test conditions and has asked you, as Test Analyst, to select the test conditions that address functional suitability, portability, usability and accessibility for Iteration 1 only.
Which TWO of the following test conditions should you select?
a. The application will accept voice recognition commands made via IOS devices.
b. The application is both learnable and operable for customers when used on Android devices.
c. There is no loss or corruption of data transmitted between the energy monitor and other smart- home products.
d. The daily budget usage is accurately calculated from seasonal historic data running on Android.
e. The application can be installed on all currently supported versions of IOS for all supported smartphones and tablets.
A. a, e.
B. a, b.
C. c, e.
D. b, d.
正解:A
質問 8:A software component for a game application calculates a player's trophy level based on the following three input parameter values and their associated rules:
Time to Complete Game - Maximum 180 seconds. If the input value exceeds this amount, then the component outputs error message TIME1 Points Earned - minimum 5 to a maximum of 25. If the input value is outside this range the component outputs error message EM1 Level of Difficulty - from 1 to a maximum of 4. If the input value is outside this range the component outputs error message EM2 Assuming there are no error messages, a total score is then calculated by the component as (Points Earned * Level of Difficulty) The trophy levels are:
Blue - total score equal to or less than 40
Silver - total score > 40
Gold - total score > 70
Diamond - total score > 80
Platinum - total score > 90
The component then outputs the correct trophy level
Applying the Equivalence Partition test design technique to this component and assuming that each error message and each trophy level represents a separate output partition, what percentage of the total output partitions have been exercised by the following suite of test cases?
Player 1 - Points earned 25, level of difficulty 2, time 60 seconds.
Player 2 - Points earned 20, level of difficulty 3, time 120 seconds.
Player 3 - Points earned 30, level of difficulty 1, time 200 seconds.
A. 40%
B. 20%
C. 12.5%
D. 25%
正解:D
質問 9:While identifying scenario's for the use case "copy A4 - A4" for a new copier, the following scenario's were identified:
Basic scenario: single side to single side
Deviations: single side to double side, copy of a set, copy using the automatic document feeder Failures: no paper in paper tray, paper jam, out of staples During interviews with both development and end-users it has been established that the failure scenarios can occur during the basic scenario and during each of the deviations.
How many test cases will be needed to achieve full coverage both for valid and invalid situations?
A. 10
B. 12
C. 16
D. 20
正解:C
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社のCTAL-TA問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
ISTQB CTAL-TA 認定試験の出題範囲:
トピック | 出題範囲 |
---|
トピック 1 | - Explain what test techniques are appropriate to test functional completeness
- Define the typical defects to be targeted for the functional completeness, correctness and appropriateness characteristics
|
トピック 2 | - Determine the appropriate activities for a Test Analyst in a keyword-driven automation project
- For a given situation, participate in risk identification
|
トピック 3 | - Explain the usage and types of test tools applied in test design
- Explain the issues to be considered in test case design
|
トピック 4 | - Identify problems in a user story according to checklist information
- Explain how classification tree diagrams support test techniques
|
トピック 5 | - Analyze a given specification item(s) and design test cases by applying pairwise testing
- Summarize the appropriate tasks for the Test Analyst when conducting analysis and design activities
|
参照:http://www.istqb.org/certification-path-root/advanced-level/advanced-level-test-analyst.html
一年間の無料更新サービスを提供します
君が弊社のISTQB CTAL-TAをご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたISTQB CTAL-TAをお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のISTQB CTAL-TAを持っていることを保証します。
TopExamは君にCTAL-TAの問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
弊社は失敗したら全額で返金することを承諾します
我々は弊社のCTAL-TA問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のISTQB CTAL-TAを利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
弊社のISTQB CTAL-TAを利用すれば試験に合格できます
弊社のISTQB CTAL-TAは専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社はCTAL-TA問題集の質問と答えが間違いないのを保証いたします。
この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のISTQB CTAL-TAを利用すれば、君は一回で試験に合格できます。
弊社は無料ISTQB CTAL-TAサンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料CTAL-TAサンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこのCTAL-TA問題集は自分に適するかどうか判断して購入を決めることができます。
CTAL-TA試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。