Loading...
Showing 11-20 of 46 forum items
### Round 1: Behavioral (BQ) I was asked standard behavioral questions about conflict resolution, challenges, and how I handle failures. ### Round 2: Coding with AI The coding question was a variation of the Meeting Scheduler problem in an object-oriented desi...
I had an onsite interview with LinkedIn for a Machine Learning Engineer role. Here's a breakdown of my experience: **Coding 1:** I was given the problem of finding a meeting point for N people standing on a line such that the sum of L1 distances to the meeting...
The coding question I got was to implement a cache where the value is a rankable object, and the eviction policy depends on the value's rank(). I implemented this using a hashmap and a min-heap. The interviewer then asked follow-up questions: 1. **Using last-s...
## Preparation Tips & Key Takeaways ### What I Learned - I need to practice under pressure to avoid getting flustered during coding rounds. - It's important to clearly articulate simple concepts in system design interviews. ### Recommended Preparation #### Cod...
In the phone screen, I was asked some basic questions, mainly focusing on iOS memory management, which took about 10 minutes. Then, I was asked to solve two coding problems. These are frequently asked interview questions.
I had an onsite interview for a Machine Learning Engineer position. Here's a breakdown of my experience: **Coding Round 1:** I was asked to implement a sampling method from a multinomial distribution. The problem was to simulate a random index from an M-sided...
After initial greetings, the interviewer asked me about a project I worked on and its impact. They also asked about a time when I had to step away from a project, especially when I was the only one with knowledge of it, and what I would do in that situation. T...
This phone screen covered three areas in one hour. **Behavioral Questions:** * How to handle conflicts between teams. * Have I ever had a failure in leading people? * How do I prioritize when facing a tight deadline? **ML Coding:** The question was a custom pr...
I applied through a general online application and was contacted for an interview. **Phone Screen:** I was asked questions related to commonly asked interview questions. The difficulty was easy to medium, and I found them relatively simple. **Virtual Onsite (V...