SAP Labs interview experience Real time questions & tips from candidates to crack your interview

SDE - 2

SAP Labs
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: DSA, Also, JAVA, Design Patterns, System Design
Tip
Tip

Tip 1 : Practice online coding problems
Tip 2 : Watch system design Videos

Application process
Where: Campus
Resume Tip
Resume tip

Tip 1 : Mention technology stack on resume 
Tip 2 : Mention important projects that you are confident in.

Interview rounds

01
Round
Medium
Face to Face
Duration40 minutes
Interview date18 Mar 2021
Coding problem1

It was in morning
Good environment
No significant activity
Interview was good

1. Reverse of a number

Easy
0/40
Asked in companies
SAP LabsZetaDeloitte

Reverse a number

Problem approach

Tip 1 : Practice questions
Tip 2 : Prepare design interview 
Tip 3 : Watch system design videos

Try solving now
02
Round
Medium
Face to Face
Duration45 minutes
Interview date19 Mar 2021
Coding problem1

1. Implementation: HashMap

Easy
30m average time
90% success
0/40
Asked in companies
eBayAmazonUber

Design a data structure that stores a mapping of a key to a given value and supports the following operations in constant time.

1. INSERT(key, value): Inserts an integer value to the data structure against a string type key if not already present. If already present, it updates the value of the key with the new one. This function will not return anything.

2. DELETE(key): Removes the key from the data structure if present. It doesn't return anything.

3. SEARCH(key): It searches for the key in the data structure. In case it is present, return true. Otherwise, return false.

4. GET(key): It returns the integer value stored against the given key. If the key is not present, return -1. 

5. GET_SIZE(): It returns an integer value denoting the size of the data structure. 

6. IS_EMPTY(): It returns a boolean value, denoting whether the data structure is empty or not. 
Note :
1. Key is always a string value.
2. Value can never be -1.
Operations Performed :
First(Denoted by integer value 1):  Insertion to the Data Structure. It is done in a pair of (key, value).

Second(Denoted by integer value 2):  Deletion of a key from the Data Structure.

Third(Denoted by integer value 3): Search a given key in the Data Structure.

Fourth(Denoted by integer value 4): Retrieve the value for a given key from the Data Structure.

Fifth(Denoted by integer value 5): Retrieve the size of the Data Structure.

Sixth(Denoted by integer value 6): Retrieve whether the Data Structure is empty or not.
Problem approach

Tip 1 : Prepare for Java concepts 
Tip 2 : Read oops principles 
Tip 3 : Create a project on java

Try solving now
03
Round
Easy
Face to Face
Duration45 minutes
Interview date22 Mar 2021
Coding problem1

1. System Design

Design elevator

Problem approach

Tip 1 : Practice system design
Tip 2 : Brush oops concepts 
Tip 3 : Use some interfaces in design

04
Round
Easy
Telephonic
Duration30 minutes
Interview date23 Mar 2021
Coding problem2

1. Puzzle

Given two candles. Each of them burns for one hour. They burn unevenly in different parts though. In addition, let’s have a box of matches. Measure 45 minutes and 15 minutes.

Problem approach

Practice some famous puzzles

2. Basic HR Questions

  • What do you think about the work culture here in SAP LABS?
  • What are your strengths and weakness?
  • Why do you think we should hire you?
Problem approach

Stay confident and honest

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Senior Software Developer
4 rounds | 13 problems
Interviewed by SAP Labs
1864 views
0 comments
0 upvotes
company logo
Developer Associate
5 rounds | 8 problems
Interviewed by SAP Labs
2217 views
0 comments
0 upvotes
company logo
SDE - 2
5 rounds | 7 problems
Interviewed by SAP Labs
0 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by SAP Labs
8824 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29891 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6765 views
1 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Amazon
5280 views
0 comments
0 upvotes