Question 1
Question
In case of Large Systems :
Answer
-
A. Only few tests should be run
-
B. Testing should be on the basis of Risk
-
C. Only Good Test Cases should be executed.
-
D. Test Cases written by good test engineers should be executed.
Question 2
Question
What is the expected result for each of the following test cases?
A. Citibank card member, holding a Silver room
B. Non Citibank-member, holding a Platinum room
Answer
-
A. A Don't offer any upgrade, B - Don't offer any upgrade.
-
B. A Don't offer any upgrade, B - Offer upgrade to Gold.
-
C. A Offer upgrade to Silver, B - Offer upgrade to Silver.
-
D. A Offer upgrade to Gold, B - Don't offer any upgrade
Question 3
Question
Which typical defects are easier to find using static instead of dynamic testing?
L. Deviation from standards
M. Requirements defects
N. Insufficient maintainability
O. Incorrect interface specifications
Answer
-
A. L, M, N and O
-
B. L and N
-
C. L,N and O
-
D. L,M and N
Question 4
Question
Based on the IEEE Standard for Software Test Documentation (IEEE Std 829-1998), which sections of the test incident report should the following details be recorded?
a) Test incident report identifier
b) Summary
c) Incident description
d) Impact
1. Expected results
2. Actual results
3. Procedure step
4. Environment
5. Revision level
6. Date and time
Answer
-
A. a: 3; b: 5; c: 1, 2, 4 and 6
-
B. b: 5; c: 1, 2, 3, 4 and 6
-
C. b: 5 and 6; c: 1, 2, 3 and 4
-
D. a: 5; c: 1, 2, 3, 4 and 6
Question 5
Question
Repeated Testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component:
Answer
-
A. Re Testing
-
B. Confirmation Testing
-
C. Regression Testing
-
D. Negative Testing
Question 6
Question
Consider the following state transition diagram of a switch. Which of the following represents an invalid state transition?
Answer
-
A. OFF to ON
-
B. ON to OFF
-
C. FAULT to ON
Question 7
Question
We use the output of the requirement analysis, the requirement specification as the input for writing:
Answer
-
A. User Acceptance Test Cases
-
B. Integration Level Test Cases
-
C. Unit Level Test Cases
-
D. Program specifications
Question 8
Question
Regression testing should be performed:
i. Every week
ii. After the software has changed
iii. As often as possible
iv. When the environment has changed
v. When the project manager says
Answer
-
A. i & ii are true, iii, iv & v are false
-
B. ii, iii & iv are true, i & v are false
-
C. ii & iv are true, i, iii & v are false
-
D. ii is true, i, iii, iv & v are false
Question 9
Question
Which input combinations will a knowledgeable tester MOST LIKELY use to uncover potential errors when testing a surname field?
Answer
-
A. Wilson, de Costa and Morgan
-
B. Go, Cheenaswamimuthusami and Venkatsewaran
-
C. Smit, Smyth and Smithson
-
D. O'Lever, Lesa-Brit and Jewel Dòe
Question 10
Question
Which of the following has highest level of independence in which test cases are:
Answer
-
A. Designed by persons who write the software under test
-
B. Designed by a person from a different section
-
C. Designed by a person from a different organization
-
D. Designed by another person
Question 11
Question
Test planning has which of the following major tasks?
i. Determining the scope and risks, and identifying the objectives of testing.
ii. Determining the test approach (techniques,test items, coverage, identifying and
interfacing the teams involved in testing , testware)
iii. Reviewing the Test Basis (such as requirements,architecture,design,interface)
iv. Determining the exit criteria.
Answer
-
A. i,ii,iv are true and iii is false
-
B. i,,iv are true and ii is false
-
C. i,ii are true and iii,iv are false
-
D. ii,iii,iv are true and i is false
Question 12
Question
Deciding How much testing is enough should take into account :-
i. Level of Risk including Technical and Business product and project risk
ii. Project constraints such as time and budget
iii. Size of Testing Team
iv. Size of the Development Team
Answer
-
A. i,ii,iii are true and iv is false
-
B. i,,iv are true and ii is false
-
C. i,ii are true and iii,iv are false
-
D. ii,iii,iv are true and i is false
Question 13
Question
Which of the following will be the best definition for Testing:
Answer
-
A. The goal / purpose of testing is to demonstrate that the program works.
-
B. The purpose of testing is to demonstrate that the program is defect free.
-
C. The purpose of testing is to demonstrate that the program does what it is supposed to do.
-
D. Testing is executing Software for the purpose of finding defects.
Question 14
Question
Minimum Tests Required for Statement Coverage and Branch Coverage:
Read P
Read Q
If p+q > 100 then
Print "Large"
End if
If p > 50 then
Print "pLarge"
End if
Answer
-
A. Statement coverage is 2, Branch Coverage is 2
-
B. Statement coverage is 3 and branch coverage is 2
-
C. Statement coverage is 1 and branch coverage is 2
-
D. Statement Coverage is 4 and Branch coverage is 2
Question 15
Question
Match every stage of the software Development Life cycle with the Testing Life cycle:
i. Hi-level design
ii. Code
iii. Low-level design
iv. Business requirements
a Unit tests
b Acceptance tests
c System tests
d Integration tests
Answer
-
A. i-d , ii-a , iii-c , iv-b
-
B. i-c , ii-d , iii-a , iv-b
-
C. i-b , ii-a , iii-d , iv-c
-
D. i-c , ii-a , iii-d , iv-b
Question 16
Question
Which of the following is a part of Test Closure Activities?
i. Checking which planned deliverables have been delivered
ii. Defect report analysis.
iii. Finalizing and archiving testware.
iv. Analyzing lessons.
Answer
-
A. i , ii , iv are true and iii is false
-
B. i , ii , iii are true and iv is false
-
C. i , iii , iv are true and ii is false
-
D. All of above are true
Question 17
Question
What principles do "avoiding author bias" and "communicating problems constructively" represent?
Answer
-
A. Preventive testing and reactive testing
-
B. Experience-based testing and interoperability testing
-
C. Independent testing and good interpersonal skills
-
D. Criticism avoidance and effective relationships
Question 18
Question
Which test is OFTEN the responsibility of the customers or users of the system?
Answer
-
A. Usability testing
-
B. Functional testing
-
C. Maintenance testing
-
D. Acceptance testing
Question 19
Question
Which of the following statements is true of static analysis:
Answer
-
A. Compiling code is not a form of static analysis.
-
B. Static analysis need not be performed before imperative code is executed.
-
C. Static analysis can find faults that are hard to find with dynamic testing.
-
D. Extensive statistic analysis will not be needed if white- Box testing is to be performed.
Question 20
Question
In a system designed to work out the tax to be paid: An employee has $4000 of salary tax free. The next $1500 is taxed at 10% The next $28000 is taxed at 22% Any further amount is taxed at 40%
Which of these groups of numbers would fall into the same equivalence class?
Question 21
Question
Cost of the reviews will not include.
Answer
-
A. Review process itself
-
B. Metrics analysis
-
C. Tool support.
-
D. Process improvement.
Question 22
Question
Regression testing always involves
Answer
-
A. Testing whether a known software fault been fixed.
-
B. Executing a large number of different tests.
-
C. Testing whether modifications have introduced adverse side effects.
-
D. Using a test automation tool.
Question 23
Question
Capture and replay facilities are least likely to be used to _______
Answer
-
A. Performance testing
-
B. Recovery testing
-
C. GUI testing
-
D. User requirements.
Question 24
Question
Which tool will be used to test the flag memory leaks and unassigned pointers
Answer
-
A. Dynamic analysis tool
-
B. Static Analysis tool.
-
C. Maintenance tool.
-
D. Configuration tool.
Question 25
Question
Cyclomatic complexity is used to calculate
Answer
-
A. Number of independent paths in the basis set of a program
-
B. Number of binary decisions + 1
-
C. Number bound for the number of tests that must be conducted to ensure that all statements have been executed at least once
-
D. Number of branches and decisions
Question 26
Question
Which of the following is not included in Test Plan.
Question 27
Question
Software quality is not relevant to _______
Answer
-
A. Correctness
-
B. Usability
-
C. Viability
-
D. Reusability.
Question 28
Question
Match the following:
1. Test estimation
2. Test control
3. Test monitoring
a. Measures of tracking process
b. Effort required to perform activities
c. Reallocation of resources
Answer
-
A. 1-b, 2-c, 3-a
-
B. 1-b, 2-a, 3-c
-
C. 1-c, 2-a, 3-b
-
D. 1-a, 2-b, 3-c
Question 29
Question
When do you stop testing?
Answer
-
A. When the specified number of faults are found.
-
B. When the test completion criteria are met.
-
C. When all high and medium priority tests are complete.
-
D. When all statements have been executed
Question 30
Question
What is the smallest number of test cases required to Provide 100% branch coverage?
If(x>y) x=x+1;
else y=y+1;
while(x>y)
{
y=x*y; x=x+1;
}
Question 31
Question
Match the following.
1. Configuration identification
2. Configuration control
3. Status reporting
4. Configuration auditing
a. Maintains of CI's in a library
b. Checks on the contents of the library
c. Function recording and tracking problems.
d. Requires the all CI's and their versions in the system are known
Answer
-
A.1-d, 2-c, 3-d, 4-a.
-
B. 1-d, 2-a, 3-c, 4-b.
-
C. 1-a, 2-b, 3-d, 4-c.
-
D. 1-c, 2-b, 3-a, 4-d.
Question 32
Question
Integration testing in the large involves:
Answer
-
A. Testing the system when combined with other systems.
-
B. Testing a sub-system using stubs and drivers.
-
C. Testing a system with a large number of users.
-
D. Combing software components and testing them in one go.
Question 33
Question
How are error guessing and exploratory testing similar?
Answer
-
A. Both are widely used formal techniques
-
B. Both are white-box test design techniques
-
C. Both are experience-based testing
-
D. Both are effective at all testing levels
Question 34
Question
What technique would be MOST appropriate to check status changes based on certain events?
Question 35
Question
In a formal review, who is primarily responsible for the documents to be reviewed?
Answer
-
A. Author
-
B. Manager
-
C. Moderator
-
D. Reviewers
Question 36
Question
What type of testing will you perform on internet banking solution?
Question 37
Question
Which of the following are false?
Answer
-
A. Incidents should always be investigated and resolved.
-
B. Incidents occur when expected and actual results differ.
-
C. Incidents can be analyzed to assist in test process improvement.
-
D. An incident can be raised against documentation.
Question 38
Question
Testing is not done to ______
Question 39
Question
A field failure occurs when multiple users access a system. Which of the following is true?
Answer
-
A. This is an acceptable risk of a multi-user system.
-
B. Insufficient functional testing has been performed.
-
C. This indicates an important non-functional requirement was not specified and tested.
-
D. It is not possible to test against such events prior to release.
Question 40
Question
People who don't participate in technical reviews
Answer
-
A. Analysts
-
B. Management
-
C. Developers
-
D. Testers