textbook algorithms questions
Software Engineer Intern Interview Questions
9,749 software engineer intern interview questions shared by candidates
Given n stairs, how many number of ways can you climb if u use either 1 or 2 at a time
The most difficult question I received was to explain in detail exactly what happened once you enter a url in your browser and hit enter.
Reverse a string
Pipe system call in UNIX.
Write a function that takes in two binary strings and returns their sum (also a binary string).
Puzzle problem was given.
If you have the choice of making 2/3 free throw shots or 4/6, which would you choose?
Describe ArrayList and it's operations' time complexities in Java
given an integer, output all the prime factors of that integer, ex: input: 6, output: 2,3 input 25, output: 5, 5 given an integer array, output all the numbers that appear odd number of times, ex: input: 1,2,1,3,3,4 output: 2, 4
Viewing 231 - 240 interview questions