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

Clear (1)

LTIMindtree SAP Abap Associate Consultant Interview Questions, Process, and Tips

Updated 29 May 2022

LTIMindtree SAP Abap Associate Consultant Interview Experiences

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 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 was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

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

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

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

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself, some questions related to machine learning, and I was asked more questions to differentiate like differences between ml and ai, python and c, c and java and procedural and functiona...

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a complete grip on your resume and be confident about what you say, If you don't know the answer it is okay to agree that you don't know the answer so that interviewer can ask the next questions.
Contribute & help others!
anonymous
You can choose to be anonymous

LTIMindtree Interview FAQs

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

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

  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

Recently Viewed

JOBS

Genpact

jodhpur

No Jobs

JOBS

Infosys

Lead

63 jobs

SALARIES

Infosys

Lead

unlock blur L/yr

(167 salaries)

REVIEWS

Infosys

Lead

4.3

(8 reviews)

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Bajaj Finserv

No Interviews

INTERVIEWS

JSW Steel

No Interviews

INTERVIEWS

Tata Steel

No Interviews

INTERVIEWS

Reliance Capital

No Interviews

Tell us how to improve this page.

LTIMindtree SAP Abap Associate Consultant Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k 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