technical questions from sites like leetcode
Software Development Intern Interview Questions
2,990 software development intern interview questions shared by candidates
string searching algorithm (knuth morris pratt but they accepted O(n^2) brute force)
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
Be ready to use OO concepts to answer some very general design questions.
Difference between Java and C++, which one is better.
I don't want to give the exact interview question, but here's something similar that any company might ask - given a binary tree and an integer corresponding to a level in the tree, print the contents of the nodes in that level of the tree from left to right.
Viewing 911 - 920 interview questions