0% found this document useful (0 votes)
149 views1 page

Technical Round Question - MR COOPER

The document outlines the topics and questions covered in Round 3 and Round 4 of an interview process, focusing on various computer science concepts such as recursion, data structures, object-oriented programming, databases, operating systems, networking, web applications, cloud computing, and multi-threading. It includes practical coding tasks, theoretical questions, and project discussions. The document serves as a comprehensive guide for candidates preparing for technical interviews.

Uploaded by

venkat Mohan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
149 views1 page

Technical Round Question - MR COOPER

The document outlines the topics and questions covered in Round 3 and Round 4 of an interview process, focusing on various computer science concepts such as recursion, data structures, object-oriented programming, databases, operating systems, networking, web applications, cloud computing, and multi-threading. It includes practical coding tasks, theoretical questions, and project discussions. The document serves as a comprehensive guide for candidates preparing for technical interviews.

Uploaded by

venkat Mohan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Round 3:

1. Recursion – Reverse a string, Factorial


2. Data structure – Reverse a linked list, Pre order traversal – code + output
3. OOPS – inheritance predict the output
4. DBMS – Given two tables needs to display name, employee ID, department
5. Explain about the project (all the project mentioned in resume and questions on that)
6. What is OS?
7. Tell about computer networking , Working of 7 layers
8. How web applications works?
9. How HTTPS works?
10. What is IOT?
11. What do you mean by cloud computing
12. Is AWS is Public or private cloud
13. What are the technologies you know – Questions on that?
14. What is Multi threading?
15. Is for loop works in sequential or parallel order
16. What will happen if the loop works in parallel?
17. Tell about Multi processing
18. What is the learning from long coding round
19. What is DNS?
20. What do you mean by IP address?
21. What will happen when you access array element in parallel?

Round 4
1) User need to view the products what they have bought- implement using oops and
collections
2) Rotate the linked list counter clockwise by K nodes
3) Post order traversal (code+output)
4) Normalize the given table
5) What are the constrains available in SQL
6) What happens if Primary key have unique constrains

You might also like