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 AST Consultant Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top TCS AST Consultant Interview Questions and Answers

  • Q1. 1. What is the velocity trend? 2. Metrics used in scrum framework 3. Type of conflicts and how to resolve them 4. INVEST model used for the creation of user stories 5. Ex ...read more
  • Q2. What are the high availability concepts you have in your currect project
  • Q3. What is data sparsity and how to handle it ? How to avoid dollar tables creation in a loading in ODI
View all 105 questions

TCS AST Consultant Interview Experiences

173 interviews found

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. Technical realated questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Technical realated questions
Round 4 - HR 

(1 Question)

  • Q1. HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give your hundderd percentage

I applied via Recruitment Consulltant and was interviewed in Jan 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. About Automation testing like handling popup, parent and child windows, iterator, collections, array, how to come from child to parent window etc
  • Ans. 

    Handling popups, parent and child windows, iterators, collections, and arrays in automation testing.

    • Use switchTo() method to handle popups and windows.

    • Use getWindowHandles() method to get all window handles and switch between them.

    • Use for-each loop to iterate over collections and arrays.

    • Use parent() method to switch from child to parent window.

    • Example: driver.switchTo().window(windowHandle);

    • Example: for(String windowHa...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basics of testing terminology and scenario based questions
Round 4 - HR 

(1 Question)

  • Q1. This is regarding location and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confidential while answering the interviewer questions reply

AST Consultant Interview Questions Asked at Other Companies

asked in TCS
Q1. 1. What is the velocity trend? 2. Metrics used in scrum framework ... read more
asked in TCS
Q2. What are the high availability concepts you have in your currect ... read more
asked in TCS
Q3. What is data sparsity and how to handle it ? How to avoid dollar ... read more
asked in TCS
Q4. How to call two load plan in parallel ? And make it wait if neede ... read more
asked in TCS
Q5. BDD framework, How to pass input data into function using BDD, ho ... read more

I appeared for an interview in Jun 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java technical questions, with focus on java 8
Round 2 - Technical 

(1 Question)

  • Q1. Questions regarding spring and jpa

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics, Keep confidence in what u know and deny what u don't know upfront

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. Was interviewed for ETL ODI Developer with DB , SQL ,PL SQL Knowledge.
  • Q2. How load large file in ODI ?
  • Ans. 

    Large files can be loaded in ODI using various techniques such as partitioning, chunking, and parallel processing.

    • Use partitioning to divide the large file into smaller chunks and load them in parallel

    • Chunking involves breaking the large file into smaller pieces and loading them sequentially

    • Parallel processing can be used to load multiple chunks of the file simultaneously

    • ODI also supports external tables, which can be ...

  • Answered by AI
  • Q3. How to handle complex file in ODI ?
  • Ans. 

    Complex files in ODI can be handled by using various techniques.

    • Use ODI's built-in file handling capabilities

    • Use custom Java code to handle complex file formats

    • Use third-party tools like Apache Nifi or Talend to preprocess the files

    • Use ODI's knowledge modules to transform the data into a more manageable format

    • Use ODI's parallel processing capabilities to speed up the processing of large files

  • Answered by AI
  • Q4. How does consistent JKM works ?
  • Ans. 

    Consistent JKM ensures uniformity in the execution of tasks and processes.

    • JKM stands for Job Knowledge Management

    • Consistent JKM involves documenting and sharing best practices

    • It helps in reducing errors and improving efficiency

    • For example, a consistent JKM approach in software development would involve using the same coding standards and tools across the team

  • Answered by AI
  • Q5. What is direct path read and write in Oracle ? It's use case and pros and cons ?
  • Ans. 

    Direct path read and write is a method of reading and writing data in Oracle without using buffer cache.

    • Direct path read and write is faster than traditional read and write methods.

    • It is useful for large data sets that do not fit in buffer cache.

    • Direct path read and write bypasses buffer cache, reducing memory usage.

    • However, it can cause increased I/O and CPU usage.

    • Direct path write is commonly used for bulk inserts, w...

  • Answered by AI
  • Q6. How to call two load plan in parallel ? And make it wait if needed .
  • Ans. 

    To call two load plans in parallel and make them wait if needed, use a parallel step and a wait step.

    • Create a parallel step in the load plan

    • Add the two load plans as child steps to the parallel step

    • Create a wait step after the parallel step

    • Set the wait step to wait for completion of the parallel step

    • Adjust the wait time as needed

  • Answered by AI
  • Q7. ODI file wait - how does it work ?
  • Ans. 

    ODI file wait is a feature that allows ODI to wait for a file to be available before proceeding with the execution of a task.

    • ODI file wait is configured in the ODI topology manager

    • It can be used in scenarios where a file needs to be processed before continuing with the task

    • ODI file wait can be set to wait for a specific file name or a file pattern

    • It can also be configured to wait for a specific amount of time before ti...

  • Answered by AI
  • Q8. Pivot command in SQL ? Running total ?
  • Ans. 

    Pivot command in SQL is used to transform rows into columns. Running total is a cumulative sum of values.

    • Pivot command is used to aggregate data and display it in a more readable format

    • Running total is calculated by adding the current value to the previous total

    • Example of pivot command: SELECT * FROM table_name PIVOT (SUM(column_name) FOR pivot_column IN (value1, value2, value3))

    • Example of running total: SELECT column_...

  • Answered by AI
  • Q9. What is data sparsity and how to handle it ? How to avoid dollar tables creation in a loading in ODI
  • Ans. 

    Data sparsity refers to the situation where a large portion of data is missing or empty. To handle it, techniques like data imputation or interpolation can be used. Dollar tables can be avoided in ODI loading by using appropriate mappings and transformations.

    • Data sparsity occurs when there are missing or empty values in a dataset.

    • To handle data sparsity, techniques like data imputation or interpolation can be used to f...

  • Answered by AI
  • Q10. DB performance tuning
  • Q11. Explain plan
  • Ans. 

    Explain plan is a feature in Oracle database that shows the execution plan of a SQL statement.

    • It helps in identifying the most efficient way to execute a query.

    • It shows the order in which tables are accessed, join methods used, and access methods used.

    • It can be generated using the EXPLAIN PLAN statement or through tools like SQL Developer.

    • The output can be in either text or graphical format.

  • Answered by AI
  • Q12. Autonomous transaction
  • Q13. Collection in PL SQL
  • Ans. 

    Collection in PL SQL is a data structure that can hold multiple values of the same data type.

    • Collections can be nested within each other.

    • PL/SQL provides three types of collections: associative arrays, nested tables, and VARRAYs.

    • Collections can be used to pass multiple values to a stored procedure or function.

    • Collections can be used to simplify SQL statements by allowing multiple rows to be returned as a single result s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For any topic, have practice example ready. And ready first 20 thread from Google if you are searching.

Skills evaluated in this interview

TCS interview questions for designations

 Consultant

 (57)

 Associate Consultant

 (111)

 Senior Consultant

 (17)

 Functional Consultant

 (8)

 SAP Consultant

 (8)

 IT Consultant

 (6)

 Domain Consultant

 (3)

 Cloud Consultant

 (3)

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Work experience and expectations (Technical come HR). This was an audio call.
  • Ans. Just be very clear on what you write in your resume as interviewer can go through any part and ask you what you have done. Have a detailed resume as per your experience and for this I would suggest to take help from Naukri resume expert team. I have taken a paid membership few years ago and Naukri team had created resume for me based on the details I have shared and I must say they have created my resume exceptionally ...
  • Answered by Sanket Agarwal
Round 2 - Technical 

(1 Question)

  • Q1. Detailed discussion on Work experience
  • Ans. Again it should be exactly what you have done in your career on work front . As long as you are clear on what you have done things should go well. The interviewer will definitely ask what is the value you can add and what are the challenges you faced in your area of work during these years you have been working. Being truthful is the best way to give an interview and Being confident is most important because eventuall...
  • Answered by Sanket Agarwal
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations and current salary
  • Ans. Just mention what you are looking for but don’t Be unrealistic. Some skills might get you 150% hike also but not all roles so do your due diligence before you give your salary expectation. Don’t just read some random messages on forums in internet that 10 years experience should get you 30 lakhs or 5 years experience gets you 15-20 lakhs. It may be possible but it depends on lot of factors.
  • Answered by Sanket Agarwal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be realistic in what you showcase in your resume for the work you have done and Be confident in your interview. Be realistic in giving your salary expectations. Look at your current salary and the skills you possess.

Get interview-ready with Top TCS Interview Questions

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

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. As per my knowledge based technical.
  • Q2. About your self and salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(3 Questions)

  • Q1. Framework worked
  • Ans. 

    I have worked with various frameworks such as Agile, Scrum, and Waterfall.

    • Experience with Agile framework in previous project

    • Utilized Scrum methodology for team collaboration

    • Implemented Waterfall framework for structured project management

  • Answered by AI
  • Q2. Explain framework worked
  • Ans. 

    A framework is a structured set of guidelines or rules that provide a foundation for developing software applications.

    • Frameworks provide a structure for developers to build upon, saving time and effort.

    • They often include pre-written code, libraries, and tools to streamline development.

    • Frameworks can be specific to a certain programming language or technology, such as Angular for JavaScript or Django for Python.

  • Answered by AI
  • Q3. Short programs on selenium java, agile methologies
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Ans. You will have got chance to negotiate if u have multiple offers otherwise forgot negotiations
  • Answered Anonymously
  • Q2. Why Tcs you want to join
Round 4 - Behavioral 

(1 Question)

  • Q1. Agile methologies, team leadership qualities

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm during salary negotiations ask for for a realistic value then negotiate

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Related to spring batch , plsql, concurrent hashmap, annotations, partition in db
Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. As a fresher, I was asked about my college grades and few questions related to computer science

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear
Round 1 - Technical 

(3 Questions)

  • Q1. What are the RICE objects you have worked on.
  • Ans. 

    I have worked on RICE objects for various modules including FI, MM, and SD.

    • Developed custom reports using ALV and Smart Forms for FI module

    • Created custom transactions for MM module using BDC and BAPI

    • Enhanced standard SD transactions using user exits and BADI

    • Implemented custom workflows using SAP Workflow for various modules

    • Developed custom interfaces using IDOCs and RFCs

  • Answered by AI
  • Q2. Explain Report Bursting.
  • Ans. 

    Report bursting is a process of delivering personalized reports to multiple recipients based on predefined criteria.

    • Report bursting is used to distribute a single report to multiple recipients.

    • It allows for the customization of report content based on recipient-specific data or preferences.

    • Criteria for report bursting can include recipient roles, departments, locations, or any other relevant attributes.

    • Reports can be b...

  • Answered by AI
  • Q3. What have you done in OAF personalization and Forms personalization?
  • Ans. 

    I have experience in OAF personalization and Forms personalization.

    • In OAF personalization, I have customized the user interface by adding new fields, modifying existing fields, and creating custom pages.

    • In Forms personalization, I have created custom triggers, added validation rules, and modified the behavior of standard forms.

    • For example, in OAF personalization, I added a new field to the employee details page to capt...

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

How many rounds are there in TCS AST Consultant interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in TCS AST Consultant interview?

Some of the top questions asked at the TCS AST Consultant interview -

  1. 1. What is the velocity trend? 2. Metrics used in scrum framework 3. Type of co...read more
  2. What are the high availability concepts you have in your currect proj...read more
  3. What is data sparsity and how to handle it ? How to avoid dollar tables creatio...read more
How long is the TCS AST Consultant interview process?

The duration of TCS AST Consultant interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

Trinity College Dublin

SALARIES

Trinity College Dublin

INTERVIEWS

TCS

No Interviews

SALARIES

Trinity College Dublin

LIST OF COMPANIES

Trinity College Dublin

Overview

INTERVIEWS

JSW Steel

No Interviews

REVIEWS

Tata Motors

No Reviews

INTERVIEWS

Mycom OSI

No Interviews

SALARIES

Trinity College Dublin

REVIEWS

Trinity College Dublin

No Reviews

Tell us how to improve this page.

TCS AST Consultant Interview Process

based on 110 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round
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.7
 • 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 AST Consultant Salary
based on 51.6k salaries
₹8 L/yr - ₹25 L/yr
At par with the average AST Consultant Salary in India
View more details

TCS AST Consultant Reviews and Ratings

based on 3.6k reviews

3.4/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

2.5

Salary

4.4

Job security

3.2

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 3.6k Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
66.2k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.5k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.8 L/yr

Associate Consultant
29.6k 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent