Totally interview is one hour, including
2 midium leetcodes for code interview
1.how many ways can robot come to end
2.can string rearrange to be a Palindrome
20min resume FAQ
2 coding problems are usually an easy and medium for new grad positions and some behavior questions, interviewers are patient different ppl will have their personal questions and coding style
I applied online. The process took 2 weeks. I interviewed at TikTok (Singapore) in Feb 2024
Interview
During the TikTok Online Assessment Process, I did the general question type. They had 5 questions on HackerRank that had to be finished in 2 hours. Questions are medium difficulty level. Questions test us on data structures and algorithms.
Interview questions [1]
Question 1
Minimum Buckets. The input is a list of elements. The questions is what is the minimum number of sub-lists can this list of element be broken down into. The rule is each sub-list must contain more than floor(x/2) elements that are the same.