Fiz uma entrevista na empresa Carnegie Mellon University.
Entrevista
The job postings on the web site were clear. The interviewing process for this staff position was very informal. I met up with the supervisor and also met the colleagues with whom I would work. There were discussions about the nature of current and future projects, and questions about technical skills that would be applicable.
Perguntas de entrevista [1]
Pergunta 1
Why the interest in this academic staff position as opposed to an industry job?
Fiz uma entrevista na empresa Carnegie Mellon University.
Candidatei-me online.
Entrevista
A few rounds of technical interviews focussing on programming and machine learning and distributed computing knowledge. LeetCode style questions coupled with a basic questions on classical machine learning models. All interviewers encouraged the problem solving to be open ended, favoring technical discussions during the interview.
Perguntas de entrevista [1]
Pergunta 1
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
An input string is valid if:
1. Open brackets must be closed by the same type of brackets.
2. Open brackets must be closed in the correct order.
3. Every close bracket has a corresponding open bracket of the same type.