Hash Code Implimentation
Software Engineer Summer Intern Interview Questions
12,244 software engineer summer intern interview questions shared by candidates
1. How will you find the max and second max of an array of n elements? How will you find the largest k elements? 2. How will you properly shuffle a deck of cards?
Given some rules of an alphabet (like a->c, 'a' comes before 'c'), find the alphabet.
Difference between memmove() and memcpy() in c. Implement your own memmove() and memcpy() functions.
A technical question about traversing a made up data structure somewhat similar to a binary tree but with additional restrictions. Was not too difficult to do recursively but then they asked for an iterative solution which was more challenging.
Designing of phone class!?
How to find out the most frequently appeared number in an integer array?
How will you implement the shuffle function in iPod given a random number generator (0, 1) API?
Find the intersection of two linked list.
what's difference between C and C++ ?
Viewing 1321 - 1330 interview questions