Write the actual code to reverse a linked list
Software Engineer 2 Interview Questions
665,682 software engineer 2 interview questions shared by candidates
Move zeros to end of given array.
Write a function that takes in an integer and returns the number of ones set in the binary representation.
Write the actual code to parse a regular expression including "*", which stands for 0 or more characters, "+", which stands for 1 or more characters, and ".", which stands for 1 exact character.
Output a substring with at most k unique characters. "aabc" and k=2 -> "aab"
How to find the median in an array. You need to consider all the possible conditions.
IMDB 2.0 - Movie DB Table Structure Your best friend Betty thinks IMDB is too complicated and challenges you to create a simple movie web site. One page will display movies (with movie name, date it was released, and list of actors). Click on an actor and you're taken to the actor page (with actor name, birthday, bio, and list of movies actor has been in). Please outline the relational table structure of the database for this.
How to prove your honesty?
Longest palindromes in a string SQL quesiton
A brain teaser question where we have to find out 45 minutes with the help of two ropes. Given that one rope burns completely in 1 Hr and the rate or burning is not consistent.
Viewing 1451 - 1460 interview questions