Round 1: Data Structures and Algorithms + JavaScript Fundamentals
Questions:
- Implement polyfills for
reduce
andmap
. - In depth questions on JavaScript fundamentals (Polyfills, Closures, etc).
- React code in an online emulator:
- Create a basic input box with regex handling, utilizing hooks such as
useState
anduseEffect
. - Have to add validations as well on type of input.
- Create a basic input box with regex handling, utilizing hooks such as
- DSA question: find all palindromes of string.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2: System Design
Questions:
- Discussed web vitals and strategies for optimization.
- Explored server-side rendering (SSR) and other web fundamentals.
- Designed an autocomplete feature that could be used in various contexts, with customizable UI for search results.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.