Q.1

Which of the following is not part of performance testing?

  • simulating many users
  • measuring response times
  • generating many transactions
  • recovery testing
Q.2

Which of the following is not a static testing technique?

  • Inspections
  • Data flow analysis
  • Error guessing
  • Walkthrough
Q.3

Statement coverage will not check for the following

  • Dead Code
  • Unused Statement
  • Missing Statements
  • Unused Branches
Q.4

Defect Management Process does not include

  • Deliverable base-lining
  • Management reporting
  • Defect prevention
  • None of above
Q.5

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.6

Unreachable code would best be found using

  • code inspections
  • a static analysis tool
  • code reviews
  • a test management tool
Q.7

main()

{

float me = 1.1;

double you = 1.1;

if(me==you)

printf("yes");

else

printf("No");

}

  • Yes
  • No
  • Both
  • Compilation error
Q.8

Which of the following is a form of functional testing?

  • Security testing
  • Performance testing
  • Boundary value analysis
  • Usability testing
Q.9

CM is about managing the different items in the product, and changes in them.

  • TRUE
  • FALSE
Q.10

Which is the simplest file structure?

  • Sequential
  • Indexed
  • Random
  • None
Q.11

White Box Techniques are also called as

  • Design Based Testing
  • Experience Based Technique
  • Structural Testing
  • Error Guessing Technique
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

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.14

What is the type of the algorithm used in solving the 8 Queens problem ?

  • Dynamic Programming
  • BackTracking
  • Branch and Bound
  • None
Q.15

Configuration management is not concerned with

  • maintaining versions of software
  • controlling documentation changes
  • controlling changes to the source code
  • choice of hardware configuration for an application
Q.16

Data flow analysis studies

  • The use of data on paths through the code
  • Possible communications bottlenecks in a program
  • The intrinsic complexity of the code
  • The rate of change of data values as a program executes
Q.17

Which is not a task of a configuration management?

  • Reporting
  • Version control
  • Quality control
  • Change management
Q.18

The SQL statements that take care of security and authorization are

  • DDL
  • DML
  • DCL
  • None
Q.19

Component Testing is also called as

component_testing_is_also_called_as1542088267.jpg image

  • Unit testing
  • Module testing
  • Program testing
  • All of the above
0 h : 0 m : 1 s