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
Candidatei-me online. O processo levou 5 dias. Fiz uma entrevista na empresa Triplebyte.
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 1
Data structures, web systems, relational database, low level system design
Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela Triplebyte em mar. de 2020
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 1
what will this function return?
int* foo()
{
int x=10;
return &x;
}
int k=*foo();