Very simple coding question, similar to leetcode easy questions.
Developer Intern Interview Questions
12,191 developer intern interview questions shared by candidates
Design a database scheme for a basic version of IMDB, ie. Actors, movies, etc.
Tell me about it project
Find the duplicate in N+1 numbers in an array whose numbers range from 1 to N
Find the degree of separation between two people (e.g. LinkedIn's connected feature)
written test on paper, 1, basic sort algorithm knowledge. 2, basic design patterns. 3, basic java, c, question asking for expected result. written test on computer, use css to reproduce this (series vertically aligned input and their labels; a red square on top of a big blue square) pure javascript test, ( x=function (){ return something; }; )
The third interview was difficult . The question was about a variation of binary search.
My interviews used in-place quicksort, binary search tree (in-order) traversals, binary search, and solid OOP class structure knowledge. By chance, all of my interview questions wanted me to do the questions in-place with only constant memory. No queues or stacks in my case.
Make the game Checkers.
how would you synchronize RDBMS if multiple users are updating the same table?
Viewing 1451 - 1460 interview questions