J'ai postulé en ligne. J'ai passé un entretien chez TikTok (California City, CA) en août 2023
Entretien
a phone screening with HR. After that, attend three interviews with potential teammates, cross-functional colleagues and the hiring manager. Each interview usually lasts 30 minutes to an hour, and the hiring manager generally conducts it over a video call.
Questions d'entretien [1]
Question 1
1. Given an array nums which consists of only '0's and '1's where '1' denotes there's a stone at a given position, an index p, and an integer k. Find the minimum steps needed to stack at least k stones at position p. Within one step, you're only allowed to move one stone to an adjacent position. # nums: [1,0,1,0,0,1] # k: 2 # p: 2 # result=2 Followup:# Given an array nums which consists of only '0's and '1's where '1' denotes there's a stone at given position, and an integer k. Find the minimum steps needed to stack at least k stones. Within one step, you're only allowed to move one stone to an adjacent position. 2. Design Ticketmaster 3. Basic Calculator III
Phone screen where the recruiter asked questions about my background, why I'm interested in TikTok etc. Also asked a question about a technical project I've worked on in a team.
J'ai passé un entretien chez TikTok (San Jose, CA)
Entretien
There was an OA and then 2 rounds of interviews afterwards. 1st round was technical with LC med and basic CS concepts, 2nd round was behavioral questions with hiring manager.
TikTok’s interview process usually starts with an application and recruiter screen, followed by an assessment or technical test, several interviews with team members and hiring managers, and a final decision or offer. The exact number of rounds depends on the role, location, and whether it is technical or non-technical.