I applied online. The process took 2 weeks. I interviewed at TikTok in Sep 2023
Interview
Some coding questions related to array. My experience with the interviewer was quite positive, mainly due to their exceptional patience throughout the interview. As the interview progressed, there were moments when I felt a bit nervous and stumbled over my words or needed a moment to think about my responses.
Interview questions [1]
Question 1
You are given an array of integers, and your task is to write a function that finds the two numbers in the array that add up to a specific target sum. If there are multiple pairs that add up to the target sum, return any one of them. If no such pair exists, return an empty array.
I applied online. The process took 2 weeks. I interviewed at TikTok (Mountain View, CA) in May 2023
Interview
Just 3 minutes after I submitted the application, I received an email asking me to do an OA, which I must completed in 2 weeks. It was pretty stressful. Be prepared.
Two rounds of technicals with engineers in the team. The final round is with the team lead, it’s a combination of both technical and behavior. Expect medium to hard questions.
Interview questions [1]
Question 1
Count number of rotated elements in a rotated sorted array.