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.5k Reviews

Filter interviews by

TCS Associate Consultant Interview Questions, Process, and Tips

Updated 19 Jan 2025

Top TCS Associate Consultant Interview Questions and Answers

  • Q1. 1. Scrum Ceremonies 2. Do we include V&V during Sprint planning 3. Scrum and Kanban differentiate 4. Scrum Planning Estimation Techniques or types 5. Product backlog ...read more
  • Q2. Have i worked on springboot..then annotations ..how to do profiling in spring boot Lamda expression in Java 8 Then in cloud any performance issues where to start looking ...read more
  • Q3. Tell us about a situation when you have delivered a result with minimal resources?
View all 59 questions

TCS Associate Consultant Interview Experiences

110 interviews found

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between display none, visibility hidden and opacity 0 in CSS
  • Ans. 

    display none hides the element completely, visibility hidden hides the element but still takes up space, opacity 0 makes the element transparent.

    • display none removes the element from the layout

    • visibility hidden hides the element but it still occupies space

    • opacity 0 makes the element transparent but still occupies space

    • Example: display: none; visibility: hidden; opacity: 0;

  • Answered by AI
  • Q2. Write a polyfill for javascript method "filter"
  • Ans. 

    Polyfill for JavaScript method 'filter'

    • Create a function called 'filter' that takes a callback function as an argument

    • Loop through the array and apply the callback function to each element

    • If the callback function returns true, add the element to a new array and return it

  • Answered by AI
  • Q3. Explain ShadowDOM
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out and clashing with the rest of the page.

    • Shadow DOM allows for creating self-contained components with their own DOM tree and styling.

    • It helps in preventing styles from the main document affecting the component and vice versa.

    • Shadow DOM can be created using the 'attachShadow' method in JavaScript.

    • It is comm...

  • Answered by AI
  • Q4. Explain Currying in Javascript
  • Ans. 

    Currying is a technique in JavaScript where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

    • Currying allows you to create reusable functions with partial application of arguments.

    • It helps in creating more flexible and composable functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
  • Q5. What is Event Deligation in javascript
  • Ans. 

    Event delegation in JavaScript is a technique where a single event listener is attached to a parent element to handle events for multiple child elements.

    • Event delegation helps improve performance by reducing the number of event listeners.

    • It is useful for dynamically created elements or elements with similar behavior.

    • Event delegation works by utilizing event bubbling, where events on child elements bubble up to the pare

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Associate Consultant interview:
  • Javascript Basics
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - Having deep knowledge in Javascript is must for React.JS interview.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Explain the each project ?
  • Q2. Explain multithreading in each project ?
  • Ans. 

    Utilized multithreading to improve performance and efficiency by allowing multiple threads to run concurrently.

    • Implemented multithreading in project A to handle multiple user requests simultaneously.

    • Utilized multithreading in project B to improve processing speed for large datasets.

    • Used multithreading in project C to enhance responsiveness of the user interface.

  • Answered by AI
  • Q3. What are the code Optimization Technique in C++ ?
  • Ans. 

    Code optimization techniques in C++ improve efficiency and performance of the code.

    • Use of appropriate data structures and algorithms

    • Avoid unnecessary copying of objects

    • Inline functions for small, frequently called functions

    • Use of const and constexpr where applicable

    • Optimizing loops for better performance

  • Answered by AI
  • Q4. When we can use Thread and Process ?
  • Ans. 

    Threads are used for lightweight processes within a single process, while processes are used for independent execution of tasks.

    • Threads are used for multitasking within a single process, sharing memory space and resources.

    • Processes are used for independent execution of tasks, each having its own memory space and resources.

    • Threads are faster to create and switch between, while processes have more overhead.

    • Threads are su...

  • Answered by AI

Skills evaluated in this interview

Associate Consultant Interview Questions Asked at Other Companies

asked in IQVIA
Q1. There are 2 cricket teams, A and B, with 11 players each. If ever ... read more
asked in KPMG India
Q2. While working late at night, you figure out that the data availab ... read more
asked in Capgemini
Q3. Could you tell me, which tools do you have used in test managemen ... read more
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. Find the Third Greatest Element Given an array 'ARR' of 'N' disti ... read more
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 Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Drop down by using select class
  • Ans. 

    Use the select class to create a drop down menu

    • Create a select element in HTML

    • Add option elements within the select element for each dropdown item

    • Use the 'select' class in CSS to style the dropdown menu

  • Answered by AI
  • Q2. Actions clases related queations, different methods
Round 2 - Technical 

(2 Questions)

  • Q1. Jenkins related interview questions
  • Q2. Api automation rest assured, status codes, deserializaion

Interview Preparation Tips

Topics to prepare for TCS Associate Consultant interview:
  • Kakka, selenium,
Interview preparation tips for other job seekers - Be prepared woth basica

Skills evaluated in this interview

Associate Consultant Interview Questions & Answers

user image Sankhadeep Sengupta

posted on 31 Aug 2024

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

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reference used to consume web api
  • Ans. 

    Consuming web APIs can be done using various methods such as HTTP requests, SDKs, or libraries.

    • Use HTTP requests like GET, POST, PUT, DELETE to interact with the API

    • Utilize SDKs provided by the API provider for easier integration

    • Use libraries like Axios, Fetch, or Retrofit to handle API requests in code

  • Answered by AI
  • Q2. Item databound event functionality

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest what you know don't fake

Skills evaluated in this interview

TCS interview questions for designations

 Associate Technical Consultant

 (7)

 Senior Associate Consultant

 (2)

 Associate Consultant Engineering

 (1)

 Associate SAP Consultant

 (1)

 Associate SAP Fico Consultant

 (1)

 Senior Consultant

 (17)

 Functional Consultant

 (8)

 SAP Consultant

 (8)

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

(2 Questions)

  • Q1. Performance tuning
  • Q2. Push down optimisation in informatica
  • Ans. 

    Push down optimization in Informatica is a technique used to improve performance by pushing processing tasks to the source or target database.

    • Push down optimization reduces the amount of data transferred between Informatica and the database

    • It can improve performance by leveraging the processing power of the database

    • Examples include using SQL queries in Source Qualifier transformations to push filtering and aggregation

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. About project overview and scd types
  • Q2. Parallel processing
Round 3 - HR 

(1 Question)

  • Q1. Reason for switching
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for professional growth

    • Interest in exploring new industries or sectors

    • Seeking a change in work culture or environment

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
4-6 weeks
Result
-

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Highly Skilled people required
  • Q2. Process driven company
  • Q3. Transparent interview
Round 2 - Technical 

(2 Questions)

  • Q1. L3 AIX related Questions
  • Q2. Unix expert interview

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the architecure
  • Ans. 

    The architecture refers to the overall design and structure of a system or application.

    • Architecture includes components, relationships, and interactions.

    • It defines how the system will be organized and how the components will communicate.

    • Examples of architecture styles include client-server, microservices, and monolithic.

    • Architectural patterns like MVC, MVVM, and layered architecture help in designing systems.

    • Architectu...

  • Answered by AI
  • Q2. Functionality of the tool
  • Ans. 

    The tool is designed to provide specific functionality to users for a particular purpose.

    • The tool should have a user-friendly interface for easy navigation.

    • It should have the ability to perform tasks efficiently and accurately.

    • The tool may include features such as data analysis, reporting, and automation.

    • Examples of functionality could include project management, customer relationship management, or data visualization.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why are you changing
  • Q2. What is your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Well aware of your technology, be smart and look for the opportunity where you capitalised.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical skill questions related to the JD
  • Q2. Analytic and problem solving questions
Round 2 - Coding Test 

Typescript coding questions

Round 3 - HR 

(2 Questions)

  • Q1. Location and package discussion
  • Q2. Negotiation of the package

Interview Preparation Tips

Interview preparation tips for other job seekers - Technically be strong and also handson coding and interviewer expects the working code
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is item catagory determination?
  • Ans. 

    Item category determination is the process of assigning a specific category to a product or item based on certain criteria.

    • It involves analyzing the characteristics and attributes of the item to determine the most appropriate category.

    • The category assigned can impact pricing, marketing, and distribution strategies.

    • Examples include categorizing clothing items by type (e.g. shirts, pants, dresses) or electronic devices b

  • Answered by AI
  • Q2. About developments in current project.
  • Q3. About pricing process.
  • Q4. About copy controls.

Associate Consultant Interview Questions & Answers

user image Priyanka Agarwal

posted on 14 May 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Why looking for job change, domain question
Round 2 - One-on-one 

(1 Question)

  • Q1. Why job change, about my current day to day responsibility

TCS Interview FAQs

How many rounds are there in TCS Associate 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 Associate Consultant interview?

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

  1. 1. Scrum Ceremonies 2. Do we include V&V during Sprint planning 3. Scrum and Ka...read more
  2. Have i worked on springboot..then annotations ..how to do profiling in spring b...read more
  3. Tell us about a situation when you have delivered a result with minimal resourc...read more
How long is the TCS Associate Consultant interview process?

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

Tell us how to improve this page.

TCS Associate Consultant Interview Process

based on 104 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round
View more
TCS Associate Consultant Salary
based on 28.9k salaries
₹8.9 L/yr - ₹32 L/yr
95% more than the average Associate Consultant Salary in India
View more details

TCS Associate Consultant Reviews and Ratings

based on 1.9k reviews

3.4/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.6

Salary

4.3

Job security

3.2

Company culture

2.4

Promotions

3.0

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.6k 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
28.9k 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.7
Compare

Accenture

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