Candidatei-me por meio de uma faculdade ou universidade. O processo levou 2 semanas. Fui entrevistado pela Bloomberg (Tel Aviv-Yafo) em jan. de 2022
Entrevista
i was given a coding assignment in my chose of programung languge who took about two hours.
they send me the stages of the intrveuwing process in the begining, as follows
Round 1 - Technical Coding Exercise (2.5 hours)
Round 2 - 2 x Video Technical Interviews with 2 Engineers, focusing on coding and design (2 hours)
Round 3 - HR Video Interview (1 hour)
Fiz uma entrevista na empresa Bloomberg (Tel Aviv-Yafo).
Entrevista
I was asked to write code in a programming language of my choice and to complete a template provided with my own code. The interview lasted around two and a half hours and was conducted over Zoom with screen sharing. Throughout the process, the interviewer occasionally paused me to ask questions about the approach I chose for solving the problem and how I handled various edge cases. At the end of the interview, I explained the code in its entirety and demonstrated its functionality
Perguntas de entrevista [1]
Pergunta 1
My task was to manage a data structure representing an office and its employees. Each employee had an employee ID and was linked to their manager (who was also an 'Employee' type). The office itself had a count of its employees and a head of office, who was also an employee. I was required to write a function to add an employee to the office, a function to print the employee hierarchy, a function to change an employee's manager, and a function to delete an employee.