Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Guidelines to Write Experiences
  • Write Interview Experience
  • Write Work Experience
  • Write Admission Experience
  • Write Campus Experience
  • Write Engineering Experience
  • Write Coaching Experience
  • Write Professional Degree Experience
  • Write Govt. Exam Experiences
Open In App
Next Article:
Scholar SAP Labs Interview Experience
Next article icon

Scholar SAP Labs Interview Experience

Last Updated : 01 Aug, 2023
Comments
Improve
Suggest changes
Like Article
Like
Report

Sap Labs visited my campus in July 2023 under Scholar Program.

They had four rounds - 1 Coding + 2 Technical Interview + 1 HR round

The coding round was normal 1 easy and 1 medium question.

My first question was to Reverse the array and find the number of characters that didn't change their position. (9/10 test cases pass)

ex: Geeta after reversing would be ateeg. Here second 'e' at index 2 didn't change its position. So the output is 1.

The second question was pattern matching. Brute force was also good as constraints were a little easy. But the crust of the question was that we don't have to consider the case of words i.e. T==t in string. So we have to convert either the strings to upper case or lower case.(16/16 test cases passed)

I cleared the coding round.

Both technical interviews were scheduled on the same day.

The first TR was around 30 minutes where the interviewer asked about Projects, 7 layers of the OSI Model, simple string questions, Memory Management, any AI tool that I use, and for what purpose, aim, and vision.

The second TR was around 1hr(just in my case, others had their second round only for 30 minutes). Started with a discussion about Projects(on ML) , Machine learning(mentioned in my resume) internship which I was doing and he also asked me to tell the difference between C++ and Java and Python.(for difference my answer was not bookish I told him the difference with my perspective and for the purpose I used these languages and he was okay with). He also asked me to write down code on copy and show code on the camera. The question was to move all zeroes to the end of the array in place. I was able to solve it. He gave me a puzzle. I was not able to do the puzzle completely. He also asked about the SDLC life cycle.

I cleared both Technical Rounds and went for HR Round.

HR round was easy. He asked me whether I will be able to manage my Time. about Scholar@SAP program, about certifications. He was quite happy with my resume.

Final Result: SELECTED


Next Article
Scholar SAP Labs Interview Experience
https://media.geeksforgeeks.org/auth/avatar.png
Anonymous
Improve
Article Tags :
  • Interview Experiences
  • Experiences
  • SAP Labs
  • Write it Up
Practice Tags :
  • SAP Labs

Similar Reads

    SAP - Systems Applications and Products | A Complete Learning Hub
    SAP stands for Systems Applications and Products in Data Processing, a German software program company whose items permit businesses to track clients and business intelligence. SAP, by definition, is additionally the title of the ERP (Enterprise Resource Planning) software as well as the title of th
    8 min read
    SAP | An Introduction
    Understanding SAPUnderstanding SAP involves grasping both its core functionality and its role within an organization. Here's a summary to help you see things more clearly: What does SAP stand for? (What is SAP full form?)SAP stands for Systems, Applications, and Products in Data Processing. It's a G
    8 min read
    SAP Full Form | Meaning, Characteristics, Advantages & Disadvantages
    The full form of SAP is Systems Applications and Products in Data Processing. SAP is a German software program company whose items permit businesses to track client and business intelligence. SAP, by definition, is additionally the title of the ERP (Enterprise Resource Planning) software as well as
    2 min read
    SAP Software: Definition and Uses
    What is SAP Software?SAP is a German global software company that was founded in 1972. Since then, it has grown into a global pioneer in large company programming, with its ERP programming being one of its flagship goods. SAP software is intended to combine many business cycles and works into a unif
    8 min read
    Types of SAP Trainings
    SAP software is designed to combine disparate corporate functions, such as finance, human resources, transportation, and supply chain management, into a unified system. It serves as a centralized data store, helping businesses to efficiently monitor, analyze, and optimize their operations. In this a
    7 min read
    Differences between ERP and SAP
    Every tech business or industry requires a system to expedite the current of information and management of the overall process into its hood. The view was to design an application which supports the above-mentioned functionality. Let us see what do we got to discuss ahead. Differences between ERP an
    2 min read
    Difference between SAP and SAS
    If the business and organizations are involved in processes, which require the utilization of large amounts of data, its management and analysis for purposes of decision-making becomes crucial. One commercial software solution being used by businesses to handle data is SAP while the other is SAS, al
    4 min read

    SAP ABAP

    SAP Advanced Business Application Programming (ABAP)
    SAP ABAP stands for Advanced Business Application Programming. SAP ABAP (Advanced Business Application Programming) is a high-level programming language created by the German software company SAP SE. ABAP is primarily used for developing and customizing applications within the SAP ecosystem, which i
    6 min read
    What is SAP ABAP: A Brief Overview
    SAP ABAP (Advanced Business Application Programming) is a high-level programming language created by the German software company SAP SE. ABAP is primarily used for developing and customizing applications within the SAP ecosystem, which includes enterprise resource planning (ERP) systems and other bu
    8 min read
    What is SAP ABAP Data Dictionary (DDIC)?
    DDIC is the central storage area that allows users to maintain the repository of objects related to the particular database and contains the central description of all the data used in the SAP system without any redundancy. The data in the DDIC is integrated, consistent, and secured. What is the ABA
    13 min read
    SAP ABAP | Data Types
    Before Understanding the Data type first understand the Data object. Data objects are variables that we declare in the program. It occupies some memory where you can store the data from external sources. Data can be of different types, so data types are responsible for defining the type of data of t
    6 min read
    SAP ABAP | Constants & Literals Explained
    In the world of SAP ABAP (Advanced Business Application Programming), the use of Constants and Literals is necessary for the effective handling of data. Literals are used to denote specific data types such as numbers, characters, strings, and boolean values.Constants & Literals in SAPWhat are Li
    7 min read
    SAP ABAP | Understanding Variables
    What is a Variable?Variable are named data objects that refer to the memory location allocated during the program execution for processing. As the name indicates, users can use refer to the range of values that may be stored inside and the range of actions that can be carried out on the variable.Syn
    7 min read
    SAP ABAP | Loop Control
    Introduction to Loop Control in SAP ABAPIn SAP ABAP programming, loop control is an esse­ntial concept that allows you to execute­ a block of code multiple times. This is e­specially useful when proce­ssing data in an efficient manner. Loops help automate repetitive­ tasks and handle large datasets
    4 min read
    Build a Chatbot using SAP Conversational AI
    In this article, we will see how to create a chatbot using the SAP Conversational AI platform. PrerequisiteUsers should only know how to create a CSV file in Excel and what are Chatbots Stepwise Implementation:Firstly go to the following Website SAP CAI website - https://cai.tools.sap/ Screenshot of
    4 min read
    OpenUI5 – Javascript UI Library from SAP
    OpenUI5 is an open-source JavaScript UI framework from SAP, designed to help developers create enterprise-grade web applications that are responsive, scalable, and user-friendly. Built on the foundation of JavaScript and jQuery, it integrates seamlessly with popular UI libraries to provide a powerfu
    8 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences