Explore topic-wise MCQs in Testing Subject.

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

1.

In-place merge sort is a stable sort.

A. true
B. false
Answer» B. false
2.

In place merge sort has same time complexity as standard merge sort.

A. true
B. false
Answer» C.
3.

What is the space complexity of in place merge sort?

A. O(1)
B. O(n)
C. O(log n)
D. O(n log n)
Answer» D. O(n log n)
Previous Next