A manager from Snapchat LinkedIn contacted me and scheduled an interview. During the interview, there were two behavioral questions: why choose Snapchat and questions about a project. The coding question involved designing a game that I was not familiar with. The game involved a board with positions that had three colors (e.g., red, blue, yellow) and a player who moved based on randomly generated colors. The player had to reach the last position to win.
The question was not difficult, but the interviewer only verbally described it without providing examples. Some game-related terms were unclear to me, causing a bit of confusion. I would substitute unfamiliar words with others in my understanding. The implementation was done using React, focusing mainly on state management. Thank you for your help.