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 Junior Data Analyst Interview Questions and Answers

Updated 30 Nov 2024

TCS Junior Data Analyst Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - HR 

(2 Questions)

  • Q1. About my cv details
  • Q2. About Data analyst questions
Round 2 - Technical 

(3 Questions)

  • Q1. About the Excel
  • Q2. Tablue questions
  • Q3. SQL and power bi
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good Questions and more technical contents

Round 2 - Coding Test 

Asking basic coding concepts like python and java

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry one day you get the job

Junior Data Analyst Interview Questions Asked at Other Companies

asked in Morningstar
Q1. What is the main difference between data mining and data analysis ... read more
asked in Mep Media
Q2. How do you use 'PARTITION BY` and `ORDER BY in window functions
asked in Mep Media
Q3. What is SQL, and why is it important in data analytics
asked in Cognizant
Q4. Difference between Adverse Event and Adverse reaction with exampl ... read more
asked in Mep Media
Q5. What is the difference between 'WHERE` and 'HAVING` clauses
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Malnad College of Engineering, Hassan and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - HR 

(1 Question)

  • Q1. HOW ARE YOU DOING ?

Interview Preparation Tips

Topics to prepare for TCS Junior Data Analyst interview:
  • Aptitude
  • Programming
Interview preparation tips for other job seekers - Stay calm.

Junior Data Analyst Interview Questions & Answers

user image Afreen Ashraf

posted on 29 Nov 2024

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

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

Round 1 - Aptitude Test 

Aptitude test is easy type only

Round 2 - Coding Test 

2 coding test any programming language

TCS interview questions for designations

 Clinical Data Analyst

 (2)

 Data Analyst

 (66)

 Junior Analyst

 (3)

 Senior Data Analyst

 (5)

 Data Management Analyst

 (4)

 Data Engineering Analyst

 (1)

 Data Research Analyst

 (1)

 Reference Data Analyst

 (1)

I applied via Approached by Company and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for TCS Junior Data Analyst interview:
  • Python
  • Basic sql
Interview preparation tips for other job seekers - Good response for me I hope . If I got selected I thank for you only

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is duel axis
  • Ans. 

    Dual axis is a feature in data visualization where two different scales are used on the same chart to represent two different data sets.

    • Dual axis allows for comparing two different measures on the same chart

    • Each measure is assigned to its own axis, allowing for easy comparison

    • Commonly used in tools like Tableau for creating more complex visualizations

  • Answered by AI
  • Q2. What is scatter plot
  • Ans. 

    A scatter plot is a type of data visualization that displays the relationship between two numerical variables through dots on a graph.

    • Scatter plots are used to identify patterns and relationships between variables.

    • Each dot on the plot represents a single data point with the x-axis representing one variable and the y-axis representing the other variable.

    • The pattern of the dots can indicate the strength and direction of ...

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

(2 Questions)

  • Q1. What is blending
  • Ans. 

    Blending is the process of combining multiple data sources or datasets to create a unified view.

    • Blending involves merging data from different sources to gain insights or make decisions.

    • It helps in creating a comprehensive dataset by combining relevant information from various sources.

    • Blending can be done using tools like Tableau, Power BI, or Python libraries like Pandas.

    • For example, blending sales data from CRM with c...

  • Answered by AI
  • Q2. What is joining

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your Project
  • Ans. 

    Developed a predictive model to forecast customer churn for a telecommunications company.

    • Used machine learning algorithms such as logistic regression and random forest

    • Performed data preprocessing and feature engineering to improve model accuracy

    • Collaborated with business stakeholders to understand key factors influencing customer churn

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2023. 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Personal information related questions and degree related with also details in medical device and pharmacovigilance
Round 3 - One-on-one 

(4 Questions)

  • Q1. Mostly medical device questions and pharmacovigilance
  • Q2. Details about pharmacovigilance
  • Q3. Details about medical device
  • Q4. It was Abbott Diabetic Care, so question was like any brief idea about diabetes , types of diabetes
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Telephonic Call 

(3 Questions)

  • Q1. What are the available data types in sql
  • Ans. 

    The available data types in SQL include numeric, character, date/time, and boolean types.

    • Numeric data types include integer, decimal, and floating-point types.

    • Character data types include char, varchar, and text types.

    • Date/time data types include date, time, datetime, and timestamp types.

    • Boolean data type represents true or false values.

  • Answered by AI
  • Q2. What are the joins available in SQL
  • Ans. 

    Joins are used to combine rows from two or more tables based on related columns.

    • INNER JOIN: Returns records that have matching values in both tables.

    • LEFT JOIN: Returns all records from the left table and the matched records from the right table.

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

    • FULL JOIN: Returns all records when there is a match in either left or right tab...

  • Answered by AI
  • Q3. What is Power bi
  • Ans. 

    Power BI is a business analytics tool that provides interactive visualizations and business intelligence capabilities.

    • Power BI is a Microsoft product used for data analysis and visualization.

    • It allows users to connect to various data sources and create interactive reports and dashboards.

    • Power BI offers a wide range of visualizations, such as charts, graphs, and maps, to present data in a meaningful way.

    • Users can perfor...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about ur projects

TCS Interview FAQs

How many rounds are there in TCS Junior Data Analyst interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are HR, Aptitude Test and Coding Test.
What are the top questions asked in TCS Junior Data Analyst interview?

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

  1. Tell me about yours...read more
  2. HOW ARE YOU DOIN...read more
  3. About Data analyst questi...read more

Tell us how to improve this page.

TCS Junior Data Analyst Interview Process

based on 6 interviews

1 Interview rounds

  • Aptitude Test Round
View more
TCS Junior Data Analyst Salary
based on 63 salaries
₹2 L/yr - ₹8 L/yr
At par with the average Junior Data Analyst Salary in India
View more details

TCS Junior Data Analyst Reviews and Ratings

based on 11 reviews

4.0/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.8

Salary

4.4

Job security

4.2

Company culture

3.5

Promotions

3.7

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
66.8k 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.7 L/yr - ₹6 L/yr

Associate Consultant
29.3k 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