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 Application Developer Interview Questions and Answers

Updated 30 Jan 2024

SAP Application Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Stacks queues data structures

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between class & interface
  • Ans. 

    Classes can have both implementation and data members, while interfaces can only have method signatures.

    • Classes can have constructors, interfaces cannot.

    • Classes can have access modifiers for their members, interfaces cannot.

    • A class can implement multiple interfaces, but can only inherit from one class.

    • Interfaces are used to achieve abstraction and multiple inheritance in Java.

    • Example: Class 'Animal' can have methods li...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. About current project

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Valid Anagrams was asked
  • Q2. Make a pattern logic
  • Ans. 

    Create a pattern logic using arrays of strings

    • Start by defining the pattern you want to create

    • Use loops and conditional statements to generate the pattern

    • Test the pattern with different inputs to ensure it works correctly

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions about internships, Projects were asked

I was interviewed in Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was a proctured online coding test where we had 2 questions to solve under 60 minutes.

  • Q1. 

    Minimum Cost to Connect All Points Problem Statement

    Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points...

  • Q2. 

    Count Inversions Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of inversions that exist in the array.

    An inversion is defined for a pair of integers in the...

Round 2 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 1 question of DSA followed by some questions from DBMS and Java. I was also made to execute a SQL query at the end.

  • Q1. 

    Remove the Kth Node from the End of a Linked List

    You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Lin...

  • Q2. Can you explain the different types of normalization forms in a DBMS?
  • Q3. Can you write a SQL query that joins two tables A and B on the common attribute ID and selects records (ID_NAME) that have matching ID values in both tables?
  • Q4. Why is Java considered platform independent, while the Java Virtual Machine (JVM) is platform dependent?
Round 3 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had two preety straight forward questions related to DSA and then there were 2 puzzles.

  • Q1. 

    Find All Occurrences in Matrix

    You are provided with a matrix of characters, CHARACTER_MATRIX of size M x N, and a string WORD. Your goal is to locate and display all occurrences of the string within the ...

  • Q2. 

    Greatest Common Divisor Problem Statement

    You are tasked with finding the greatest common divisor (GCD) of two given numbers 'X' and 'Y'. The GCD is defined as the largest integer that divides both of the...

Round 4 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This was a typical HR round with some standard Behavioral questions.

  • Q1. Why do you want to be a part of Oracle?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAOracle interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. Garbage collector algorithm
  • Ans. 

    Garbage collector algorithm manages memory allocation and deallocation in a program.

    • Garbage collector automatically frees up memory that is no longer in use.

    • It identifies and removes objects that are no longer referenced by the program.

    • There are different types of garbage collector algorithms such as mark-and-sweep, reference counting, and generational.

    • Java and .NET languages use garbage collector by default.

    • Garbage co...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Memory management questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for new minds. Enjoy
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Aptitude test + 2 questions one on DSA and other on Rest api

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Introduce yourself 2. Explain one of your favourite project 3. Java related questions 4. Jdbc connection related question 5. Rest api get post 6. 2 coding questions ( 1. On arrays , 2. Hashmap) 7. Mysql...
  • Q2. One thing i want to mention is that ofss is totally luck based and very biased in selection process, especially with girls and in my experience out of the number of people they hired from my college about ...

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Round one 1. Two common array and string question. One SQL query.
  • Q2. Round 21. One string question. Finding substring in a sub string. 2. Longest palendrome in string
  • Q3. Round 3. 1. Print K 2. One chess board kind of problem statement.

Interview Preparation Tips

Interview preparation tips for other job seekers - Three technical rounds.

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

There were 2 coding questions and 8 mcq
level - HIGH

Round 2 - Technical 

(3 Questions)

  • Q1. Detailed OOPS concepts
  • Q2. Questions on CLOUD technologies
  • Q3. Discussion on projects
Round 3 - Technical 

(1 Question)

  • Q1. Asked me about which field i am more comfortable I said dbms thorough discussion on different concepts of DBMS also some queries

Interview Preparation Tips

Topics to prepare for Oracle Financial Services Software Application Developer interview:
  • OOPS
  • DBMS
  • DSA
  • OS
Interview preparation tips for other job seekers - Do not lie in your resume
If you don't know the concept say NO

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions abouts OOPs, Serialisation, Design Patterns, Multi threading, coding questions (mostly on usage of arrays, some questions around Multi threading)

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPs, Multi threading, Coding Questions with Arrays

I applied via campus placement at Chaitanya Bharathi Institute of Technology, Hyderabad and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java concepts, merge sorted linked lists, merge sort intuition, Min cuts such that all substrings should be palindrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for core subjects!
Never manage things which you don’t know
Be clear and concise

SAP Interview FAQs

How many rounds are there in SAP Application Developer interview?
SAP interview process usually has 1 rounds. The most common rounds in the SAP interview process are Technical.
How to prepare for SAP Application Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SAP. The most common topics and skills that interviewers at SAP expect are Agile, Coding, Front End, OO ABAP and Ariba.

Tell us how to improve this page.

SAP Application Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
SAP Application Developer Salary
based on 17 salaries
₹10.4 L/yr - ₹21 L/yr
25% more than the average Application Developer Salary in India
View more details

SAP Application Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.6

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
1k salaries
unlock blur

₹8.5 L/yr - ₹32 L/yr

Developer
859 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Developer Associate
821 salaries
unlock blur

₹6.7 L/yr - ₹24 L/yr

Senior Developer
486 salaries
unlock blur

₹13.1 L/yr - ₹48 L/yr

Business Process Consultant
419 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