Loading...
I completed my PhD defense and accepted an offer from Lam Research. My background is in electron microscopy. The role I interviewed for was FIB/STEM Electron Microscopist, titled Process Engineering 3. This position had three shifts (morning, afternoon, night)...
## Preparation Tips & Key Takeaways ### What I Learned - System design interviews require a deep understanding of trade-offs and scalability concerns. - Coding interviews can focus on optimizing data structures and algorithms for specific use cases. - Behavior...
I recently completed Expedia's online assessment. The questions were different from previous years. Here are the problems: **Question 1:** Enumerate all substrings and then use two pointers to check if it is a subsequence, or use dynamic programming. **Questio...
This was my interview experience for a Senior SWE role in the ML Platform team. **Phone Screen:** I was given an M * N matrix and asked to color each cell black or white, with the requirement that adjacent cells could not have the same color. There was also a...
### Round 1 A senior engineering manager asked me a lot of Java fundamentals and networking programming fundamentals. I was asked in-depth questions about RPC, gRPC, Protocol Buffer details, the pros and cons of microservice architecture, and how to implement...