0% found this document useful (0 votes)
13 views3 pages

Interview Questions

Uploaded by

Argha Sen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views3 pages

Interview Questions

Uploaded by

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

Interview Questions:

Java:
1. Why is java called platform independent.
2. What is bytecode in Java.
3. Differnece between java and c++.
4. Difference between jdk,jre,jvm
5. Difference between string and string buffer.
6. Difference between string buffer and string builder.
7. Explain how string is created using new keywords and string literal.
8. Difference between == and equals method in string.
9. Purpose toString method.
10. What is hascode() function in Java.
11. Explain OPPs concept in java with examples.
12. Explain run time and compile time polymorphism.
13. Difference between method overloading and method overriding.
14. Explain constructor overloading.
15. What is garbage collection.
16. Explain the terms supper,this,final,and static.
17. What is the wrapper class and its usage.
18. Explain different types of inheritance.
19. Why multi level inheritance is not supported in java.
20. How abstraction is achieved in java.
21. Difference between abstract class and interface.
22. Explain abstract method.
23. How interfaces solve the problem of multilevel inheritance.
24. Explain exception handling
25. Difference between checked and unchecked exceptions with examples.
26. Explain how arithmetic,null pointer exception is handled using try,catch.
27. Difference between throw and throws.
28. Explain finally keyword in java
29. What is multithreading.
30. Explain the life cycle of thread.
31. Explain the join method and yield method.
32. What is the purpose of the sleep,wait and notify methods.
33. Define the term synchronized.
34. Difference between ArrayList and LinkedList.
35. Difference between Hashmap and hashtable.
36. Difference between TreeSet and HashSet

DBMS:
1. Difference between DBMS and RDBMS.
2. Difference between DBMS and FIle System.
3. Role of DBA.
4. Difference between DML and DDl statements.
5. Why we need Normalization and its type with examples.
6. Difference between Joining and cross product.
7. Types of join with example(specially natural ,left outer,right outer and full outer join).
8. Explain Self join with an example.
9. Define Generalization,Specialization and Recursive relationship.
10. Difference between strong and weak entity.
11. Different type of keys(primary,candidate,foreign key)
12. SQL
● Aggregate related query
● Maximum,2nd maximum ,3rd maximum salary related query.
● Oldest people youngest people related query.
● Group by related query
● Joining related query.
● like,between,in ,not in related query.

C programming:
1. Explain different types of operation in c(logical,arithmetic,relational,bit wise operation).
2. Difference between malloc and calloc.
3. Difference between break and continue.
4. Explain pointer and pointer to a pointer.
5. Explain storage class.
6. Explain structure with examples.
7. Explain the enum with an example.
8. Explain different types of error.(syntax error,semantic error,logical error)
9. Difference between a++ and ++a.
10. Explain recursion with an example.

Data Structure:
1. Difference between array and linked list.
2. Difference between stack and queue.
3. Difference between recursion and iteration.
4. Concept of different types of link list.
5. Basic idea of trees.

Programme:
1. Palindrome check
2. Swap two numbers without a third variable.
3. Prime number check
4. Searching and Sorting algorithm.
5. Single link list reverse.
6. All the basic programs except hello world 😁
HR:
1. Tell me about yourself
2. Why did you join this organization.
3. In 5 years where are you see yourself
4. Biggest achievement in life
5. Weakness
6. Aim of life
7. Basic survey of the company(about the company)
8. Why are you joining a company instead of higher studies.
9. Difficult situation you have faced in life.
10. Why should we hire you.

You might also like