Snapchat | Software Engineer | Onsite
Timeline: 2026(Jan - Mar) • Fulltime • JobHopper •
Waiting for result
I had an onsite interview with Snapchat for an iOS Software Engineer role. The interview process consisted of several rounds, including technical interviews, a coding challenge, and behavioral questions.
In the technical interviews, I was asked about my previous projects and experiences with iOS development. The interviewers were very friendly and encouraged me to ask questions.
For the coding challenge, I was given a problem to implement a feature for an existing iOS app. This involved both coding and designing the user interface, which I found to be quite engaging.
Overall, it was a great experience, and I felt that the interviewers were genuinely interested in my skills and knowledge. I am looking forward to their feedback soon!
Interview Questions
Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
Difficulty: Easy | Reference: LC-1 | Tags: Array, Hash Table
Valid Parentheses
Given a string containing just the characters ‘(’, ‘)’, ‘{’, ‘}’, ‘[’ and ‘]’, determine if the input string is valid.
Difficulty: Easy | Reference: LC-20 | Tags: Stack