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

Updated 5 Mar 2025

Top TCS Assistant System Analyst Interview Questions and Answers

View all 8 questions

TCS Assistant System Analyst Interview Experiences

6 interviews found

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

I was interviewed before Mar 2024.

Round 1 - Aptitude Test 

It was an off-campus MBA drive, and the questions were related to quantitative and qualitative analysis, English, and business topics.

Round 2 - One-on-one 

(6 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a dedicated Assistant System Analyst with a passion for optimizing systems and enhancing user experiences through technology.

    • Educational Background: Bachelor's degree in Computer Science, focusing on systems analysis and design.

    • Professional Experience: Over 3 years of experience in analyzing user requirements and translating them into technical specifications.

    • Technical Skills: Proficient in SQL, Python, and variou...

  • Answered by AI
  • Q2. What is the difference between a primary key and a foreign key?
  • Ans. 

    A primary key uniquely identifies a record in a table, while a foreign key links records between tables.

    • A primary key must contain unique values and cannot be NULL.

    • Example: In a 'Users' table, 'UserID' can be a primary key.

    • A foreign key is a field in one table that links to the primary key of another table.

    • Example: In an 'Orders' table, 'UserID' can be a foreign key referencing 'Users'.

    • Primary keys ensure entity integr...

  • Answered by AI
  • Q3. What are Joins in SQL?
  • Ans. 

    Joins in SQL combine rows from two or more tables based on related columns.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the right table and matched records from the le...

  • Answered by AI
  • Q4. What do you know about generative AI?
  • Q5. What are the 4 P's of marketing?
  • Ans. 

    The 4 P's of marketing are Product, Price, Place, and Promotion, essential for effective marketing strategies.

    • Product: The item or service offered, e.g., a smartphone with unique features.

    • Price: The cost consumers pay, e.g., premium pricing for luxury brands.

    • Place: Distribution channels, e.g., selling online vs. in retail stores.

    • Promotion: Marketing communications, e.g., social media advertising or TV commercials.

  • Answered by AI
  • Q6. Why did you do MBA and what you've learnt during your MBA?
  • Ans. 

    I pursued an MBA to enhance my business acumen and leadership skills, gaining valuable insights into management and strategy.

    • Developed strong analytical skills through case studies, enabling me to assess business situations critically.

    • Learned about strategic management, which taught me how to align business goals with operational capabilities.

    • Gained experience in team collaboration during group projects, enhancing my l...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic logical reasoning and Quantitative Aptitude

Round 2 - Technical 

Assistant System Analyst Interview Questions Asked at Other Companies

Q1. How many types in SQL joins and syntax of joins? Difference betwe ... read more
asked in TCS
Q2. What is the difference between a primary key and a foreign key?
Q3. Different betn delwte and truncate and drop Store procedure in pl ... read more
asked in TCS
Q4. How to form query in sql
asked in TCS
Q5. Are you aware about agile?

I applied via Job Fair and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal Aptitude test consisting of time, age, profit loss and integrals - 60 minutes

Round 2 - Coding Test 

3 coding questions 1 easy 1 medium and 1 difficult

Round 3 - One-on-one 

(5 Questions)

  • Q1. Asked me about DBMS and project related
  • Q2. Basic HR question too
  • Q3. Are you willing to relocate
  • Q4. Curd rules in database
  • Ans. 

    Curd rules are constraints that ensure data integrity in a database.

    • Curd rules are used to enforce data consistency and accuracy.

    • They prevent invalid data from being entered into the database.

    • Examples of curd rules include unique constraints, foreign key constraints, and check constraints.

  • Answered by AI
  • Q5. Normalizations - 1nf, 2nf, 3nf

Interview Preparation Tips

Topics to prepare for TCS Assistant System Analyst interview:
  • Data base
  • Java
  • Python
  • Project
  • Operating Systems
Interview preparation tips for other job seekers - Be confident and clam. Be sure about what ur saying in the interview.

Skills evaluated in this interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare one object oriented language,dsa and basic cse subjects.
Your complete interview will be based on these 3-4 points.

TCS interview questions for designations

 System Analyst

 (12)

 Associate System Analyst

 (2)

 System Engineer Analyst

 (2)

 Senior System Analyst

 (1)

 IT System Analyst

 (1)

 Assistant System Engineer

 (380)

 System Assistant

 (1)

 System Analyst Trainee

 (1)

I applied via Referral and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself
  • Ans. I tried to explain my work as a story. Also, based on JD i highlighted the part they were looking for
  • Answered Anonymously
  • Q2. What is SDLC cycle.
  • Ans. 

    SDLC cycle is a process followed by software development teams to design, develop and test high-quality software.

    • SDLC stands for Software Development Life Cycle

    • It consists of several phases including planning, analysis, design, implementation, testing, and maintenance

    • Each phase has its own set of deliverables and goals

    • The cycle is iterative, meaning that each phase may be revisited multiple times

    • The goal is to produce ...

  • Answered by AI
  • Q3. Are you aware about agile?
  • Ans. 

    Yes, Agile is a project management methodology that emphasizes on iterative and incremental development.

    • Agile is based on the Agile Manifesto which values individuals and interactions, working software, customer collaboration, and responding to change.

    • It involves breaking down the project into smaller chunks called sprints and delivering a working product incrementally.

    • Scrum, Kanban, and Extreme Programming (XP) are so...

  • Answered by AI
  • Q4. How to form query in sql
  • Ans. 

    To form a query in SQL, use the SELECT statement followed by the columns to retrieve and the table to retrieve from.

    • Use the SELECT statement to specify the columns to retrieve

    • Use the FROM keyword to specify the table to retrieve from

    • Use the WHERE keyword to specify any conditions for the query

    • Use the ORDER BY keyword to specify the order of the results

    • Use the GROUP BY keyword to group the results by a specific column

    • Us...

  • Answered by AI
  • Q5. I told about select attributes, from table name and where conditions required.

Interview Preparation Tips

Interview preparation tips for other job seekers - For business analyst, they were interested in understanding my work. Basic knowledge of sql will be handy. And software development process understanding is must. It would be great of one has worked on agile

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

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

Round 1 - HR 

(6 Questions)

  • Q1. Its a sitting job so are you able to comfortable to do this job as you came from background which having field job?
  • Q2. Which location you prefer?
  • Q3. Are you aware that there will be a bond for one year of employment?
  • Q4. Why you want to join TCS
  • Q5. You have done MBA and yours CGPA us very good? How to bring this much CGPA
  • Q6. Anything you want to ask from me?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be nervous in HR round and be confident and answer all the questions politely

Interview questions from similar companies

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. What are the types of Machine learning
  • Ans. 

    There are three types of machine learning: supervised, unsupervised, and reinforcement learning.

    • Supervised learning involves labeled data and predicting outcomes based on that data.

    • Unsupervised learning involves finding patterns in unlabeled data.

    • Reinforcement learning involves an agent learning to make decisions based on rewards and punishments.

    • Examples of supervised learning include image classification and spam filt...

  • Answered by AI
  • Q2. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm that uses objects to design applications.

    • OOPs is based on the concept of classes and objects

    • It focuses on encapsulation, inheritance, and polymorphism

    • It helps in creating modular, reusable, and maintainable code

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q3. What is SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used to design, develop, and maintain software.

    • SDLC is a structured approach to software development

    • It involves several phases such as planning, analysis, design, implementation, testing, and maintenance

    • Each phase has its own set of activities and deliverables

    • SDLC helps ensure that software is developed efficiently, on time, and within budget

    • Examples of SDLC mo

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Basics and advance
  • Q2. About Responsibilities

I applied via Company Website and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why infosys?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and energetic.Speak fluently.Thats what they are seeking for
Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

How many rounds are there in TCS Assistant System Analyst interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Aptitude Test, One-on-one Round and HR.
What are the top questions asked in TCS Assistant System Analyst interview?

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

  1. What is the difference between a primary key and a foreign k...read more
  2. How to form query in ...read more
  3. Are you aware about agi...read more

Recently Viewed

INTERVIEWS

Wipro

No Interviews

INTERVIEWS

Teradata

No Interviews

INTERVIEWS

Teradata

No Interviews

SALARIES

Health Prime Services (India)

INTERVIEWS

TCS

No Interviews

INTERVIEWS

Teradata

No Interviews

LIST OF COMPANIES

Ness Digital Engineering

Overview

SALARIES

Teradata

INTERVIEWS

Teradata

No Interviews

INTERVIEWS

Teradata

No Interviews

Tell us how to improve this page.

TCS Assistant System Analyst Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 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 Assistant System Analyst Salary
based on 892 salaries
₹4.1 L/yr - ₹11.7 L/yr
13% more than the average Assistant System Analyst Salary in India
View more details

TCS Assistant System Analyst Reviews and Ratings

based on 79 reviews

3.9/5

Rating in categories

3.5

Skill development

4.3

Work-life balance

3.0

Salary

4.7

Job security

3.8

Company culture

2.7

Promotions

3.7

Work satisfaction

Explore 79 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