Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Imperva (Tel Aviv) nel mese di gen 2024
Colloquio
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)
Domande di colloquio [1]
Domanda 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