ramp | FrontEndEng | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview consisted of two main tasks. The first task required extracting a URL from a web page using a custom query selector, where the URL was embedded within a complex nested DOM structure. The second task involved implementing a simplified version of a Wordle game in React, with the target/answer fetched from the URL obtained in the first task. The candidate faced challenges with unit tests that did not pass, and there were no clear instructions on how to resolve these issues. The candidate completed the required implementation within the 90-minute time frame but was unable to submit the final solution due to the testing complications.
Technical Questions
- Extract a URL from a web page (HTML, DOM Manipulation, String Processing)
- Implement a simplified version of a Wordle game in React (React, Game Development, State Management)
Tips & Insights
- Pay close attention to the requirements for unit tests and ensure clarity on how to meet them.
- Practice working with complex DOM structures and query selectors in advance.
- Familiarize yourself with React state management and game development concepts to improve efficiency in similar tasks.