(A student from IIT Roorkee with profile as 9.11 CGPA and having 92.34% in 12th and 86.7% in 10th)
Technical Interview:
Locate the sum of 2 numbers in a linear array (Unsorted and sorted) and their complexities.
A point and a rectangle is present with the given coordinates. How will you determine whether the point is inside or outside the rectangle?
Questions related to trees like traversal.
There is a scheme which contains 8- bit and 16 bit signed numbers. How many such combinations are possible?
HR Interview:
Tell me about yourself.
Questions related to summer projects.
Do you have offer from any other company?
Where do you see yourself 10 years from now?
Excerpts from Interview #2:
(IIT Hyderabad– A student with profile as 8.4 CGPA and having 82.6 % in 12th and 78.7 % in 10th offering job profile as Member Technical Staff position)
Technical Interview:
Write code for string reversal.
Write code for linked list implementation, push and pop.
If a graph DS is given, how will you dump that into memory and retrieve it again?
What is linked list, implement using array and linked list (which is better single or doubly)?