Candidatei-me por meio de recrutador(a). O processo levou 1 semana. Fui entrevistado pela Imperva (Tel Aviv-Yafo) em jan. de 2024
Entrevista
Had 2 Interviews at once - each 45 minutes via Zoom.
First one was with the team lead, asked me fundamental java questions and had me making a program to perform actions on files given a path, then adjusting the program after each step.
Second interview was a high-level building a system interview, I was asked to design a system which will shorten URL (like bit.ly)
Perguntas de entrevista [1]
Pergunta 1
Given a path - print all names of files in that path
then - given an action, perform it on each file
then - making it using an interface, and showing knowledge on lambdas
then - involving threads use inside it to enhance performance