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, Process, and Tips for Experienced

Updated 29 May 2022

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?
  • Ans. 

    I am a highly motivated and skilled SAP ABAP Associate Consultant with a strong background in programming and problem-solving.

    • Skilled SAP ABAP Associate Consultant

    • Strong programming and problem-solving skills

    • Motivated and dedicated

    • Experience in developing and maintaining ABAP programs

    • Knowledge of SAP modules and integration

    • Ability to analyze business requirements and provide effective solutions

  • Answered by AI
  • 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
  • Ans. 

    I am a dedicated and experienced SAP ABAP Associate Consultant with a strong background in programming and problem-solving.

    • I have a Bachelor's degree in Computer Science and have been working in the SAP ABAP field for the past 3 years.

    • I have extensive knowledge of ABAP programming language and have successfully implemented various SAP projects.

    • I am skilled in analyzing business requirements and translating them into te...

  • Answered by AI
  • 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

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

Interview Preparation Tips

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

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about Your project
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented features like task assignment, progress tracking, and team collaboration

    • Integrated with third-party tools like GitHub and Slack

    • Designed a user-friendly interface with responsive design

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Tell me about your CV!
  • Ans. 

    My CV showcases my experience in software development, including projects in Java, Python, and web development.

    • Experience in Java, Python, and web development

    • Worked on projects involving database management systems

    • Familiar with Agile development practices

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Tough! But manuplative ,yes manuplative ,I feel that your test scores are manuplated by the company! You score full marks in the test , but you are mechanical engineer you might not qualify for the next round! I say this as per ny experience . POINTER ,BRANCH and then score in this test describe the overall perfomance!
Tips: The company is totally for IT engineers if you are from other branch fonnot hope much, have a backup.
Duration: 1 hour 20 minutes
Total Questions: 80

Round: Technical + HR Interview
Experience: They Play with your minds,yes they do! Believe me donot show tough expressions!
Tips: Stay Calm ,they are not to scare you!

Skills: Technical, knowledge, gritt, Behavioural Skills
College Name: Atharva College Of Engineering

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.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
LTIMindtree SAP Abap Associate Consultant Salary
based on 12 salaries
₹4.7 L/yr - ₹7.7 L/yr
18% more than the average SAP Abap Associate Consultant Salary in India
View more details
Senior Software Engineer
21.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
16.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
6.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
5.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

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