TCS Data Analyst Interview Process — 2026 Guide
Based on real candidate experiences and interview reports shared on Glassdoor, LinkedIn, and community forums. TCS hires data analysts across 4 analytics roles in India. Here is exactly what to expect — round by round — and how to prepare.
TCS Data Analyst Interview Rounds
Round 1: Resume Screening
What they look for
Relevant SQL and analytics experience, portfolio projects, and clean formatting. Skills > degree for most ${company.name} analytics roles. 1-page resume, quantified achievements, 3+ relevant projects.
Round 2: Online Assessment
What is tested
SQL queries (beginner to intermediate), logical reasoning, and sometimes a short data interpretation problem. Duration: 45–90 minutes. HackerRank, Cocubes, or internal platforms are common.
Round 3: Technical Interview
Deep dive into
Advanced SQL (window functions, CTEs, query optimization), statistics (distributions, hypothesis testing, A/B testing basics), and a mini case study. Expect to write SQL live and explain your reasoning out loud.
Round 4: Managerial / HR Round
Focus areas
Behavioural questions (tell me about a time you found an insight that changed a decision), compensation discussion, culture fit assessment, and clarification of career goals. Prepare STAR-format answers for 5–6 typical scenarios.
What TCS Actually Looks For
Beyond the job description — what consistently differentiates selected candidates:
Client-delivery mindset
TCS delivers analytics as a service to clients — often with tight timelines and changing requirements. Adaptability and documentation matter.
Broad tool knowledge
IT services companies work across industries and tools. Being comfortable with multiple BI tools (Power BI, Tableau, SSRS) and databases is an advantage.
Communication skills
You will translate technical findings for non-technical client stakeholders. Demonstrate you can do this clearly and concisely.
Most Common SQL Questions at TCS
Real-style questions from IT Services analytics interviews. Practice writing the SQL — not just reading the answers:
Q1: Write a query to find the top 3 departments by average salary, excluding departments with fewer than 5 employees.
Hint: GROUP BY with HAVING COUNT(*) >= 5, then ORDER BY and LIMIT.
Q2: Calculate month-over-month growth in a key business metric for the last 12 months.
Hint: Use LAG() window function partitioned by the relevant dimension.
Q3: Find users who performed action A but never performed action B.
Hint: NOT EXISTS or LEFT JOIN + IS NULL pattern.
Q4: Write a query to identify the second-highest value in a column without using LIMIT.
Hint: Subquery with MAX(column) WHERE column < MAX, or use DENSE_RANK().
Q5: Find all records where the value is more than 2 standard deviations from the mean.
Hint: Calculate AVG and STDDEV in a CTE, then JOIN back and filter.
Technical Skills TCS Tests
How to Prepare in 2 Weeks
Structured day-by-day plan for the TCS interview:
Days 1–2
- •SQL basics: SELECT, WHERE, GROUP BY, ORDER BY, HAVING
- •Practice 10 basic SQL problems on LeetCode or HackerRank
Days 3–4
- •SQL intermediate: JOINs (inner, left, right, full), subqueries
- •Practice join-heavy problems on real-world datasets
Days 5–7
- •SQL advanced: Window functions (ROW_NUMBER, RANK, LAG, LEAD), CTEs
- •Statistics basics: mean, median, standard deviation, distributions
Days 8–10
- •Case study practice: business problem → hypothesis → data approach → recommendation
- •Research IT Services key metrics and business model
Days 11–12
- •Mock interviews with SQL problems at target difficulty
- •Prepare STAR-format answers for behavioural questions
Days 13–14
- •Final polish: portfolio walkthrough, 5 smart questions to ask interviewer
- •Rest — do not cram the night before
Red Flags That Get Candidates Rejected
✗ Memorising answers without understanding
Interviewers ask follow-up questions to test depth. If you cannot explain why your SQL works, it shows immediately.
✗ Jumping to conclusions from data
Saying "the data shows X causes Y" without checking for confounds or data quality issues raises red flags for analytical rigor.
✗ No opinion on your own projects
Candidates who cannot say "if I redid this project, I would do X differently" appear to have not actually done the work themselves.
✗ Ignoring the business context
Giving technically correct but practically useless answers. Interviewers want analysts who ask "what decision does this need to support?"
5 Smart Questions to Ask in the Interview
These demonstrate analytical curiosity and seriousness — which is exactly what TCS looks for:
- 1.How does the analytics team's work influence product or business decisions at TCS?
- 2.What does the data infrastructure look like — what tools does the team use day-to-day?
- 3.What is the biggest analytical question you are trying to answer right now, and what makes it hard?
- 4.How does a new analyst typically ramp up — what does the first 3 months look like?
- 5.What separates a good analyst from a great one at this team specifically?
Interview Guides by Role at TCS
Data Analyst
Data Analysts collect, process, and analyze structured data to generate act…
₹4-6 LPA – ₹15-25 LPA →
Business Intelligence Analyst
BI Analysts design and maintain dashboards and reports that help organizati…
₹4-6 LPA – ₹12-20 LPA →
SQL Developer
SQL Developers write complex queries, stored procedures, and optimize datab…
₹3-5 LPA – ₹12-20 LPA →
Reporting Analyst
Reporting Analysts create regular business reports, automate reporting proc…
₹3-5 LPA – ₹10-16 LPA →
All Data Roles — TCS Interview
Similar Companies Hiring in IT Services
Frequently Asked Questions
How many rounds does TCS have for data analyst interviews?+
TCS typically has 4 rounds: resume screening, online assessment, technical interview (SQL + case study), and HR/managerial round. Some roles add a take-home assignment between rounds 2 and 3.
What is the TCS data analyst salary range?+
TCS pays ₹5-12 LPA for data analytics roles. The lower end of this range is for fresher/entry-level roles, and the higher end for senior analytics roles with 4+ years of experience and specialised domain skills.
How difficult is the TCS data analyst interview?+
Difficulty is moderate. SQL is consistently hard across all rounds. Deep technical questions test whether you can write SQL under pressure.
Does TCS do a take-home assignment?+
Some TCS analytics roles include a take-home data challenge — typically a business scenario with a dataset where you write SQL, do EDA in Python, and present findings. If you get one, the quality of your presentation and the insight quality matter as much as technical execution.
Want to crack the TCS interview? Start with the right foundation.
The SQL depth, statistics knowledge, and case study thinking that TCS tests — these are not things you can cram in a week. The SkillsetMaster course builds them systematically over 3–6 months, with real projects, live mentors, and a structured curriculum that matches what top analytics teams actually test.