Upload Button Icon Add office photos
Engaged Employer

i

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

TCS Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 88k Reviews

Filter interviews by

TCS SAP Technical Lead Interview Questions and Answers

Updated 18 Jun 2024

TCS SAP Technical Lead Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the use of deep entity in Odata
  • Ans. 

    Deep entities in OData are used to represent complex data structures with nested properties.

    • Deep entities allow for modeling complex relationships between entities in OData services

    • They are used to represent hierarchical data structures with nested properties

    • Deep entities can be used to model parent-child relationships, such as a customer with multiple orders

  • Answered by AI
  • Q2. What are the types of search help
  • Ans. 

    Types of search help include elementary search help, collective search help, and collective search help with dynamic result rows.

    • Elementary search help is used for a single field input

    • Collective search help is used for multiple field inputs

    • Collective search help with dynamic result rows allows for dynamic addition of search result rows

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

(2 Questions)

  • Q1. What was my role in current project
  • Q2. Recent challenge faced and how it was mitigated
  • Ans. 

    Migrating legacy SAP system to S/4HANA

    • Identified key challenges in data migration process

    • Developed a detailed migration plan with timelines and milestones

    • Collaborated with cross-functional teams to ensure smooth transition

    • Implemented testing procedures to validate data accuracy post-migration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical round with Odata , ooAbap, cds, amdp and abap7.4

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Basic ABAP questions
  • Q2. Odata and CDS
Round 2 - Technical 

(2 Questions)

  • Q1. Client round- smartform and related questions
  • Q2. AMDP questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just went through 2 round of technical interview two times one from HCL and another from client.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Workex related questions
  • Q2. Case related to clients
Round 2 - Technical 

(1 Question)

  • Q1. Workex pointers from previous company
  • Ans. 

    Workex pointers from previous company

    • Highlight key projects you worked on

    • Discuss your role and responsibilities in those projects

    • Mention any challenges faced and how you overcame them

    • Talk about any innovative solutions you implemented

    • Share any positive feedback or recognition received

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are ABAP REPORTS
  • Q2. What are idocs
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Explain the technical part and Implementation project and Enchancements and abap core and tcode?
  • Ans. 

    Technical aspects of SAP ABAP development including implementation projects, enhancements, ABAP core, and transaction codes.

    • Implementation projects involve customizing SAP systems to meet specific business requirements.

    • Enhancements are modifications made to standard SAP programs to add new functionality.

    • ABAP core refers to the basic programming language used in SAP development.

    • Transaction codes are shortcuts to access ...

  • Answered by AI
  • Q2. What is the workflow and real time secanrio based question on abap?
  • Q3. Transapent and views and pool models ?
Round 2 - Technical 

(2 Questions)

  • Q1. Basics of abap tables and alv model?
  • Q2. Abap reports and program on employee? and tc codes on function modules and oops concepts also.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with full fuldge and keep on hands on experience and u will be able to crack it and self confidenece on you.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is flow of MM?
  • Ans. 

    The flow of MM in SAP involves procurement, inventory management, and invoice verification.

    • Procurement process involves creating purchase requisitions, purchase orders, and goods receipt.

    • Inventory management includes goods issue, goods transfer, and physical inventory.

    • Invoice verification involves verifying vendor invoices and making payments.

    • Integration with other modules like SD and FI for seamless business processes

  • Answered by AI
  • Q2. How can u add new field in standard table apart from append structure
  • Ans. 

    You can add a new field in a standard table by using the enhancement framework provided by SAP.

    • Use the enhancement framework to add custom fields to standard tables

    • Create a custom include structure and add it to the standard table using the enhancement framework

    • Implement the necessary logic to populate and use the new field in your ABAP code

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is reports
  • Ans. 

    Reports in SAP ABAP are used to display data in a structured format based on user requirements.

    • Reports are used to extract data from the database and display it in a structured format.

    • They can be interactive or non-interactive.

    • Reports can be created using ABAP List Viewer (ALV) or classical reports.

    • They can include selection screens for user input.

    • Examples of reports include sales reports, inventory reports, and financ

  • Answered by AI
  • Q2. What Is data dictionary
  • Ans. 

    Data dictionary is a centralized repository of data definitions used in a database management system.

    • It stores metadata about the data, such as data types, field lengths, and relationships between tables.

    • It helps in maintaining data integrity and consistency across the database.

    • Developers can use data dictionary to create and modify database objects like tables, views, and indexes.

    • It simplifies data management tasks an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core ABAP programming questions
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
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Can we use commit in user exit

TCS Interview FAQs

How many rounds are there in TCS SAP Technical Lead interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are Technical and One-on-one Round.
What are the top questions asked in TCS SAP Technical Lead interview?

Some of the top questions asked at the TCS SAP Technical Lead interview -

  1. Recent challenge faced and how it was mitiga...read more
  2. What is the use of deep entity in Od...read more
  3. What are the types of search h...read more

Tell us how to improve this page.

TCS SAP Technical Lead Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

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
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
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TCS SAP Technical Lead Salary
based on 28 salaries
₹7.1 L/yr - ₹22.5 L/yr
8% less than the average SAP Technical Lead Salary in India
View more details
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.1k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.3k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
29.1k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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