Explain how you would return an email list without duplicates?
Student Programmer Interview Questions
970 student programmer interview questions shared by candidates
generate a new number from a file with a lot of numbers, with little memory usage.
No unexpected questions - just the ones which are really related to skills and position.
The online tests had 3 questions in it 1. Given a string and a whitelist count the reputations of words in the strings while ignoring words on the whitelist 2.giving a code written by someone, find a problem in it and suggest how will you improve it. (it was in python and included some work with db) 3. given a cell number give the excel ColRow representation of that cell.
What is the difference between hash and arrays. A questions about min stack.
Programming question : Balanced parentheses implementation. with : { [ ( } ] ) . {{[]()} balanced... { [ } ] unbalanced...
Implement a routing algorithm in a language of your choice.
i did not complete the process yet
Given a sentence that's null-terminated, flip the order of the words in O(n) and O(1) space. the words are separated with ' '.
Given a grid and two points on the grid, construct an algorithm to light up grid boxes so that they capture the quickest path most accurately.
Viewing 531 - 540 interview questions