I applied online. The process took 5 days. I interviewed at Triplebyte
Interview
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.
Interview questions [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
I applied online. The process took 1 week. I interviewed at Triplebyte in Mar 2020
Interview
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.
Interview questions [1]
Question 1
what will this function return?
int* foo()
{
int x=10;
return &x;
}
int k=*foo();