J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez LinkedIn (Mountain View, CA) en déc. 2013
Entretien
1st round Phone Screen: The lady was sweet and asked what position I was interested in and the general HR questions like what am I looking for in an internship.
2nd round Phone Technical:
Given a sorted array with duplicates and a number, find the range in the
form of (startIndex, endIndex) of that number. For example,
find_range({0 2 3 3 3 10 10}, 3) should return (2,4).
find_range({0 2 3 3 3 10 10}, 6) should return (-1,-1).
The array and the number of duplicates can be large.
J'ai passé un entretien chez LinkedIn (Mountain View, CA) en nov. 2025
Entretien
Pretty chill overall. Recruiter call -> OA -> 1h behavioral and 1h technical, back-to-back. 2 LC mediums for technical. Was asked to dry-run the code and follow-up questions after solving it optimally.
J'ai postulé via un recruteur. J'ai passé un entretien chez LinkedIn en nov. 2025
Entretien
Starts with OA, then goes to phone screen. After phone screen, there is a super day with behavioral with hiring manager and then a technical with a senior engineer with two medium LC questions.
Questions d'entretien [1]
Question 1
They asked why I was interested in an internship at LinkedIn.
J'ai passé un entretien chez LinkedIn (Sunnyvale, CA)
Entretien
Recruiter screen (20 min) basic behavioral questions, Virtual Onsite (40 min w/ Hiring Manger, 40 min for technical). HM portion was very laid-back and conversational. technical included 1 lc easy and 1 lc medium
Questions d'entretien [1]
Question 1
Why did you choose Computer Science?
Binary search problem
set union/intersection problem