Me postulé a través de un reclutador. El proceso tomó 5 días. Acudí a una entrevista en SAP (Bengaluru) en ene 2017
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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?
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en SAP
Entrevista
use referral
shortlist for interview
In the first round, they ask the output of some questions and 2 Medium coding questions
1. max water problem
2. max profit problem
I solved both problems but still did not geta call for the next round
Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en SAP (Toronto, ON) en may 2021
Entrevista
Very well organized and smooth process. manager was very welcoming and team was supportive. they made me feel comfortable through out the interview process. I was hired on a contract bases. and had only two rounds of interview.
Me postulé en línea. El proceso tomó 3 días. Acudí a una entrevista en SAP (Bengaluru) en ago 2020
Entrevista
First round was technical to check your programming skills.Then the HR directly organized the Managerial Round. Worst experience ever!The interviewer was so impolite that at one point I thought it was a stress interview for no reason.She just asked me one question that "Why I want to leave my current organization?"I genuinely told her that I’ve learned a great deal in my current org and I want to explore more on the technology stack, that's it!!!After that she won't even listening to my justification and started judging me which I found really unprofessional.Then I asked her what is the technology stack of the project in which I would be assigned if hired on that she very abruptly said it could be anything and I just have to work on any project that she assigned to me without complaining (showing her bossy attitude) ...Then I turned the question a little bit and asked her about her project, at that time she tried to make you feel inferior by bragging about her expertise and the latest technologies used in her project. She was not getting my simple point that I want to work on the technology that is there in her project.
Preguntas de entrevista [1]
Pregunta 1
Round 1:
1. create a simple HTML page with two text boxes and a button.
2. Puzzle :
9 coins with one coin having lesser weight.
3 switch and one bulb.
3. Which is the best sorting algorithm? Ans: Quick Sort
4. SQL query to find the second highest salary of the employee
5. What is hashing?