Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by SAP Team. If you also belong to the team, you can get access from here

SAP Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

SAP Software Engineer Intern Trainee Interview Questions and Answers

Updated 29 Aug 2024

SAP Software Engineer Intern Trainee Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2024.

Round 1 - Coding Test 

2 Questions of Leetcode medium difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. DSA LIS Problem
  • Q2. DSA LCS Problem

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa well.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

2 coding questions on codility platform, level of questions was easy to medium

Round 2 - Technical 

(2 Questions)

  • Q1. Fundamentals of computer science
  • Ans. 

    Fundamentals of computer science cover basic concepts and principles in computing.

    • Includes topics like algorithms, data structures, programming languages, and computer architecture.

    • Understanding of computational complexity, software engineering principles, and computer networking is essential.

    • Knowledge of operating systems, databases, and cybersecurity is also important.

    • Examples: Sorting algorithms like bubble sort, da...

  • Answered by AI
  • Q2. Coding questions medium level
Round 3 - HR 

(1 Question)

  • Q1. General questions about projects and all that stuff
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions asked on codility platform. One was about backtracking, and another about 1D DP.

Round 2 - Technical 

(2 Questions)

  • Q1. Given a binary tree, return false if there exists any node such that it has two children and left node has value greater than right, else return true.
  • Ans. 

    Check if any node in binary tree violates left node value less than right node value rule.

    • Traverse the binary tree using depth-first search (DFS) or breadth-first search (BFS) and check each node for the given condition.

    • If a node has two children and the left child's value is greater than the right child's value, return false.

    • If no such node is found, return true.

    • Example: For a binary tree with nodes 5, 3, 7, 2, 4, 6, ...

  • Answered by AI
  • Q2. Remove duplicate characters from a string efficiently.
  • Ans. 

    Use a hash set to efficiently remove duplicate characters from a string.

    • Create a hash set to store unique characters.

    • Iterate through the string and add each character to the hash set.

    • If a character is already in the hash set, skip it.

    • Convert the hash set back to a string to get the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do leetcode medium for interviews, medium + hard for OA round.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

Data Structures and Algorithm Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. How did you hear about this position?
  • Q2. Tell me about a time you have an issue with your teammate and how did you resolve it
  • Q3. Walk me through your projects
  • Q4. How do we measure code quality?
  • Ans. 

    Code quality can be measured through various metrics and tools to ensure readability, maintainability, efficiency, and reliability.

    • Use code review processes to assess adherence to coding standards and best practices

    • Utilize static code analysis tools to identify potential bugs, code smells, and security vulnerabilities

    • Measure code complexity using metrics like cyclomatic complexity and maintainability index

    • Track code co...

  • Answered by AI
Round 2 - Coding Test 

2.5 hours of hackerrank test

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise data structures and algorithms and also behavioral questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

A standardized assessment that measures a person's skills, cognitive abilities, and potential to perform in a specific role.

Round 2 - Technical 

(4 Questions)

  • Q1. Technical interview questions at Automatic Data Processing (ADP) may cover topics such as programming, databases, and software development.
  • Q2. They may also ask about problem-solving and how you approach challenging tasks.
  • Q3. Emphasize a structured method that involves clearly defining the issue, gathering relevant information, brainstorming potential solutions, evaluating options carefully, implementing the chosen solution, an...
  • Q4. Data structures, algorithms, SQL querying, object-oriented programming principles, software development lifecycle, database concepts (relational vs. NoSQL), coding challenges in relevant languages (like Py...
Round 3 - HR 

(2 Questions)

  • Q1. May ask about your background, skills, and how you handle challenges
  • Q2. Background questions Tell me about yourself, What are your career goals, What are your strengths and weaknesses, What do you know about ADP, and Why do you want to work at ADP.

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on tailoring your resume and cover letter to each role, thoroughly researching companies and potential interview questions, actively networking, attending career fairs, practicing your interview skills, following up after interviews, and maintaining a strong online presence on platforms like LinkedIn.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays and strings - 90 mins

Round 2 - Coding Test 

Create Modules, railway reservation system - 60 mins

Round 3 - Technical 

(5 Questions)

  • Q1. Difference between hashmap and hasptable
  • Q2. Why typescript over javascript
  • Q3. Find the percentage of increace in the quantity of item after making it price 20% extra
  • Q4. What is normalization
  • Q5. Date and time api available
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Their hiring managers are incompetent

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a sick company. they donot want to pay . And will go out of way to harass those people who are paid on a higher side (instead of providing them more relevant task). When this company requires resources . they will hire you saying that they are the paymasters and other craps , but when they have alternatives, they'll treat you like shit, they will try to trap you into something bad, I have seen they have been very rude to some employees in a most unimaginable way, They also want that you marry their sick incompetent/outdated systems and never leave if you are less paid . they will not want you to learn anything. They will also access your phone, whatsapp, facebook, and their laptop comes with hidden microphones, so they will have access to your personal life as well. DONOT JOIN IF YOU ARE A SMART PROFESSIONAL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

30min duration simple questions

Round 2 - Coding Test 

Basic array 2 coding questions

Round 3 - Technical 

(5 Questions)

  • Q1. Introduce yorself
  • Q2. Explain about final year project
  • Q3. Github link for project
  • Q4. What is oops in java
  • Q5. What is polymorphism explain with examples
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular structure
  • Q2. Dependency injection
Round 2 - Technical 

(2 Questions)

  • Q1. Manageral questions
  • Q2. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Package discussion

SAP Interview FAQs

How many rounds are there in SAP Software Engineer Intern Trainee interview?
SAP interview process usually has 2 rounds. The most common rounds in the SAP interview process are Technical and Coding Test.
What are the top questions asked in SAP Software Engineer Intern Trainee interview?

Some of the top questions asked at the SAP Software Engineer Intern Trainee interview -

  1. DSA LIS Prob...read more
  2. DSA LCS Prob...read more

Tell us how to improve this page.

SAP Software Engineer Intern Trainee Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Google Interview Questions
4.4
 • 822 Interviews
View all
Software Developer
1k salaries
unlock blur

₹8.5 L/yr - ₹32 L/yr

Developer
863 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Developer Associate
823 salaries
unlock blur

₹6.3 L/yr - ₹20.5 L/yr

Senior Developer
487 salaries
unlock blur

₹13.1 L/yr - ₹48 L/yr

Business Process Consultant
421 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Explore more salaries
Compare SAP with

Oracle

3.7
Compare

SAS

4.4
Compare

Zoho

4.3
Compare

IBM

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview