What would you improve in this project?
Internship Engineer Interview Questions
24,377 internship engineer interview questions shared by candidates
oa2: two easy code problems.
Are you familiar with C/C++?
what was a time that I didn't get along with a partner on a project, and how did I handle it?
difference between list and tupe
Q. One leetcode hard question which i dont remember correctly
How do you deal with the storage usage using machine learning techniques?
2. The crux of this question was to find the connected component with maximum no of elements. The graph was given in the form of a binary matrix and the connected components were supposed to consist of all 1's
3. I do not remember this question. But I solved this question using priority-queue
In my first interview round, I was given a problem based on the queue. The question was that you have been given a list of integers in which you can move only in forward direction basically you are given two function getnextelement() and endlist() when endlist() is true then you have completely traversed the list. Now I was asked to develop an algorithm such that I print first odd number the first even number then second odd and second even and so on for example, the list is 1,4,6,7,2,3 my output will be 1,4,7,6,3,2
Viewing 651 - 660 interview questions