IMPORTANT QUESTIONS FOR INTERVIEWS IN C, JAVA & PYTHON
Here are some frequently asked C language questions for freshers:
1. Difference between declaration & definition of function
2. Features of C language
3. Different storage class specifiers in C
4. Difference between local variable & global variable
5. What are variables in C
6. Use of static variable
7. Uses of pointers
8. What is recursion
9. Local static variables? What is their use?
10. Array? Explain Array
11. Differences b/w array & pointer?
12. Define the OOPS concept.
13. malloc() vs calloc()
14. Define pointer on pointer
15. Define NULL pointer
16. Define structure
17. Difference between far and near pointer
18. Operator in C
19. Bitwise operator
20. Difference between class and object
The tip here: If the interviewer wants to conduct an interview through VIVA format, he mostly asks you
about differences. For example differences between array and pointer, differences between C and JAVA,
Different variables in C, etc.,
Must read concepts: (Never Miss these)
21. Pointers
22. Arrays and Strings
23. Structures
24. Data Structures
25. Functions, Operators
Most Predicted Programs to be answered:
26. Fibonacci Series
27. Prime numbers
28. Palindrome
29. Factorials
30. Armstrong
31. Sum of the digits
32. Swap two numbers
33. Matrix multiplication
34. Alphabet triangle
35. Write an example program for Pointers
36. Example program for Arrays
37. Example program for structures
38. Bubble sort
39. Convert an array into a zig-zag
Most asked JAVA interview questions for freshers:
40. What do you mean by Object & Class?
41. Explain OOPS concepts
42. What are the OOPS concepts
43. Explain Inheritance
44. Explain Normalization
45. Explain Encapsulation
46. Explain Polymorphism
47. Explain Static Method and Static variable
48. Explain Method overloading and Method overriding
49. Explain Data Encapsulation
50. What are collection frameworks?
51. Explain the FINAL keyword
52. Explain Multi threading
53. Explain Array, String
Most asked PYTHON interview questions for freshers:
54. What is a List
55. What is a Tuple
56. What is a dictionary
57. Explain Modules and Packages in Python
58. What is OOPS concept
59. Explain various OOPS concepts
60. Explain Inheritance
61. Explain Normalization
62. Explain Encapsulation
63. Explain Polymorphism
64. How many keywords are there in Python
65. Common built-in Data Types in Python
66. Difference between PYTHON/JAVA
67. Which is faster JAVA or Python
68. What is break, continue and Pass in Python
69. What is slicing in Python
70. Explain about decorators in python