Front End Engineer · Mid-Level · Phone Screen
The technical phone screen involved a coding question where I had to flatten a nested array. I was required to implement this using both a recursive approach and an iterative (non-recursive) approach.
The technical phone screen involved a coding question where I had to flatten a nested array. I was required to implement this using both a recursive approach and an iterative (non-recursive) approach.
Showing 921-930 of 1091 forum items
The interview process consisted of an online assessment, two technical rounds, and an HR round. **Online Assessment:** The assessment had three DSA problems, 15-20 aptitude questions, and one descriptive self-story question. I needed to solve at least 2 out of...
### Round 1: Recruiter Call This was a standard recruiter call. --- ### Round 2: Product Mini Case The interviewer-led casing focused on Capital One Shopping. I was initially asked about potential revenue streams and improvements for the app. Then, I was asked...
I had to solve two problems: **getMinTime:** The problem describes 'n' features that need to be unlocked and deployed in sequence. Each feature has an initial deployment cost and a repeated deployment cost. I needed to calculate the minimum total time to compl...
The process started with an HR screening where my resume was reviewed, and they asked about my projects. This was followed by a technical phone screen. The main question involved analyzing logs to determine which function was called the most frequently. If the...
This was a full journey interview process. **Coding Round:** I was asked to solve a problem which is similar to Leetcode 849 **Hiring Manager Round:** This round involved standard resume-based questions and a small amount of behavioral questioning. **System De...
The coding question involved wrapping matching phrases in a sentence with `<yellow>` and `</yellow>` tags, merging any overlapping or adjacent matches into a single `<yellow>` block. Here's the problem description: You are given a sentence and a list of matchi...
The interview question was to implement a simplified file system with two functions: * `addFile(String path)`: Stores a file given a string path like `path/to/somewhere/file.txt`. * `getFile(String path)`: Given `path/to/somewhere`, return `file.txt`. Given `p...
I had a phone screen interview for a Machine Learning Engineer position. The coding question was about K-means clustering, and I needed to explain the stopping criteria. The interviewer seemed to focus on details, and I think I was down-leveled because I didn'...
I was asked a layer/document question, which is similar to https://www.chillinterview.com/experiences/33f732d8-ec01-473e-9868-b1d2f562c4fd. The method definition was `apply(id, property, value)`. I had to implement the `init`, `apply`, and `undo` methods in th...