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

Updated 23 Jan 2025

Top TCS Analyst Interview Questions and Answers

  • Q1. How do you create a form in React JS and monitor the value changes?
  • Q2. What is the difference between arraylist and vector? how to traverse a vector?
  • Q3. What are the different CpU scheduling policies? who does the cpu scheduling?
View all 53 questions

TCS Analyst Interview Experiences

100 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 6 May 2024

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

I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Case Study 

Whosrt cyberattacks .

Round 2 - One-on-one 

(2 Questions)

  • Q1. When u will be joining
  • Q2. Tell me something about cybersecurity
  • Ans. 

    Cybersecurity involves protecting computer systems, networks, and data from cyber attacks.

    • Cybersecurity includes measures such as firewalls, antivirus software, and encryption to prevent unauthorized access.

    • Common cyber attacks include phishing, malware, ransomware, and DDoS attacks.

    • Cybersecurity professionals work to identify vulnerabilities in systems and implement security measures to mitigate risks.

    • Cybersecurity is...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Analyst interview:
  • cyber law
Interview preparation tips for other job seekers - Be confident

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Analyst Interview Questions & Answers

user image Anonymous

posted on 3 Apr 2024

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

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic HR questions for a fresher
Round 2 - Aptitude Test 

On Paper Aptitude test

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself, Are you able to work for night shifts
  • Q2. Are you interested in higher studies

Interview Preparation Tips

Topics to prepare for TCS Analyst interview:
  • Finance

Analyst Interview Questions Asked at Other Companies

asked in Capgemini
Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, you ... read more
asked in Deloitte
Q2. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
Q3. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
Q4. Ninja and the Game of Words In this game, Ninja is provided with ... read more
Q5. Good old standard problem: Playing number game with your friend t ... read more

Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2024

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

I applied via Newspaper Ad and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is azure keyvault integration
  • Ans. 

    Azure Key Vault integration is a feature that allows users to securely store and manage sensitive information such as keys, passwords, certificates, etc.

    • Azure Key Vault helps to safeguard cryptographic keys and secrets used by cloud applications and services

    • It provides centralized management of keys, secrets, and certificates

    • Integrating Azure Key Vault with applications ensures secure access to sensitive information wi...

  • Answered by AI
  • Q2. CI/CD deployment process
  • Q3. Azure deveops tool
Round 2 - HR 

(1 Question)

  • Q1. Past project experience

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2022

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 

(2 Questions)

  • Q1. SQL basics with strong understanding of key things
  • Q2. Python projects on your resums
  • Ans. 

    I have worked on multiple Python projects including web scraping, data analysis, and automation.

    • Developed a web scraper using BeautifulSoup to extract data from websites

    • Created a data analysis tool using Pandas to analyze and visualize data

    • Automated tasks using Python scripts and libraries such as Selenium and PyAutoGUI

    • Built a chatbot using Python and the NLTK library

    • Developed a machine learning model using scikit-lear

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics right and everything else will be sorted

Skills evaluated in this interview

TCS interview questions for designations

 Business Analyst

 (98)

 Data Analyst

 (66)

 Quality Analyst

 (21)

 Senior Analyst

 (15)

 BPS Analyst

 (7)

 Associate Analyst

 (6)

 Junior Analyst

 (3)

 PMO Analyst

 (2)

Analyst Interview Questions & Answers

user image Abhishek Choubey

posted on 16 Aug 2023

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

I applied via Company Website and was interviewed before Aug 2022. There were 3 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 - Aptitude Test 

The aptitude test was not so easy and needs preparation of quantitative aptitude

Round 3 - One-on-one 

(1 Question)

  • Q1. Explanation of resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for quantitative aptitude and be prepared for your explanation of your resume

Get interview-ready with Top TCS Interview Questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Questions based on resume

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2022

I applied via LinkedIn and was interviewed in Mar 2022. There were 3 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 - Aptitude Test 

The questions were easy and general ones. Anyone who has a good logic and rudimentary understanding could do them.

Round 3 - Technical 

(2 Questions)

  • Q1. What are oops and its 4 pillars?
  • Ans. 

    OOPs stands for Object-Oriented Programming. It has 4 pillars: Encapsulation, Inheritance, Polymorphism, and Abstraction.

    • Encapsulation: Wrapping data and methods into a single unit (class).

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms. Method overloading and overriding are examples.

    • Abstraction: Hiding implementation details and sh

  • Answered by AI
  • Q2. Batch OS and its uses?
  • Ans. 

    Batch OS is a type of operating system that processes a set of tasks in batches.

    • Batch OS is used for processing large volumes of data in batches.

    • It is commonly used in industries such as banking, finance, and manufacturing.

    • Batch OS allows for automation of repetitive tasks, saving time and reducing errors.

    • Examples of Batch OS include IBM z/OS, Unix/Linux, and Windows Task Scheduler.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be true to yourself and give the answers honestly and accurately. Try to be straight to point.

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2022

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

50 normal ones which can be easily answered by logic

Round 2 - Technical 

(2 Questions)

  • Q1. What is oops and 4 pillars
  • Ans. 

    OOPs stands for Object-Oriented Programming. The four pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding the implementation details and showing only the necessary information to the user.

    • Encapsulation: Wrapping data and functions together in a single unit (class) and restricting access to them.

    • Inheritance: Creating a new class from an existing class, inheriting all the pro...

  • Answered by AI
  • Q2. Operating System and types of it.
  • Ans. 

    An operating system (OS) is a software that manages computer hardware and software resources.

    • Types of operating systems include Windows, macOS, Linux, Android, iOS, and Unix.

    • OS can be categorized as single-user, multi-user, multi-tasking, real-time, and embedded.

    • Functions of an OS include memory management, process management, security, and device management.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do your best. And don't cheat and give right way answers.

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2022

I applied via Job Fair

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 

(2 Questions)

  • Q1. Rate ur self in java
  • Ans. 

    I rate myself as proficient in Java.

    • Strong understanding of core Java concepts such as OOP, collections, and exception handling

    • Experience in developing Java applications using frameworks such as Spring and Hibernate

    • Familiarity with Java 8 features such as lambda expressions and streams

    • Ability to write efficient and optimized code

    • Continuously learning and improving my Java skills

  • Answered by AI
  • Q2. I have rated java as 5

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident to the questions asked and be on time

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2022

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 - One-on-one 

(2 Questions)

  • Q1. About financial data
  • Q2. Previous experience and company details

Interview Preparation Tips

Interview preparation tips for other job seekers - Check job description and prepare accordingly
Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

How many rounds are there in TCS Analyst interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, Aptitude Test and HR.
How to prepare for TCS 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 Data Warehousing, Informatica, PKI, SIEM and SOC.
What are the top questions asked in TCS Analyst interview?

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

  1. What is the difference between arraylist and vector? how to traverse a vect...read more
  2. What are the different CpU scheduling policies? who does the cpu scheduli...read more
  3. What's difference between mcb and mccb ? How contractors works in circu...read more
How long is the TCS Analyst interview process?

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

Recently Viewed

SALARIES

IDFC FIRST Bank

JOBS

inContact

No Jobs

SALARIES

Karur Vysya Bank

SALARIES

IDFC FIRST Bank

JOBS

Qualcomm

No Jobs

SALARIES

IndusInd Bank

DESIGNATION

JOBS

Axis Bank

No Jobs

SALARIES

Bandhan Bank

Tell us how to improve this page.

TCS Analyst Interview Process

based on 83 interviews

4 Interview rounds

  • Technical Round - 1
  • Aptitude Test Round
  • Technical Round - 2
  • HR Round
View more

HCLTech

Workplace transformation starts with you

Analyst Interview Questions from Similar Companies

Capgemini Analyst Interview Questions
3.7
 • 425 Interviews
Accenture Analyst Interview Questions
3.8
 • 202 Interviews
HCLTech Analyst Interview Questions
3.5
 • 117 Interviews
Wipro Analyst Interview Questions
3.7
 • 68 Interviews
Infosys Analyst Interview Questions
3.6
 • 49 Interviews
Genpact Analyst Interview Questions
3.8
 • 16 Interviews
IBM Analyst Interview Questions
4.0
 • 15 Interviews
View all
TCS Analyst Salary
based on 6.7k salaries
₹2 L/yr - ₹9.6 L/yr
At par with the average Analyst Salary in India
View more details

TCS Analyst Reviews and Ratings

based on 740 reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.0

Salary

4.5

Job security

3.7

Company culture

2.8

Promotions

3.4

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

IT Analyst
66.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.6k 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.6k 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