Typical whiteboard interview with 2 people. Involved questions about algorithms as well as past work experience. They asked about all strengths/weaknesses and what you have most experience with. Only one interview was needed for the position I was applying for.
Questions d'entretien [1]
Question 1
Given a string find the longest substring that passes a certain function they supply you.
Was an interview with a team lead and a member of the team. The interview took about half an hour. Both people were friendly and the interview itself went very smooothly.
Questions d'entretien [1]
Question 1
Some form of O(n^2) leetcode easy problem, but they didn't want the optimal solution, just any solution.
- Interview started with an introduction about the company.
- Few questions from the pervious work experience.
- Few questions from the projects listed in resume.
- A coding question is asked to determine my problem solving approach.
- Last few minutes of the interview is for asking any questions to the interviewer.
Questions d'entretien [1]
Question 1
- Questions about AWS from my projects.
- Questions about Redis and SSO from my work experience.
- A coding question related to finding the longest possible substring that matches a dictionary word.