I applied through a recruiter. The process took 2 weeks. I interviewed at LinkedIn (San Francisco, CA) in Mar 2019
Interview
Interview Scheduling:
Recruiter reached out via LinkedIn. We exchanged a couple of emails. Cleared first basic mcq phone call round. I provided my availability for phone screen. Recruiter did not respond for a couple of days and after that the recruiter said she could not “locate” my email. That was the first red flag. The recruiter did not took my seriously it seems then why reach out in the first place. Weird!
Interview Overview:
I wrote optimal code for all the problems. After the interview, recruiter called me and told me the feedback saying that I was not supposed to write optimal code and they were expecting simple naive solution. This is the funniest thing I’ve ever heard in my life. I have never seen interviewer asking for naive solution over optimized solution.
Overall Experience:
For each problem, I explained naive solution and then wrote optimal solution. The interviewer seemed very in-experienced and naive. I observed that the interviewer kept doing mute/unmute and was not communicative. I somehow feel he was not interested in understanding what I was explaining to him. At every step, I explained the interviewer why I was doing that. My goal was to write optimized and scalable solution (which I did) and not simple unoptimized solution. I made that clear in every problem while discussing my thought process. Don’t waste your time interviewing for SRE role at LinkedIn. Not worth it!
I applied through a recruiter. I interviewed at LinkedIn in Jun 2022
Interview
There were two rounds
1.operation round
2.coding round
both rounds were easy answered all questions which interviewer agreed are correct .still din't get feedback why i was rejected. They have standard questions which will be asked in every interview . I don't know how they are evaluating candidates.
Interview questions [1]
Question 1
Operations asked three questions
1.ssh how will it work
2.send one file from one server to 10,000
3.how to monitor three tier architecture
coding
1.FizzBuzz
2.recursion
3.log parsing
you can see answers here https://yumminhuang.github.io/note/sreinterview/
I applied through a recruiter. The process took 4 weeks. I interviewed at LinkedIn (New Delhi) in Feb 2021
Interview
The Hiring process was long, lasted over a month. I had an initial Hacker Rank coding round, followed by first round of interview, then second round and then final round which consisted of 4 rounds of interview.
I had referred previous interview experiences on Glassdoor and that helped to prepare. The questions were mostly similar. I got a rejection mail after the first round but then again I got a call for second round. They never answer when we call back. That's what I felt very bad about it.
Interview questions [5]
Question 1
First round was based on Networking. TCP/IP, ARP, DNS resolution, Sharding, Scaling, caching, server management concepts were covered.
Second round was scheduled only for Linux Memory management. Entire Memory management questions were asked. How it works, why is it required, Virtual memory, swap memory, swappiness and all.
System design was okay. They gave situations and asked how to design system in that scenario. We were allowed to ask questions to check if we were in tbe right track.
The last one was Troubleshooting
There was an Apache server and we had tk debug jt. It had 500 and 400 errors. I wasn't able to solve any in this round.
I applied online. The process took 4 weeks. I interviewed at LinkedIn (Bengaluru) in Jan 2021
Interview
The process started with an online coding challenge. It had three coding questions around LeetCode medium level, one DBMS query, and around 20 MCQs involving Networks, DBMS, Linux, etc. Following that, there were two technical interviews and one host manager round. The first technical interview was a Service Architecture round where I was asked to scale a ride-hailing application to handle about 10000 requests/min. It was a 1.5 hour round. In the second interview, I was tested a lot on Data Structures, Networking, Linux administration, troubleshooting. Certain questions were very tough, like in what port do you attach your hard drive, but I guess they asked that to check our limits, and they weren't deciding questions. The last round was a Hiring Manager round close to a typical HR round, but I had certain technical questions about my projects.
Interview questions [2]
Question 1
Scale a ride-hailing application so that it handles ~10,000 requests/minute. This was a 1.5-hour-long discussion with follow-ups, including Consistent Hashing. They also challenged multiple of my design claims which I had to think about on the spot.