Loading...
The interview process started with an online assessment that lasted 60 minutes and was conducted offline in college labs on HackerRank. The assessment included 28 MCQs covering aptitude (Permutation and Combination, Probability, Time and Work) and technical to...
My phone screen consisted of four parts: * Behavioral questions: Standard behavioral questions. * Coding: I was asked to implement sparse matrix multiplication, which is a common question. * System Design: I had to design a short video recommendation system, w...
The coding question was to implement a `Document` class with the following methods: ``` __init__() # Initialize the document system apply(id, property_name, value) # Apply a property value to a specific layer undo() # Undo the most recent operation or batch of...
The interview experience was positive. The HR representative actively followed up throughout the process. I had good conversations with team members, some of whom were internal transfers. The rounds consisted of the following: - **HR Call** - **Hiring Manager...
## Preparation Tips & Key Takeaways ### What I Learned - I needed to brush up on my system design skills, especially for recommendation systems. - It's important to be prepared for behavioral questions covering both product and domain knowledge. ### Recommende...
The coding question I got was: ```python class AutoExpireCache: def __init__(self): def set(self, key, value, timestamp, expire_period): def get(self, key): ``` **My approach:** 1. I implemented the basic `set` and `get` APIs using a dictionary. 2. I discussed...
My interview experience for NVIDIA's System Software Engineer Intern role involved an online assessment and a technical interview. **Online Assessment:** This round consisted of 28 MCQs covering aptitude (Permutation and Combination, Probability, Time and Work...
I interviewed for a software engineer intern position. I applied when I started my master's program. My resume wasn't even complete. I received an email from a recruiter in January. I passed the online assessment two weeks later, and then had a phone interview...
I had a phone screen interview for a Full Stack SDE III position. The questions were relatively straightforward. 1. A LeetCode easy problem. 2. Implement a form using React and explain how I would manage the state. 3. Using React, call an API, transform the re...