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
3.8

based on 20k Reviews

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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(12 Questions)

  • Q1. What exact code to be written when there are two field in selection screen if one field is filled the display second field and in which event it need to be written.
  • Ans. 

    Use AT SELECTION-SCREEN OUTPUT event to display second field based on first field input.

    • Use AT SELECTION-SCREEN OUTPUT event to check if first field is filled.

    • If first field is filled, display the second field using the statement 'SET PF-STATUS'.

    • Example: AT SELECTION-SCREEN OUTPUT. IF sy-abcde = 'X'. SET PF-STATUS 'SECOND_FIELD'. ENDIF.

  • Answered by AI
  • Q2. Name the events in reporting and explain their uses?
  • Ans. 

    Events in reporting include initialization, start-of-selection, end-of-selection, top-of-page, end-of-page, and top-of-logical-page.

    • Initialization event is used to initialize variables and set initial values.

    • Start-of-selection event is used to fetch data from the database and perform calculations.

    • End-of-selection event is used to display the final output of the report.

    • Top-of-page event is used to display headers at the...

  • Answered by AI
  • Q3. While creating BADI implementation, what will get created Class method or interface explain? steps to implement BADI . name the BADI you have implemented.
  • Ans. 

    When creating BADI implementation, a class method is created. Steps include creating a class implementing the BADI interface and implementing the required methods.

    • Create a class implementing the BADI interface

    • Implement the required methods in the class

    • Activate the BADI implementation in the system

  • Answered by AI
  • Q4. What is CDS view, step to create, how CDS views can be used to display ALV ?
  • Ans. 

    CDS view is a virtual database table in SAP ABAP used for defining complex views. It can be used to display ALV.

    • CDS view is defined using ABAP Development Tools (ADT) in Eclipse.

    • Steps to create CDS view: Define view, define associations, define annotations.

    • CDS views can be used to display ALV by creating a custom ALV grid using the CDS view as the data source.

  • Answered by AI
  • Q5. Suppose TMG is generated and you have added one field and that field is not reflecting what will you do? and name the TMG events.
  • Ans. 

    If a field added to a TMG is not reflecting, check if the field is properly defined in the TMG structure and events are triggered correctly.

    • Check if the field is properly added to the TMG structure using SE11 or SE54.

    • Ensure that the events like INITIALIZATION, AT SELECTION-SCREEN, AT SELECTION-SCREEN OUTPUT, etc., are triggered correctly.

    • Debug the TMG program to see if the field value is being populated and displayed a

  • Answered by AI
  • Q6. Difference between Class and interface and Why oops ABAP is preferred?
  • Ans. 

    Classes are blueprints for objects with attributes and methods, while interfaces define a contract for classes to implement. ABAP is preferred for OOP due to its robustness and flexibility.

    • Classes are used to create objects with attributes and methods, while interfaces define a contract for classes to implement.

    • Classes can be instantiated to create objects, while interfaces cannot be instantiated.

    • ABAP is preferred for ...

  • Answered by AI
  • Q7. How will you integrate S/4 Hana and SAP Ariba? What are the way you can?
  • Ans. 

    Integrating S/4 Hana and SAP Ariba involves using SAP Cloud Platform Integration and SAP Ariba Network.

    • Use SAP Cloud Platform Integration to connect S/4 Hana and SAP Ariba

    • Leverage SAP Ariba Network for seamless integration and collaboration

    • Utilize standard integration content provided by SAP for faster implementation

    • Customize integration based on specific business requirements

    • Ensure data consistency and security during

  • Answered by AI
  • Q8. What is IDoc? what are the steps use to create field segment in IDOC? suppose you encountered how will you reprocess?
  • Ans. 

    IDoc is a data container used to exchange information between SAP systems or between an SAP system and an external system.

    • IDoc stands for Intermediate Document.

    • To create a field segment in IDoc, you need to define the segment structure in the IDoc definition using transaction WE31.

    • For reprocessing, you can use transaction BD87 to reprocess IDocs that have failed during processing.

  • Answered by AI
  • Q9. How may types of Transport request are there in SAP? which will be created during report creation? How SO10 objects are transported?
  • Ans. 

    There are three types of transport requests in SAP: Workbench request, Customizing request, and Transport of Copies.

    • Workbench request is created for ABAP development objects like programs, function modules, etc.

    • Customizing request is created for customizing objects like table entries, screen modifications, etc.

    • Transport of Copies request is created for transporting copies of objects from one system to another.

    • SO10 obje...

  • Answered by AI
  • Q10. How will you load image in Adobe form? How will you convert and Adobe form into Spanish or any other language?
  • Ans. 

    To load an image in Adobe form, use the 'Graphic' UI element. To convert an Adobe form into another language, use translation tools like SE63.

    • To load an image in Adobe form, use the 'Graphic' UI element and specify the image path.

    • For language conversion, use translation tools like SE63 to translate the text elements of the form into the desired language.

    • Make sure to maintain language-specific text elements for differen

  • Answered by AI
  • Q11. How to make any parameter or field mandatory? Ans: Obligatory
  • Ans. 

    Use the 'Obligatory' keyword to make a parameter or field mandatory in SAP ABAP.

    • Add 'Obligatory' keyword in the parameter declaration to make it mandatory

    • If the mandatory parameter is not filled, an error message will be displayed

    • Example: DATA lv_name TYPE string OBLIGATORY.

  • Answered by AI
  • Q12. Have you worked on indexes, i.e. , secondary indexes, how will you fetch value using secondary index in select query?
  • Ans. 

    Yes, I have worked on secondary indexes in SAP ABAP.

    • Secondary indexes are created to improve the performance of select queries by allowing faster access to data.

    • To fetch values using a secondary index in a select query, you can use the addition 'USING INDEX' followed by the name of the secondary index.

    • For example, SELECT * FROM table_name USING INDEX index_name WHERE condition.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No response after interview have given 80% correct. I have added Ariba as well i am not adding Ariba question. Prepare deep for the interview.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me the address of previous company. I mostly worked from home so did not remember the exact address. Reply: Then you have not worked .
  • Q2. I don't feel that you are confident anyhow tell me the tcode for material extend.
  • Q3. Tell me errors in material extend
  • Ans. 

    Errors in material extend can include incorrect data entry, missing information, duplicate entries, and system errors.

    • Incorrect data entry such as wrong material number or description

    • Missing information like unit of measure or pricing details

    • Duplicate entries for the same material

    • System errors causing inconsistencies in material extend data

  • Answered by AI
  • Q4. List tables name
  • Q5. You take time to answer so seems like a fresher would do a better job

Interview Preparation Tips

Interview preparation tips for other job seekers - I had SAP MM walk interview. Please at least train experienced personnel how to take interviews.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Abap hana concept
  • Q2. While migration from ecc to hana what steps to be carried out
  • Ans. 

    Steps for migration from ECC to HANA include data migration, code adaptation, testing, and training.

    • Perform system assessment to identify customizations and modifications

    • Convert ABAP code to be compatible with HANA database

    • Migrate data using tools like SAP LT Replication Server

    • Perform thorough testing to ensure data integrity and performance

    • Provide training to users on new HANA features and functionalities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pros: it's was like walk in and technical went good and all process status updates on same day
Cons didn't get selected

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain P2P Process
  • Ans. 

    P2P Process is Procure to Pay process which involves purchasing goods or services from a vendor and making payment for them.

    • P2P process starts with creating a purchase requisition based on the need for goods or services.

    • Next step is to create a purchase order to specify the details of the purchase, such as quantity, price, and delivery date.

    • Goods or services are received from the vendor and the receipt is recorded in t...

  • Answered by AI
  • Q2. Types of Invoice Posting
  • Ans. 

    Types of invoice posting include standard invoice, credit memo, and subsequent debit.

    • Standard invoice: Regular invoice for goods or services received.

    • Credit memo: Document issued to reduce the amount owed by a customer.

    • Subsequent debit: Additional charges added to an invoice after it has been posted.

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

(2 Questions)

  • Q1. Basics of SAP MM
  • Q2. Inventory Management
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to Join IBM
  • Q2. Strengths and weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
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 Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. All the question are from your resume. Question will ask in a tricky way. Need to prepare as per resume only.
  • Q2. Describe your self
  • Q3. Explain subcon process
  • Ans. 

    Subcon process refers to subcontracting process where a company outsources part of its manufacturing process to a third-party vendor.

    • Subcon process involves sending raw materials to a subcontractor for processing or assembly.

    • The subcontractor then returns the finished goods to the company.

    • The company pays the subcontractor for the services rendered.

    • Subcon process helps companies focus on core competencies and reduce co...

  • Answered by AI
  • Q4. Inventory question
  • Q5. Standard transactions

Interview Preparation Tips

Interview preparation tips for other job seekers - Without preparation don't go for an interview. Always be prepared at any point of time interview will schedule.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Define Physical inventory
  • Ans. 

    Physical inventory is the process of counting and verifying the actual quantity of goods in stock.

    • Physical inventory involves physically counting and inspecting the items in a warehouse or storage location.

    • It helps in identifying any discrepancies between the actual stock and the recorded stock in the system.

    • The process may include using barcode scanners, RFID technology, or manual counting methods.

    • Physical inventory i...

  • Answered by AI
  • Q2. Explain STO process
  • Ans. 

    STO process is a method used in SAP MM to transfer stock between different plants within the same company code.

    • STO stands for Stock Transport Order.

    • It involves creating a purchase order in the supplying plant and a corresponding sales order in the receiving plant.

    • The goods are then transferred from the supplying plant to the receiving plant using the delivery process.

    • The receiving plant receives the goods and posts the...

  • Answered by AI
  • Q3. Have you worked on any interfaces ?
  • Ans. 

    Yes, I have worked on interfaces in my role as an SAP MM Consultant.

    • I have experience in integrating SAP MM with other modules like SAP SD and SAP FI.

    • I have worked on setting up and configuring IDocs for data exchange between SAP systems.

    • I have also worked on integrating SAP MM with external systems using technologies like EDI and XML.

    • I have experience in mapping and transforming data between different systems.

    • I have w...

  • Answered by AI

Skills evaluated in this interview

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 2023. 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 - Coding Test 

My profile was shortlisted through Naukri and then received a call from HR asking whether I was interested. Once I confirmed my availability for the role, they sent a test link on that day itself. The test was taken on the same day I received the call, as I received 5 calls from Accenture asking for the progress of the test within 5 hours. The coding round had MCQ questions mostly based on core ABAP, and then HANA with a difficulty range between moderate and difficult. I assume that the test is not a qualifying round in nature.

Round 3 - Technical 

(1 Question)

  • Q1. The technical interview was the worst interview I ever had! I joined the interview link 15 minutes before the interview. The interviewer joined just 4 or 5 minutes before (4.25 PM) the actual interview sch...

Interview Preparation Tips

Topics to prepare for Accenture SAP Abap Developer interview:
  • Smartforms
  • Modification
  • Abap Objects
  • WebDynPro ABAP
Interview preparation tips for other job seekers - They'll ask for all the documents to be uploaded before scheduling an interview and make us agree to their terms and conditions saying they have the right to use it for their business purposes. This process should be after the interview only if you're selected. Once rejected, then the way the HR team ghosts you is unbelievable! These same people were calling me 5 to 6 times every day, asking me to complete the test and schedule an interview ASAP since the project requirement was urgent. I was getting numerous WhatsApp messages and emails for each step, but they couldn't even send a single rejection mail properly. I will never try for a job in this organization as they're clearly taking advantage of the needy helpless job seekers with their corporate attitude.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic ABAP related questions
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Ptp process otc process

Interview Preparation Tips

Interview preparation tips for other job seekers - managerial round is also complete technical

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.

People are getting interviews through

based on 1 LTIMindtree interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 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.2k salaries
unlock blur

₹4.7 L/yr - ₹18.5 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹37 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

3.7
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