Campus placement · 2026

TCS Interview Questions 2026 (With Answers + Mock Test)

Everything you need for TCS on-campus or virtual drives: real-style question prompts, test pattern, difficulty, and a free mock test so you rehearse under time pressure before the shortlist matters.

  • Hiring process4 main stages from application to offer.
  • DifficultyOverall: Easy–Medium — see section below for what that means.
  • Roles offeredEngineer trainee · Specialist programmer · Support or testing tracks (role names vary by drive)

Last updated: June 2026·Based on latest campus placement trends for IT services volume roles.

Key insights for TCS

Distributions and rates are modeled from typical campus placement patterns for this company category — always confirm cutoffs and syllabus with your TPO and official briefings.

Most asked topic

SQL, OOP, and pseudo-code on medium sets

Difficulty score

5/10

Easy–Medium (5/10): High volume of candidates makes consistency matter — speed and zero silly mistakes beat occasional brilliance.

Prep time

47 weeks

Focused daily blocks, not passive reading.

Estimated interview focus mix
DSA / coding-style24%
Aptitude / speed reasoning46%
Core (fundamentals, HR, cases, domain)30%

Selection funnel

Roughly 2.9–4.8% of screened candidates reach final offer stages on competitive campuses (varies by batch and role).

Hiring focus

Aptitude sectional cutoffs, consistent fundamentals, and HR clarity on relocation and learning agility.

Actionable tips
  • Simulate sectional cutoffs with a timer even if individual questions feel easy — consistency beats peaks.
  • Keep a one-page project sheet with metrics; most technical rejections trace to vague ownership answers.

What our data shows for TCS

Modeled from the same deterministic question bank as the lists below — stable per company slug, comparable across builds.

  • Most frequent topic: DS
  • Most recent trend: 46% of modeled prompts in this bank sit in the 2026 recency band — panels are refreshing OA mixes faster than three years ago.
  • Hardest round: Core / domain rounds concentrate the hardest prompts — depth beats breadth here.
  • Key insight: Across modeled items, "DS" shows up most often — double your reps there before TCS shortlists close.

Campus Placement Mode

Fresher Mode ON: simpler phrasing, guided feedback, confidence-first prompts.

Recent interview experience (2025–2026)

Representative campus track for IT services volume interviews — rounds and examples vary by office; use this as a rehearsal script, not a guarantee.

Indian IT mega / super-day drives · cohort signals for TCS

Round 1: Online assessment

TCS often uses vendor platforms mixing aptitude with light technical MCQs or pseudo-code blocks.

Sections

  • Quant
  • Logical reasoning
  • Verbal
  • Technical MCQ / pseudo-code (if enabled)

Example prompts

  • Time & work with twist pipes
  • SQL output prediction
  • Find bug in a short loop snippet

60–90 minutes; sectional cutoffs decide shortlists.

Round 2: Technical interview

Project walkthrough plus basics; coding may be on paper or shared editor at easy–medium difficulty.

Example prompts

  • Explain ACID with a banking example
  • Pseudo: detect cycle in linked list

Problem types

  • OOP and DBMS oral
  • Reverse linked list / stack balancing
  • Puzzle-style logic

30–45 minutes.

Round 3: HR

Relocation, notice period, strengths, and role fit; inconsistencies with resume are flagged.

Example prompts

  • Why IT services for your profile?
  • Are you open to night shifts for US clients?

15–25 minutes.

Most asked TCS interview questions

High-frequency signals from the full bank — same slug always yields the same top set, ranked by modeled panel recurrence for IT services volume.

  1. HardHigh2026

    Source: Common OA pattern

    Tags

    StringsTwo pointersBasics
    Confidence95%

    A common OA question at TCS is to Detect loop in linked list — Floyd cycle detection narrative for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Variant: same problem but sorted input / duplicates allowed — how does your invariant change?
    • Constraint twist: interviewer tightens memory or time — restate the trade-off you would negotiate at TCS.
    • Edge extension: spell out behavior for empty input, duplicates, and overflow before you code.
  2. MediumHigh2026

    Source: Reported by candidates

    Tags

    ReasoningSpeed
    Confidence93%

    Interview debriefs from 2025–26 mention: Boats stream problem with different still-water speeds — relative velocity for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  3. MediumHigh2026

    Source: Common OA pattern

    Tags

    StringsTwo pointers
    Confidence94%

    A panel at TCS reused this prompt: Implement queue using two stacks — amortized O(1) explanation for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Variant: same problem but sorted input / duplicates allowed — how does your invariant change?
    • Constraint twist: interviewer tightens memory or time — restate the trade-off you would negotiate at TCS.
  4. MediumHigh2026

    Source: Reported by candidates

    Tags

    APIDataReliability
    Confidence95%

    A typical live round for TCS started with: Difference between process and thread — then when would you prefer threads at TCS projects?

    Based on latest interview data (updated June 2026)

    Was this accurate?
  5. MediumHigh2026

    Source: Reported by candidates

    Tags

    DataReliability
    Confidence83%

    Campus hire notes highlight: Explain ACID with a ticket-booking example — DBMS oral staple at TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  6. EasyHigh2026

    Source: Reported by candidates

    Tags

    SQLStringsTwo pointers
    Confidence94%

    Campus hire notes highlight: Count set bits in integer — Brian Kernighan vs lookup table trade-off at TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Speed probe: can you remove one log factor — where is the bottleneck in your first approach?
    • Variant: same problem but sorted input / duplicates allowed — how does your invariant change?
    • Constraint twist: interviewer tightens memory or time — restate the trade-off you would negotiate at TCS.

TCS Interview Questions 2026

All TCS interview questions (2026) — structured like real OA and interview data: difficulty, modeled ask-rate, topic tags, and coding follow-ups. Phrases such as TCS OA questions and TCS coding questions match how candidates search before your drive.

TCS coding questions

  1. MediumHigh2026

    Source: Common OA pattern

    Tags

    StringsTwo pointers
    Confidence94%

    A panel at TCS reused this prompt: Implement queue using two stacks — amortized O(1) explanation for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Variant: same problem but sorted input / duplicates allowed — how does your invariant change?
    • Constraint twist: interviewer tightens memory or time — restate the trade-off you would negotiate at TCS.
  2. EasyHigh2026

    Source: Reported by candidates

    Tags

    SQLStringsTwo pointers
    Confidence94%

    Campus hire notes highlight: Count set bits in integer — Brian Kernighan vs lookup table trade-off at TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Speed probe: can you remove one log factor — where is the bottleneck in your first approach?
    • Variant: same problem but sorted input / duplicates allowed — how does your invariant change?
    • Constraint twist: interviewer tightens memory or time — restate the trade-off you would negotiate at TCS.
  3. MediumMedium2026

    Source: Reported by candidates

    Tags

    BasicsDS
    Confidence75%

    A typical live round for TCS started with: Two sum with hash map — baseline still logged for TCS screens.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Edge extension: spell out behavior for empty input, duplicates, and overflow before you code.
    • Follow-up: they ask for a streaming / online version — what state do you keep and why?
  4. MediumLowOlder

    Source: Derived from recent drives

    Tags

    Two pointersBasicsDS
    Confidence42%

    Hiring managers at TCS frequently open with: Implement atoi with overflow rules — defensive parsing for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Constraint twist: interviewer tightens memory or time — restate the trade-off you would negotiate at TCS.
    • Edge extension: spell out behavior for empty input, duplicates, and overflow before you code.
    • Follow-up: they ask for a streaming / online version — what state do you keep and why?
  5. MediumLowOlder

    Source: Reported by candidates

    Tags

    SQLStrings
    Confidence49%

    Interview debriefs from 2025–26 mention: SQL: employees earning more than their managers — self-join pattern for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Speed probe: can you remove one log factor — where is the bottleneck in your first approach?
    • Variant: same problem but sorted input / duplicates allowed — how does your invariant change?
  6. MediumMedium2025

    Source: Common OA pattern

    Tags

    DSSQLStrings
    Confidence62%

    A recurring screen item at TCS: Print spiral matrix — boundary shrink loop for TCS easy slots.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Follow-up: they ask for a streaming / online version — what state do you keep and why?
    • Speed probe: can you remove one log factor — where is the bottleneck in your first approach?
    • Variant: same problem but sorted input / duplicates allowed — how does your invariant change?
  7. MediumLowOlder

    Source: Common OA pattern

    Tags

    Two pointersBasics
    Confidence45%

    Candidates were asked to Reverse a singly linked list in-place — explain pointer updates aloud for TCS panels.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Constraint twist: interviewer tightens memory or time — restate the trade-off you would negotiate at TCS.
    • Edge extension: spell out behavior for empty input, duplicates, and overflow before you code.
  8. HardHigh2026

    Source: Common OA pattern

    Tags

    StringsTwo pointersBasics
    Confidence95%

    A common OA question at TCS is to Detect loop in linked list — Floyd cycle detection narrative for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Variant: same problem but sorted input / duplicates allowed — how does your invariant change?
    • Constraint twist: interviewer tightens memory or time — restate the trade-off you would negotiate at TCS.
    • Edge extension: spell out behavior for empty input, duplicates, and overflow before you code.
  9. MediumMedium2025

    Source: Reported by candidates

    Tags

    DSSQL
    Confidence77%

    One candidate reported that interviewers asked to Check balanced parentheses string with stack — edge empty string for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Follow-up: they ask for a streaming / online version — what state do you keep and why?
    • Speed probe: can you remove one log factor — where is the bottleneck in your first approach?
  10. MediumMedium2025

    Source: Common OA pattern

    Tags

    BasicsDSSQL
    Confidence62%

    In a recent 2025 campus drive for TCS, Find first non-repeating character in stream — O(n) with ordered map acceptable at TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

    Variants & follow-ups

    • Edge extension: spell out behavior for empty input, duplicates, and overflow before you code.
    • Follow-up: they ask for a streaming / online version — what state do you keep and why?
    • Speed probe: can you remove one log factor — where is the bottleneck in your first approach?

TCS OA questions

Online assessment / aptitude-style prompts commonly bucketed as OA.

  1. EasyMedium2025

    Source: Reported by candidates

    Tags

    AptitudeReasoning
    Confidence73%

    One candidate reported that interviewers asked to Time & work: A does in 10 days, B in 15 — together with B leaving early — TCS classic.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  2. HardMedium2026

    Source: Common OA pattern

    Tags

    PatternAptitudeReasoning
    Confidence78%

    In a recent 2025 campus drive for TCS, Profit-loss: successive discounts 20% then 10% on marked price — effective single discount for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  3. EasyHigh2026

    Source: Common OA pattern

    Tags

    SpeedDI
    Confidence83%

    In a recent interview, Seating circular arrangement with 3 girls not together — count approach for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  4. EasyMedium2025

    Source: Common OA pattern

    Tags

    ReasoningSpeedDI
    Confidence73%

    A panel at TCS reused this prompt: Series 5, 11, 23, 47, ? — doubling plus one pattern in TCS banks.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  5. MediumHigh2026

    Source: Reported by candidates

    Tags

    ReasoningSpeed
    Confidence93%

    Interview debriefs from 2025–26 mention: Boats stream problem with different still-water speeds — relative velocity for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  6. MediumLowOlder

    Source: Common OA pattern

    Tags

    AptitudeReasoningSpeed
    Confidence48%

    A recurring screen item at TCS: Calendar: what day of week is 63 days from Tuesday — modular arithmetic for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

Core / domain questions

  1. MediumHigh2026

    Source: Reported by candidates

    Tags

    APIDataReliability
    Confidence95%

    A typical live round for TCS started with: Difference between process and thread — then when would you prefer threads at TCS projects?

    Based on latest interview data (updated June 2026)

    Was this accurate?
  2. MediumHigh2026

    Source: Reported by candidates

    Tags

    DataReliability
    Confidence83%

    Campus hire notes highlight: Explain ACID with a ticket-booking example — DBMS oral staple at TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  3. MediumMedium2025

    Source: Common OA pattern

    Tags

    Scale-outSystemsAPI
    Confidence68%

    A panel at TCS reused this prompt: What is normalization to 3NF — quick example for TCS MCQ follow-ups.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  4. HardMedium2025

    Source: Reported by candidates

    Tags

    SystemsAPI
    Confidence79%

    In a recent interview, HTTP vs HTTPS handshake overview — TLS mention expected at TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  5. HardLowOlder

    Source: Common OA pattern

    Tags

    SystemsAPIData
    Confidence53%

    Candidates were asked to Explain REST idempotency for PUT vs POST — API design at TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?

HR / behavioral questions

  1. EasyMedium2025

    Source: Reported by candidates

    Tags

    CommunicationTeamwork
    Confidence64%

    A typical live round for TCS started with: Where do you see yourself in five years inside services — grounded plan for TCS.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  2. EasyMedium2026

    Source: Derived from recent drives

    Tags

    EthicsCommunicationTeamwork
    Confidence76%

    Hiring managers at TCS frequently open with: Why TCS and willingness to work on legacy stacks — honest answer expected.

    Based on latest interview data (updated June 2026)

    Was this accurate?
  3. EasyHigh2026

    Source: Reported by candidates

    Tags

    STARBehavioral
    Confidence88%

    Interview debriefs from 2025–26 mention: Are you comfortable with relocation and night shifts for US clients — TCS HR filter.

    Based on latest interview data (updated June 2026)

    Was this accurate?

Previous interview questions (real-style)

Short warm-up prompts — answer aloud in 60–90 seconds, then compare with your notes or an AI mock for feedback.

  • MCQ: "What is the output of this SQL join query?"
  • Coding / pseudo: "Reverse a linked list — explain invariants step by step."
  • HR: "Why TCS and not higher studies right now?"
  • Technical: "Difference between process and thread."
  • Aptitude-style: "Time and work — two pipes filling a tank."

Common HR questions

  • Introduce yourself and explain your project contribution.
  • Are you comfortable with relocation and shifting technologies?
  • What are your strengths and improvement areas?

People also ask

  • Is TCS interview easy for freshers?

    Relative to product-first tech giants, many Indian IT campus tracks emphasize aptitude and communication. Technical depth still matters — treat "easy" as "predictable if prepared," not optional.

  • What is TCS written test pattern?

    Often an online aptitude or mixed test, a technical screening (basics + project), then HR. Some clients add group discussion or email writing.

  • Does TCS reject candidates in HR round?

    Yes — inconsistent stories, weak fundamentals, or poor communication in HR can end the process even after clearing technical screens.

  • How many rounds are in TCS campus placement process?

    Commonly 3–4 stages from application to offer, but campus calendars differ. Track your TPO portal for exact cutoffs and round names.

Interview process

  1. 1

    1. Eligibility & application

    CGPA and branch criteria; upload resume per TPO instructions.

  2. 2

    2. Written / online test

    Aptitude plus optional technical MCQs or pseudo-code.

  3. 3

    3. Technical interview

    Basics, project depth, and simple coding on paper or IDE.

  4. 4

    4. HR round

    Willingness to relocate, service agreement, and communication check.

Online test pattern

TCS campus shortlisting is often driven by sectional aptitude scores plus basic technical filters.

  • Sections: Quantitative aptitude, Logical reasoning, Verbal, Optional: technical MCQs or pseudo-code
  • Typical volume: Typically 60–100 questions depending on the test vendor.
  • Duration: 60–90 minutes is common; watch sectional cutoffs.

Interview pattern summary

Campus process usually includes online aptitude or written test, technical fundamentals round, then HR discussion.

Difficulty level

Easy–Medium

High volume of candidates makes consistency matter — speed and zero silly mistakes beat occasional brilliance.

Often less DSA-heavy than top product companies; aptitude carries more weight than at FAANG-style loops.

Aptitude and screening

Aptitude and written test performance are major elimination rounds in many Indian IT campus drives.

TCS OA questions 2026

TCS online assessments in 2026 still lean on timed platforms; expect the mix below rather than generic public PDFs alone.

  • Sectional cutoffs are the silent filter — even strong technicals fail on weak quant speed.
  • Technical MCQs may mirror AMCAT/Cocubes style patterns; batch practice helps.
  • Pseudo-code rounds favor clean invariants over fancy algorithms.

Is TCS interview hard?

Moderate raw difficulty but high competition — small mistakes in aptitude or HR inconsistency end runs.

  • Many rejections happen before technical — respect aptitude prep.
  • HR rejects often trace to relocation or timeline mismatch, not IQ.
  • Technical is predictable if you stick to fundamentals and projects.

TCS interview experience for freshers

Freshers should expect TCS to test consistency across OA, technical depth appropriate to the role family, and HR clarity on relocation and learning agility.

  • Write HR answers; do not improvise on relocation and notice period.
  • Maintain error log for aptitude — redo only red chapters.
  • Project sheet: one page with stack, metrics, and your ownership bullets.

TCS vs similar companies

Benchmark difficulty and focus — use the row for TCS as your anchor, then cross-train with peers in the same cluster.

CompanyDifficultyFocus
TCSYouEasy–MediumPrimary target — use insights + mock drills on this page
TCSMediumAptitude + HR consistency
InfosysMediumWritten + fundamentals + communication
WiproMediumHybrid test + technical breadth
CognizantMediumAptitude sectional balance

Topics to prepare

DSA / logical coding

  • Arrays and strings (basics)
  • Simple searching and sorting
  • Complexity intuition
  • Stacks and queues

Core subjects

  • DBMS keys and joins
  • OS basics
  • OOP pillars
  • CN fundamentals at overview level

Behavioral

  • Relocation willingness
  • Team projects
  • Handling feedback
  • Learning new tech quickly

Technical depth (if applicable)

  • Pseudo code and programming basics
  • OOP, DBMS, and SQL fundamentals
  • Project walkthrough and debugging logic

Preparation strategy (timeline)

Prioritize aptitude speed, revise core CS concepts, and prepare simple project narratives with measurable outcomes.

  1. 1.Week 1: Aptitude speed drills every day; fix careless error patterns first.
  2. 2.Week 2: CS core notes + 20 HR answers written in STAR format (90 seconds each).
  3. 3.Week 3: Two full mock interviews including one HR recording review.
  4. 4.Week 4: Project deep-dive doc — metrics, tech stack, and your exact ownership.
  5. 5.Ongoing: One timed quiz every morning until the drive date.
  6. 6.Final 3 days: Mock HR only; keep technical review to flashcards.

Test your readiness

Can you clear TCS screening-style items without peeking at notes?

Sample MCQ

SQL: INNER JOIN between orders and customers on customer_id returns:

  • Only rows with matching ids in both tables
  • All orders regardless of customer
  • All customers regardless of orders
  • Cartesian product always

Hint: Inner join = intersection on key.

Coding-style prompt

Write pseudo-code to detect a cycle in a singly linked list in O(n) time and O(1) space — what invariant proves correctness?

Hint: Floyd tortoise-hare; meeting point logic.

Turn reading into performance

Take a full mock interview, get AI feedback on structure and clarity, and revisit weak areas — built for placement season when repetition beats passive reading.

  • Timed prompts similar to real campus panels
  • Actionable feedback on pacing and specificity
  • Progress-style practice you can repeat before each round

Thousands of candidates use InterviewForge for campus and early-career prep — combine this page with weekly mocks for best results.