I applied through a recruiter. The process took 2 weeks. I interviewed at tkLABS (Miami, FL) in July 2021
Interview
The interview process was very simple. A Google Hangouts call was scheduled a week after the interview with the HR representative. Questions about the resume were asked, followed up by a Coding test in the language of preference. Since they have several ongoing projects across the company, they asked what project was of most interest, and the coding questions were performed in the language of choice that was fit for the project.
Interview questions [1]
Question 1
Given a piece of code, predict its output. This question involves the use of commonly used features in your language of choice.
Implement a sorting algorithm that would sort N items. They'd usually tell you the algorithm they want you to use.