VOOZH about

URL: https://www.geeksforgeeks.org/interview-experiences/sap-labs-interview-experience-summer-internship-for-third-year-students/

⇱ SAP Labs Interview Experience | Summer Internship for third year students - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SAP Labs Interview Experience | Summer Internship for third year students

Last Updated : 23 Jul, 2025

Overview
SAP Labs, a renowned company, visited our campus to recruit interns. The hiring process was smooth and manageable with the right preparation.

Round 1: Coding Round

  • Time Duration: 45 minutes
  • Number of Questions: 2

The coding questions were easy:

  1. The sum of elements at odd indices in an array
  2. Arrange the first k elements of an array in ascending order and the rest in descending order

The questions were presented in scenario-based formats, where understanding the question properly was key to arriving at these solutions.

After a few days, the selected students received an email for registration on the SAP Labs portal. I was among those selected.

Interview Process

The interviews were conducted offline and consisted of three rounds.

Round 1: Technical Interview 1

The interviewer was friendly and began with an introduction. Key questions included:

  1. Introduce yourself
  2. Why did you choose computer engineering?
  3. Project Discussion: Explained one of my projects and my role in it.
  4. Convert a string representation of an integer to an integer
  5. Why SAP Labs?
  6. Reverse a linked list
  7. Puzzle: Using 3-liter and 5-liter bottles to measure 4 liters
  8. DBMS Task: Add a column to two tables, set it as a foreign key, and use joins to extract results.
  9. Achievements and Extracurricular Activities

I successfully cleared this round and advanced to the next.

Round 2: Technical Interview 2

The interviewer introduced himself and discussed his current project. Questions included:

  1. Introduce yourself
  2. Project Explanation
  3. Skill-based Questions: Covered some basics of my listed skills.
  4. Merge Sort Code
  5. Array Problem: Given an array and a target sum, find if a pair or triplet matches the target sum.
  6. Normalization: Explanation and conditions for normalization.
  7. Convert a table to BCNF
  8. Puzzle Questions
  9. CSS: Explained different types of CSS with code examples.

After clearing this round, I moved on to the HR interview.

Round 3: HR Interview

The HR interview was more conversational, with questions about my interests and goals:

  1. Introduce yourself
  2. Describe something crazy you did in the past year
  3. Personal Interests: Favorite food, restaurant, etc.
  4. Research Paper: Discussed the paper, any shortcomings, and ways to overcome them.
  5. Willingness to learn, relocate, etc.
  6. Final Question: If I had any questions for the interviewer.

Tip: Always ask a question when prompted by the interviewer. For technical rounds, clearly explain your approach, as the interviewer’s approach might differ. Discuss all possible solutions with their complexities.

Final Results

After a few hours, the final list was released, and I was one of the three students selected.

Tips for Preparation

Comment