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

Associate Software Developer

SAP Labs
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I was not a bright student in my college life but I always worked harder as I wanted to get a IT job. I had no such interests in my college life but I still did coding and Machine Learning.
Application story
I learned about the openings and that the company's hiring drive was going to visit our college to recruit candidates as software developers. I did great in the selection process and received the offer letter.
Why selected/rejected for the role?
I think I had the appropriate skills and a good amount of knowledge to prove that I was the right person for the position. I also solved coding questions in an optimal manner.
Preparation
Duration: 6 months
Topics: Java, OOPS, Data structure, Algorithms, Aptitude
Tip
Tip

Tip 1 : Go through all the previous interview experiences from Codestudio.
Tip 2 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date13 Mar 2020
Coding problem1

1. Fair Indexes

Moderate
0/80
Asked in companies
SAP LabsMicrosoftHashedIn

Levi Ackerman has two arrays, ‘A’ and ‘B’ consisting of ‘N’ integers each. He wants to divide these two arrays into two parts each, such that the sum of all the elements in the first part is equal to the sum of elements in the second part, and the index ‘k’ where the splitting is done, must be the same in both the arrays.

In simple terms, If he splits the array at index k, then (A[0]+A[1]....A[k]), (A[k + 1] + A[k + 2]....A[n - 1]), (B[0] + B[1]....B[k]), (B[k + 1] + B[k + 2]....B[n - 1]) are all equal.

Find the total number of all the Indexes which satisfy the given condition.

For Example :
n = 4, A = {2, 4, 5, 1}, B = {3, 3, 10, -4}

Now in this example, if we split the array at index 1 then the sum of all the subarrays is 2 + 4 = 6, 5 + 1 = 6, 3 + 3 = 6, 10 + (-4) = 6, and no other index satisfies this condition, hence the answer is 1.
Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date19 Mar 2020
Coding problem1

1. OOPS Question

Explain the use of final keyword in variable, method and class. (Learn)

How would you differentiate between a String, StringBuffer, and a StringBuilder? (Learn)

Which among String or String Buffer should be preferred when there are lot of updates required to be done in the data?

 

Problem approach

I explained all questions.

03
Round
Easy
HR Round
Duration45 minutes
Interview date22 Mar 2020
Coding problem1

1. Basic HR Questions

Introduce yourself

Why do you want to join the company?

What do you know about the company?

What are your strengths and weaknesses?

Problem approach

Tip 1 : Answer question calmly with confidence. 
Tip 2 : Work on communication skill.

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
Software Developer
4 rounds | 6 problems
Interviewed by SAP Labs
1076 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by SAP Labs
0 views
0 comments
0 upvotes
company logo
Associate Software Developer
5 rounds | 10 problems
Interviewed by SAP Labs
1240 views
0 comments
0 upvotes
company logo
Scholar
4 rounds | 12 problems
Interviewed by SAP Labs
1321 views
0 comments
0 upvotes