Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso TikTok (Toronto, ON) nel mese di nov 2023
Colloquio
Got an email for the Online Assessment. 5 Questions were asked from them 2 were multiple choice and other 3 were based on the DSA concepts coding. Their standard was high in considering the difficulty level.
Domande di colloquio [1]
Domanda 1
The BytePlus platform has n servers, where the data stored on the ith server is represented by the array memory. To manage the server efficiently you can perform the following operation any (possibly zero) number of times:
• Choose an index idx, such that 1 ≤ idx s n/2.
• Swap the data of the pair of servers that are equidistant from the beginning and the ending of the array memory and have a distance less than or equal to idx.
The total working efficiency of the servers is calculated as the sum of the product of the data present in each server with the index of that server.
Given an integer n, and an array emory, find the maximum possible total working efficiency that we can get, since the total working efficiency can be very large print it modulo 109+7.
Ho sostenuto un colloquio presso TikTok (San Jose, CA)
Colloquio
The interview process consisted of multiple rounds including an online assessment, technical phone screens, and virtual onsite interviews. The questions focused on machine learning fundamentals, coding challenges, and system design. The recruiters were responsive and kept me updated throughout the entire process.
Asked heavily about my resume, mainly focused on the projects I did that had overlapped areas with the team. Did an easy coding question on calculating a ML metric and asked about how to optimize the solution.
Domande di colloquio [1]
Domanda 1
What was a metric I used in my recommender system project.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso TikTok (Singapore) nel mese di feb 2026
Colloquio
The structure for both rounds is as follows:
20 mins deep dive into resume, explanation of personal projects & past experience, 20 mins testing about AIML concepts, 20 mins for leetcode medium
Domande di colloquio [1]
Domanda 1
Explain what would happen if bias was removed from the equation during backpropogation