LinkedIn Front End Engineer Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates.
|
Difficulty Rating [?] Based on 2 ratings |
Interview Experience [?] Based on 2 ratings
|
LinkedIn has 3,902 connections on Glassdoor
| 1–2 of 2 LinkedIn Interviews | Sort by |
Front End Engineer at LinkedIn
Posted Sep 21, 2010
3.0
Average Interview
|
Overall Positive Experience
|
Interviewed and No Offer
|
Interviewed Jun 2010 in Palo Alto, CA (took 2 weeks)
Phone interview was setup by a recruiter, and the phone tech interview was great.
Was asked basic UI questions related to Javascript, (closures, functions, object oriented) CSS, AJAX, etc
and then was called for onsite interview.
Interview panel consisted of 3 developers and one product lead.
Product lead asked general questions like reasons for quitting, what interests you, how was previous proj exp etc.
Deveopers asked about javascript questions and asked to write pseduo code, and a CSS guru asked quite a bit of css specificity questions,
Javascript questions included - binary tree, closures, inheritance, execute a function without a constructor -> (function xyz(){....})();
Interview Questions
Javascript questions included - binary tree, closures, inheritance, execute a function without a constructor -> (function xyz(){....})();
Other Details
I got the interview through a Recruiter and the interview consisted of a Phone Interview and a Group/Panel Interview.
Helpful Interview?
Yes |
No
Inappropriate?
Front End Engineer at LinkedIn
Posted Jul 28, 2010
3.0
Average Interview
|
Overall Neutral Experience
|
Interviewed and No Offer
|
Interviewed Jun 2010 (took a day)
All day on site interview, talked with 7 people.
Interview Questions
this.hello = function(){
return someValue;
};
};
X.prototype.test = function(){
return this.someValue;
};
var x = new X("hi");
------ what will the following code return?
alert(x.hello());
alert(x.test());
Other Details
I Applied Online and the interview consisted of a Phone Interview and a 1:1 Interview.
Helpful Interview?
Yes |
No
Inappropriate?


