string searching algorithm (knuth morris pratt but they accepted O(n^2) brute force)
Intern Software Engineer Interview Questions
9,359 intern software engineer interview questions shared by candidates
One coding question was about find a is a substring of b and some extension question of it like permutation of a string
Two Online Coding Problems sent via email
some algorithm and behavior questions
What is the difference between a linked list and an array?
For coding question, I was asked to design a simple parking garage that accommodated three different parking space sizes. The garage was to support taking in a list of car objects, read their sizes and assign them to a corresponding spot.
write a function to check whether there exists duplicated words in a string. Show your test case.
Reverse a linked list
Give an array of integers, find all pairs that sum upto a given number
Difference between Java and C++, which one is better.
Viewing 2561 - 2570 interview questions