I applied online. The process took 2 weeks. I interviewed at SAP (Vancouver, BC) in Jun 2024
Interview
It was friendly and professional. The interview consisted of a one hour session with two interviewers who asked common behavioural question and one to two leetcode questions easy to medium
I applied online. The process took 1 week. I interviewed at SAP (Vancouver, BC)
Interview
I submitted an online application and received an email to schedule an interview after a couple of weeks. The interview was an hour long and included some behavioral questions but focus was mainly on technical questions.
Interview questions [1]
Question 1
Explain Stack data structure, and write an algorithm to sort elements in the stack
I applied through university. The process took 1 week. I interviewed at SAP in Oct 2020
Interview
1 hour interview, first 10 minutes reviewing some code (Java or JavaScript) and pointing out what is wrong or could be improved. The rest of the interview consisted of data structures questions, LC easy. First was fibonacci, second was getting the height of a tree.
Interview questions [1]
Question 1
Write a function that returns the nth fibonacci number.
Write a function that returns the height of a binary tree.