You are on page 1of 2

Technical Round:

OOPs
1. What is OOPs and name key features of OOPs.
2. What is polymorphism? Name the types of polymorphism. Diff btw run time and
compile  time
3. Wat does constructor and destructor do?
4. Explain Static methods
5. Diff btw oops and structural

OS
6. What is process? Difference between process and thread? What is PCB
7. What is deadlock? And conditions for deadlock. Characters of  dead lock.
8. What is thrashing?
9. Disk scheduling alogs… job scheduling algos… page replacement alogs 
10.threads and multi threading . diff btw process and thread.
11.How booting works ?

Networks
12. What are the layers in OSI model?
13. What is encryption and decryption?
14. What happens when URL is typed on a web browser?
15.diff btew router and switch
16.why udp is used in DNS

DBMS
17.Diff btw relational DB and NoSql?
18.What is DDL (Data Definition Language) and DML (Data manipulation lang).
19.What is Join? Categories in inner join and outer join.
20.There are 2 tables called employee(eid, ename, eaddr, dno) and department(dno,
dname).
Print those department names which has more than 5 employees.
22.Assume there are 2 tables. Employee(eid, ename, eaddr) and Project(eid, pid,
pname). Find those employees who has not been assigned with any project.
23.Assume there are 2 tables. Employee(eid, ename, eaddr) and Awards(eid,
award_name, year). Find those employees who have not received awards.

C
24.What is the difference between malloc() and calloc()
25.Diff btw structure and union
26.Write a program to check palindrome number /Fibonacci /Swap in C
Programming?
27.What is the difference between local and global variable?
28.What is the use of NULL pointer?
ADA & DS
29. Application of stacks in real world

30. Heap is similar to which datastructure?


Ans PRIORITY QUEUE

You might also like