I applied through an employee referral. The process took 2 weeks. I interviewed at LinkedIn
Interview
I was referred at LinkedIn. The recruitment team was prompt and very responsive to schedule changes. The lead recruiter was very informative on the phone and talked to me for half an hour explaining LinkedIn and understanding my interests. I was very impressed.
First Phone Screen: Collabedit coding was expected with perfect language syntax
Implement power function efficiently.
Find maximum sum subset in an array with negative integers
Second Phone Screen:
Find if a string is a number or not.
Repeat question of maximum sum subset. After telling them that I already answered this, they were surprised as the first interviewer had not left any notes! This was a hard problem which I had answered correctly. I was very disappointed.
Variation of the same problem, maximum product subset. I faultered a bit and was not able to get to the right code. However my idea was correct.
Interview questions [1]
Question 1
Maximum product subset with negative and positive integers
I applied online. The process took 4 weeks. I interviewed at LinkedIn in Feb 2014
Interview
Apply the software enginner position in Linkein and the recruiter contact me after just one day, we do a chat to about my background and the job description.
The interview is composed by 2 phone screen and 6 round skype video interview(I am the remote candidates). Beside the coding questions, there are many system design questions which are related to my background.
In the whole progress of interview, the recruiter and coordinator are friendly and each interview is arranged in the good time for me(Especially in case of 15 hours time difference)
Interview questions [1]
Question 1
Coding questions are not too difficult, you can discuss with interview if you can not get the perfect solution directly, they are very nice.
System design question are all related to my background, communication is most important to answer these questions.
I applied through a staffing agency. The process took 2 weeks. I interviewed at LinkedIn (San Jose, CA)
Interview
2 initial phone screens where you will be asked to code on a collabedit link.
Then 5 onsite rounds.
2 Techincal ----> where they ask algo questions and expect code.
1 Design ---> Where we have to design a problem.
1 Design ---> Where you have to explain a project you have worked on.
1 ----> Where they simply talk about your background/your interest and other stuff.
Interview questions [1]
Question 1
Question were simple. They do have a question bank.
a) Find the nearest K point given a set of N point.
b) Print a tree level-by level.
c) Given a dictionary find and set of two words find path from one word to another such that all the intermediate words are also from dictionary.
Example: GOD -> GID -> DID -> DIG -> DOG.
At each time we are allowed only one character change.
d) Design an Hangman. { They expect MVC architecture. }