Function to compute the number of ways to climb a flight of n steps. Taking 1, 2, or 3 steps at a time. Do it in Linear time and constant space. n = 3. 1 1 1 1 2 2 1 3 Ans = 4
Generalist Interview Questions
6,652 generalist interview questions shared by candidates
Get numeric number out of a roman string, linear time Given: mapping I = 1, V = 5, X = 10, L = 50, C = 100, D = 500, M = 1000 Input/Output: II = 2, III = 3, IV = 4 VI, VII, VIII IX = 9 XL = 40, XLIX = 49
Interweave a linked list. Do it in Linear time and constant space. Input: A->B->C->D->E Output: A->E->B->D->C
WHY SHOULD YOU BE SELECTED IN OUR ORGANIZATION INSTEAD OF THE EARLIER CANDIDATE?
How would you handle an altercation between two employees?
Merge 'k' sorted arrays, each array may have max 'n' elements
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.
Three personal traits that help you most in the business world?
Define about your career
What is your ideal culture?
Viewing 1 - 10 interview questions