Candidatei-me por meio de recrutador(a). Fui entrevistado pela Nextsilicon em fev. de 2026
Entrevista
short phone call, was invited to their facility. interview took about 1.5 hours and was rather standard - tell me about a challenging task, and then a plane design question with followup questions.
Perguntas de entrevista [1]
Pergunta 1
scheme showing a TCP-only load balancer that receives incoming client requests and forwards each request/frame to one of several backend servers.
How should a TCP load balancer process incoming frames and distribute them across multiple backend servers?
Scheme description:
Incoming traffic consists only of TCP requests. These requests first arrive at the load balancer. The load balancer processes each incoming frame using processFrame(frame* F, int numOfServers) and then forwards the frame using send2Server(frame* F).
The load balancer has three backend targets: 10.0.0.1 ,10.0.0.2, 10.0.0.3
handleFrame(frame* F, int numOfServers)
{
processFrame(frame* F, int numOfServers);
send2Server(frame* F);
}
implement processFrame(frame* F, int numOfServers);
followup: what if a backend server fails?
Candidatei-me online. Fui entrevistado pela Nextsilicon (Giv`atayim) em fev. de 2026
Entrevista
A recruiter called and asked me to tell about myself.
Then I came for an interview at the office. The interview was two and a half hours long.
Very nice people
Perguntas de entrevista [1]
Pergunta 1
The interview was divided into 3 parts.
Part one - draw a design of a system I worked on.
Part two - describe their system - how would you design it.
Part three - they gave me TS code and asked me to write a conversion function.
Candidatei-me por meio de recrutador(a). O processo levou 3 semanas. Fui entrevistado pela Nextsilicon em jan. de 2025
Entrevista
First interview was zoom interview, technical pseudo code question.
Next interview was system design
In that point I decided to stop the process.
Very nice HR and smooth process. The system design was a bit messy
Perguntas de entrevista [1]
Pergunta 1
To make a scheduler of events out of single resource timer that can callback a function