Upload Button Icon Add office photos

LMTEQ

Compare button icon Compare button icon Compare

Filter interviews by

LMTEQ SAP Abap Technical Consultant Interview Questions and Answers

Updated 20 Jul 2021

LMTEQ SAP Abap Technical Consultant Interview Experiences

1 interview found

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

Interview Questionnaire 

1 Question

  • Q1. How big is the client base of the company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to prepare for a practical assessment as well.
It's better to have hands-on experience with crucial coding skills.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Sap ABAP , like data dictionary,oops,reports,data migration,forms

Round 2 - HR 

(3 Questions)

  • Q1. About my introduction and sap ABAP SKILLS
  • Q2. About my introduction
  • Q3. About my sab ABAP SKILLS
Round 3 - Technical 

(1 Question)

  • Q1. Sap ABAP technical round
Round 4 - Assignment 

About my projects and sap ABAP projects

Round 5 - Coding Test 

Coding about sap abap programming

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Medium to simple questions about technical accomplishments and leadership qualities

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(13 Questions)

  • Q1. What is wide casting and Narrow casting
  • Ans. Wide Casting : This concept will be used when super class is Inherited and redefined by Sub class. Supposes Sub class has one inherited method(x) from the super class and one new method(y). If sub class reference is assigned to super class then it will be called as Wide casting(super class = sub class ), Since super class is pointing to more objects. Remember vice versa is not a narrow casting(Sub class = super class) ...
  • Answered Anonymously
  • Q2. How to display multiple screen in one layout
  • Ans. 

    To display multiple screens in one layout, use the SAP Screen Painter tool and create a custom screen with multiple subscreens.

    • Create a custom screen using the SAP Screen Painter tool

    • Add multiple subscreens to the custom screen

    • Define the layout of each subscreen using the Screen Painter

    • Use the PBO (Process Before Output) module to display the subscreens in the desired layout

    • Use the PAI (Process After Input) module to h

  • Answered by AI
  • Q3. What is the use of constructor? When it will be called
  • Ans. 

    Constructor is used to initialize an object. It is called when an object is created.

    • Constructor is a special method with the same name as the class.

    • It is used to initialize the instance variables of a class.

    • It is called automatically when an object is created using the new keyword.

    • Constructors can be overloaded to provide different ways of initializing objects.

    • Example: public class Employee { public Employee() { // con

  • Answered by AI
  • Q4. What is enhancement framework? Difference between customer exit and Badi
  • Ans. 

    Enhancement framework is a tool to modify standard SAP applications without changing the original code.

    • Enhancement framework provides a way to add custom code to standard SAP applications.

    • Customer exits are predefined hooks in the standard code that allow custom code to be added.

    • Badis are similar to customer exits but provide more flexibility and can be implemented multiple times.

    • Enhancement framework is used to avoid ...

  • Answered by AI
  • Q5. What is abstract class. Difference between abstract class and Interface
  • Ans. 

    Abstract class is a class that cannot be instantiated. Interface is a collection of abstract methods.

    • Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have instance variables, while interface cannot.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Example of abstract class: Animal (cannot be instantiat...

  • Answered by AI
  • Q6. What is Singleton class. What is the use of singleton class
  • Ans. 

    Singleton class is a class that can only have one instance at a time.

    • It is used to ensure that there is only one instance of a class in the system.

    • It is often used in situations where a single object needs to coordinate actions across the system.

    • Example: Database connection class, logger class, configuration class.

    • It can be implemented using private constructors, static methods, and static variables.

  • Answered by AI
  • Q7. What is the annotation used to display text element in cds
  • Ans. 

    The annotation used to display text element in CDS is @Semantics.text

    • The @Semantics.text annotation is used to display text elements in CDS views

    • It is used in combination with the element name and the label for the text

    • Example: @Semantics.text.label: 'Product Description';

    • The label can be customized to display any desired text

  • Answered by AI
  • Q8. What is VDM module in CDS
  • Ans. 

    VDM module in CDS is a virtual data model that provides a semantic layer on top of the underlying database tables.

    • VDM stands for Virtual Data Model.

    • It is used in SAP ABAP CDS (Core Data Services) to define the structure and behavior of data models.

    • VDM provides a semantic layer that abstracts the complexity of the underlying database tables.

    • It allows developers to define entities, associations, and annotations to repres...

  • Answered by AI
  • Q9. How to publish Odata service by consumption view
  • Ans. 

    To publish Odata service by consumption view, create a consumption view and expose it as an Odata service.

    • Create a consumption view using SE11 transaction

    • Activate the view and generate the runtime object

    • Create an Odata service using SEGW transaction

    • Add the consumption view to the Odata service

    • Activate and publish the Odata service

  • Answered by AI
  • Q10. What is table function in cds. Practical example when it was used
  • Ans. 

    Table function in CDS is a reusable database function that can be used to define complex logic and calculations.

    • Table function is defined in CDS (Core Data Services) using the @EndUserFunction annotation.

    • It allows you to define complex logic and calculations that can be used in CDS views or ABAP programs.

    • Table functions can have input parameters and return a table of data as the result.

    • They can be used to perform data ...

  • Answered by AI
  • Q11. Which method will be called in backend to handle the deep entity call?
  • Ans. 

    The method called in backend to handle deep entity call is GET_DEEP_ENTITY.

    • GET_DEEP_ENTITY method is used to retrieve a deep entity from the backend system.

    • It is used to retrieve a single entity with its related entities in one request.

    • It is called when a deep entity is requested in OData service.

    • It is used to retrieve data from multiple tables in one request.

  • Answered by AI
  • Q12. What is partner profile in Idocs? Steps to create custom Idoc.
  • Ans. 

    Partner profile in Idocs is used to define communication partners and their settings.

    • Partner profile contains information about the communication partner such as their ID, address, and communication protocol

    • Partner profile is used to determine the outbound and inbound processing of Idocs

    • To create a custom Idoc, define the segments and fields using WE31 transaction

    • Create a message type using WE81 transaction and link it...

  • Answered by AI
  • Q13. What is search help exit
  • Ans. 

    Search help exit is a user-defined ABAP routine that is used to modify the search help behavior.

    • Search help exit is used to customize the search help functionality in SAP.

    • It allows developers to modify the search help behavior by adding additional checks or filters.

    • Search help exit is implemented as a user-defined ABAP routine that is called during the search help process.

    • It can be used to restrict the search results o...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS SAP Abap Technical Consultant interview:
  • OO ABAP
  • ODATA
  • CORE ABAP
  • Cds
  • Interfaces
Interview preparation tips for other job seekers - Prepare Resume carefully. Abap is very big language having many areas .If you are writing that you have experience in some skill suppose(OData) then you are indirectly challenging the interviewer that you know everything in this area. So if you have little knowledge then say you have knowledge of this skill, Don't try to learn theory of any object and put it in resume because the interviewer will ask the real time scenarios. So whatever you are writing be confident in that. In 1 hour of interview nobody can judge you completely, Only thing he will see that whether he can take risk on you or not.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RICEF, ODATA basic CDS View questions.
  • Q2. Integration techniques like IDOCs, We services, RFC's etc
Round 2 - Behavioral 

(1 Question)

  • Q1. Project details, Expertise in which area and team handling related areas.

Interview Preparation Tips

Topics to prepare for HCLTech SAP Abap Technical Consultant interview:
  • RICEF
  • Cds
  • ODATA
  • Integration
Interview preparation tips for other job seekers - Prepare basic Questions well in RICEF.
Other Topics to be covered are IDOCs, basic questions of ODATA and CDS Views.
Also when you give your Introduction try to cover the topic which you are good at so that Interview questions starts from there itself.

I applied via LinkedIn and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. ABAP on HANA based CDS, AMDP and ODATA.

Interview Preparation Tips

Interview preparation tips for other job seekers - Job description says Core ABAP and interviewer ask about ABAP on HANA and ODATA expert.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is idocs and bapi
  • Ans. 

    IDocs are data containers used for exchanging data between SAP systems, while BAPIs are standardized interfaces for accessing SAP functions.

    • IDocs (Intermediate Documents) are used for exchanging data between SAP systems or between SAP and non-SAP systems.

    • IDocs contain data in a structured format and are used for communication in a distributed environment.

    • BAPIs (Business Application Programming Interfaces) are standardi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is cycle counting in inventory management
  • Ans. 

    Cycle counting is a method of inventory management where a small subset of inventory is counted on a continuous basis.

    • It involves counting a small portion of inventory regularly instead of doing a full physical inventory count all at once.

    • Helps in identifying and correcting discrepancies in inventory records more frequently.

    • Improves inventory accuracy and reduces the need for large-scale physical counts.

    • Commonly used i...

  • Answered by AI

I applied via Wipro Carrers and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I'm a Sr Consultant with 9 + Year of Experience so questions were more on scenario specific and were on projects i have mentioned in my profile
  • Q2. Questions were on Enhancements, BADI's & User Exits
  • Q3. Questions were asked on Upgrade activities which i've done (i.e SPAU , SPDD & SPAU_ENH)

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure you can explain details mentioned in you profile with actual business scenario which will change Interviewers view towards you.

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. Difference between session method and call transaction
  • Ans. 

    Session method and call transaction are two different ways of executing SAP transactions.

    • Session method executes a transaction in the same session as the calling program.

    • Call transaction executes a transaction in a separate session.

    • Session method is faster and more efficient as it does not require opening a new session.

    • Call transaction is useful when the transaction being executed has its own set of screens and require...

  • Answered by AI
  • Q2. Field symbol in ABAP
  • Ans. 

    Field symbol is a pointer to a field in ABAP.

    • Field symbol is used to access data dynamically.

    • It can be used to avoid copying large amounts of data.

    • It can be used to access data in internal tables and structures.

    • Example: ASSIGN statement assigns a field symbol to a field.

    • Example: LOOP AT statement uses a field symbol to access data in internal tables.

  • Answered by AI
  • Q3. Fir all entries
  • Q4. Implicit and explicit enhancement
  • Ans. 

    Implicit and explicit enhancements in SAP ABAP

    • Implicit enhancements are modifications made to standard SAP code without changing the original code

    • Explicit enhancements are modifications made to standard SAP code by adding new code to the original code

    • Implicit enhancements are done using function modules, while explicit enhancements are done using enhancement points

    • Implicit enhancements are not visible in the standard S...

  • Answered by AI
  • Q5. Bapis extension and bapi
  • Q6. RFC how to trigger an RFC
  • Ans. 

    To trigger an RFC, use the function module 'RFC_FUNCTION_CALL'.

    • Provide the RFC name and input parameters in the 'RFC_FUNCTION_CALL' function module.

    • Use the 'DESTINATION' parameter to specify the target system.

    • Call the function module using 'CALL FUNCTION'.

  • Answered by AI
  • Q7. Pass by value pass by reference
  • Q8. What is interface
  • Ans. 

    An interface is a contract between two systems or components that defines the methods and parameters that they will use to communicate with each other.

    • Interfaces allow for loose coupling between systems or components

    • They define a set of rules for communication

    • Interfaces can be used in programming languages like Java and C#

    • Examples of interfaces include JDBC for database connectivity and SOAP for web services

  • Answered by AI
  • Q9. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract methods that must be implemented by its subclasses.

    • Abstract classes can have non-abstract methods and properties.

    • An abstract class can be used to define a common interface for a group of related classes.

    • Example: 'Animal' can be an abstract class with abstract methods like 'eat' and ...

  • Answered by AI
  • Q10. Singleton pattern in oo ABAP
  • Ans. 

    Singleton pattern is a design pattern that restricts the instantiation of a class to one object.

    • Singleton pattern ensures that only one instance of a class is created and provides a global point of access to it.

    • It is useful when exactly one object is needed to coordinate actions across the system.

    • In ABAP, singleton pattern can be implemented using static attributes and methods.

    • Example: class CL_SING_ABAP implementing s...

  • Answered by AI
  • Q11. Multiple inheritance in oo abap
  • Ans. 

    Multiple inheritance allows a class to inherit from multiple superclasses in OO ABAP.

    • Multiple inheritance can be achieved using interfaces.

    • A class can implement multiple interfaces.

    • A class can inherit from one superclass and implement multiple interfaces.

    • Example: Class ZCL_MYCLASS extends ZCL_SUPERCLASS implements ZIF_INTERFACE1, ZIF_INTERFACE2.

    • Diamond problem can occur in multiple inheritance.

    • To avoid diamond problem,...

  • Answered by AI
  • Q12. How to find badis, different between user exit and customer exit
  • Ans. 

    Badis can be found using transaction code SE18. User exits are older and customer exits are newer enhancements in SAP.

    • Badis can be found using transaction code SE18.

    • User exits are older enhancements in SAP.

    • Customer exits are newer enhancements in SAP.

    • Badis provide a more flexible and object-oriented approach compared to user exits and customer exits.

    • Badis can be implemented multiple times, while user exits and customer...

  • Answered by AI
  • Q13. How to enhance standard table
  • Ans. 

    To enhance a standard table in SAP ABAP, use append structures or custom fields.

    • Create an append structure to add fields to the standard table without modifying it directly.

    • Use custom fields to add new fields to the table.

    • Enhance the table using the Enhancement Framework.

    • Use BAdIs (Business Add-Ins) to add custom logic to the standard table.

    • Examples: Append structure for MARA table to add custom fields for material mas...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was somewhat tough about 40min asked about the project worked and basics

Skills evaluated in this interview

LMTEQ Interview FAQs

How to prepare for LMTEQ SAP Abap Technical 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 LMTEQ. The most common topics and skills that interviewers at LMTEQ expect are SAP ABAP, OOPS, WebDynPro, Bapi and IDOC.

Tell us how to improve this page.

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.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k 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
View all
Talent Acquisition Specialist
5 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Key Account Manager
3 salaries
unlock blur

₹8.5 L/yr - ₹10 L/yr

Explore more salaries
Compare LMTEQ with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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