0%
0

1 / 30

1. The sum of two numbers is 50 and their difference is 14. What are the two numbers?

2 / 30

2. What is the worst-case time complexity of finding an element in a balanced binary search tree?

3 / 30

3. What is the missing letter in the sequence: A, C, F, J, O, ?

4 / 30

4. A shopkeeper gives a discount of 10% on the marked price and still gains 20%. If the marked price of an article is ₹ 500, what is its cost price?

5 / 30

5. Which of the following algorithms is used for finding the shortest path in a graph with non-negative weights?

6 / 30

6. Which algorithm is used to find the shortest path between all pairs of nodes in a graph?

7 / 30

7. Which traversal method visits nodes in the following order: left subtree, root, right subtree?

8 / 30

8. Which of the following is not a characteristic of a stack?

9 / 30

9. A person sold an article for ₹ 600 at a loss of 20%. What was the cost price of the article?

10 / 30

10. What is the worst-case time complexity of quicksort?

11 / 30

11. In a binary tree, what is the maximum number of nodes at height 'h'?

12 / 30

12. In a doubly linked list, how many pointers does each node have?

13 / 30

13. Who is the current Secretary-General of the United Nations?

14 / 30

14. Which of the following is a dynamic data structure?

15 / 30

15. Which river is the longest in the world?

16 / 30

16. Which of the following is not a storage class in C?

17 / 30

17. What will be the result of the following C expression?
int x = 5;
x = x++ + ++x;

18 / 30

18. Choose the word most similar in meaning to "ABUNDANT":

19 / 30

19. What is the main advantage of a binary search tree over a simple binary tree?

20 / 30

20. If 5 men can complete a work in 15 days, how long will it take for 10 men to complete the same work?

21 / 30

21. What is the primary use of a priority queue?

22 / 30

22. What is the time complexity of accessing an element in a hash table with chaining?

23 / 30

23. Complete the sentence: "The ______ nature of his speech made it difficult for the audience to follow."

24 / 30

24. Which city is known as the "City of Seven Hills"?

25 / 30

25. What will be the compound interest on ₹ 1,000 at 10% per annum for 2 years?

26 / 30

26. What is the next letter in the sequence: D, G, J, M, ?

27 / 30

27. Which of the following is an example of a non-linear data structure?

28 / 30

28. In a binary search tree, how is the left child of a node related to its parent?

29 / 30

29. In a doubly linked list, how would you delete a node if you have only a pointer to that node?

30 / 30

30. If A = 1, B = 2, C = 3, what is the value of the word "CAB"?

Scroll to Top