Upload Button Icon Add office photos
Premium Employer

i

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

Deloitte Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 17.2k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Abap Developer Interview Questions and Answers

Updated 27 Jun 2024

Deloitte Abap Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. ABAP RAP based questions
  • Q2. Performance optimization
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you need to switch
  • Q2. Are you available to relocate job relocation

Interview questions from similar companies

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

I applied via campus placement at National Institute of Technology (NIT), Patna and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. MULTIPLE QUESTIONS OF OOPS
  • Q2. Program of prime number
  • Ans. 

    A program to find prime numbers within a given range

    • Iterate through numbers in the given range

    • Check if each number is divisible by any number other than 1 and itself

    • If not divisible, it is a prime number

  • Answered by AI
  • Q3. Pseudo code of finding ones in a number
  • Ans. 

    Count the number of ones in a given number using pseudo code

    • Initialize a count variable to 0

    • Iterate through each bit of the number and check if it is 1

    • Increment the count if the bit is 1

    • Return the count as the result

  • Answered by AI
  • Q4. Basic questions of sql and mongodb

Interview Preparation Tips

Interview preparation tips for other job seekers - have proper command of oops ,basic DSA and have good projects

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Merge sort time complexity less
  • Ans. 

    Merge sort has a time complexity of O(n log n) in the worst case scenario.

    • Merge sort divides the array into two halves, sorts them recursively, and then merges them back together.

    • The time complexity of merge sort is O(n log n) in the worst case scenario.

    • For example, sorting an array of 8 elements would take 3 recursive calls to merge sort.

  • Answered by AI
  • Q2. Palindrome with react js to show on UI
  • Ans. 

    Create a palindrome checker using React JS to display on the UI

    • Create a input field for user to enter a string

    • Use state to store the input string

    • Create a function to check if the input string is a palindrome

    • Display the result on the UI

  • Answered by AI
Round 2 - Coding Test 

Javascript question on promise, callbacks, hosting

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Fir arrow function This keyword Promises Promise chain Generator function Rest operator Spread operator React hooks Higher order component Redux life cycle Palindrome string code Fibonacci code
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Just asked to expand on past experiences and what technologies i had experience with.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Array linked list queue
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test with different sections. Each section had its own time limit. Level - Moderate to difficult

Round 2 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Proficient in web development technologies like HTML, CSS, and JavaScript

    • Currently pursuing a degree in Computer Science

  • Answered by AI
  • Q2. Resume projects
  • Q3. 2 DSA questions
  • Q4. One SQL Query question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. All detailed explaination about RICEF concepts and how you manage pressure and work
  • Q2. Explain about technical settings in the data dictionary
  • Ans. 

    Technical settings in the data dictionary are used to define the structure and behavior of database objects in SAP ABAP.

    • Technical settings include attributes like data type, length, and decimal places for fields in database tables.

    • They also include settings for key fields, indexes, and foreign key relationships.

    • Technical settings can be used to enforce data integrity and optimize performance.

    • Examples of technical setti...

  • Answered by AI
  • Q3. Explain interactive report and module pool report
  • Ans. 

    An interactive report is a type of report in SAP ABAP that allows users to interact with the data displayed, while a module pool report is a collection of screens and flow logic used for creating interactive applications.

    • Interactive report: Allows users to interact with the data displayed

    • Module pool report: Collection of screens and flow logic for creating interactive applications

    • Interactive report can have user input ...

  • Answered by AI
  • Q4. What is the requirement you worked in smartforms
  • Ans. 

    Smartforms are used in SAP ABAP development to create and customize forms for printing.

    • Smartforms are a tool in SAP ABAP used to design and generate forms for printing.

    • They provide a graphical interface for designing the layout and content of the form.

    • Smartforms support various output formats such as PDF, HTML, and print.

    • They can be used to create invoices, purchase orders, delivery notes, and other business documents.

    • ...

  • Answered by AI
  • Q5. What all the requirements you worked in enhancements
  • Ans. 

    I have worked on various requirements in enhancements.

    • Implemented custom logic to enhance standard SAP functionality

    • Developed user exits and BAdIs to add additional functionality

    • Enhanced existing reports and forms to meet specific business requirements

    • Integrated external systems with SAP using enhancement techniques

    • Worked on performance enhancements to optimize system performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for JD and your resume concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is Hash map? What app did you build How do u maintain app life cycle
  • Ans. 

    A hash map is a data structure that allows for efficient storage and retrieval of key-value pairs.

    • A hash map uses a hash function to convert keys into array indices.

    • It provides constant-time average case complexity for insertion, deletion, and retrieval operations.

    • Hash maps are commonly used in programming languages and databases for fast data access.

    • Example: HashMap map = new HashMap<>();

    • map.put("appl

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was easy and completed with in the given timeline

Round 2 - HR 

(1 Question)

  • Q1. Background of my previous comany

Deloitte Interview FAQs

How many rounds are there in Deloitte Abap Developer interview?
Deloitte interview process usually has 2 rounds. The most common rounds in the Deloitte interview process are Technical and One-on-one Round.
How to prepare for Deloitte Abap 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 Deloitte. The most common topics and skills that interviewers at Deloitte expect are Abap Objects, Defect analysis, Design Development, Enhancements and Profit Centre.
What are the top questions asked in Deloitte Abap Developer interview?

Some of the top questions asked at the Deloitte Abap Developer interview -

  1. Performance optimizat...read more
  2. ABAP RAP based questi...read more

Tell us how to improve this page.

Deloitte Abap Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 792 Interviews
ZS Interview Questions
3.4
 • 480 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
View all
Deloitte Abap Developer Salary
based on 17 salaries
₹3.4 L/yr - ₹11.2 L/yr
14% more than the average Abap Developer Salary in India
View more details

Deloitte Abap Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.2

Skill development

4.5

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

4.5

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Consultant
33k salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

Senior Consultant
20.7k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14k salaries
unlock blur

₹3.6 L/yr - ₹12.3 L/yr

Assistant Manager
10k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7k salaries
unlock blur

₹15.8 L/yr - ₹51 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.9
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

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