1. A man can complete a task in 12 days. After working for 4 days, he is joined by another who can do the job in 6 days. How many total days will the work take to complete?
2. What comes next in the series: 1, 4, 9, 16, 25, ?
3. Choose the correctly spelled word:
4. What is the output of:int a = 5;printf("%d", a++ + ++a);
5. Which data structure is used in function call management (runtime stack)?
6. What is the worst-case time complexity of Quick Sort?
7. Which of the following ensures uniqueness in a relational database table?
8. Which scheduling algorithm gives minimum average waiting time?
9. In OOP, what does encapsulation mean?
10. What is the most effective way to answer “Tell me about yourself” in an interview?