google example questions on the internet
Internship Software Interview Questions
24,855 internship software interview questions shared by candidates
google example questions on the internet
/* * 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” */
name strengths and other things about you
Arrays,Trees,Strings concepts
Two very easy coding questions.
Basic coding questions
The questions were very basic array implementation type.
Search question - some minor modification to binary search.
Given a binary array of 0 and 1, u are provided with a function taking l and r as inputs and it return a boolean answer whether there exists a '1' in between l and r or not. We needed to find the indices of every occurence of '1' in the array using minimum calls to the given function.
Viewing 1831 - 1840 interview questions