0% found this document useful (0 votes)
19 views5 pages

Top Interview Question

Interview questions for freshers

Uploaded by

vinayakteli075
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)
19 views5 pages

Top Interview Question

Interview questions for freshers

Uploaded by

vinayakteli075
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/ 5

1. Diamond problem in inheritance and how it can be corrected.

2. Which sorting is best (merge or quick )


3. which sorting algo out of bubble sort, selection sort is dose minimum swap for
getting required ans as worst case
4. Project (Through)? challenge faced and resolved how?
5. Difference bet supervised and unsupervised ML
6. what is tuple? what is tuple unpacking?
7. Is there training and testing data in case of unsupervised learning *(Ans NO)
8. Difference bet list and array in Python. and which is fast
9. If inheritance is done and two classes have the same name of the function and
child objects is made. then which function will be called (Ans child object function
called)
10. Can a table be formed without a Primary key?
11. Normalization & its types and differences?
12. File handling can we first read a file and then can use write our name on it?
13. Can Foreign key be null (Ans yes)
14. Is this possible Parent P = new child();
15. Dequeue and enqueue and difference bet dequeu and LL.
16. Local and global variables. And the difference between list and array in Python.
17. Heap and Implementation
18. Graph data structure with example
19. Friend function and friend class
20. Difference between file systems and database
21. E-R diagram
22. Aggregate Function
23. Type of keys and the difference between primary key and foreign key
24. How does foreign key help in maintaining referential integrity
25. Joins in SQL
26. ACID Properties
27. About algo used in projects and why this only?
28. Different Evaluation metrics?
29. Difference bet overfitting and underfitting
30. Bias variance trade-off
31. Difference betn Sql and NoSql
32. How will you generate the data to work on the project if you won't find it on
internet?
33. How cut cake in 8 part with only 3 cut through…
35. SDLC and stages of SDLC with references to your project
36. Features of Python and memory management in Python
37. Libraries used in python (Tkinter)
38. Palindrome code
39. Deep copy and shallow copy in Python
40. Preorder code and input “12345678”
41. How to connect database with python
42. DataFrames
43. Pandas series
44. Pointer in CPP
45. What is This and super keyword
46. Bubble sort merge sort, quick sort
47. OSI model and TCP/IP Protocol
48. Structure and Union / Structure and class
49. Call by value and call by reference
50. Exception Handling
51. Stack and Heap memory in CPP
52. C, CPP, and Python Difference
53. Waterfall, Iterative, Spiral, Agile
54. Static Web page and Dynamic web page
55. XML and HTML
56. Find 2nd and 3rd largest salary
57. Difference bet list and tuple in Python
58. Testing and their types in Software engineering
59. Verification and validation
60. Functional and non-functional requirements
61. Constraints in SQL check, unique, etc
62. Diff bet alter and update
63. Group by and having clause.
64. Index in array and if you wanna copy the array then how it can be done
65. Heap sort
66. Scheduling and type of scheduling in an operating system
68. * * * * 1
**** 2 3 And matrix addition and matrix multiplication
**** 4 5 6
**** 7 8 9 10
69. Find the top three results which having the maximum salary
70. Big data, Augmented reality
71. Deep Learning
72. Static Void and Public.
73. Max priority queue and minimum priority queue and code
74. Logic to print alternative even numbers
75. Graph algo (BFS, DFS)
76. Alter and Update command
77. Difference == and .equals()
78. Linear and nonlinear data structure
79. Deadlock in operating system
80. DBMS cursor and stored procedure
81. Void Pointer
82. Method overloading and method overriding
83. Define the object in the class in 3 steps
84. Static keyword and auto keyword
85. Array and list diff
86. Break and continue in Python and cpp
87. Can you show me the code of your project
88. Github basic
89. Cloud front
90. GIT
91. This and super keyword
92. If we don't include stdio.h in cpp then what will happen
93. Calloc and malloc .default value stored in malloc and calloc
94. What is a header file
95. Local static variable
96. Noisy dataset
97. Write a prog to generate two random no and print this sum by passing the values
as arguments
98.
99. Dictionaries in Python”
100. While and do while in Python.
101. Add two no. without using + operator
102. Reverse of a number program
103. Tell me the query to find no of the employee in finance department of a
company
104. SQL and PLSQL
105. Alter and rollback command
106. Merge sort
107. Cross join, sum,avg, max, min
108. Graph and tree
109. Hash map and hash tree
110. Time and space complexity
111. Dynamic programming
112. B. tree and BST, post-order and preorder
113. SAAA , PASS, IAAS
114. How large amount of data should be handled by Facebook/google (cloud /
MySQL )
115. Why Python is an interpreted language
116. How will you add an element in the tuple c =a+b
118. Role of indentation in Python
119. How the linear regression algorithm works
120. Bradient descent and its types
121. Classification and regression
122. Public protected and private cloud
123. String concatenate code and factorial code
124. Overfitting and underfitting
125. Bias variance tradeoff
126. True -ve and false negative
126. What are type one and type 2 error
128. KNN and K means algo difference
129. Eensemble learning
130. Bagging and boosting in machine learning
131. How will you handle missing values in the data set →(mean medium mode )
132. SVM algorithm
133. Naive Bayes algo is called naive
134. Regularisation
135. PCA
136. Code for move zeros to end in the array (array considered O and L)
137. One hot encoding and label encoding
138. Pipeline of ML(Data collected, data cleaned, then preprocessed then converted
to the machine-readable form then passed to model )
139. How k value is selected in the KNN algorithm
(k is selected using the k fold method )
140. Cross-validation
141. Binary and heap sorting
142. Difference between AI and ML
143. Where we use joins
144. Use of CSS
145. Static and responsive website
146. Tower of Hanoi Problem
147. Bubble sort selection sort
148. Add node in LL
149. Armstrong in cpp
150. The process state diagram in OS
151. MongoDB / MySQL and what is the MongoDB
152. Binary tree
153. BST Use
154. Views and materialized view
155. Can we do indexing on views
156. How would you tune a query
157. Code to create a trigger
158. Function and procedure difference
159. Reverse the string and replace all consonants with vowel
160. Explain the memory allocation of a local variable and global variable
161. Leap year prog logic
162. How did I connect my frontend to the backend
163. What is API
164. Difference bet BST and Binary tree
165. Use of try-and-catch block
166. How do you create a database in MySQL and NoSQL
167. Union and union all
168. We have to print the last no.in an array of 10 numbers which one used (for or
while)
169. What is enum ?
170. Abstract class and interface difference
171. Calculate SI
172. Deadlock prevention technique
173. Memory leak in cpp how to avoid it
174. Difference bet null and void pointer
175. Type of network and network topology
176. Different storage class in c
177. Realloc() and free()
178. Two integrity rules used in DBMS
179. Delete and delete[ ]
180. Conversion constructor
181. Spanning tree
182. Data warehousing and uses
183. Augmented reality and uses
184. Pointer variable and normal variable
185. 5 people in team excluding 1st one avg age of rest in A .excluding 2nd it
becomes B.and then C D Ecan you find age?
186. Static and dynamic binding
187. BFS and DFS
188. SJF in software engineering
189. All types of algorithms with their approach
190. How do you retrieve ur data from the database
191. Type of datatype in c++ , c and Python
192. Lambda function in Python
193. KNN algorithm in detail
194. The logistic algorithm and its parameters pass
195. Decorators in Python
196. __init_ and self keyword in python
197. Linear regression
198. Syntax used to attach CSS in HTML file and use of iframe tag
199. 5HTML tag and some CSS attribute
200. Table and its components
201. Type of CSS
202. How to insert images in webpages and background image inself

You might also like