I applied through other source. The process took 4 weeks. I interviewed at SAP (Naperville, IL) in Nov 2017
Interview
At first they handled the process well. I had a phone screen, then took an assessment. I was invited in for an in person interview. It was 3 stages. The first stage was a technical interview with two developers regarding object oriented questions. The second part was more of a behavioral interview with two executives. The final part was with the HR person.
I rate the interview poorly because they didn't bother to contact me back. They left me hanging and refused to answer any emails or phone calls.
Interview questions [1]
Question 1
How do you compile a Java class via command prompt?
I applied through a recruiter. The process took 1 day. I interviewed at SAP (Bengaluru) in Jun 2013
Interview
SAP HR took my resume from monster.
There was 2 Technical round, Two manager round and one HR round. Interview is well organized and did not wait for the interviewer and everything went easily.
Interview questions [1]
Question 1
OOPs concepts, Problem Solving, Multi-threading questions.
I applied through a recruiter. The process took 5 days. I interviewed at SAP (Bengaluru) in Jan 2017
Interview
The interview is about 1 Hour it was too long and was easy.
The technical round will consist of questions around the work you have done and what you have specified in your CV. The interviews are very professional and more of a discussion in nature than a mundane Q&A session. .The interview just ask me some basic question I think most of people can handle it I hope the other can pass it To be relax their interview is very nice speaking slow. It was very well structured. I was interviewed by a total of 2 people. The Director who interviewed me over 1 others. Over all Good Experience with SAP.
Interview questions [1]
Question 1
1). Difference between ArrayList and LinkedList?
2). What is Map?
3). What is Vector?
4). Difference between Overloading and Overriding?
5). Can possible to create Object for Parent class with child class reference?
ex: Class A{
//Statements
}
Class B extends A{
//Statements
PSVM(){
B Reference_Variable=new A();
}
}
6). What is Synchronization?
7). what is the time complexity of Arraylist and Linked List?
8). Write a program to print the higher version of a Value?
Ex: Value1=7.3.4.2.5.9
Value2=7.3.2.3.8.1
o/p: 7.3.4.2.5.9
in these 2 values write a program to print the Higher Version?
9). Test case: "Hai i am SAP"
O/P: "iaH i ma PAS"
write a program in java for above O/P?
10). About Project?
11). Flow of execution of a project with Architecture?
12).Basic SQL Questions?
(DDL DML TCl Commands)
13). About Agile/Driven Methodology?
14). What is final keyword?
15) what is Data hiding?
16) Design patterns? (Singleton Design Pattern program)
17). Internal implementation of HashSet?