Q.1
Which of the following is not a sqa plan for a project
  • Audits and reviews to be performed
  • Evaluations to be performed
  • Amount of technical work
  • Documents to be produced by the SQA group
Q.2
Which of the following is not part of performance testing?
  • simulating many users
  • measuring response times
  • generating many transactions
  • recovery testing
Q.3
Which of the following is not a static testing technique?
  • Inspections
  • Data flow analysis
  • Error guessing
  • Walkthrough
Q.4
Unreachable code would best be found using
  • code inspections
  • a static analysis tool
  • code reviews
  • a test management tool
Q.5
Defect Management Process does not include
  • Deliverable base-lining
  • Management reporting
  • Defect prevention
  • None of above
Q.6
Impact analysis helps to decide
  • How many more test cases need to written.
  • How much regression testing should be done.
  • Different Tools to perform Regression Testing
  • Exit Criteria
Q.7
Which of the following is a form of functional testing?
  • Security testing
  • Performance testing
  • Boundary value analysis
  • Usability testing
Q.8
Static testing, the product is tested by humans using just the source code and not the executables or binaries.
  • True
  • False
Q.9
Main() { float me = 1.double you = 1.if(me==you) printf("yes"); else printf("No"); }
  • Yes
  • No
  • Both
  • Compilation error
Q.10
Which term is used to define testing?
  • Evaluating deliverable to find errors
  • Finding broken code
  • A stage of all projects
  • None of the above
Q.11
Integration bugs occur when the interfaces are integrated in between the assumed tested components
  • True
  • False
Q.12
Of the following tree structure, which is, efficient considering space and time complexities?
  • Incomplete Binary Tree
  • Complete Binary Tree
  • Full Binary Tree
  • None
Q.13
What is the type of the algorithm used in solving the 8 Queens problem ?
  • Dynamic Programming
  • BackTracking
  • Branch and Bound
  • None
Q.14
In coin problem where to occur Data Defect
  • Array value 2 times
  • Array value 1 times
  • Array value 3 times
Q.15
Reporting Discrepancies as incidents is a part of which phase?
  • Test Implementation and execution
  • Evaluating exit criteria and reporting
  • Test Analysis and Design
  • Test Closure Activities
Q.16
Generate test data to make the program enter the sequential block, to make it go through the entire block
  • Sequential control flow
  • Two-way decision statements
  • Multi-way decision statements
  • Loops like while do,
Q.17
All defects result in failure.
  • True
  • False
Q.18
A test harness is a
  • A high level document describing the principles, approach and major objectives of the organization regarding testing
  • A distance set of test activities collected into a manageable phase of a project
  • A test environment comprised of stubs and drives needed to conduct a test
  • A set of several test cases for a component or system under test
Q.19
A city field in software accepts 3 toalpha characters only. Using BVA technique what will be the possible number of combinations?
  • 3, 4, 24, 25
  • 2, 3, 25, 26
  • 2, 3, 24, 25
  • 3, 5, 25, 26
Q.20
___________ loops fall between single and nested loops with respect to test cases
  • Concatenated
  • Horrible
  • Nested
  • None
0 h : 0 m : 1 s