I applied online. The process took 2 weeks. I interviewed at SAP (Montreal, QC) in Jul 2021
Interview
After applying online, there was a skills assessment, where I had to code two solutions in a programming language of choice (very easy).
There was a single interview with four people. Two asked technical questions and two asked behavioral questions. Total 1.5-2 hours
Interview questions [1]
Question 1
Technical:
1) Inspecting some java code, spot some bad coding practices
2) What does this java/javascript program output?
3) Asked me to code a program to reverse the words of a string in-place without external libraries.
4) SQL questions; what does this query output, why are there duplicates in this query, why do the following queries perform differently, etc.
5) Very general OOP questions.
Behavioral: asked me what I was looking for, asked about my past experiences, asked what my past colleagues would say of me, asked what I would do if my boss made a mistake
I applied through college or university. The process took 2 days. I interviewed at SAP (Bengaluru) in Aug 2021
Interview
Placement procedure
1. Online test
2.Technical interview ( 1st )
3.Technical interview ( 2nd )
4.Managerial Interview
5. HR
The questions asked were as follows:
Tell me about yourself
Coding question about sets (Pair Coding) (time and space complexity of the same)
Why did you use sets? Can you use any other data structure?
Difference between hashmap and set
How to handle collisions in hashmap
SQL query : Find the second highest salary in the employee table using nested query and not using nested query
Few other questions regarding the problem
Interview questions [1]
Question 1
The questions asked were as follows:
Tell me about yourself
Coding question about sets (Pair Coding) (time and space complexity of the same)
Why did you use sets? Can you use any other data structure?
Difference between hashmap and set
How to handle collisions in hashmap
SQL query : Find the second highest salary in the employee table using nested query and not using nested query
Few other questions regarding the problem
I applied through an employee referral. I interviewed at SAP
Interview
1. Online Test on SAP own Platform
Two easy questions
2. A Tech round
Easy DS Algo questions
Medium level questions about Javascript internals
1 2 3 4 5 6 7 8 9 0
Interview questions [1]
Question 1
1. What is difference between package.json and package-lock.json?
2. Difference between ^, ~ and * in package.json
3. BFS and DFS
4. https://www.geeksforgeeks.org/puzzle-22-maximum-chocolates/
5. https://www.geeksforgeeks.org/puzzle-34-prisoner-and-policeman-puzzle/
6. Function currying, Function borrowing and IIFE in JAVASCRIPT
7. Program to print pyramind of numbers
8. Reverse a string
9. Is JS single threaded or multi?
10. What configuration is needed to make ES6 compatibility.
11. Inheritance in Javascript and Prototype
12. What is OOPS and it's benifits.
13. Observable vs Promise