two technical interviews
two medium lc questions for the first interview
one medium lc question for the second interview
The first interviewer was very nice and helper. However, the second interviewer barely gave any feedback throughout the process
I applied online. The process took 1 day. I interviewed at TikTok (New York, NY) in Sep 2025
Interview
The interview involved creating test cases that ensured a method functioned as properly, instead of regular LeetCode questions. The class the methods were from was for a task board. Methods that you had to create test cases for included "check if a user was added to the task correctly," "check no extra users were added," "check a user was removed from a task correctly," etc.
I applied through a recruiter. The process took 2 weeks. I interviewed at TikTok (Sydney) in Aug 2025
Interview
Technical questions on all of your resume know it thoroughly. Lot's of theory questions on CS, so know all the concepts well. Will absolutely grill you on resume technical and theory content.
Interview questions [1]
Question 1
How are collisions resolved in hashing ?
What is QuickSort implementation ?