Basic coding questions
Internship Software Interview Questions
24,855 internship software interview questions shared by candidates
First round interview question was about converting a binary number to base 6. Second round interview was a question that had to do with priority queues.
google example questions on the internet
google example questions on the internet
name strengths and other things about you
Check if one tree is a subtree of another.
Given a random string of alphanumeric characters, arrange it such that no identical characters are adjacent to each other.
There is linked list of millions of node and you do not know the length of it. Write a function which will return a random number from the list.
The questions were very basic array implementation type.
/* * Given a string of letters and a "dictionary" of legal words, find the * longest legal word you can make by removing letters from the string. * * “caxt” -> “cat” */
Viewing 1831 - 1840 interview questions