Pregunta 1
Pregunta
In case of Large Systems :
Respuesta
-
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.
Pregunta 2
Pregunta
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
Respuesta
-
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
Pregunta 3
Pregunta
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
Respuesta
-
A. L, M, N and O
-
B. L and N
-
C. L,N and O
-
D. L,M and N
Pregunta 4
Pregunta
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
Respuesta
-
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
Pregunta 5
Pregunta
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:
Respuesta
-
A. Re Testing
-
B. Confirmation Testing
-
C. Regression Testing
-
D. Negative Testing
Pregunta 6
Pregunta
Consider the following state transition diagram of a switch. Which of the following represents an invalid state transition?
Respuesta
-
A. OFF to ON
-
B. ON to OFF
-
C. FAULT to ON
Pregunta 7
Pregunta
We use the output of the requirement analysis, the requirement specification as the input for writing:
Respuesta
-
A. User Acceptance Test Cases
-
B. Integration Level Test Cases
-
C. Unit Level Test Cases
-
D. Program specifications
Pregunta 8
Pregunta
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
Respuesta
-
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
Pregunta 9
Pregunta
Which input combinations will a knowledgeable tester MOST LIKELY use to uncover potential errors when testing a surname field?
Respuesta
-
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
Pregunta 10
Pregunta
Which of the following has highest level of independence in which test cases are:
Respuesta
-
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
Pregunta 11
Pregunta
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.
Respuesta
-
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
Pregunta 12
Pregunta
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
Respuesta
-
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
Pregunta 13
Pregunta
Which of the following will be the best definition for Testing:
Respuesta
-
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.
Pregunta 14
Pregunta
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
Respuesta
-
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
Pregunta 15
Pregunta
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
Respuesta
-
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
Pregunta 16
Pregunta
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.
Respuesta
-
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
Pregunta 17
Pregunta
What principles do "avoiding author bias" and "communicating problems constructively" represent?
Respuesta
-
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
Pregunta 18
Pregunta
Which test is OFTEN the responsibility of the customers or users of the system?
Respuesta
-
A. Usability testing
-
B. Functional testing
-
C. Maintenance testing
-
D. Acceptance testing
Pregunta 19
Pregunta
Which of the following statements is true of static analysis:
Respuesta
-
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.
Pregunta 20
Pregunta
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?
Pregunta 21
Pregunta
Cost of the reviews will not include.
Respuesta
-
A. Review process itself
-
B. Metrics analysis
-
C. Tool support.
-
D. Process improvement.
Pregunta 22
Pregunta
Regression testing always involves
Respuesta
-
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.
Pregunta 23
Pregunta
Capture and replay facilities are least likely to be used to _______
Respuesta
-
A. Performance testing
-
B. Recovery testing
-
C. GUI testing
-
D. User requirements.
Pregunta 24
Pregunta
Which tool will be used to test the flag memory leaks and unassigned pointers
Respuesta
-
A. Dynamic analysis tool
-
B. Static Analysis tool.
-
C. Maintenance tool.
-
D. Configuration tool.
Pregunta 25
Pregunta
Cyclomatic complexity is used to calculate
Respuesta
-
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
Pregunta 26
Pregunta
Which of the following is not included in Test Plan.
Pregunta 27
Pregunta
Software quality is not relevant to _______
Respuesta
-
A. Correctness
-
B. Usability
-
C. Viability
-
D. Reusability.
Pregunta 28
Pregunta
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
Respuesta
-
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
Pregunta 29
Pregunta
When do you stop testing?
Respuesta
-
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
Pregunta 30
Pregunta
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;
}
Pregunta 31
Pregunta
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
Respuesta
-
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.
Pregunta 32
Pregunta
Integration testing in the large involves:
Respuesta
-
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.
Pregunta 33
Pregunta
How are error guessing and exploratory testing similar?
Respuesta
-
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
Pregunta 34
Pregunta
What technique would be MOST appropriate to check status changes based on certain events?
Pregunta 35
Pregunta
In a formal review, who is primarily responsible for the documents to be reviewed?
Respuesta
-
A. Author
-
B. Manager
-
C. Moderator
-
D. Reviewers
Pregunta 36
Pregunta
What type of testing will you perform on internet banking solution?
Pregunta 37
Pregunta
Which of the following are false?
Respuesta
-
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.
Pregunta 38
Pregunta
Testing is not done to ______
Pregunta 39
Pregunta
A field failure occurs when multiple users access a system. Which of the following is true?
Respuesta
-
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.
Pregunta 40
Pregunta
People who don't participate in technical reviews
Respuesta
-
A. Analysts
-
B. Management
-
C. Developers
-
D. Testers