Linkedin | Senior Software Engineer | Onsite Interview | Nov 2021
Anonymous User
7218

LinkedIn interview experience (Offer Received)

LinkedIn Telephonic Interview
some HashMap based questions, counting hits. Don't remember exactly.

LinkedIn Virtual Onsite Interview

Interview 1: Behavioral Interview
Name : C***** L****
Discussion about the current project and future prospects

Interview 2: Concurrency coding Interview
Name : J**** G*****
Design the schedule with coding. you are given a task, which has to be run at xxx ms time in the future, design discussion, choosing the data structure, and code implementation.

Interview 3 : Coding Interview
Name : D*** Pe*** & A*** Sa***
Two Algortihm problems

  1. find the maximum area of all island areas. variation of : number of islands https://leetcode.com/problems/number-of-islands/
  2. find the k smallest element from the target number in the BST: TC: o(n), SC: o(n)
Input : BST tree , Target : 45, k = 3
					   50
			25	              75
	 12	       35    61         85
5	      18
	  13       22
	  
Output : 50, 35, 61 (return in any order)

Interview 4 : Coding Interview
Name : A***** Sh***** & B**** L***
Trapping Rain Water : https://leetcode.com/problems/trapping-rain-water/Interview

5 : System deisgn Interview
Name : Sh****** S***** & J******* R****
Discussion about current projects and future prospects
Design the metric plotting system: You have an application, which sends data to another metric generation system and plots the graph, based on various factors. design this system.

LinkedIn Offer:
Senior Software Engineer
Linkedin Data Privacy team
Job location : Sunnyvale
TC : 408k (214k + 475k (4 yrs) + 21k + 55k) (Base, stocks, Annual bonus, Sign-on Bonus))

Comments (9)