GeeksforGeeks Question · Jul 2025 · Los Angeles

SAP Labs Interview Experience For Internship (On-Campus) 2024

SWE Recruiter Intern

Question Details

Overview:SAP Labs is a German-based multinational software corporation. It develops enterprise software to manage business operations and customer relations. SAP is the la...

Full Details

Overview: SAP Labs is a German-based multinational software corporation. It develops enterprise software to manage business operations and customer relations. SAP is the largest non-American software company by revenue, the world’s third-largest publicly traded software company by revenue, and the largest German company by market capitalization. It is the world’s #1 cloud business software company. SAP Labs visited our campus on 15th March 2024 for the On-Campus Internship Drive for an 11-month internship. Profile: iXp Intern Eligibility Criteria: 7CPI and above Branches: M.Tech. - CSED[All], ECED[All], EED[All], Chemical Engineering, Design Engineering, Engineering Mechanics and Design, Product Design & Development, Product Engineering. Round 1 CODING ROUND: Given two numbers p and q count the number of bits required to change in p to convert it into q. Count the number of islands in the graph. You need to solve any 1 problem to clear this round. Round 2 Technical Interview 1: [30 min] What is the difference between shallow copy and deep copy? Ans - https://www.geeksforgeeks.org/cpp/shallow-copy-and-deep-copy-in-c/ What is OOPS? pillars of OOPS? Ans - https://www.geeksforgeeks.org/cpp/object-oriented-programming-in-cpp/ What are constructors in Cpp? Ans - https://www.geeksforgeeks.org/cpp/constructors-c/ [CODING] - WAP to implement Linked List in Cpp. Ans - https://www.geeksforgeeks.org/cpp/program-to-implement-singly-linked-list-in-c-using-class/ What is the use of "fetch" in JS? Ans - https://www.geeksforgeeks.org/javascript/javascript-fetch-method/ What is Bootstrap? and how to use it in HTML? Ans - https://www.geeksforgeeks.org/bootstrap/bootstrap-tutorial/ What is the command to switch between two branches in Git? Ans - https://www.geeksforgeeks.org/html/git-checkout-and-merge/ In-depth explanation about the projects mentioned in my resume and Work done in my previous company. What are "Promises" in JS? Ans - https://www.geeksforgeeks.org/javascript/javascript-promise/ Round 3 Technical Interview 2: [45 min] [CODING] - WAP to put all the zeroes at the end without using any extra space(the order of the elements in the array must retain their order).

Input arr=[1,f,e,4,0,0,g,0,a,b,3] and Result=[1,f,e,4,g,a,b,3,0,0,0]. Ans - https://www.geeksforgeeks.org/dsa/move-zeroes-end-array/ [CODING] - WAP to find whether a string is a Palindrome string or not Ans - https://www.geeksforgeeks.org/c/c-program-check-given-string-palindrome/ Why are Data Structures required? Ans - https://www.geeksforgeeks.org/dsa/why-data-structures-and-algorithms-are-important-to-learn/ What is the SDLC model? Different types of SDLC models. difference between the waterfall and Ajile model. Ans - https://www.geeksforgeeks.org/software-engineering/what-is-sdlc-model-and-its-phases/ What is the difference between C & C++? Ans - https://www.geeksforgeeks.org/cpp/difference-between-c-and-c/ In-depth explanation about the projects mentioned in my resume and Work done in my previous company [QUIZ] - https://www.geeksforgeeks.org/aptitude/puzzle-8-balls-problem/ Round 4

HR Round [5 min] HR asked me to introduce myself and then asked me whether I knew about the stipend and location provided or not. At last, he asked if I had any questions for him. This was the last round. After two hours the results were announced and 8 students were selected for an 11-month Internship. And I was fortunate to be one of them. ALL THE BEST

Free preview — 6 questions shown. Unlock all Sap Labs questions →

About This Question

This is a reported interview question from a sap labs interview for a swe role (intern level) during the recruiter round reported in 2025.

It covers the following topics: Linked List, Strings, Oop, Graph, Networking, Graphs, Arrays .

About Sap Labs Interview Reports

This question was reported by a candidate who interviewed at Sap Labs. LeakCode aggregates interview reports from 10+ sources, including 1Point3Acres, Glassdoor, LeetCode Discuss, Blind, Reddit, Indeed, and Nowcoder. Each report is translated where necessary, deduplicated against existing entries, and tagged by company, role, round type, and reporting date.

Use this question as one calibration data point, not a memorization target. Companies typically rotate their question pools every 2-4 months; the exact wording of a 2024 question may differ from what you encounter today. The underlying pattern, difficulty level, and follow-up depth at Sap Labs are the higher-signal extractions to take from this report.

For broader preparation context, the Sap Labs interview process typically includes a recruiter screen, one or two technical phone screens, and a 4-5 round on-site loop covering coding, system design (at L4+ levels), and behavioral. Reports tagged on LeakCode show the round-by-round distribution and typical difficulty calibration. To browse questions filtered by round type and seniority, use the company hub linked above.

How To Practice This Type of Question

Solve similar problems on LeetCode under timed conditions (25-35 minutes per medium difficulty). The goal is pattern recognition: recognize the underlying technique (sliding window, two-pointer, BFS, memoized recursion, etc.) within 60-90 seconds of reading. Strong candidates verbalize their hypothesis out loud before coding, then iterate based on feedback. Weak candidates dive into implementation immediately, lose time on the wrong approach, and run out of time for follow-ups.

Companies update their question pools every 2-4 months. The exact wording of any given question may have been retired by the time you interview. Focus your prep on the pattern, not the specific problem. The patterns that appear in Sap Labs reports consistently are the ones worth investing in; one-off niche problems are not.

During Your Sap Labs Round

Apply the standard interview round template: clarify requirements (2-3 minutes), state your approach out loud and confirm direction with the interviewer (3-5 minutes), code with narration (15-25 minutes), test with concrete examples including edge cases (5 minutes), discuss optimization or trade-offs if time permits (5 minutes). This template is universally accepted across FAANG and adjacent companies; deviating from it produces weaker interviewer feedback signal.

The single most predictive failure mode in Sap Labs reports tagged "no hire": not asking clarifying questions. Interviewers are explicitly trained to weight this. Strong candidates ask 3-5 clarifying questions even on problems that look obvious; weak candidates dive into code immediately. The clarifying-question check is often the first signal recorded in the interviewer's written notes.