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

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

172 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Vmware and core questions
  • Q2. HA DRS Vmotion SVMotion

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear and some live technical questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Oct 2023.

Round 1 - Aptitude Test 

Given a string to reverse

Round 2 - Coding Test 

Print reverse numbers from 10 to 1

Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you choose TCS
  • Ans. 

    I chose TCS for its global presence, diverse opportunities, and strong reputation in the industry.

    • Global presence with offices in multiple countries

    • Diverse opportunities for career growth and development

    • Strong reputation in the industry for quality services and innovation

  • Answered by AI

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

AST Consultant Interview Questions & Answers

user image karthik P S

posted on 3 Sep 2023

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

I applied via Approached by Company and was interviewed before Sep 2022. 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 tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Kafka pipeline with database
  • Ans. 

    Using Kafka to create a pipeline with a database for real-time data processing.

    • Set up Kafka Connect to stream data from database to Kafka topics

    • Use Kafka Streams to process and analyze data in real-time

    • Integrate with database connectors like JDBC or Debezium

    • Ensure data consistency and fault tolerance in the pipeline

  • Answered by AI
  • Q2. Using sink connectors
  • Ans. 

    Sink connectors are used to connect a sink to the plumbing system, allowing for drainage of water and waste.

    • Sink connectors come in various sizes and materials to fit different sink and plumbing configurations.

    • They are typically made of PVC, stainless steel, or brass.

    • Proper installation of sink connectors is important to prevent leaks and ensure proper drainage.

    • Examples of sink connectors include P-traps, tailpieces, a

  • Answered by AI
  • Q3. Kafka components
  • Q4. Earliest offset

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about your automation test framwork
  • Ans. 

    My automation test framework is built using Selenium WebDriver and TestNG for web applications.

    • Utilizes Selenium WebDriver for interacting with web elements

    • Uses TestNG for test case management and reporting

    • Includes page object model design pattern for better code organization

    • Integration with CI/CD tools like Jenkins for automated test execution

  • Answered by AI
  • Q2. How do we take screenshot in Selenium
  • Ans. 

    Screenshots in Selenium can be taken using the getScreenshotAs method of the WebDriver interface.

    • Use the getScreenshotAs method of the WebDriver interface to capture the screenshot.

    • Save the screenshot as a file using the FileUtils class.

    • Handle exceptions like IOException when saving the screenshot.

  • Answered by AI
  • Q3. In what order the TestNG annotations will execute?
  • Q4. What is TestNG profiling
  • Ans. 

    TestNG profiling is a feature that allows developers to analyze the performance of their test cases and identify bottlenecks.

    • TestNG profiling helps in identifying slow-running test cases and optimizing them for better performance.

    • It provides detailed information on the execution time of each test method, helping developers prioritize optimization efforts.

    • Profiling can be done at the method level, class level, or suite ...

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. What is the difference between CSS selector and XPath
  • Ans. 

    CSS selector is used to select HTML elements based on their id, class, attributes, etc. XPath is a language for navigating XML documents.

    • CSS selector is more commonly used for selecting elements in HTML documents.

    • XPath is more powerful and flexible, allowing for more complex selection of elements.

    • CSS selector is easier to read and write for simple selections.

    • XPath can traverse both upwards and downwards in the document...

  • Answered by AI
  • Q2. Why String is Immutable. Explain with code.
  • Ans. 

    String is immutable in Java to ensure security, thread safety, and optimization.

    • String objects are stored in the String pool, which helps in memory optimization.

    • Immutable strings are thread-safe, as their values cannot be changed once created.

    • String immutability prevents malicious code from modifying sensitive data.

    • Example: String str = "Hello"; str.concat(" World"); // This does not change the original string value.

  • Answered by AI
  • Q3. Write a selenium java code to identify broken links on a web page
  • Ans. 

    Use Selenium Java code to identify broken links on a web page

    • Create a WebDriver instance using Selenium

    • Find all the links on the web page using findElements method

    • Iterate through each link and check for response code using HttpURLConnection class

    • Identify links with response code other than 200 as broken links

  • Answered by AI
  • Q4. Write code for Explicit wait
  • Ans. 

    Code for Explicit wait in Selenium WebDriver

    • Import WebDriverWait and ExpectedConditions classes

    • Specify the maximum time to wait and the polling interval

    • Use ExpectedConditions methods like elementToBeClickable, visibilityOfElementLocated, etc.

    • Apply the wait to a specific element or condition

  • Answered by AI
  • Q5. How will you automation drop down
  • Ans. 

    To automate a drop down, you can use tools like Selenium WebDriver to interact with the drop down element and select options programmatically.

    • Use Selenium WebDriver to locate the drop down element on the webpage

    • Identify the options within the drop down using findElements method

    • Use select class in Selenium to interact with the drop down and select desired option

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Where do you see yourself in next 5 years
  • Q2. How do handle conflict with team member
  • Q3. How much are you expecting

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)

 Technical Consultant

 (3)

 Cloud Consultant

 (3)

AST Consultant Interview Questions & Answers

user image Rajeshwari Dewarkonda

posted on 14 Oct 2024

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Second highest salary
  • Ans. 

    To find the second highest salary in a company, you need to sort the salaries in descending order and then select the second salary from the sorted list.

    • Sort the salaries in descending order

    • Select the second salary from the sorted list

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you're switching
  • Ans. 

    Seeking new challenges and growth opportunities

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in exploring different industries or sectors

    • Seeking better career advancement opportunities

    • Want to work with a more innovative or dynamic team

  • Answered by AI

Get interview-ready with Top TCS Interview Questions

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 

(1 Question)

  • Q1. M365 related question
Round 3 - Behavioral 

(1 Question)

  • Q1. Management related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to get job here. Just prepare your techinical round

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. About my contributions in my previous projects
  • Q2. Any challenges I faced in my previous projects and how I overcome them

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak to project team about requirements clearly and Negotiate clearly about your CTC with HRs

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

Round 1 - Technical 

(6 Questions)

  • Q1. Where string memories are allocated
  • Ans. 

    String memories are allocated in different places depending on the programming language and platform.

    • In C, string memories are allocated on the stack or heap depending on how they are declared.

    • In Java, string memories are allocated on the heap.

    • In Python, string memories are allocated on the heap and are managed by the interpreter.

    • In JavaScript, string memories are allocated on the heap and are managed by the garbage co

  • Answered by AI
  • Q2. Difference between == and equals method in String comparision
  • Ans. 

    The == operator compares the reference of two String objects, while the equals() method compares their values.

    • The == operator checks if two String objects refer to the same memory location.

    • The equals() method checks if two String objects have the same sequence of characters.

    • Using == for String comparison can lead to unexpected results.

    • Example: String str1 = "hello"; String str2 = "hello"; str1 == str2 will return true ...

  • Answered by AI
  • Q3. Write code for setters and getters methods
  • Ans. 

    Code for setters and getters methods

    • For each instance variable, create a setter and getter method

    • Setters should take in a parameter and assign it to the instance variable

    • Getters should return the value of the instance variable

    • Naming convention for setters and getters should follow camelCase

  • Answered by AI
  • Q4. Test case execution order in TestNG
  • Ans. 

    TestNG allows test case execution order to be specified using priority attribute or by using dependsOnMethods attribute.

    • TestNG executes test cases in the order specified by priority attribute.

    • If priority attribute is not specified, TestNG executes test cases in alphabetical order of method names.

    • TestNG also allows test case execution order to be specified using dependsOnMethods attribute.

    • dependsOnMethods attribute spec...

  • Answered by AI
  • Q5. Different methods available in Alert class
  • Ans. 

    The Alert class in Java provides different methods to display alerts or messages to the user.

    • The showMessageDialog() method displays a message dialog with an OK button.

    • The showConfirmDialog() method displays a confirmation dialog with Yes/No buttons.

    • The showOptionDialog() method displays a customized dialog with options to choose from.

    • The showInputDialog() method displays an input dialog to get input from the user.

    • The ...

  • Answered by AI
  • Q6. 4xx status codes in API testing
  • Ans. 

    4xx status codes indicate client errors in API testing.

    • 4xx status codes are returned by the server when the client has made an error in the request.

    • Some common 4xx status codes include 400 Bad Request, 401 Unauthorized, 403 Forbidden, and 404 Not Found.

    • API testers should verify that the correct 4xx status code is returned for each type of client error.

    • Proper handling of 4xx status codes can improve the user experience

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I faced only 1 technical round. Interviewer asked me to share my screen and write some core java programs on notpad. Since it was for Automation testing, she also asked me to write basic code snippets for Selenium webdriver like window handles, TestNG data provider.
I would suggest prepare more on core java concepts, collection framework, Strings.
All the best!

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Pricing condition technique,ATP, condition contract management.
Round 2 - HR 

(2 Questions)

  • Q1. What is your salary expectation?
  • Q2. Salary negotiation
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 Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Tecnical Interview on Routing and Switching
  • Q2. Questions on Palo Alto
  • Q3. Questions on Border Gateway Protocol

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with R&S, Wireless and Security . Eigrp, Ospf, Bgp, Palo Alto, Fortigate, Cisco senerio based questions

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.

Tell us how to improve this page.

TCS AST Consultant Interview Process

based on 107 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.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k 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 AST Consultant Salary
based on 51.5k 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.5k 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.5k Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
66.7k 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.4k 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