Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso LogRocket (Boston, MA) nel mese di ott 2024
Colloquio
First round is just over a phone call where they ask about your work experience and challenges you have faced.
Second round is a coding round where they ask a problem they have had to solve.
Domande di colloquio [1]
Domanda 1
I was given an array of nested JS objects with multiple properties. I needed to write a recursive function to loop throw the array to access each object and verify the value and delete the object if the value was negative. But remember that its a nested object, so its not just the outer array you're looping through