an onsite will include one coding, one system design, and one behavioral interview. 1–2 medium-level Leetcode-style questions
You'll be asked to code live (on a shared editor like CoderPad or in-person whiteboard)
Interviewer may dig into:
Edge cases
Time and space complexity
Alternative solutions
Interview questions [1]
Question 1
Write a function to determine if a given string is a palindrome. A palindrome is a word, phrase, or sequence that reads the same backward as forward.
Scheduled a call with recruiter. Recruiter didnt show up for the screening call and cancelled it 5 mins after the scheduled time. Dropped a follow up email and got no response. After a week, I got an email from the recruiter stating I am selected for the next round i.e Assessment. Sent me an email with the assessment description but no link. When I sent a follow up email asking for the link, I got ghosted again. It was a bad experience. Felt like she is toying with me. Why ghost an applicant repetitively? Unprofessional recruiter who doesn't respect an applicant's time or efforts!
4 rounds of interview including coding , design , case study, behavioral after clearing the code signal assesment. Coding was medium hard of 2 questions each. case study and system design was difficult.
This took a bit longer than expected, stretching over several weeks. The technical rounds were intense, featuring an LRU cache implementation and a problem on detecting duplicate transactions within a 60-second window. I was nervous at first, but it clicked for me when I realized I had practiced a similar approach on PracHub just days before. Unfortunately, I didn’t receive an offer in the end, but the experience was a solid learning opportunity. The behavioral questions felt straightforward, so I wish I had made a stronger impression in the technical segments.
Interview questions [2]
Question 1
Implement an LRU cache with get and put operating in O(1)