I applied online. The process took 5 days. I interviewed at SAP (Vancouver, BC) in Sep 2025
Interview
The HR team was very professional — scheduling, preparation, and post-interview feedback were all timely and friendly. I really appreciated their responsiveness.
However, the technical rounds left me puzzled.
1. One of the questions focused on string manipulation with regex. While regex is indeed a tool, it is often less readable and typically something developers look up when needed. I genuinely do not understand what capability the interviewer was trying to assess by testing regex usage for quick string matching and replacement. I solved the problem using a for-loop, and when asked if there was a “better” way, I mentioned regex — but pointed out that the time complexity is essentially the same. To my surprise, the interviewer laughed. I can only assume they were proud of thinking that regex provides an O(n) solution compared to a supposed O(n²) for a for-loop. In reality, one should take the time to understand how regex actually work — laughing at others only exposes one’s own lack of knowledge.
2. The code review exercise was also unexpected. I was anticipating issues like redundant rendering, memory leaks, or deadlocks in async code. Instead, the problems highlighted were things like methods defined with a return type but missing a return statement, or objects declared but never used. If these kinds of issues truly exist in your codebase, then I would strongly suggest reconfiguring your ESLint and TypeScript setup. These are the sort of errors that the compiler and linter should catch automatically — they should never make it to a code review. If reviewers are spending time pointing these out, it says more about the inadequacy of your tooling than the quality of the candidate.
I applied online. I interviewed at SAP (Brno) in Jun 2026
Interview
3 rounds of interviews: quick prescreening call with HR, on-site meeting with the manager, and a tech call with the lead engineer.
Prescreening was as usual. On the same day, I got a call from the manager and planned a second round for the next workday.
The second round was the most important. First quick introduction, then easy puzzle, then 15 min of technical questions (OOP, basic programming principles, Relational DBs, etc) - pretty easy, nothing too deep. Then, about 40 minutes talk about previous experience, position, hobbies, and other basic topics. Very pleasant and friendly, good atmosphere.
The third round was very quick - no live coding, a couple of architectural questions, static code analysis, and how to improve it (N+1 problem), SQL questions, overall around 10-15 minutes.
Received an offer a couple of days after. The whole process was clean, friendly, and fast at every level.
Interview questions [1]
Question 1
How would you add a new PK to a table with 1 million entries?
What is OOP? Explain polymorphism.
What is relational DB? What is an index?
Interview process was okayish, focused on candidates with AI and RAG skills, if you have built projects you have a chance, otherwise you may be rejected after the online test.
Top companies for "Compensation and Benefits" near you
I interviewed at SAP (Walldorf, Baden-Wurttemberg)
Interview
The SAP interview process included an initial screening, technical discussion, problem-solving questions, experience-based conversations, and behavioral assessment, followed by an opportunity to discuss role expectations and ask questions with interviewers.