Stuff like linked lists & basic recursion
Software Engineer Intern Interview Questions
12,189 software engineer intern interview questions shared by candidates
Logical Reasoning Goal: The person to reach 50 first wins. Rules: Play with another person, say a number, and the other person can say any number upto 10 over your number.
How can one implement a queue with only a stack implementation?
Implement the functions for a stack and function getMinimum() all with O(1) complexity.
1) Given an array of numbers where each number has a duplicate except one, write a program to return the lone number.
Given an integer N and an array of unsorted integers A find all pairs of numbers within A which add up to N. (This is the only question I can remember and I had trouble thinking of an answer at the time)
Given only a pointer to an arbitrary node in a singly-linked list, how would you delete that node? Are there any cases where this is impossible?
Find the largest possible difference in an array of integers, such that the smaller integer occurs earlier in the array.
The dude basically asked me "what weird things have you found in using C?" Odd question...
they asked me to code for such a question: the input was a string and I was supposed to output the longest sub string with only 2 distinct chars in the sub string.
Viewing 101 - 110 interview questions