Software Engineer applicants have rated the interview process at LinkedIn with 3.3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 52.7% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Engineer roles take an average of 21 days to get hired, when considering 4 user submitted interviews for this role. To compare, the hiring process at LinkedIn overall takes an average of 24 days.
Common stages of the interview process at LinkedIn as a Software Engineer according to 4 Glassdoor interviews include:
Presentation: 50%
One on one interview: 50%
Here are the most commonly searched roles for interview reports -
Interviewed for an SDE role. The process was well-organized and the recruiters were responsive throughout. That said, the technical rounds were significantly more challenging than expected — definitely come prepared to go deep. Overall a valuable experience regardless of the outcome.
I applied online. The process took 2 weeks. I interviewed at LinkedIn (Sunnyvale, CA) in Mar 2026
Interview
I first had a recruiter call, followed by a technical screening that involved live coding on HackerRank. The expectation was not to run the code, but to clearly explain the logic and arrive at the correct solution. The main question was the Valid Palindrome string problem, along with a follow-up question based on it. It was an easy-level LeetCode problem, and the interviewer was very friendly and made sure I felt comfortable throughout the interview process.
That was a real stroke of luck — when I got to the coding round and encountered a question on finding the maximum subarray sum, I had literally seen this exact problem on prachub.com a few days earlier. The interview kicked off with a recruiter screen, followed by a technical phone interview. It was intense, especially with the focus on algorithms and data structures. I also faced some behavioral questions that challenged my experience. After a final onsite round, I received an offer and happily accepted. Overall, it was tough but rewarding.
Interview questions [1]
Question 1
Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Walk through Kadane's algorithm and explain the O(n) approach.