Upload Button Icon Add office photos
Premium Employer

i

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

NTT Data

Compare button icon Compare button icon Compare
3.9

based on 3.6k Reviews

Filter interviews by

NTT Data SAP Abap Developer Interview Questions and Answers

Updated 22 Jul 2024

NTT Data SAP Abap Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Explain the technical part and Implementation project and Enchancements and abap core and tcode?
  • Ans. 

    Technical aspects of SAP ABAP development including implementation projects, enhancements, ABAP core, and transaction codes.

    • Implementation projects involve customizing SAP systems to meet specific business requirements.

    • Enhancements are modifications made to standard SAP programs to add new functionality.

    • ABAP core refers to the basic programming language used in SAP development.

    • Transaction codes are shortcuts to access ...

  • Answered by AI
  • Q2. What is the workflow and real time secanrio based question on abap?
  • Q3. Transapent and views and pool models ?
Round 2 - Technical 

(2 Questions)

  • Q1. Basics of abap tables and alv model?
  • Q2. Abap reports and program on employee? and tc codes on function modules and oops concepts also.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with full fuldge and keep on hands on experience and u will be able to crack it and self confidenece on you.

Skills evaluated in this interview

Interview questions from similar companies

SAP Abap Developer Interview Questions & Answers

Accenture user image Biswajit Jash (Biswajit Jash)

posted on 6 Jun 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(9 Questions)

  • Q1. What my passionate about ABAP. Its very powerful and easy to understand Programing, open source Language develop by 5Ex-IBM to developed world No 1 ERP solution.
  • Q2. What should be the keep in mind to write a report program, Ans: The should be modularized, and avoid to pass hardcode vale, should be interactive.
  • Q3. How to debug the background job by Tcode JDBG.
  • Ans. 

    Debugging background jobs using Tcode JDBG in SAP ABAP.

    • Go to transaction code JDBG in SAP system.

    • Enter the job name and job count of the background job you want to debug.

    • Set breakpoints in the ABAP code of the background job.

    • Execute the background job and it will stop at the breakpoints for debugging.

    • Use standard debugging tools like variables, watchpoints, etc. to analyze and troubleshoot the job.

  • Answered by AI
  • Q4. How to analysis ABAP dump. by Tcode ST22/ST23.
  • Ans. 

    ABAP dumps can be analyzed using transaction codes ST22/ST23 in SAP.

    • Use transaction code ST22/ST23 to access the ABAP dump analysis tool.

    • Review the short dump overview to see a list of recent dumps.

    • Click on a specific dump to view detailed information such as error messages, program flow, and variables.

    • Analyze the dump to identify the root cause of the issue and take necessary actions to resolve it.

  • Answered by AI
  • Q5. How many type of report I have developed. List Report, ALV List Report, Interactive ALV etc
  • Q6. How many type of forms I have developed SAP Script And Smartforms.
  • Ans. 

    I have developed both SAP Script and Smartforms for various forms.

    • I have developed SAP Script forms for customizing standard SAP documents like invoices, purchase orders, etc.

    • I have also developed Smartforms for more interactive and user-friendly forms with dynamic content.

    • Each type of form has its own advantages and use cases in SAP development.

  • Answered by AI
  • Q7. How to go back my previous version in new developed smartforms by retrieving the previous version in it .
  • Ans. 

    To retrieve a previous version of a smartform in SAP ABAP, you can use the transport request system.

    • Use the transport request system to track changes and versions of smartforms.

    • Identify the transport request containing the previous version of the smartform.

    • Import the transport request to revert back to the previous version.

    • Ensure to test the smartform after reverting to the previous version.

  • Answered by AI
  • Q8. What is the signification of authorization object in abap. to control the access of object by the assign user only in other way to stop move further into rest of process step.
  • Ans. 

    Authorization objects in ABAP control access to objects for assigned users, preventing unauthorized access.

    • Authorization objects are used to control access to specific objects in ABAP programs.

    • They define which users have access to certain objects and what actions they can perform.

    • Authorization objects are assigned to roles, which are then assigned to users.

    • Examples of authorization objects include S_PROGRAM for progra...

  • Answered by AI
  • Q9. What is the use of container to development abap object. to display output in the screen container is used .
  • Ans. 

    Containers are used in ABAP development to display output on the screen.

    • Containers are used to hold and display UI elements in ABAP programs.

    • They can be used to display text, images, tables, and other UI components.

    • Containers can be added to screens using the SAP GUI for Windows or Web Dynpro ABAP technology.

    • Example: DATA container TYPE REF TO cl_gui_container.

    • Example: container->add( text ).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is idocs and bapi
  • Ans. 

    IDocs are data containers used for exchanging data between SAP systems, while BAPIs are standardized interfaces for accessing SAP functions.

    • IDocs (Intermediate Documents) are used for exchanging data between SAP systems or between SAP and non-SAP systems.

    • IDocs contain data in a structured format and are used for communication in a distributed environment.

    • BAPIs (Business Application Programming Interfaces) are standardi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is ALV in reports
  • Ans. 

    ALV stands for ABAP List Viewer, a tool used to display data in tabular format in SAP reports.

    • ALV is used to enhance the readability and usability of reports by displaying data in a structured format.

    • It allows users to sort, filter, and customize the display of data according to their requirements.

    • ALV can display data in various formats such as grid, list, tree, etc.

    • It provides features like column resizing, column fre...

  • Answered by AI
  • Q2. How to debug the code or error ?
  • Ans. 

    To debug code or errors in SAP ABAP, use tools like ABAP Debugger, breakpoints, watchpoints, and display statements.

    • Use ABAP Debugger to step through the code line by line and analyze variables.

    • Set breakpoints at specific lines of code to pause execution and inspect the program state.

    • Use watchpoints to monitor changes in specific variables during runtime.

    • Insert display statements to output variable values to the debugg

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

(2 Questions)

  • Q1. What is workflow
  • Ans. 

    Workflow is a series of tasks that produce a desired outcome or result.

    • Workflow is a sequence of connected steps or activities that need to be completed in a specific order.

    • It involves the automation of business processes, ensuring tasks are completed efficiently and accurately.

    • Examples include approval processes, document routing, and task assignments.

    • Workflows can be designed and implemented using tools like SAP Work

  • Answered by AI
  • Q2. What is interface
  • Ans. 

    An interface in SAP ABAP is a design template that defines the structure of a class without implementing the actual functionality.

    • Interfaces in SAP ABAP are used to define a set of methods that a class must implement.

    • They provide a way to achieve multiple inheritances in ABAP.

    • Interfaces are declared using the INTERFACE keyword in ABAP.

    • An example of an interface in SAP ABAP is IF_EXAMPLE_INTERFACE.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep working hard , learn the sap abap nicely

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. Oops abap data dictionary S4 hana
Round 2 - One-on-one 

(1 Question)

  • Q1. Work experience onsite experience projects worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. New technology will help you to get hire more quickly.
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 - Technical 

(1 Question)

  • Q1. Technically technically
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Okay okay I just you and let you guys get
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. SAP ABAP related basics
Round 3 - HR 

(1 Question)

  • Q1. About Salary discussion
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Singleton Class
  • Ans. 

    Singleton class is a class that can only have one instance created at a time.

    • Singleton class ensures that only one instance of the class is created throughout the application.

    • It provides a global point of access to the instance.

    • Commonly used in scenarios where a single point of control is needed, such as logging, database connections, or configuration settings.

  • Answered by AI
  • Q2. Questions on the technologies we used
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between script and smartforms
  • Ans. 

    Smartforms are more advanced and user-friendly than scripts in SAP ABAP development.

    • Smartforms have a graphical interface for designing forms, while scripts use a plain text editor.

    • Smartforms support more complex formatting options and dynamic content, while scripts are more limited.

    • Smartforms can be previewed and tested directly in the development environment, while scripts need to be executed to see the output.

    • Smartf...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Enhancements Badi
  • Q2. In IDOCs what does partner number means
  • Ans. 

    Partner number in IDOCs represents the unique identifier of the partner system or business partner.

    • Partner number is used to identify the sender or receiver of the IDOC.

    • It is typically a numerical or alphanumeric value assigned to each partner system or business partner.

    • Partner number is crucial for routing and processing IDOCs correctly.

    • For example, in a sales order IDOC, the partner number may represent the customer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for IDOCs and enhancements

NTT Data Interview FAQs

How many rounds are there in NTT Data SAP Abap Developer interview?
NTT Data interview process usually has 2 rounds. The most common rounds in the NTT Data interview process are Technical.
What are the top questions asked in NTT Data SAP Abap Developer interview?

Some of the top questions asked at the NTT Data SAP Abap Developer interview -

  1. Explain the technical part and Implementation project and Enchancements and aba...read more
  2. what is the workflow and real time secanrio based question on ab...read more
  3. Abap reports and program on employee? and tc codes on function modules and oops...read more

Tell us how to improve this page.

NTT Data SAP Abap Developer Salary
based on 7 salaries
₹6.4 L/yr - ₹18.2 L/yr
77% more than the average SAP Abap Developer Salary in India
View more details

NTT Data SAP Abap Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
932 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
766 salaries
unlock blur

₹1.1 L/yr - ₹9.3 L/yr

Network Engineer
647 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
615 salaries
unlock blur

₹2.5 L/yr - ₹13 L/yr

Senior Software Engineer
512 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Explore more salaries
Compare NTT Data with

Tata Communications

4.1
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview