Candidates applying for Software Engineer 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 Engineer according to 1 Glassdoor interviews include:
Other: 50%
Skills test: 50%
Here are the most commonly searched roles for interview reports -
Leetcode question for technical round. The interviewer is patient and given hints. But I couldn't figure it out. The overall experience was good. Need to prepare for more coding questions
I applied online. The process took 2 weeks. I interviewed at TikTok (Singapour)
Interview
failed in the first round,it's tooo hard for me .they give me 2 leetcode hard and I could not finish it in a given time.I feel so bad for the interview and the interviewee do not give me any response
I applied online. The process took 2 months. I interviewed at TikTok in Dec 2022
Interview
1. OA ( pass all test cases )
2.ther e has at 3round interview(first 2 round are about coding ,then technical things go through projects on resume, then hr call)
Interview questions [1]
Question 1
1. What is a binary tree 2. What are the basic nodes of a tree 3. How to find the left and right nodes of a tree 4. If you don’t want to use a tree, but also want to find the child based on the parent, how to do it, change the data structure, and then require more space than the tree Less, array can be used, the positions of parent and child are changed to index, and the index can be calculated. 5 Write code to find the left node and right node of parent.