SAP Labs Off-Campus Interview Experience, Bangalore

4d6d3d898c744e91a49670db0d68cd3e
0

Designation: Associate Developer

Address: 150, Diamond District, Tower – B, 6th Floor, Old Airport Road, Opp. Carlton Towers, Next to Domlur Flyover, Bangalore 560 008

Company: SAP Labs

I had applied in SAP Labs through the Employee Referral channel , Then I received a link from SAP to fill the details. I received the email as given below for the online test.

Subject: Screen shortlist for Online Test – SAP Labs Bangalore – Development

Dear Candidate,

Whether you’re a newly minted graduate or looking to jumpstart your career, all you really need is a chance to run. Here it is.

SAP develops products that help companies that are literally changing the world. Come collaborate with creative thinkers who share your intelligence, and see your career grow with our best-in-class network and exceptional resources.

And with a flexible work experience built around your interests, and the chance to work on stuff that doesn’t always feel like — well, work — SAP empowers you to run like never before.

Your profile has been shortlisted for online test.

We feel happy to inform you that your resume has been shortlisted and please find below the test link.

SAP ONLINE TEST LINK:   https://tests.mettl.com/<Unique link >  (Open only in Firefox or chrome|| Do not click here for testing purposes)

Please use the following browser versions only for the online test:

1. Firefox: 4.x and above

2. Google Chrome: 10.x and above

The online test would contain the following sections:

1. Analytical Aptitude

2. Logical Thinking

3. Aptitude

4. Communication

5. Coding

Important  Instructions:

Please disable any system notifications (antivirus notifications, software notifications, screen savers etc) and chat windows before the test as they will be considered as a navigation attempt.

The test is web proctored. In case you navigate away from the test window, the test will automatically end. Please disable any system notifications (antivirus notifications, software notifications, screen savers etc) and chat windows as they will be considered as a navigation attempt.

Duration of the test: 90 minutes

Thank you again for making SAP brand shine within your network.

NOTE: THE TEST LINK WILL BE ACTIVE FOR 24 HOURS, HENCE PLS TAKE THE TEST DURING THIS TENURE ONLY.

Please reply me with your confirmation once you are done with the test.

Kindly fill the details below and send me your updated resume once after your test.

Name Mobile Number Email ID Current Company Permanent/Contract Total years of Experience Current CTC Expected CTC Notice Period Current location Available time for F2F interview.

Please share your % in SSC and 12th

 

Online Test:

The 1st round was an Online Test. It consisted of 107 questions (60- Psychometric Questions) and the overall time limit of 90 minutes. The level of difficulty was moderate. The last 2 questions were coding (Tip: These carry more marks so solve them first. Once you clear your test the call letter will be  mailed for interview invitation.

Basically the interview was scheduled at 10 in morning as it’s not easy to reach on time in Bangalore Because of traffic issue, so as usual I was late by an hour. It was a one day process interview. Interview was divided into four divisions as mentioned below. I was asked to carry Latest Resume, Passport Size Photograph, a printout copy of the Interview call letter for registration purpose. Take the printout of this letter as given below

SAP Labs Off-Campus Interview Experience

Subject: Interview Call Letter, Bangalore || 28-Nov-2015

Dear XYZ

We are pleased to share the next steps for your interview process. We have scheduled your interview at our Bangalore office.

Please find below the required details about the event:

  • Date : November 28, 2015 (Saturday)
  • Reporting Time : 10:00:00 AM
  • Venue: 150, Diamond District, Tower – B, 6th Floor, Old Airport Road, Opp. Carlton Towers, Next to Domlur Flyover, Bangalore 560 008
  • Contact Person: ABC
  • Contact Number: 9999999999

Mandatory Documents to Carry:

  • Latest Resume
  • 2 Passport Size Photograph
  • Please bring a printout copy of the Interview call letter for registration purpose

Selection process:

  • 2 Technical Round
  • 1 Managerial Round
  • 1 HR Round

NOTE:

  • Joining Location: Bangalore.
  • This is an exclusive interview hence it will not be re- schedule to any other date.

Wishing you all the very best!!!

Round #1: Technical

The interviewer started by asking to introduce myself.

  1. What is a class and object in C++ and Java? Explain by taking an example.
  2. What is static and use of it? Give a real life example where you would use it?
  3. What are Access modifiers in C++ and Java? And what is the use of them?
  4. What is interface and Abstract classes in java with example and also write code for it.
  5. What is Abstraction and encapsulation?
  6. How are Encapsulation implemented and an example?
  7. What is use of inheritance? Explain multilevel and multiple inheritance in java as well as how it can be achieved?
  8. Explain overloading and overriding in java?
  9. What is operator overloading and function overloading? Differentiate both.
  10. Explain virtual function and pure virtual function?
  11. Write a program to find second largest number in an array?
  12. What is garbage collector in java? And which function is used for it?( it answered Finalize() method)
  13. Explain exception handling in java?
  14. Difference between object oriented programming and procedural programming?
  15. What is JVM? How is works?
  16. Explain features of java?
  17. Difference between final finally and finalize in java?
  18. Explain collections in Java? What is hash map? Explain their methods?
  19. Explain model view architecture?
  20. Explain dynamic memory allocation in java and c? Difference between melloc and calloc?
  21. Pointes and c++ and is java consist pointers?
  22. What is instance variable in java? As well as explain difference between local and global variable?
  23. What data structures do you know? Explain?( i answered linked list, stack, queue, tree)
  24. What is tree? What is binary search tree?
  25. Write a code to print element of last element of binary search tree?
  26. Explain multithreading in java. How can you achieve it?

The Interviewer was focusing on Java mostly.

Thank you.

Round #2: Technical

The interviewer introduced himself; he was working with SAP for 13 years and was about 50.

  1. Explain about your project. Explain database and asked me to draw tables from projects.
  2. Asked some SQL queries from project.
  3. Explain Normalization? Then normalize your Project database.
  4. What are triggers? How to use them?
  5. Why do we need a foreign key when we have a primary key?
  6. What is index in SQL?
  7. What is use of joins?
  8. Explain Dynamic memory allocation in c and C++? Differentiate new and malloc? Asked to write malloc syntax?
  9. Explain recursion? With factorial example.
  10. Write code for to print a linked list with iterative and recursive function?
  11. Why is vicar in database and can we uses join on it?
  12. Write a code on array to print the frequency of repeated element in array?

Round #3: Managerial

The interviewer introduced himself asked me to introduce myself, then my qualities. I said I always want to find newer ways of implementing things, he asked me to give some examples about it, I explained one from my project.

Asked about my projects and other things apart from academics. Asked whether I have any offers.

What I know about SAP, why SAP?

Puzzle a pattern, it was a pentagon, then 2nd one was two pentagons whose vertices were connected, every line between two points would be considered as a connection. How many connections would be there in the 75th pattern? I tried to solve and came to a recursive solution within 5 mins( Ans: 5(n)+number of connections in [n-1]the pattern). He said this recursive solution, how can u find without using a system, I explained him that all things we do are on system and clients would need a program for such a question and this would work fine, he was very much impressed.

He said he will choose a number between 1 to 200 , U have to write down a set of questions asking them u have to tell me the number and note that the same question should work if I change the range from 1000-2000. I started thinking, and then I thought a binary search would work in this case, I wrote related questions and said it’s a binary search he asked me to write a code for it.

He asked how I would adjust to Bangalore as I am from other city I explained. Then he asked me to ask any questions.

Round #4: HR

Interviewer introduced himself, asked me to introduce myself.

Explain about your projects, after that he asked whether ever worked within a team?

What are my interested areas, Asked whether I have any other offers.

The interview process was completed in a day.

Blog Author

Follow :

Related Blogs