Design library management system.
Software Intern Interview Questions
17,721 software intern interview questions shared by candidates
bield static site to display photos
An easy coding challenge on hackkerank.
Q: What is the most challenging task you've encountered?
Introduction and the projects I mentioned in my resume.
Q: What does normalized data mean in relational databases?
Nothing special actually
The question in which i need to find whether two given binary trees are identical are not.
it is basic algorithms. The first is a sort algorithm. There is an array with a million integer. The integer's length is 10 bit. Find an algorithm with run complexity of N. The second is about detect if there is any circle in a linkelist
Given a keyword (ex: "abc") and a list of words (ex: "aabc", "cab", "ab"), write a function that will return all words in the list that are the same/anagrams of the keyword. In this case, "cab" would be the only word returned. Later changes to the function were added: numbers and symbols might be included in the words but were to be ignored ("ca2b" still matched "abc"), make the function not case sensitive ("A" == "a"), etc...
Viewing 2051 - 2060 interview questions