Take-Home Test: The first stage was a simple take-home test, which assessed basic technical skills and problem-solving abilities.
Zoom Interview: The second stage was a Zoom interview that included a medium-level LeetCode problem. This part of the process focused on evaluating coding skills and the ability to solve algorithmic challenges.
On-Site Exam: The final stage was an in-office exam that lasted three hours. During this stage, candidates were tasked with designing and building a delivery system. This comprehensive test evaluated their technical proficiency, system design capabilities, and practical problem-solving skills.
Interview questions [1]
Question 1
Design a delivery system from scratch. What components would you include, and how would they interact?
How would you handle data storage and retrieval for the system?
How would you ensure the system is scalable and can handle increased load?
I applied online. The process took 1 week. I interviewed at SAP in Jul 2024
Interview
Was asked about myself, was asked to tell about a Data Structure that I know, how and where it was implemented, and how would the implementation be changed using other Data Structures.
I applied through an employee referral. The process took 4 weeks. I interviewed at SAP (Ra`ananna) in Jun 2024
Interview
the interview lasts for 45 minutes, in the first 15-20 minutes i have been asked to tell about myself and on a personal project. the last part was two data structure questions.
Interview questions [1]
Question 1
implement a data structure that store an array of size n and support the methods:
-set
-get
-setAll
all of them need to be in O(1) runtime