First 2 rounds were algo problems and was relatively manageable. Third round had some network and Java language questions and also some string processing regarding summing hex strings. Did not manage to get it working on time.
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
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
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez TikTok (Singapour) en févr. 2024
Entretien
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.
Questions d'entretien [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.