0%
0

1 / 30

1. What is the worst-case time complexity of insertion sort?

2 / 30

2. Which country recently exited the European Union, a process known as Brexit?

3 / 30

3. In a certain code, "FESTIVAL" is written as "GFTUJWBM". How is "TRADITION" written in that code?

4 / 30

4. Fill in the blank: "The company’s _____ approach led to innovative solutions for their clients."

5 / 30

5. What is the smallest number that when divided by 6, 9, and 15 leaves a remainder of 5 in each case?

6 / 30

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

7 / 30

7. What is the space complexity of using an adjacency matrix to represent a graph with 'n' vertices?

8 / 30

8. A man sells an article at 20% loss. If he had sold it for ₹ 60 more, he would have made a 10% profit. What is the cost price of the article?

9 / 30

9. What is the size of int on a 64-bit system?

10 / 30

10. Which data structure is most suitable for implementing a graph with weighted edges?

11 / 30

11. Which function is used to dynamically allocate memory in C?

12 / 30

12. If you rearrange the letters of the word "TREAT", you will get a meaningful word. What is it?

13 / 30

13. Which of the following algorithms is used to find the minimum spanning tree of a graph?

14 / 30

14. A person walks 6 km towards the east, then 8 km towards the north. How far is he from the starting point?

15 / 30

15. Which data structure is most suitable for implementing a depth-first search (DFS)?

16 / 30

16. Which of the following is not a characteristic of a heap?

17 / 30

17. Two trains are moving in opposite directions at speeds of 60 km/h and 90 km/h. If the length of each train is 150 meters, how much time will they take to cross each other?

18 / 30

18. In a binary tree, what is the maximum number of nodes at level 'l'?

19 / 30

19. Which type of binary tree has every level fully filled except possibly the last?

20 / 30

20. What is the time complexity of deleting an element from a balanced binary search tree?

21 / 30

21. Which data structure is ideal for implementing a priority queue?

22 / 30

22. Which algorithm is used for sorting an array by repeatedly swapping adjacent elements if they are in the wrong order?

23 / 30

23. Which traversal method uses a queue to visit nodes in level order?

24 / 30

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

25 / 30

25. Name the current President of Brazil.

26 / 30

26. What is the worst-case time complexity of a linear search in an unsorted array?

27 / 30

27. Choose the correct synonym for "VITAL":

28 / 30

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

29 / 30

29. Which of the following is not a type of tree traversal?

30 / 30

30. What is the capital of the European Union?

Scroll to Top