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

Filter interviews by

TCS IT Analyst Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top TCS IT Analyst Interview Questions and Answers

  • Q1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. How to managing the Error Logging system at your application 4. How you implement Security a ...read more
  • Q2. How to load data from tab delimiter file instead of csv
  • Q3. Writing NO DATA FOUND after WHEN OTHERS is allowed in plsql block
View all 192 questions

TCS IT Analyst Interview Experiences

329 interviews found

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Nov 2024

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Life cycle hooks,form example ,Pipe explain with example
  • Q2. Print key value vair of object ,http interceptor ,hositing ,closures
  • Q3. Component communication with parent child and without parent child
  • Ans. 

    Component communication in Angular can be achieved using parent-child relationship or through services for communication without parent-child relationship.

    • Parent-child communication: Use @Input() to pass data from parent to child component and @Output() with EventEmitter to pass data from child to parent component.

    • Without parent-child communication: Use services to create a shared service that can be injected into mult...

  • Answered by AI
  • Q4. Multicasting with behavior and subject
  • Q5. Lazy loading and routing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic-intermediate topics

Skills evaluated in this interview

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Angular Life Cycle
  • Q2. What is component
  • Ans. 

    A component is a reusable and independent part of a system or software that performs a specific function.

    • Components can be easily integrated into different systems or applications

    • They help in modularizing the system and promoting reusability

    • Examples include buttons, input fields, and dropdown menus in a user interface

  • Answered by AI
  • Q3. How you can reuse component
  • Ans. 

    Components can be reused by creating libraries, templates, or frameworks for future projects.

    • Create a library of commonly used components that can be easily integrated into new projects

    • Develop templates that can be customized and reused for similar projects

    • Build frameworks that provide a structure for developing new components and can be reused across projects

  • Answered by AI
  • Q4. What are pipes in angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data.

    • Examples include date pipe, uppercase pipe, and currency pipe.

  • Answered by AI
  • Q5. What are modules
  • Ans. 

    Modules are independent units of software that can be used to build larger systems or applications.

    • Modules help in organizing code into smaller, manageable units

    • They can be reused across different parts of a system

    • Modules can be easily updated or replaced without affecting the entire system

    • Examples include JavaScript modules, Python modules, and software libraries

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Why you want to switch
  • Ans. 

    Looking for new challenges and growth opportunities in a different environment.

    • Seeking new challenges to enhance skills and knowledge

    • Interested in exploring different technologies and industries

    • Want to broaden my experience and network

    • Current role lacks growth opportunities or advancement potential

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Documentation related questions
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for basic angular and scenario base questions

Skills evaluated in this interview

IT Analyst Interview Questions Asked at Other Companies

asked in TCS
Q1. 1. What is interface how to use? 2. Tell me a small example for i ... read more
asked in TCS
Q2. How to load data from tab delimiter file instead of csv
asked in TCS
Q3. Writing NO DATA FOUND after WHEN OTHERS is allowed in plsql block
asked in TCS
Q4. How would you insert contacts to newly created contacts using tri ... read more
asked in UnitedLex
Q5. What is Organizational unit? What is the difference between share ... read more

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

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

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

Round 1 - Aptitude Test 

General knowledge , basic questions on maths

Round 2 - Technical 

(1 Question)

  • Q1. Testing Activities
Round 3 - Technical 

(1 Question)

  • Q1. Selenium Agile scrum and BDD
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is firewall and uses
  • Q2. What is load balancer

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and be confident

TCS interview questions for designations

 IT Analyst C2

 (95)

 IT Analyst ITA

 (18)

 IT Business Analyst

 (3)

 IT System Analyst

 (1)

 Analyst (IT Advisory)

 (2)

 IT Analyst 1

 (2)

 Senior IT Analyst

 (1)

 Associate IT Analyst

 (1)

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2024

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. MERGE query in SQL databricks
  • Ans. 

    MERGE query in SQL databricks combines INSERT, UPDATE, and DELETE operations into a single statement.

    • MERGE statement is used to perform INSERT, UPDATE, and DELETE operations in a single query

    • It is useful for synchronizing two tables by updating existing records, inserting new records, and deleting records that no longer exist

    • Syntax: MERGE INTO target_table USING source_table ON condition WHEN MATCHED THEN UPDATE SET co...

  • Answered by AI
  • Q2. Question from my current project.
  • Q3. Explain Current project flow
  • Ans. 

    Current project flow involves gathering requirements, designing solutions, development, testing, and deployment.

    • Gather requirements from stakeholders

    • Design solutions based on requirements

    • Develop the solution using appropriate technologies

    • Test the solution for bugs and errors

    • Deploy the solution for end users

  • Answered by AI
  • Q4. Narrow vs wide transformation.
  • Ans. 

    Narrow transformation focuses on a single partition of data at a time, while wide transformation processes multiple partitions simultaneously.

    • Narrow transformation is more efficient for small datasets, while wide transformation is better for large datasets.

    • Examples of narrow transformations include map and filter operations, while wide transformations include groupByKey and reduceByKey.

    • Wide transformations require shuf...

  • Answered by AI
  • Q5. How to resolve data skew issue.
  • Ans. 

    Data skew issue can be resolved by partitioning data, using indexing, optimizing queries, and redistributing data.

    • Partitioning data to distribute evenly across nodes

    • Using indexing to improve query performance

    • Optimizing queries to reduce data skew

    • Redistributing data to balance the workload

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between map and flatMap ?
  • Ans. 

    map transforms each element of a collection, flatMap transforms each element into a new collection and flattens the result

    • Map applies a function to each element of a collection and returns a new collection with the results

    • FlatMap applies a function that returns a collection to each element of a collection, then flattens the result into a single collection

    • Example: map([1, 2, 3], x => [x, x+1]) returns [[1, 2], [2, 3]...

  • Answered by AI
  • Q2. What is difference between DataFrame and Dataset
  • Ans. 

    DataFrame is a two-dimensional tabular data structure in Spark, while Dataset is a distributed collection of data with strong typing.

    • DataFrame is a collection of distributed data organized into named columns, similar to a table in a relational database.

    • Dataset is a distributed collection of data with strong typing, allowing for compile-time type safety.

    • DataFrame is more suitable for structured data processing, while Da...

  • Answered by AI

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Terraform difference resources and data
  • Q2. How to monitor the eks clusters
  • Ans. 

    EKS clusters can be monitored using AWS CloudWatch, Prometheus, and Grafana.

    • Use AWS CloudWatch to monitor EKS clusters for metrics like CPU utilization, memory usage, and network traffic.

    • Set up Prometheus to collect metrics from EKS clusters using the Prometheus Operator.

    • Visualize the collected metrics using Grafana dashboards for better insights and monitoring.

    • Implement alerts and notifications in CloudWatch for proac

  • Answered by AI

Skills evaluated in this interview

IT Analyst interview

user image Coding Veda

posted on 12 Mar 2022

IT Analyst Interview Questions & Answers

user image Madhumitha M

posted on 28 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Pagr object modal
  • Ans. 

    Pager object modal is a user interface component that displays content in a modal window with pagination controls.

    • Pager object modal is used to display a large amount of content in a modal window with the ability to navigate through pages.

    • It typically includes pagination controls such as 'Next', 'Previous', and page numbers.

    • This component is commonly used in web applications to present information in a structured and o

  • Answered by AI
  • Q2. Java basics and cucumber basic
Round 2 - HR 

(1 Question)

  • Q1. Package discussion

Skills evaluated in this interview

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2024

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

(1 Question)

  • Q1. BRIEF ABOUT YOUR PROJECT
Round 2 - Technical 

(1 Question)

  • Q1. Create a pipeline to get data from several source and put it into Redshift
  • Ans. 

    Create a pipeline to extract data from multiple sources and load it into Redshift.

    • Identify the sources from which data needs to be extracted (e.g. databases, APIs, files)

    • Use ETL tools like Apache NiFi, Talend, or AWS Glue to extract, transform, and load the data

    • Map the data to the appropriate tables in Redshift

    • Schedule the pipeline to run at regular intervals to keep the data up to date

  • Answered by AI

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS IT Analyst interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, HR and Resume Shortlist.
How to prepare for TCS IT Analyst 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 Cisco ASA, F5, Firewall, GIT and Hibernate.
What are the top questions asked in TCS IT Analyst interview?

Some of the top questions asked at the TCS IT Analyst interview -

  1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. H...read more
  2. How to load data from tab delimiter file instead of ...read more
  3. Writing NO DATA FOUND after WHEN OTHERS is allowed in plsql bl...read more
How long is the TCS IT Analyst interview process?

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

Tell us how to improve this page.

TCS IT Analyst Interview Process

based on 130 interviews in last 1 year

4 Interview rounds

  • Technical Round
  • HR Round 1
  • HR Round 2
  • HR Round 3
View more

People are getting interviews through

based on 214 TCS interviews
Job Portal
Campus Placement
Company Website
Referral
WalkIn
Recruitment Consultant
46%
13%
12%
9%
6%
2%
12% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

IT Analyst Interview Questions from Similar Companies

IBM IT Analyst Interview Questions
4.1
 • 2 Interviews
View all
TCS IT Analyst Salary
based on 67.7k salaries
₹5 L/yr - ₹16 L/yr
At par with the average IT Analyst Salary in India
View more details

TCS IT Analyst Reviews and Ratings

based on 5.7k reviews

3.7/5

Rating in categories

3.6

Skill development

4.0

Work-Life balance

2.7

Salary & Benefits

4.6

Job Security

3.7

Company culture

2.7

Promotions/Appraisal

3.4

Work Satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.7k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k salaries
unlock blur

₹8.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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview