Candidates applying for Software Developer roles take an average of 14 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at TikTok overall takes an average of 32 days.
Common stages of the interview process at TikTok as a Software Developer according to 1 Glassdoor interviews include:
Other: 50%
Skills test: 50%
Here are the most commonly searched roles for interview reports -
The interview process was informal, short, and also unstructured. The interview process allowed a candidate to show their potential via leet code. The questions progressively ramped up in difficulty gradually throughout the process.
Interview gave an OA which had the most challenging questions you'll ever see in your life, don't even try this out. Its not even relevant to the role and its not a good way to assess a student
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.