J'ai postulé en ligne. Le processus a pris 5 jours. J'ai passé un entretien chez Triplebyte
Entretien
The first step is to pass a multiple choice assessment which takes about 30 minutes. Then you can schedule a remote interview which is two hours long.
The interviewer was very friendly and professional and the process was great.
I didn't pass the 2nd round but they gave me a detailed report of my performance after just two days and they also recommended useful sources to study for my next interview.
Questions d'entretien [1]
Question 1
Data structures, web systems, relational database, low level system design
Took a quiz that made fast track available. Was about a two hour automated interview with multiple choice and coding questions. Fairly comprehensive and straightforward. Got one pretty much repeat on a coding question
J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Triplebyte en mars 2020
Entretien
Took 2 hours, it covers from start from implementing a tic ta toe general questions to debugging, in the end asked me to design a system for car sales.
Questions d'entretien [1]
Question 1
what will this function return?
int* foo()
{
int x=10;
return &x;
}
int k=*foo();