Upload Button Icon Add office photos
Engaged 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 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NTT Data SAP Abap Consultant Interview Questions and Answers

Updated 3 Jun 2024

6 Interview questions

A SAP Abap Consultant was asked 12mo ago
Q. How would you create a custom Adobe Form and assign it to an output type?
Ans. 

To create a custom Adobe Form and assign it to an output type in SAP ABAP, you can use transaction code SFP.

  • Create a custom Adobe Form using transaction code SFP

  • Assign the Adobe Form to an output type in transaction code NACE

  • Configure the output type to use the custom Adobe Form

  • Test the output type to ensure the custom Adobe Form is being used

A SAP Abap Consultant was asked 12mo ago
Q. How can you implement page breaks based on specific conditions?
Ans. 

Use the command 'NEW-PAGE' to break a page based on condition in SAP ABAP.

  • Use the command 'NEW-PAGE' followed by a condition to break a page in SAP ABAP.

  • Example: NEW-PAGE TITLE 'New Page Title'.

  • Example: NEW-PAGE TITLE 'New Page Title' AT LINE-SELECTION.

SAP Abap Consultant Interview Questions Asked at Other Companies

Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se ... read more
Q2. What happens if we don't write the START-OF-SELECTION event?
Q3. Why do we write the IF GT_VBAK IS INITIAL statement in for all en ... read more
Q4. What is the difference between include and append structures?
asked in HCLTech
Q5. While creating BADI implementation, what will get created Class m ... read more
A SAP Abap Consultant was asked
Q. How do you debug a SmartForm?
Ans. 

To debug a smartform, use transaction SMARTFORMS and set breakpoints in the code.

  • Open transaction SMARTFORMS

  • Select the smartform to be debugged

  • Click on the 'Debugging' button

  • Set breakpoints in the code

  • Execute the smartform and the debugger will stop at the breakpoints

A SAP Abap Consultant was asked
Q. What is BDC and how many types are there?
Ans. 

BDC stands for Batch Data Communication. It is a method used in SAP ABAP to transfer data from external systems to SAP.

  • BDC is used to automate the process of data entry in SAP.

  • There are two types of BDC: Classic BDC and Call Transaction Method.

  • Classic BDC involves creating a batch input session and processing it using transaction codes.

  • Call Transaction Method uses the CALL TRANSACTION statement to directly process...

What people are saying about NTT Data

View All
hoppypanda
Verified Icon
1w
works at
UST
NTT Data: Learning options, growth & work-life balance?
Curious about what learning platforms NTT Data offers? Also, how's the career growth and work-life balance there?
Got a question about NTT Data?
Ask anonymously on communities.
A SAP Abap Consultant was asked
Q. Events of MPP
Ans. 

MPP events are used to control the flow of screens in SAP ABAP programs.

  • MPP stands for Module Pool Programming.

  • Events are triggered by user actions or system events.

  • PBO (Process Before Output) and PAI (Process After Input) are the two main events.

  • PBO is used to initialize screen fields and PAI is used to process user input.

  • Other events include START-OF-SELECTION, AT SELECTION-SCREEN, AT LINE-SELECTION, etc.

A SAP Abap Consultant was asked
Q. Events of report
Ans. 

Events in a report are used to trigger certain actions or code blocks based on specific occurrences.

  • Events can be defined at the start, end, or during the processing of a report.

  • Examples of events include initialization, start-of-selection, end-of-selection, and top-of-page.

  • Events can be used to manipulate data, perform calculations, or display output.

  • Events can also be used to control the flow of a report by skip...

NTT Data SAP Abap Consultant Interview Experiences

4 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How will you create a custom adobe Form and assign it to output type?
  • Ans. 

    To create a custom Adobe Form and assign it to an output type in SAP ABAP, you can use transaction code SFP.

    • Create a custom Adobe Form using transaction code SFP

    • Assign the Adobe Form to an output type in transaction code NACE

    • Configure the output type to use the custom Adobe Form

    • Test the output type to ensure the custom Adobe Form is being used

  • Answered by AI
  • Q2. How to break a page based on condition?
  • Ans. 

    Use the command 'NEW-PAGE' to break a page based on condition in SAP ABAP.

    • Use the command 'NEW-PAGE' followed by a condition to break a page in SAP ABAP.

    • Example: NEW-PAGE TITLE 'New Page Title'.

    • Example: NEW-PAGE TITLE 'New Page Title' AT LINE-SELECTION.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NTT Data SAP Abap Consultant interview:
  • Adobe Forms
  • Enhancements
  • Conversions
  • Cds
  • AMDP
Interview preparation tips for other job seekers - Questions are based on advanced concepts.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Questions about SAP - ABAP
  • Q2. Basic Questions about C and C++

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked Questions on the basis of resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. Implicit & explicit
  • Q2. Customer exit & badi
  • Q3. Based on working expierence

Interview Preparation Tips

Interview preparation tips for other job seekers - best company to work and career growth.

Interview Questionnaire 

6 Questions

  • Q1. Data element and Domain.
  • Q2. Table type
  • Q3. What is bdc and how many type
  • Ans. 

    BDC stands for Batch Data Communication. It is a method used in SAP ABAP to transfer data from external systems to SAP.

    • BDC is used to automate the process of data entry in SAP.

    • There are two types of BDC: Classic BDC and Call Transaction Method.

    • Classic BDC involves creating a batch input session and processing it using transaction codes.

    • Call Transaction Method uses the CALL TRANSACTION statement to directly process data...

  • Answered by AI
  • Q4. Events of report
  • Ans. 

    Events in a report are used to trigger certain actions or code blocks based on specific occurrences.

    • Events can be defined at the start, end, or during the processing of a report.

    • Examples of events include initialization, start-of-selection, end-of-selection, and top-of-page.

    • Events can be used to manipulate data, perform calculations, or display output.

    • Events can also be used to control the flow of a report by skipping ...

  • Answered by AI
  • Q5. Events of MPP
  • Ans. 

    MPP events are used to control the flow of screens in SAP ABAP programs.

    • MPP stands for Module Pool Programming.

    • Events are triggered by user actions or system events.

    • PBO (Process Before Output) and PAI (Process After Input) are the two main events.

    • PBO is used to initialize screen fields and PAI is used to process user input.

    • Other events include START-OF-SELECTION, AT SELECTION-SCREEN, AT LINE-SELECTION, etc.

  • Answered by AI
  • Q6. How to debug smartform
  • Ans. 

    To debug a smartform, use transaction SMARTFORMS and set breakpoints in the code.

    • Open transaction SMARTFORMS

    • Select the smartform to be debugged

    • Click on the 'Debugging' button

    • Set breakpoints in the code

    • Execute the smartform and the debugger will stop at the breakpoints

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. *Introduce yourself *Purpose of working in the Company *Educational Background *Family Background *Goals and Ambition
  • Ans. 

    Experienced professional with a strong educational background and clear career ambitions, eager to contribute to the company's success.

    • I have over 5 years of experience in project management, leading teams to successfully deliver complex projects on time.

    • I hold a Master's degree in Business Administration from XYZ University, where I specialized in strategic management.

    • My family has always emphasized the importance of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident about what you speak.

I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident adn clear when you answer

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy logical questions
basic quant

Round 2 - Coding Test 

Easy level coding questions
Counting frequency of alphabets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the basics of javascript
Hoisting
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. How to use multiple dispatch in redux?
  • Ans. 

    Multiple dispatch is not a feature of Redux. It can be achieved using middleware or custom logic.

    • Middleware like redux-thunk or redux-saga can be used to dispatch multiple actions based on a single action.

    • Custom logic can be implemented in the reducer to handle multiple actions based on a single action type.

    • For example, a single 'ADD_ITEM' action can trigger multiple actions like 'UPDATE_TOTAL', 'UPDATE_HISTORY', etc.

    • M...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2021. 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 - HR 

(6 Questions)

  • Q1. What is your family background?
  • Ans. 

    I come from a supportive family that values education and hard work, which has greatly influenced my career path in technology.

    • Parents: My parents are both educators, instilling a love for learning and curiosity in me from a young age.

    • Siblings: I have a younger sister who is pursuing a degree in computer science, and we often collaborate on tech projects together.

    • Family Values: Our family emphasizes the importance of p...

  • Answered by AI
  • Q2. Why should we hire you?
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for innovation that aligns with your team's goals.

    • Strong technical skills: Proficient in languages like Python and Java, demonstrated by developing a web application that improved user engagement by 30%.

    • Problem-solving mindset: Successfully resolved a critical bug in a production system under tight deadlines, ensuring minimal downtime.

    • ...

  • Answered by AI
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your salary expectations?
  • Ans. 

    I expect a competitive salary based on my skills, experience, and industry standards, ideally in the range of $X to $Y.

    • Research industry standards: For example, Glassdoor or Payscale can provide insights into average salaries for similar roles.

    • Consider your experience: If you have 5 years of experience, you might expect a higher salary than someone just starting.

    • Factor in location: Salaries can vary significantly based...

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Ans. 

    I excel in problem-solving and teamwork, but I sometimes struggle with time management under tight deadlines.

    • Strength: Strong problem-solving skills - I enjoy tackling complex coding challenges, like optimizing algorithms for better performance.

    • Strength: Effective teamwork - I thrive in collaborative environments, having successfully led a project with cross-functional teams.

    • Weakness: Time management - I occasionally u...

  • Answered by AI
  • Q6. Tell me about yourself.
Round 3 - Technical 

(1 Question)

  • Q1. Do you have technical certifications? How many programming languages do you known? How many development tools have you used?
  • Ans. 

    Yes, I have technical certifications and I am proficient in multiple programming languages and development tools.

    • I have certifications in Java and Python

    • I am proficient in Java, Python, C++, and JavaScript

    • I have used development tools such as Eclipse, Visual Studio Code, and PyCharm

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your soft skills
Move frequently
value your reputation
Get experience at a any company

I applied via Job Portal and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. First they ask basic questions like HTML SQL Java.

Interview Preparation Tips

Interview preparation tips for other job seekers - First we learn basics programming knowledge and we confident to attend interview and speak bold.

NTT Data Interview FAQs

How many rounds are there in NTT Data SAP Abap Consultant interview?
NTT Data interview process usually has 1-2 rounds. The most common rounds in the NTT Data interview process are Technical and Resume Shortlist.
How to prepare for NTT Data SAP Abap Consultant 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 NTT Data. The most common topics and skills that interviewers at NTT Data expect are SAP ABAP, HANA ABAP, Odata, Analytical Chemistry and Artificial Intelligence.
What are the top questions asked in NTT Data SAP Abap Consultant interview?

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

  1. How will you create a custom adobe Form and assign it to output ty...read more
  2. How to break a page based on conditi...read more
  3. What is bdc and how many t...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
NTT Data SAP Abap Consultant Salary
based on 79 salaries
₹4 L/yr - ₹15.1 L/yr
9% less than the average SAP Abap Consultant Salary in India
View more details

NTT Data SAP Abap Consultant Reviews and Ratings

based on 9 reviews

4.7/5

Rating in categories

4.1

Skill development

4.7

Work-life balance

4.6

Salary

3.7

Job security

4.6

Company culture

4.4

Promotions

4.5

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
1.2k salaries
unlock blur

₹4.5 L/yr - ₹23.9 L/yr

Senior Associate
837 salaries
unlock blur

₹1.1 L/yr - ₹8.9 L/yr

Network Engineer
753 salaries
unlock blur

₹1.8 L/yr - ₹10.4 L/yr

Senior Software Engineer
738 salaries
unlock blur

₹7.9 L/yr - ₹27.1 L/yr

Software Developer
691 salaries
unlock blur

₹5.1 L/yr - ₹27 L/yr

Explore more salaries
Compare NTT Data with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview