I applied through university. The process took 2 days. I interviewed at SAP (New Delhi) in Sep 2016
Interview
I am a student of a GGSIPU affiliated institute in New Delhi. I received notification of the placement drive being conducted by SAP Labs in our college. I attempted their online aptitude test which had a combination of technical and cognitive questions. The thing to note here is do not leave your coding questions unattempted. Do not worry if you don't understand the question properly (I certainly didn't), just write a relevant piece of code that shouldn't produce any compile-time errors.
After this we were given a date for the interviews (about a week after the aptitude test). The interview happened in three stages, each of which were elimination rounds. First we had our Technical- 1 interview, I was asked to briefly introduce myself and then some logical reasoning ability related questions. After that we had the Technical-2 Interview in which my college MPR project was discussed along with some relevant technical questions related to coding. I was asked to solve a math question when I expressed I was not good at maths, which I did.
Finally we had the HR round, in which the interviewers tried to probe into my personal decisions and tried to wear off my interest in joining SAP. The key thing to do here is be completely honest.
At the end of the day, the names of the finally selected applicants was announced.
Interview questions [2]
Question 1
What can you observe about Java that makes it a platform independent language?
Good interview and learning opportunities are better as a fresher and you will get to learn different tech stacks and work on products. Its structured and planned for freshers and impactful for career
Interview was on campus in two stages..First stage involved basic SQL and OOPS concept...
2nd interview was leetcode easy questions and some puzzle questions. They also asked me to show my latest project as i had a really interesting project in my resume. Rest of the people were not asked to show project.
I applied through university. The process took 3 weeks. I interviewed at SAP (Calcutta) in Aug 2025
Interview
At first Coding round
Then on the same day Technical interview and HR interview.
I cleared coding round and selected for technical interview but not eligible for HR interview. Thank you.
Interview questions [1]
Question 1
1. API ----how many types of API is there
2. What is Big O?
3. 2 DSA question ----1. Prime number
2. In a array [3, 2,4,6,8,5], target=6. Sum of Which two number is showing the target, show the index of those number.