JavaScript Interview with a FAANG Engineer: Word Search

This is a Mock JavaScript Interview with a FAANG engineer, where the prospective candidate must tackle an SDE 1 Level JavaScript Question, typical for 0-2 years of experience. The question, "Word Search", requires candidates to explore walking around the 2D grid. At each step, they have to mark a directional choice before proceeding, and then also revert their marking at the end of each step, so they can start fresh and try another direction. This exploration is done via the DFS strategy, where you go as far as possible before trying the next direction! Watch now to learn how to tackle this arrays problem using the DFS method.

👉 Get $100 off your first professional mock interview with this link!: https://iio.sh/r/CQ76

📖 Check out feedback from the FAANG interviewer and the full transcript on https://interviewing.io/recordings/Javascript-FAANG-11

❗ Disclaimer: All interviews are shared with explicit permission from the interviewer and the interviewee, and all interviews are anonymous. interviewing.io has the sole right to distribute this content.

TIMESTAMPS
00:00 Start
00:40 Introductions
04:45 Behavioural Interview Question
15:28 Coding Interview Question Starts
56:35 Feedback

Home