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

Filter interviews by

Clear (1)

TCS SAP Abap Technical Consultant Interview Questions, Process, and Tips

Updated 3 Mar 2022

TCS SAP Abap Technical Consultant Interview Experiences

1 interview found

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 questions from similar companies

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Digital commerce related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Common understanding of user experience and digital commerce capabilities

I applied via Campus Placement and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. I was asked to brief about resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be completely clear on the details on your resume

I was interviewed in Mar 2017.

Interview Questionnaire 

1 Question

  • Q1. Brief yourself from your personal to professional advancement.
  • Ans. 

    I have continuously strived for personal and professional growth, from pursuing higher education to gaining valuable work experience.

    • Completed Bachelor's degree in Business Administration

    • Obtained Master's degree in Marketing

    • Interned at a leading marketing firm

    • Secured a full-time position as a Marketing Specialist

    • Currently pursuing certifications in digital marketing

  • Answered by AI

Interview Preparation Tips

Skills: Communication And Confidence, Technical Skill And Speaking Skill

I applied via Campus Placement and was interviewed before Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. General consulting questions were asked to assess consulting prowess
  • Q2. Questions were asked directly from the CV related to my past work experience
  • Q3. Role fitment was assessed here
  • Q4. This was a simple interview and I was assessed as to whether I will fit into the company culture
  • Q5. Questions pertaining to the company culture was asked

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume was shortlisted based on academic qualification and past relevant industry experience

General Tips: Do a self assessment for the role and the company. The interview will be straight forward. Do not bluff on the CV as most questions are asked from the CV
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Decision Making Skills
Duration: <1 week
College Name: Goa Institute of Management

I was interviewed in Nov 2016.

Interview Questionnaire 

7 Questions

  • Q1. Tell us about yourself
  • Ans. 

    I am a highly motivated and detail-oriented individual with a strong background in consulting.

    • I have a Bachelor's degree in Business Administration from XYZ University.

    • I have completed internships at ABC Consulting and gained experience in market research and data analysis.

    • I am proficient in various consulting tools and software, such as Excel, PowerPoint, and Tableau.

    • I have excellent communication and problem-solving ...

  • Answered by AI
  • Q2. Why should we select you?
  • Ans. 

    I have a strong background in consulting and a proven track record of delivering results.

    • Extensive experience in consulting industry

    • Proven track record of delivering successful projects

    • Strong analytical and problem-solving skills

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q3. Why Infosys?
  • Ans. 

    Infosys is a global leader in technology services and consulting, known for its innovative solutions and commitment to excellence.

    • Infosys has a strong reputation for delivering high-quality services to clients worldwide

    • The company offers a wide range of opportunities for professional growth and development

    • Infosys values diversity and inclusion, creating a supportive work environment for employees

    • The company's focus on ...

  • Answered by AI
  • Q4. 2 strengths and weaknesses each
  • Ans. 

    Strengths: Analytical thinking, strong communication. Weaknesses: Impatience, perfectionism.

    • Strengths: Analytical thinking - able to break down complex problems into manageable parts.

    • Strengths: Strong communication - able to effectively convey ideas and information to others.

    • Weaknesses: Impatience - tendency to rush through tasks without paying attention to details.

    • Weaknesses: Perfectionism - difficulty in accepting an

  • Answered by AI
  • Q5. Why did you choose to do an MBA in marketing?
  • Ans. 

    I chose to do an MBA in marketing because of my passion for understanding consumer behavior and creating effective marketing strategies.

    • I have always been interested in understanding why people make certain purchasing decisions and how marketing can influence those decisions.

    • I believe that marketing is a crucial aspect of any business and can make or break a company's success.

    • During my undergraduate studies, I took sev...

  • Answered by AI
  • Q6. 3 difficult times in professional/personal life you had to face and how you overcame the same?
  • Ans. 

    Overcoming difficult times in professional and personal life through resilience and determination.

    • Losing a job and facing financial instability - took up freelance work and actively searched for new opportunities.

    • Dealing with a family member's illness - sought support from loved ones and focused on caregiving while maintaining self-care.

    • Navigating a toxic work environment - set boundaries, sought guidance from mentors,...

  • Answered by AI
  • Q7. What is marketing?
  • Ans. 

    Marketing is the process of promoting and selling products or services to customers.

    • Identifying customer needs and wants

    • Developing products or services to meet those needs

    • Promoting and advertising the products or services

    • Selling the products or services to customers

    • Building and maintaining customer relationships

    • Analyzing market trends and competition

    • Adjusting strategies to meet changing market conditions

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Our entire batch was asked to upload resume and then a shortlist was given out within a week
Tips: Objective should be clear and crisp, educational qualifications can be presented in a tabular form, work experience, project details and achievements should be given from most recent to least recent

Round: Technical + HR Interview
Experience: The environment was relaxed. 2 interviewers were there. Both asked questions. It was not a stress interview and I was also given time to think and answer
Tips: Confidence is important while answering. It is important to be clear on basics before learning high funda things. The answers should not be very long and essay like.

I applied via Campus Placement and was interviewed before Oct 2020. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Easy interview- they ask about past experience and some accounting questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and fill only those things on your cv which you have know well

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

Interview Questionnaire 

1 Question

  • Q1. It was mostly directed towards my college course and specialization

Interview Preparation Tips

Interview preparation tips for other job seekers - If Infosys comes for campus hiring, they come with an intention of hiring you. So just give your interview confidently and you will be recruited.

I applied via Campus Placement and was interviewed before Nov 2020. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was easy and the questions were pertaining to my specialisation

I applied via Recruitment Consultant and was interviewed in Oct 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. MS DYNAMICS CRM Technical questions, Integration with other systems, UCI, Power Apps, Plugins execution pipeline, estimation technique, agile method

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good technical round of interview, prepare very well. All topics right from basics are asked.
Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

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

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

  1. How to display multiple screen in one lay...read more
  2. What is the use of constructor? When it will be cal...read more
  3. What is Singleton class. What is the use of singleton cl...read more

Recently Viewed

INTERVIEWS

Vodafone Idea

No Interviews

INTERVIEWS

Wipro

No Interviews

INTERVIEWS

Wipro

No Interviews

REVIEWS

Tata Motors

No Reviews

REVIEWS

Tata Motors

No Reviews

REVIEWS

Tata Motors

No Reviews

REVIEWS

Tata Motors

No Reviews

COMPANY BENEFITS

Tata Motors

No Benefits

INTERVIEWS

Wipro

No Interviews

INTERVIEWS

Vodafone Idea

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
TCS SAP Abap Technical Consultant Salary
based on 138 salaries
₹4 L/yr - ₹27.1 L/yr
49% more than the average SAP Abap Technical Consultant Salary in India
View more details

TCS SAP Abap Technical Consultant Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

2.6

Salary

4.1

Job security

3.3

Company culture

2.6

Promotions

3.3

Work satisfaction

Explore 6 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Analyst
66.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
29.5k salaries
unlock blur

₹0 L/yr - ₹0 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