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 86.7k Reviews

Filter interviews by

TCS SAP Abap Consultant Interview Questions, Process, and Tips

Updated 28 Nov 2024

Top TCS SAP Abap Consultant Interview Questions and Answers

View all 13 questions

TCS SAP Abap Consultant Interview Experiences

13 interviews found

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Parallel cursor
  • Q2. Enhancement point vs enhancement section
  • Ans. 

    Enhancement point is a specific point in a program where enhancements can be added, while enhancement section is a predefined section where enhancements can be added.

    • Enhancement point is a specific location in a program where custom enhancements can be added.

    • Enhancement section is a predefined section in a program where custom enhancements can be added.

    • Enhancement point allows for more flexibility in adding enhancement...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to switch
  • Ans. 

    I want to switch to explore new opportunities and challenges in the SAP Abap field.

    • Seeking career growth and development

    • Interested in working with new technologies and tools

    • Looking for a change in work environment or company culture

  • Answered by AI

SAP Abap Consultant Interview Questions & Answers

user image Aarti Bhingole

posted on 22 Aug 2024

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

(1 Question)

  • Q1. Can you create table dynamically?
  • Ans. 

    Yes, tables can be created dynamically in SAP ABAP using the CREATE DATA statement.

    • Use the CREATE DATA statement to dynamically create a data object of type 'TABLE'.

    • Specify the table type and structure during runtime.

    • Populate the dynamically created table using standard table operations.

    • Example: CREATE DATA lt_dynamic_table TYPE TABLE OF sflight.

    • Example: INSERT INTO TABLE @lt_dynamic_table VALUES @ls_flight.

    • Example: LO...

  • Answered by AI

Skills evaluated in this interview

SAP Abap Consultant Interview Questions Asked at Other Companies

Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se ... read more
Q2. 10. Why we write IF GT_VBAK IS INITIAL statement in for all entri ... read more
Q3. 3.what is difference between include & append structure
Q4. 16. What if we don't write start of selection event
Q5. 22. How many pages can be added within Interactive report

SAP Abap Consultant Interview Questions & Answers

user image YAMPATI NAGENDRA KAPIL REVANTH

posted on 28 Nov 2024

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

Project based scenario questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOPS CONCEPT, EXITS and SMARTFORM

TCS interview questions for designations

 SAP Abap

 (2)

 Senior SAP Abap Consultant

 (1)

 SAP Abap Technical Consultant

 (1)

 SAP Abap Developer

 (6)

 Senior Abap Consultant

 (1)

 SAP Consultant

 (8)

 SAP MM Consultant

 (16)

 SAP Fico Consultant

 (16)

SAP Abap Consultant Interview Questions & Answers

user image Rohini Bachute

posted on 11 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to idoc , workflow , alv

Get interview-ready with Top TCS Interview Questions

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

I applied via Naukri.com and was interviewed in Nov 2022. There were 4 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 - HR 

(1 Question)

  • Q1. Basic introduction
Round 3 - Technical 

(3 Questions)

  • Q1. ALV and OOALV questions and explanations and differences. BDC, types of BDC, Q file and default methods. Events and explain events in detail. TMG, parallel cursor, subroutine and macros. How to Debugging, ...
  • Q2. Explain the projects you worked and currently working in current company. (Explain briefly) and project related questions
  • Q3. Why are you switching your current company?
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give all positive answers don't gibe negative ans about anything

SAP Abap Consultant Jobs at TCS

View all

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is switch framework ?
  • Ans. 

    Switch framework is a feature in SAP ABAP that allows for dynamic selection of code blocks based on a given condition.

    • Switch framework is used to simplify complex decision-making processes in ABAP programming.

    • It allows for the execution of different code blocks based on the value of a variable or expression.

    • The switch statement is used to define multiple cases, each representing a different code block to be executed.

    • Th...

  • Answered by AI
  • Q2. An alternative for For all entries in Select query?
  • Ans. 

    Alternative for For all entries in Select query

    • Inner join

    • Subquery

    • Using IN operator

    • Using EXISTS operator

  • Answered by AI
  • Q3. What are the events of report?
  • Ans. 

    Events in SAP ABAP reports are predefined points in the program where specific actions can be triggered.

    • Events are used to control the flow of execution in a report program.

    • There are four types of events in SAP ABAP reports: initialization, start-of-selection, end-of-selection, and top-of-page.

    • Initialization event is used to initialize variables and perform other setup tasks.

    • Start-of-selection event is triggered when t...

  • Answered by AI
  • Q4. Can we single use badi for multiple implementations
  • Ans. 

    Yes, a single BAdI can have multiple implementations.

    • A BAdI (Business Add-In) is a mechanism in SAP ABAP that allows you to add custom functionality to standard SAP programs.

    • A BAdI can have multiple implementations, which are separate pieces of code that enhance or modify the behavior of the standard program.

    • Each implementation is assigned a unique filter value, which determines when it is called during program executi...

  • Answered by AI
  • Q5. What are the steps to add fields in XML forms
  • Ans. 

    To add fields in XML forms, follow these steps.

    • Open the XML form in the design view

    • Select the field where you want to add a new field

    • Right-click and select 'Insert Field'

    • Enter the field name and data type

    • Save the form

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in yourself and listen the interviewer

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Direct tcs page and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There is structured questions to write

Round 2 - Technical 

(2 Questions)

  • Q1. What is java and why it was usable
  • Ans. 

    Java is a popular programming language known for its portability, security, and versatility.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is known for its strong security features, such as automatic memory management and built-in exception handling

    • Java is versatile, used for developing a wide range of applications from web and mobile apps to enterprise systems

    • Popular...

  • Answered by AI
  • Q2. What are the oops
  • Ans. 

    Object-oriented programming concepts in ABAP

    • Encapsulation - bundling data and methods together

    • Inheritance - creating new classes based on existing ones

    • Polymorphism - ability to use a single interface for multiple data types

    • Abstraction - hiding implementation details

    • Example: Creating classes, objects, methods, inheritance hierarchy

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your native
  • Ans. 

    I am originally from a small town in the Midwest.

    • I grew up in a close-knit community surrounded by farmland.

    • My hometown has a population of around 5,000 people.

    • I have fond memories of attending local fairs and festivals with my family.

    • The sense of community in my hometown has had a lasting impact on me.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and attended the interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. What is object lock
  • Ans. 

    Object lock is a mechanism used to prevent multiple users from changing the same object simultaneously.

    • Object lock is used in SAP systems to prevent conflicts when multiple users are trying to edit the same object.

    • It ensures that only one user can make changes to an object at a time, preventing data inconsistencies.

    • Object lock can be set manually by a user or automatically by the system when editing an object.

    • Examples ...

  • Answered by AI
  • Q2. Types of windows in smartform?
  • Ans. 

    Types of windows in smartform include main window, secondary window, and floating window.

    • Main window: Primary content area of the smartform, typically contains the main body of the form.

    • Secondary window: Additional content area that can be included in the smartform, such as headers, footers, or sidebars.

    • Floating window: A window that can be positioned anywhere on the page, independent of the main or secondary windows.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Exits,oops,cds view,amdp
  • Q2. Mm ,sd, module pool,tables,ddic

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and prepare the basics well in advance.Most questions are asked from basics

TCS Interview FAQs

How many rounds are there in TCS SAP Abap Consultant interview?
TCS interview process usually has 1-2 rounds. The most common rounds in the TCS interview process are Technical, HR and Resume Shortlist.
How to prepare for TCS SAP Abap 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 TCS. The most common topics and skills that interviewers at TCS expect are SAP ABAP, OO ABAP, ABAP, Sap Hana and ABAP on HANA.
What are the top questions asked in TCS SAP Abap Consultant interview?

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

  1. Can we single use badi for multiple implementati...read more
  2. An alternative for For all entries in Select que...read more
  3. What are the steps to add fields in XML fo...read more

Tell us how to improve this page.

TCS SAP Abap Consultant Interview Process

based on 13 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
TCS SAP Abap Consultant Salary
based on 976 salaries
₹2.5 L/yr - ₹11.3 L/yr
23% less than the average SAP Abap Consultant Salary in India
View more details

TCS SAP Abap Consultant Reviews and Ratings

based on 56 reviews

3.9/5

Rating in categories

3.5

Skill development

4.3

Work-life balance

2.8

Salary

4.6

Job security

3.9

Company culture

2.7

Promotions

3.6

Work satisfaction

Explore 56 Reviews and Ratings
Sap Abap Consultant

Pune

5-10 Yrs

Not Disclosed

Tcs Hiring For SAP ABAP Consultant on 25 Jan'25

Bhubaneswar,

Pune

+1

5-10 Yrs

Not Disclosed

Sap Abap Consultant

Gandhinagar,

Ahmedabad

5-10 Yrs

Not Disclosed

Explore more jobs
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.5k 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.9k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
29k 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.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview