Describe the interview process: The process consisted of three rounds: an initial online assessment focusing on data structures and algorithms, followed by two technical video interviews. The technical rounds were intensive, covering system design, live coding, and deep-dive questions into previous project experience and database optimization.
Interview questions [1]
Question 1
Design a scalable URL shortener system and explain how you would handle high read/write throughput.
First round interview. with the hiring manager,then get ghosted for a long time.After nearly two months,the status showed rejected.During waiting,i emailed the hr but get no response.I experenced this situation twice.
Interview questions [1]
Question 1
Basically the tech stack i used in my past experience.
The process started with a recruiter screen, followed by two technical rounds with LeetCode-style problems on trees and graphs, then a system design round, and finally a behavioral interview with the hiring manager. Overall it was well-structured but pretty intense.
Interview questions [1]
Question 1
Implement an LRU cache with O(1) get and put operations.