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
Ho presentato la mia candidatura online. La procedura ha richiesto 5 giorni. Ho sostenuto un colloquio presso Triplebyte
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Data structures, web systems, relational database, low level system design
Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Triplebyte nel mese di mar 2020
Colloquio
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.
Domande di colloquio [1]
Domanda 1
what will this function return?
int* foo()
{
int x=10;
return &x;
}
int k=*foo();