Open In App

SAP Labs Interview Experience | FTE 2019

Improve
Improve
Improve
Like Article
Like
Save Article
Save
Share
Report issue
Report

Round 1:(Online Test)

There were 15 MCQs and 2 coding questions

Coding question 1:- Find the count of prime numbers between l and r where 1 <= l, r <= 10 ^ 9 and those numbers whose digits are not even numbers and digits are less than 5

Eg :- l = 1

r = 10

Ans 1 i.e. (3)

 

Coding question 2:- Find all the unique sub arrays of an array in which count odd numbers less than or equal to k.

Set of Coding Questions is different for everyone

Round 2:(Technical)

1. Tell me about yourself.

2. I mentioned my project in the 1st question so how you did it what devices you’ve used in your IoT project.

3. Second project database design and working, he asked me about what is MySQL and tables as well.

4. OOPS, questions like design a car class, inheritance, friend function etc.

5. Basics about GitHub as I’ve mentioned it in my resume.

6. Basic Linux commands like cat, date etc

7. Questions on how will you implement a car functionality like gearbox switching via speed and exception handling in that.

8. What is DevOps?

9. On what products SAP works on?

10. At last, they gave a puzzle of numbers which I was not able to solve but somehow tried to reach to an approximate solution.

Round 3:(Technical)

1. Tell me about yourself.

2. Find the shortest path from between two points without using any standard algorithm? Which is better here dfs or bfs? The time complexity of both in this scenario.

3. The rate in a maze problem.

4. Find minimum at every index in a stack with O(1) space.

5. Puzzle of 10 balls one of different weight and you have to find the minimum comparisons in which you can find the defective one.

6. https://www.geeksforgeeks.org/puzzle-21-3-ants-and-triangle/

7. Design a red bull fridge by applying IOT sensors on that fridge and how will you send data from it to cloud for real-time analysis.

Round 4 (Managerial)

1. Tell me about yourself.

2. Problem statement/need of my (IoT) project and how will you use it on cloud computing.

3. Discussion on my second project.

4. What is Edge Computing but when I said I don’t know he was elaborating it.

5. Why SAP tell me honestly?

Round 5 (HR)

1. Tell me about yourself.

2. Your family?

3. Where are you from?

4. Why SAP tell me honestly?

5. Your dream company and why?

Basically they focused more on my project because of telling me about yourself answer.

All of them are humorous in their own way especially managerial one.

Tips :

Be Honest.

Keep trying even though you don’t know the answer.

Play on your merits as I did with my (IoT) project.

Verdict Selected!

Thank you GeeksforGeeks for all the help


Last Updated : 03 Oct, 2019
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads