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

Developer Associate

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structures, Algorithms, Operating Systems, Different Programming Paradigms, Database Management System
Tip
Tip

Tip 1 : Improve problem solving from Leetcode.
Tip 2 : Be consistent.
Tip 3 : Ask someone to take mock interview.
Tip 4 : Gradually increase the complexity of coding problems that you solve from Easy to Hard.

Application process
Where: Company Website
Eligibility: No criteria as such
Resume Tip
Resume tip

Tip 1 : Make everything clear and professional 
Tip 2 : Include your projects with a brief description
Tip 3 : Prepare resume according to the job description

Interview rounds

01
Round
Medium
Online Coding Interview
Duration45 Minutes
Interview date1 Nov 2021
Coding problem2

2 coding questions

1. Maximum Subarray Sum

Moderate
35m average time
81% success
0/80
Asked in companies
QualcommUberAmazon

You are given an array 'arr' of length 'n', consisting of integers.


A subarray is a contiguous segment of an array. In other words, a subarray can be formed by removing 0 or more integers from the beginning and 0 or more integers from the end of an array.


Find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.


The sum of an empty subarray is 0.


Example :
Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]

Output: 11

Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
Try solving now

2. K'th smallest/largest element in an array

Easy
0/40
Asked in company
SAP Labs

Given an array and a number K where K is smaller than size of array, we need to find the K'th smallest element and K'th largest element in the given array. It is given that all array elements are not distinct.

Note:
If element is not present, then return -1.
K'th largest and smallest element in the sorted array. You are given an array consisting of N non distinct positive integers and a number K, your task is to find the K'th largest and K'th smallest element in the array.
1) Kth largest and smallest element in an array is the K'th element of the array when sorted in increasing order. For example consider the array {2, 1, 5, 6, 3, 3, 8} and K=4, the sorted array will be {1, 2, 3, 3, 5, 6, 8}. But we will check the array {1, 2, 3, 5, 6, 8} as 3 is repeated twice and the 4th largest element will be 3 and 4th smallest will be 5.

2) All the elements of the array are not distinct.
Try solving now
02
Round
Medium
Video Call
Duration80 Minutes
Interview date9 Nov 2021
Coding problem1

Coding, Projects in detail

1. Intersection of Two Linked Lists

Easy
25m average time
73% success
0/40
Asked in companies
OracleThought WorksIBM

You are given two Singly Linked Lists of integers, which may have an intersection point.

Your task is to return the first intersection node. If there is no intersection, return NULL.


Example:-
The Linked Lists, where a1, a2, c1, c2, c3 is the first linked list and b1, b2, b3, c1, c2, c3 is the second linked list, merging at node c1.

alt.txt

Try solving now
03
Round
Medium
Video Call
Duration60 Minutes
Interview date11 Nov 2021
Coding problem2

Managerial round

1. Puzzle

Cake cutting with only 3 cuts

2. Basic HR Questions

About past projects that I have worked on

04
Round
Easy
Online Coding Interview
Duration20 Minutes
Interview date13 Nov 2021
Coding problem1

HR round

1. Basic HR questions

About my personal opinions and other personality related questions

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
2218 views
0 comments
0 upvotes
company logo
Developer Associate
3 rounds | 7 problems
Interviewed by SAP Labs
1193 views
0 comments
0 upvotes
company logo
Developer Associate
4 rounds | 12 problems
Interviewed by SAP Labs
1067 views
0 comments
0 upvotes
company logo
Developer Associate
1 rounds | 2 problems
Interviewed by SAP Labs
1693 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