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

Developer Associate

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

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: Trees, Graphs, dynamic programming, sliding window, two pointer, string manipulation, hashmaps, heaps, all standard sorting and searching problems
Tip
Tip

Tip 1 : keep it simple 
Tip 2 : limit your resources
Tip 3 : participate in coding competitions as much as you can

Application process
Where: Other
Eligibility: Above 7 cgpa and 75% aggregate in boards
Resume Tip
Resume tip

Tip 1 : keep it crystal clear
Tip 2 : don't fake just keep it simple

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date10 Feb 2021
Coding problem1

1. PostFix To Prefix

Easy
20m average time
70% success
0/40
Asked in companies
ShareChatSAP Labs

You are given a string denoting a valid Postfix expression containing ‘+’, ’-’, ’*’, ‘/’ and lowercase letters.


Convert the given Postfix expression into a Prefix expression.


Note:
Postfix notation is a method of writing mathematical expressions in which operators are placed after the operands. For example, "a b +" represents the addition of a and b.

Prefix notation is a method of writing mathematical expressions in which operators are placed before the operands. For example, "+ a b" represents the addition of a and b.

Expression contains lowercase English letters, ‘+’, ‘-’, ‘*’, and  ‘/’. 


Example:
Input: abc*+

Output: +a*bc

Explanation:
For the given postfix expression, infix expression is a+b*c. And it's corresponding prefix expression is +a*bc.


Try solving now
02
Round
Medium
Face to Face
Duration90 Minutes
Interview date26 Feb 2021
Coding problem2

1. Ways To Make Coin Change

Moderate
20m average time
80% success
0/80
Asked in companies
MicrosoftHSBCOracle

You are given an infinite supply of coins of each of denominations D = {D0, D1, D2, D3, ...... Dn-1}. You need to figure out the total number of ways W, in which you can make a change for value V using coins of denominations from D. Print 0, if a change isn't possible.

Try solving now

2. Longest Palindromic Substring

Moderate
20m average time
80% success
0/80
Asked in companies
WalmartIBMSamsung

You are given a string ('STR') of length 'N'. Find the longest palindromic substring. If there is more than one palindromic substring with the maximum length, return the one with the smaller start index.

Note:
A substring is a contiguous segment of a string.

For example : The longest palindromic substring of "ababc" is "aba", since "aba" is a palindrome and it is the longest substring of length 3 which is a palindrome, there is another palindromic substring of length 3 is "bab" since "aba" starting index is less than "bab", so "aba" is the answer.

Try solving now
03
Round
Medium
Face to Face
Duration45 Minutes
Interview date3 Mar 2021
Coding problem1

1. Technical Questions

Basic os theory questions + simple SQL concepts like normal forms, joins etc

04
Round
Easy
HR Round
Duration30 Minutes
Interview date6 Apr 2021
Coding problem1

1. Basic HR Questions

Hr question like why sap, where do you look yourself after 5 years etc

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
Developer Associate
5 rounds | 8 problems
Interviewed by SAP Labs
2217 views
0 comments
0 upvotes
company logo
Developer Associate
3 rounds | 7 problems
Interviewed by SAP Labs
1192 views
0 comments
0 upvotes
company logo
Developer Associate
4 rounds | 12 problems
Interviewed by SAP Labs
1066 views
0 comments
0 upvotes
company logo
Developer Associate
1 rounds | 2 problems
Interviewed by SAP Labs
1692 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Developer Associate
3 rounds | 4 problems
Interviewed by Amdocs
0 views
0 comments
0 upvotes