Upload Button Icon Add office photos
Engaged Employer

i

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

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LTIMindtree SAP Abap Associate Consultant Interview Questions and Answers for Experienced

Updated 29 May 2022

6 Interview questions

A SAP Abap Associate Consultant was asked
Q. 2.Reports: Events in classical reports and explain? Events in interactive reports? Difference between at pf status and user command? Tell me the function module you last used in your report? How do you debu...
Ans. 

Questions related to SAP Abap reports and debugging

  • Events in classical reports are start-of-selection, end-of-selection, and top-of-page. In interactive reports, events are at-line-selection, at-user-command, and top-of-page.

  • AT PF status is used to define the status of the screen, while user command is used to define the actions that can be performed on the screen.

  • The function module used in a report depends on th...

A SAP Abap Associate Consultant was asked
Q. 1.data dictionary concept-table creation steps How do you maintain TMG? What is one step and two step? Where do you use the search help and types of search help? What are lock objects? Difference between st...
Ans. 

Questions related to SAP ABAP concepts and terminology.

  • Data dictionary concept and table creation steps

  • TMG maintenance

  • One step and two step

  • Search help and types of search help

  • Lock objects

  • Difference between structure and table

  • Views and types of views

SAP Abap Associate Consultant Interview Questions Asked at Other Companies for Experienced

asked in LTIMindtree
Q1. 1.data dictionary concept-table creation steps How do you maintai ... read more
asked in LTIMindtree
Q2. 5.enhancements What is enhancements? Types of enhancements? How d ... read more
asked in LTIMindtree
Q3. 6.sap script and smart form? Types of window in sap script and sm ... read more
asked in LTIMindtree
Q4. 2.Reports: Events in classical reports and explain? Events in int ... read more
asked in LTIMindtree
Q5. 3.module pool programming Events in module pool ? Difference betw ... read more
A SAP Abap Associate Consultant was asked
Q. 3.module pool programming Events in module pool ? Difference between process before output and process after input? What is the default screen number?
Ans. 

Module pool programming events, process before output and process after input, default screen number.

  • Events in module pool include initialization, start-of-selection, end-of-selection, and others.

  • Process before output is used to modify screen elements before they are displayed, while process after input is used to validate user input.

  • The default screen number is 1000.

A SAP Abap Associate Consultant was asked
Q. 5.enhancements What is enhancements? Types of enhancements? How do you find an exit? Difference between classic badi and kernel badi? Difference between customer exit and user exit? Types of customer exit? ...
Ans. 

Enhancements are ways to modify SAP standard functionality. There are various types of enhancements and exits available.

  • Enhancements are used to modify SAP standard functionality without changing the original code

  • Types of enhancements include user exits, customer exits, BAdIs, enhancement spots, and enhancement frameworks

  • Exits are identified by searching for function modules with names containing 'EXIT_' or 'SMOD_...

What people are saying about LTIMindtree

View All
a senior software engineer
5d (edited)
Need Insights – Choosing Between Companies
Hi all, Currently have offers from Capgemini, Tech Mahindra, LTIMindTree, Zen&Art, CitiusTech, Nagarro & Persistent. Before making a decision, I need some clarity: 1. Do you get admin access on laptop or need IT for every install? 2. Are office hours flexible or fixed 9 AM login? 3. Is 9 hrs of active laptop time mandatory? 4. What's the leave policy — casual or strict approval? 5. Do projects use the latest technologies or older versions? Thanks in advance!
Got a question about LTIMindtree?
Ask anonymously on communities.
A SAP Abap Associate Consultant was asked
Q. 7.Idoc Steps to create an idoc? Steps to reprocess the idoc? How do you debug the idoc?
Ans. 

Steps to create, reprocess and debug an IDoc in SAP ABAP.

  • To create an IDoc, define the message type, basic type, and segment structure in WE31.

  • Create a function module to populate the IDoc data and trigger the IDoc creation using WE19.

  • To reprocess an IDoc, use transaction BD87 and select the IDoc to be reprocessed.

  • Check the error message and correct the issue before reprocessing the IDoc.

  • To debug an IDoc, set a br...

A SAP Abap Associate Consultant was asked
Q. 6.sap script and smart form? Types of window in sap script and smart form Is script is client dependent or independent? Difference between script and smart form? Tell me the tcodes used for smart forms and ...
Ans. 

Questions related to SAP ABAP scripting and smart forms.

  • SAP Script and Smart Forms are used for creating and printing forms in SAP systems.

  • SAP Script has client dependency while Smart Forms are client independent.

  • SAP Script uses function modules like OPEN_FORM, WRITE_FORM, and CLOSE_FORM.

  • Smart Forms use function modules like SMARTFORM_FILL_OUT, SMARTFORM_GET_SMARTFORMS_LIST, and SMARTFORM_GET_PRINT_PDFS.

  • SAP Script...

LTIMindtree SAP Abap Associate Consultant Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. Can you brief yourself?
  • Q2. 1.data dictionary concept-table creation steps How do you maintain TMG? What is one step and two step? Where do you use the search help and types of search help? What are lock objects? Difference between s...
  • Ans. 

    Questions related to SAP ABAP concepts and terminology.

    • Data dictionary concept and table creation steps

    • TMG maintenance

    • One step and two step

    • Search help and types of search help

    • Lock objects

    • Difference between structure and table

    • Views and types of views

  • Answered by AI
  • Q3. 2.Reports: Events in classical reports and explain? Events in interactive reports? Difference between at pf status and user command? Tell me the function module you last used in your report? How do you de...
  • Ans. 

    Questions related to SAP Abap reports and debugging

    • Events in classical reports are start-of-selection, end-of-selection, and top-of-page. In interactive reports, events are at-line-selection, at-user-command, and top-of-page.

    • AT PF status is used to define the status of the screen, while user command is used to define the actions that can be performed on the screen.

    • The function module used in a report depends on the req...

  • Answered by AI
  • Q4. 3.module pool programming Events in module pool ? Difference between process before output and process after input? What is the default screen number?
  • Ans. 

    Module pool programming events, process before output and process after input, default screen number.

    • Events in module pool include initialization, start-of-selection, end-of-selection, and others.

    • Process before output is used to modify screen elements before they are displayed, while process after input is used to validate user input.

    • The default screen number is 1000.

  • Answered by AI
  • Q5. 4.batch data communication,rfc,bapi Methods in bdc? Difference method session and call transaction? Which you will prefer session or call transaction? Which method is faster? What are the function modules ...
  • Q6. 5.enhancements What is enhancements? Types of enhancements? How do you find an exit? Difference between classic badi and kernel badi? Difference between customer exit and user exit? Types of customer exit...
  • Ans. 

    Enhancements are ways to modify SAP standard functionality. There are various types of enhancements and exits available.

    • Enhancements are used to modify SAP standard functionality without changing the original code

    • Types of enhancements include user exits, customer exits, BAdIs, enhancement spots, and enhancement frameworks

    • Exits are identified by searching for function modules with names containing 'EXIT_' or 'SMOD_'

    • Clas...

  • Answered by AI
  • Q7. 6.sap script and smart form? Types of window in sap script and smart form Is script is client dependent or independent? Difference between script and smart form? Tell me the tcodes used for smart forms a...
  • Ans. 

    Questions related to SAP ABAP scripting and smart forms.

    • SAP Script and Smart Forms are used for creating and printing forms in SAP systems.

    • SAP Script has client dependency while Smart Forms are client independent.

    • SAP Script uses function modules like OPEN_FORM, WRITE_FORM, and CLOSE_FORM.

    • Smart Forms use function modules like SMARTFORM_FILL_OUT, SMARTFORM_GET_SMARTFORMS_LIST, and SMARTFORM_GET_PRINT_PDFS.

    • SAP Script has ...

  • Answered by AI
  • Q8. 7.Idoc Steps to create an idoc? Steps to reprocess the idoc? How do you debug the idoc?
  • Ans. 

    Steps to create, reprocess and debug an IDoc in SAP ABAP.

    • To create an IDoc, define the message type, basic type, and segment structure in WE31.

    • Create a function module to populate the IDoc data and trigger the IDoc creation using WE19.

    • To reprocess an IDoc, use transaction BD87 and select the IDoc to be reprocessed.

    • Check the error message and correct the issue before reprocessing the IDoc.

    • To debug an IDoc, set a breakpo...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why should we hire you? Where you can see your position after 5 years?what are your strengths? What is your preferred location? Tell me the few objects you have done? Tell me the hard object so far you did...
  • Ans. 

    I should be hired because of my strong skills in SAP ABAP and my ability to contribute to the success of the company.

    • I have a deep understanding of SAP ABAP and have successfully completed several projects using this technology.

    • I am a quick learner and can adapt to new technologies and methodologies easily.

    • I have excellent problem-solving and analytical skills, which are crucial for an SAP ABAP consultant.

    • I am a team p...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion round

Interview Preparation Tips

Topics to prepare for LTIMindtree SAP Abap Associate Consultant interview:
  • IDOC
  • Bdc
  • Data Dictionary
  • Smartforms
  • Bapi
  • modulepool
Interview preparation tips for other job seekers - Prepare all the concepts and try to answer all the questions.Be confident on your answers and be positive that you can crack the interview,

Skills evaluated in this interview

Are these interview questions helpful?

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain steps to create Odata service
  • Ans. 

    Creating Odata service involves defining data model, service implementation, and service registration.

    • Define data model using CDS views or ABAP dictionary objects

    • Implement service using ABAP code and annotations

    • Register service using transaction code /IWFND/MAINT_SERVICE

  • Answered by AI
  • Q2. What is BDC? Types of BDC? Steps to perform it?
  • Ans. 

    BDC stands for Batch Data Communication. It is used to transfer data from non-SAP systems to SAP systems.

    • Types of BDC: Call Transaction, Session Method, and Direct Input

    • Steps to perform BDC: Recording, Processing, and Error Handling

    • Example: Using Call Transaction method to automate data entry in SAP transactions

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Types of CDS views?
  • Ans. 

    Types of CDS views include Basic, Composite, and Consumption views.

    • Basic CDS views are used to define simple data models.

    • Composite CDS views are used to combine multiple CDS views or database tables.

    • Consumption CDS views are used to consume other CDS views or database tables.

    • Examples: Basic - Define a simple data model, Composite - Combine multiple CDS views, Consumption - Consume other CDS views

  • Answered by AI
  • Q2. Difference between association and join
  • Ans. 

    Associations define relationships in data models, while joins combine data from multiple tables in queries.

    • Associations are defined in data models (e.g., OData), representing relationships between entities.

    • Joins are SQL operations that combine rows from two or more tables based on a related column.

    • Example of association: A 'Customer' entity associated with 'Orders' entity.

    • Example of join: SQL query to retrieve customer...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeps your basics clear

Skills evaluated in this interview

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. .How do you prioritize user requirements in the development of SAP ABAP applications?
  • Ans. 

    Prioritizing user requirements in SAP ABAP development ensures efficient resource allocation and alignment with business goals.

    • Stakeholder Engagement: Regularly communicate with stakeholders to gather and understand their needs, ensuring that the most critical requirements are prioritized.

    • Business Impact Analysis: Assess the potential impact of each requirement on business processes. For example, prioritize features th...

  • Answered by AI
  • Q2. What challenges have you faced during your internship and how did you overcome them?
  • Q3. Can you elaborate on your experience with SAP ABAP and how it prepares you for IT consulting roles?
  • Ans. 

    My experience in SAP ABAP equips me with the skills to develop and optimize business processes in IT consulting roles.

    • Proficient in ABAP Programming: Developed custom reports and enhancements for SAP modules, improving data processing efficiency by 30%.

    • Experience with BAPIs and RFCs: Integrated third-party applications with SAP using BAPIs, facilitating seamless data exchange and enhancing system interoperability.

    • Under...

  • Answered by AI

Interview Questionnaire 

2 Questions

  • Q1. Self introduction
  • Q2. What is java

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is collections
  • Q2. What are the new features in java 8
  • Ans. 

    Java 8 introduces lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow functional programming in Java

    • Functional interfaces enable the use of lambda expressions

    • Streams provide a concise way to perform operations on collections

    • Default methods allow interfaces to have implementation

    • Date and Time API improvements

    • Nashorn JavaScript engine

  • Answered by AI
  • Q3. What is the use of spring boot
  • Q4. What is JPA
  • Ans. 

    JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.

    • JPA is used to map Java objects to relational database tables.

    • It provides a set of annotations to define the mapping between Java classes and database tables.

    • JPA also supports querying data using the Java Persistence Query Language (JPQL).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy interview

Skills evaluated in this interview

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job security but do not expect projects with latest technologies or development side.

If you are lucky you will get project with new technologies and you can learn.

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Apti & programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific

I applied via Campus Placement and was interviewed before May 2021. There were 4 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 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic javascript and nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree SAP Abap Associate Consultant interview for experienced candidates?
LTIMindtree interview process for experienced candidates usually has 3 rounds. The most common rounds in the LTIMindtree interview process for experienced candidates are Technical and HR.
What are the top questions asked in LTIMindtree SAP Abap Associate Consultant interview for experienced candidates?

Some of the top questions asked at the LTIMindtree SAP Abap Associate Consultant interview for experienced candidates -

  1. 1.data dictionary concept-table creation steps How do you maintain TMG? What is...read more
  2. 5.enhancements What is enhancements? Types of enhancements? How do you find an...read more
  3. 6.sap script and smart form? Types of window in sap script and smart form Is sc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
View all
LTIMindtree SAP Abap Associate Consultant Salary
based on 7 salaries
₹6.5 L/yr - ₹10.4 L/yr
42% more than the average SAP Abap Associate Consultant Salary in India
View more details
Senior Software Engineer
22k salaries
unlock blur

₹7.4 L/yr - ₹21.8 L/yr

Software Engineer
16.3k salaries
unlock blur

₹3.9 L/yr - ₹8.8 L/yr

Technical Lead
6.4k salaries
unlock blur

₹16.4 L/yr - ₹28.5 L/yr

Module Lead
5.7k salaries
unlock blur

₹11.9 L/yr - ₹22 L/yr

Senior Engineer
4.7k salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.7
Compare

TCS

3.6
Compare
write
Share an Interview