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
I applied online. The process took 2 days. I interviewed at SAP (Bengaluru) in Mar 2021
Interview
Gave the interview for an ABAP developer position, questions were on core concepts, they will test your problem solving skills, ability to find a solution being on pressure and aptitude related questions.
Interview questions [1]
Question 1
Given an array of n integers where each value represents the number of chocolates in a packet. Each packet can have a variable number of chocolates. There are m students, the task is to distribute chocolate packets such that:
Each student gets one packet.
The difference between the number of chocolates in the packet with maximum chocolates and packet with minimum chocolates given to the students is minimum.