Loading...
Showing 21-30 of 43 forum items
This was a unique interview experience. I applied for a Video MLE position at Apple, which aligned somewhat with my background in image compression during my Ph.D. studies. I reached out to an Apple employee on LinkedIn for a referral, and they helped me get t...
The recruiter was unreliable and provided inaccurate information. The interviewers also seemed unprepared. **Phone Screen:** The hiring manager reviewed my resume and asked behavioral questions. **Coding (Phone Screen):** Despite being told it would be a codin...
The process was quick, taking less than three weeks from recruiter outreach to the final result. **Phone Screen:** I was asked Word Search II. **Onsite:** The onsite consisted of four rounds: three technical rounds (60 minutes each) and one Hiring Manager beha...
The question I was asked was: ``` # There is a special apple tree that grows apples every day for n consecutive days. On the i-th day, the tree grows apples[i] apples that will rot after days[i] days, that is on day i + days[i] the apples will be rotten and ca...
I had an onsite interview consisting of five rounds, each lasting 45 minutes. In the behavioral round, I was asked about priority conflicts and what I would do if blocked by another team. For the coding round, I had to solve a variation of the edit distance pr...
The interview started with a behavioral question: introduce myself and describe a high-quality project I worked on. For the coding question, I was asked to write a function that randomly selects an IP address from a list of IP addresses for a load balancer, en...
I reviewed common questions for Apple Software Engineer interviews: **Data Structure Design** 1. LRU Cache: * Implement `get(key)` and `put(key, value)` in O(1) time complexity. * Classic solution: HashMap + Doubly Linked List. 2. Insert Delete GetRandom O(1):...
I was asked two coding questions during the technical phone screen. - Leetcode 208 - Leetcode 1804
My interview experience consisted of several rounds. In the technical phone screen, I was asked about the differences between DCN v1 and v2, and how to A/B test a model. During the ML Application round, the focus was on bidding strategies and how to design CPA...