Explore topic-wise MCQs in Technical Questions.

This section includes 18 Mcqs, each offering curated multiple-choice questions to sharpen your Technical Questions knowledge and support exam preparation. Choose a topic below to get started.

1.

White Box Techniques are also called as

A. Design Based Testing
B. Experience Based Technique
C. Structural Testing
D. Error Guessing Technique
Answer» D. Error Guessing Technique
2.

Which of the following is not part of performance testing?

A. simulating many users
B. measuring response times
C. generating many transactions
D. recovery testing
Answer» E.
3.

Which of the following is not a static testing technique?

A. Inspections
B. Data flow analysis
C. Error guessing
D. Walkthrough
Answer» D. Walkthrough
4.

Which is not a task of a configuration management?

A. Reporting
B. Version control
C. Quality control
D. Change management
Answer» D. Change management
5.

Which of the following is a form of functional testing?

A. Security testing
B. Performance testing
C. Boundary value analysis
D. Usability testing
Answer» E.
6.

Which is the simplest file structure?

A. Sequential
B. Indexed
C. Random
D. None
Answer» B. Indexed
7.

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

A. Dynamic Programming
B. BackTracking
C. Branch and Bound
D. None
Answer» C. Branch and Bound
8.

Unreachable code would best be found using

A. code inspections
B. a static analysis tool
C. code reviews
D. a test management tool
Answer» D. a test management tool
9.

The SQL statements that take care of security and authorization are

A. DDL
B. DML
C. DCL
D. None
Answer» D. None
10.

Statement coverage will not check for the following

A. Dead Code
B. Unused Statement
C. Missing Statements
D. Unused Branches
Answer» D. Unused Branches
11.

Reporting Discrepancies as incidents is a part of which phase?

A. Test Implementation and execution
B. Evaluating exit criteria and reporting
C. Test Analysis and Design
D. Test Closure Activities
Answer» B. Evaluating exit criteria and reporting
12.

Of the following tree structure, which is, efficient considering space and time complexities?

A. Incomplete Binary Tree
B. Complete Binary Tree
C. Full Binary Tree
D. None
Answer» C. Full Binary Tree
13.

main()_x005F_x000D_ {_x005F_x000D_ float me = 1.1;_x005F_x000D_ double you = 1.1;_x005F_x000D_ if(me==you)_x005F_x000D_ printf("yes");_x005F_x000D_ else_x005F_x000D_ printf("No");_x005F_x000D_ }

A. Yes
B. No
C. Both
D. Compilation error
Answer» C. Both
14.

Impact analysis helps to decide

A. How many more test cases need to written.
B. How much regression testing should be done.
C. Different Tools to perform Regression Testing
D. Exit Criteria
Answer» C. Different Tools to perform Regression Testing
15.

Defect Management Process does not include

A. Deliverable base-lining
B. Management reporting
C. Defect prevention
D. None of above
Answer» B. Management reporting
16.

Data flow analysis studies

A. The use of data on paths through the code
B. Possible communications bottlenecks in a program
C. The intrinsic complexity of the code
D. The rate of change of data values as a program executes
Answer» B. Possible communications bottlenecks in a program
17.

Configuration management is not concerned with

A. maintaining versions of software
B. controlling documentation changes
C. controlling changes to the source code
D. choice of hardware configuration for an application
Answer» E.
18.

Component Testing is also called as_x005F_x000D_

A. Unit testing
B. Module testing
C. Program testing
D. All of the above
Answer» E.