2023 2024 EduVark > Education Discussion > General Discussion


  #1  
June 21st, 2014, 05:22 PM
Super Moderator
 
Join Date: Mar 2013
ISTQB-Advanced level Technical Test Analyst Question Paper

Can you give me question paper for ISTQB-Advanced level Technical Test Analyst examination as soon as possible ?

Here I am giving you question paper for ISTQB-Advanced level Technical Test Analyst examination in PDF file attached with it ..
1. You are working as a test analyst at a bank. At the bank, test analysts work closely with users during user acceptance test. The bank has bought two financial applications as commercial off-the-shelf (COTS) software from large software vendors. Previous history with these vendors has shown that they deliver quality applications that work on their own, but this is the first time the bank will attempt to integrate applications from these two vendors. Which of the following test levels would you expect to be involved in? [Note: There might be more than one right answer.]
A. Component test
B. Component integration test
C. System integration test
D. Acceptance test

2. Which of the following is necessarily true of safety critical systems?
A. They are composed of multiple COTS applications.
B. They are complex systems of systems.
C. They are systems upon which lives depend.
D. They are military or intelligence systems.
3. Identify all of the following which can be useful as a test oracle the first time a test case is run?
A. Incident report
B. Requirements specification
C. Test summary report
D. Legacy system
4. Assume you are a test analyst working on a banking project to upgrade an existing automated teller machine system to allow customers to obtain cash advances from supported credit cards. During test design, you identify a discrepancy between the list of supported credit cards in the requirements specification and the design specification. This is an example of what?
E. Test design as a static test technique
F. A defect in the requirements specification
G. A defect in the design specification
H. Starting test design too early in the project

5. Which of the following is not always a pre condition for test execution?
I. A properly configured test environment
J. A thoroughly specified test procedure
K. A process for managing identified defects
L. A test oracle

6. Assume you are a test analyst working on a banking project to upgrade an existing automated teller machine system to allow customers to obtain cash advances from supported credit cards. One of the exit criteria in the test plan requires documentation of successful cash advances of at least 500 euros for all supported credit cards. The correct list of supported credit cards is American Express, Visa, Japan Credit Bank, Eurocard, and MasterCard.
After test execution, a complete list of cash advance test results shows the following:
o American Express allowed advances of up to 1,000 euros.
o Visa allowed advances of up to 500 euros.
o Eurocard allowed advances of up to 1,000 euros.
o MasterCard allowed advances of up to 500 euros.
Which of the following statements is true?
A. The exit criterion fails due to excessive advances for American Express and Eurocard.
B. The exit criterion fails due to a discrepancy between American Express and Eurocard on the one hand and Visa and MasterCard on the other hand.
C. The exit criterion passes because all supported cards allow cash advances of at least the minimum required amount.
D. The exit criterion fails because we cannot document Japan Credit Bank results.
7. In many of the IEEE 829 templates, a section in one of the documents used early in the project lifecycle is related to a similar section in multiple documents used later in the project lifecycle. For example, an IEEE 829 test plan has a section called "Features to Be Tested," and you would expect to find each of the features listed in this section of the test plan to be listed in one or more of the sections called "Features to Be Tested" in all of the test design specifications. Which of the following statements best expresses another similar relationship in the IEEE 829 templates?
A. Test case specification is to test procedure specification as test plan is to test design specification.
B. Test procedure specification is to test case specification as test plan is to test design specification.
C. Test case specification is to test item transmittal report as test plan is to test design specification.
D. Test plan is to test item transmittal report as test plan is to test design specification.

8. Assume you are a test analyst working on a banking project to upgrade an existing automated teller machine system to allow customers to obtain cash advances from supported credit cards. The system should allow cash advances of at least 500 euros for all supported credit cards. The correct list of supported credit cards is American Express, Visa, Japan Credit Bank, Eurocard, and MasterCard.
Among the various quality risk items you identify during risk analysis, you have the following, listed in order of perceived level of risk from most risky to least risky:
o Visa or MasterCard unable to obtain any cash advances
o American Express or Eurocard unable to obtain any cash advances
o Japan Credit Bank unable to obtain any cash advances
o Visa or MasterCard cash advances improperly limited
o American Express or Eurocard cash advances improperly limited
o Japan Credit Bank cash advances improperly limited
Assume that, in the following list, each test case requires exactly one hour of test analyst effort to run. Which of the following is a comma-separated, sequenced list of test cases that covers these risks in a way that is appropriate to the level of risk and that minimizes test effort?
A. Test minimum American Express and Eurocard advances; test minimum Visa and MasterCard advances; test minimum Japan Credit Bank advances.
B. Test minimum and maximum Visa and MasterCard advances; test minimum and maximum American Express and Eurocard advances; test minimum and maximum Japan Credit Bank advances.
C. Test minimum Visa and MasterCard advances; test minimum American Express and Eurocard advances; test minimum Japan Credit Bank advances; test maximum Visa and MasterCard advances; test maximum American Express and Eurocard advances; test maximum Japan Credit Bank advances.
D.Test maximum American Express and Eurocard advances; test maximum Visa and MasterCard advances; test maximum Japan Credit Bank advances.
9. Assume you have the following three documents or reports available to you at the appropriate point during a project:
XI. Checklist of important quality characteristics for your product
XII. Historical information from similar past projects on where defects were found and how serious those defects were
XIII. A Pareto analysis of the subsystems where defects have been discovered so far during test execution on this project
Which of the following statements matches each of these items with the risk management activity the item will most benefit?
A. I: risk identification; II: risk assessment; III: risk control
B. I: risk control; II: risk assessment; III: risk identification
C. I: risk identification; II: risk control; III: risk assessment
D. I: risk assessment; II: risk control; III: risk identification
10. Which of the following is a typical defect that equivalence partitioning would identify?
Improper handling of sequences of events
Improper handling of combinations of conditions
Improper handling of large and small values
Improper handling of classes of inputs

11. Which of the following is a typical defect that boundary value analysis would identify?
A. Improper handling of sequences of events
B. Improper handling of combinations of conditions
C. Improper handling of large and small values
D. Improper handling of classes of inputs

12. Which of the following is a typical defect that decision table testing would identify?
A. Improper handling of sequences of events
B. Improper handling of combinations of conditions
C. Improper handling of large and small values
D. Improper handling of classes of inputs
13. Which of the following is a typical defect that state-based testing would identify?
A. Improper handling of sequences of events
B.Improper handling of combinations of conditions
C. Improper handling of configuration combinations
D. Improper handling of classes of inputs

14. Which of the following is a typical defect that classification tree testing would identify?
A. Improper handling of sequences of events
B. Improper handling of typical workflows
C. Improper handling of configuration combinations
D. Improper handling of classes of inputs
15. Which of the following is a typical defect that use case would identify?
A. Improper handling of large and small values
B. Improper handling of configuration combinations
C. Improper handling of classes of inputs
D. Improper handling of typical workflows
16. Which of the following is a typical defect that pairwise testing would identify?
A. Improper handling of sequences of events
B. Improper handling of typical workflows
C. Improper handling of configuration combinations
D.Improper handling of classes of inputs
17. Assume you are a test analyst working on a banking project to upgrade an existing automated teller machine system to allow customers to obtain cash advances from supported credit cards. The system should allow cash advances from 20 dollars to 500 dollars, inclusively, for all supported credit cards. The correct list of supported credit cards is American Express, Visa, Japan Credit Bank, Eurocard, and MasterCard.
Assume that, in the following list of valid test cases, the first item in the parenthesized triple represents the credit card, the second item represents the amount to withdraw, and the third item represents the expected result. Which of the following selections gives a set of test cases that covers the equivalence partitions for credit cards and shows the correct expected result?
A. (American Express, $20, succeed); (Visa, $100, succeed); (Japan Credit Bank, $500, succeed); (Eurocard, $200, succeed); (Master- Card, $400, succeed)
B. (American Express, $20, succeed); (Visa, $600, fail); (Japan Credit Bank, $500, fail); (Eurocard, $200, succeed); (MasterCard, $400, succeed)
C. (American Express, $20, succeed); (Japan Credit Bank, $500, succeed); (Eurocard, $200, succeed); (MasterCard, $400, succeed)
D. (American Express, $20, succeed); (Visa, $600, succeed); (Japan Credit Bank, $500, succeed); (Eurocard, $200, succeed); (Master- Card, $400, succeed)
18. Assume you are a test analyst working on a banking project to upgrade an existing automated teller machine system to allow customers to obtain cash advances from supported credit cards. The system should allow cash advances from 20 dollars to 500 dollars, inclusively, for all supported credit cards. The correct list of supported credit cards is American Express, Visa, Japan Credit Bank, Eurocard, and MasterCard. The user interface starts with a default amount of 100 dollars for advances, and the ATM keypad is used to increase or decrease that amount in 20-dollar increments.
Assume that, in the following list of test cases, the first item in the parenthesized triple represents the credit card, the second item represents the amount to withdraw, and the third item represents the expected result. Which of the following selections gives a set of test cases that covers the boundary values for cash advances and shows the correct expected result?
A. (American Express, $20, succeed); (Visa, $500, succeed); (Japan Credit Bank, $520, fail); (Eurocard, $0, fail)
B. (American Express, $20, succeed); (Visa, $600, fail); (Japan Credit Bank, $500, fail); (Eurocard, $200, succeed); (MasterCard, $400, succeed)
C. (American Express, $20, succeed); (Japan Credit Bank, $500, succeed); (Eurocard, $520, succeed); (MasterCard, $400, succeed)
D. (American Express, $20, succeed); (Visa, $600, fail); (Japan Credit Bank, $500, succeed); (Eurocard, $200, succeed); (MasterCard, $400, succeed)
19. Assume you are a test analyst working on a banking project to upgrade an existing automated teller machine system to allow customers to obtain cash advances from supported credit cards. The system should allow cash advances from 20 dollars to 500 dollars, inclusively, for all supported credit cards. The correct list of supported credit cards is American Express, Visa, Japan Credit Bank, Eurocard, and MasterCard. The user interface starts with a default amount of 100 dollars for advances, and the ATM keypad is used to increase or decrease that amount in 20-dollar increments.
Consider the decision table shown in table 1.0 that describes the handling of these transactions.Table 1.0. Cash advance decision table
Conditions 1 2 3 4 5
Supported card N Y Y Y Y
User authenticated – N Y Y Y
Allowed advance amount – – N Y Y
Within available balance – – – N Y
Actions





Reject card Y Y N N N
Prompt for new amount N N Y Y N
Dispense cash N N N N Y



Assume that you want to design a set of test cases where the following coverage is achieved:
Decision table coverage
Boundary values for allowed and disallowed advance amounts
Successful advance for each supported card
Design a set of test cases that achieves this level of coverage with the minimum possible number of test cases. Assume each test case consists of a single combination of conditions to create and a single combination of actions to check. How many test cases do you need?
A. 4
B. 5
C. 6
D. 10

20. Assume you are a test analyst working on a project to create a programmable thermostat for home use to control central heating, ventilation, and air conditioning (HVAC) systems. You want to test the ability of the thermostat to properly interact with the central HVAC unit.
At any given moment, the HVAC unit is in either an off state (the initial state) or an on state. The thermostat can send the HVAC unit either a start event or a stop event. If the unit is in an on state and it receives a stop event, it will always deactivate and display an "idle" message.
If the unit is in an off state and it receives a start event, it will activate and display an "active" message if all conditions are normal. However, if the unit is in an off state and it receives a start event, it might fail to activate under one of three conditions:
No power to the HVAC unit, the compressor, or other component
A failure of the HVAC unit, the compressor, or other component
To prevent damage to the HVAC unit, the compressor, or other component
If it fails to activate, it displays an error code associated with the condition that caused the failure to activate.
Analyze these requirements to draw a state transition diagram for this thermostat. Use a separate state transition to show each failure-to-activate event/condition pair.
Which of the following statements is true?
A. There are two states and three transitions.
B. There are two states and five transitions.
C. There are five states and three transitions.
D. There are five states and two transitions.
21. Continue with the scenario in the previous question. Use the state transition diagram you created to generate tests that achieve state and tran-sition coverage (i.e., 0-switch coverage) subject to the following addi—tional rules for these test cases:
A test must begin with the HVAC unit in the initial state.
A test must complete when the HVAC unit returns to the off state from the on state.
All tests can only complete with the HVAC unit in the off state.
Design the minimum number of test cases possible.
How many test cases did you design?
A. 1
B. 2
C. 4
D. 8
22. Assume you are a test analyst working on a project to create a programmable thermostat for home use to control central heating, ventilation, and air conditioning (HVAC) systems. In addition to the normal HVAC control functions, the thermostat also has the ability to download data to a browser-based application that runs on PCs for further analysis.
You are planning to do some compatibility testing of application and feature. You identify the following factors and, for each factor, the following options:
Supported PC/thermostat connections: USB and Bluetooth
Supported operating systems: Windows 2000, Windows XP, Windows Vista, Mac X, Linux
Supported browsers: Internet Explorer, Firefox, Opera
Assume that you plan to use a classification tree to design the tests. You want to cover all possible pairs of operating systems with PC/thermostat connections because you are concerned about possible data transfer issues, but you only care that every browser be tested at least once.
What is the minimum number of configurations you'll need to test?
A. 5
B.10
C.15
D.30
23.Continue with the scenario in the previous question.
Assume instead that you plan to use an orthogonal array to design the tests. You want to cover all possible pairs of options across all three possible pairs of factors.
What is the minimum number of configurations you'll need to test?
A. 5
B. 10
C. 15
D.30
24. Continue with the scenario in the previous question.
Assume that figure 2.0 describes an informal use case for the data transfer feature.
Figure 2.0. Informal data transfer use case


Which of the following statements (or some similar statement) would be found in a test procedure designed to cover one of the exception workflows in this use case?
A. Click Download Thermostat Data button, wait for the "Download Complete" message, and then proceed to the Analysis workflow to verify the data.
B. Click Download Thermostat Data button and immediately disconnect the USB cable or Bluetooth module.
C. Click Download Thermostat Data button, wait for the "Download Complete" message, and then disconnect the USB cable or Bluetooth module.
D. Click Download Thermostat Data button, wait for the "Download Complete" message, and then close the browser.
25. Which of the following statements captures a key difference between specification-based and defect-based test design techniques?
A. Specification-based techniques derive tests from the structure of the system, while defect-based techniques derive tests from what is known about defects.
B. Defect-based techniques derive tests from the structure of the system, while specification-based techniques derive tests from the behaviour of the system.
C. Defect-based techniques derive tests from the structure of the system, while specification-based techniques derive tests from an analysis of the test basis.
D. Defect-based techniques derive tests from what is known about defects, while specification-based techniques derive tests from an analysis of the test basis.
26. Which of the following is an example of the use of a defect taxonomy for test design?
A. Using frequency of defect occurrence as an input into quality risk analysis
B. Selecting test inputs that are likely to reveal a failure associated with a particular defect
C. Updating the defect taxonomy after test execution to reflect the latest findings
D. Sending the defect taxonomy, along with frequency of defect occurrence, to development for process improvements
27. Which of the following is an important principle for use of experienced-based test techniques?
A. Tester skill is a critical factor in assignment of test execution tasks.
B. Tester skills are less important than ensuring 100% tester utilization.
C. Testers should always focus on defect-preventing activities.
D. Testers should be evaluated based on the number of defects they find.
28. Assume you are a test analyst working on a project to create a programmable thermostat for home use to control central heating, ventilation, and air conditioning (HVAC) systems. In addition to the normal HVAC control functions, the thermostat also has the ability to download data to a browser-based application that runs on PCs for further analysis.
Consider the following exploratory test charter:
Load various thermostat data sets to the application and evaluate the standard reports the application can produce.
Which of the following statements is true and consistent with the approach to exploratory testing described in the Advanced syllabus?
A. All actions associated with executing this charter should occur during test execution, after receipt of the initial test object.
B. All of the thermostat data sets should be created prior to test execution, while all other actions associated with executing this charter should occur during test execution.
C. Most of the thermostat data sets could be created prior to test execution, provided those data sets could be modified during test execution based on test results.
D. All data, inputs, and expected results for this test charter should be specified in a concrete test case before the start of test execution.
29. Consider the following software fault attack proposed by Whittaker's technique:
Force all possible incoming errors from the software/OS interfaces to the application.
Which of the following is the kind of failure you are looking for when testing using this attack?
A. Application crashes when unsupported characters are pasted into an input field using the Windows Clipboard
B. Application splash screen has incorrect spelling of company name
C. Application fails to display financial numbers in currency format on reports
D. Application miscalculates total monthly balance due on credit cards

30. Assume you are a test analyst working on a banking project to upgrade an existing automated teller machine system to allow customers to obtain cash advances from supported credit cards.
When the user first inserts a valid credit card type, the system considers the user to be in the unauthenticated state. Prior to requesting a cash advance, though, the user must enter the authenticated state. The user authenticates by entering the proper PIN.
When authenticating the user, the system should allow the user to enter their PIN up to three times before failing the authentication and rejecting the card. On the first and second try, the system should prompt the user to reenter the PIN.
Suppose you are concerned that, depending on the exact number of invalid PINs entered, the system might behave improperly. Which of the following test design techniques is specifically targeted at such failures?
A. Equivalence partitioning extended by boundary value analysis
B. Pairwise testing with orthogonal arrays
C. State-based testing using N-1 switch coverage
D. Classification tree testing using two-factor authentication
31. If we say that a set of tests has achieved 100% structural decision coverage on a particular module in a program, what does that mean?
A. That all bugs present in that module were necessarily revealed by those tests.
B. That every control flow branch had been executed at least once by those tests.
C. That every dataflow in that module was exercised at least once by those tests.
D. That every path through that module was exercised at least once by those tests.
32. Consider the following code fragment:
if (a>b) && (b>c)) {
b = (a+c)/2;
}
Assume that, in the following options, each of the three numbers in parentheses represents the inputs for a test case, where the first number is a, the second number b, and the third number c. Which of the following gives a set of test case inputs that achieves decision coverage for this fragment of code in the minimum number of test cases?
A. (5, 3, 2)
B. (5, 3, 2); (5, 4, 0)
C. (5, 4, 0); (4, 5, 0)
D. (4, 5, 0); (5, 4, 5)
33. Which of the following is a dynamic analysis technique related to improving application performance?
A. Code complexity analysis
B. Profiling
C. Network packet sniffing
D. Spelling and grammar checking
34. Set-use pairs are identified during which of the following static analysis activities?
A. Control flow analysis
B. Data flow analysis
C. Coding standards analysis
D. Cyclomatic complexity analysis
35. Which of the following tests would address the interoperability of this application?
A. Encrypting data using a public key and checking that the appropriate private key can decrypt it
B. Evaluating the ability of typical users to download and analyze data from this application
C. Logging thermostat operation statistics on a paper log at regular intervals during operation and checking the exported data against the log
D. Exporting data in Excel format and loading it in OpenOffice's spreadsheet application
36. Continue with the scenario in the previous question.
Which of the following tests would address the functional security of this application?
A. Encrypting data using a public key and checking that the appropriate private key can decrypt it
B. Using a text-to-speech application to read the data from the application's screen
C. Logging thermostat operation statistics on a paper log at regular intervals during operation and checking the exported data against the log
D. Evaluating the ability of typical users to download and analyze data from this application
37. Continue with the scenario in the previous question.
Which of the following tests would address the accessibility of this application?
A. Encrypting data using a public key and checking that the appropriate private key can decrypt it
B. Using a text-to-speech application to read the data from the application's screen
C. Evaluating the ability of typical users to download and analyze data from this application
D. Exporting data in Excel format and loading it in OpenOffice's spreadsheet application
38. Continue with the scenario in the previous question.
Which of the following tests would address the usability of this application?
A. Encrypting data using a public key and checking that the appropriate private key can decrypt it
B. Using a text-to-speech application to read the data from the application's screen
C. Evaluating the ability of typical users to download and analyze data from this application
D. Exporting data in Excel format and loading it in OpenOffice's spreadsheet application
39. Which of the following is the best example of a reliability failure for an application?
A. Slow response time
B. Excessive memory consumption
C. Random application termination
D. Failure to encrypt data
40. Which of the following types of reviews is generally the most effective at finding the greatest percentage of defects present in the object being reviewed?
A. Informal
B. Walk-through
C. Peer review
D. Inspection

---------------------------------------------------------------------------------------------------------------------------------------------------------------


Answers:
1. A, D
2. C
3. B, D
4. A
5. B
6. D
7. D
8. B
9. A
10. D
11. C
12. B
13. A
14. C
15. D
16. C
17. A
18. A
19. D
20. B
21. A
22. B
23. C
24. B
25. D
26. B
27. A
28. C
29. A
30. C
31. B
32. C
33. B
34. B
35. D
36. A
37. B
38. C
39. C
40. D

Last edited by Neelurk; March 18th, 2020 at 08:49 AM.
Similar Threads
Thread
ISTQB Test Question Paper
Free Download JEE Advanced Question Paper
Sample Question Paper For JEE Advanced
JEE Advanced Question Paper With Solutions Pdf
Entry Level Business Analyst Job Description
JEE Advanced Previous Year Question Paper
Question Paper with Solution of JEE Advanced
JEE Advanced Paper Difficulty Level
JEE Advanced Unsolved Question Paper
JEE Advanced Question Paper In Hindi
ISTQB Certification Exam Question Paper
ISTQB Exam Model Paper
ISTQB Foundation Latest Question Papers
DOEACC C Level Advanced Computer Architecture previous years question papers
Structure of IIT JEE Advanced question paper 2014



Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 03:02 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8