GeeksforGeeks Question · Jun 2025 · India

TCS Prime Interview Experience | Off-Campus 2024

Data Science Phone Screen New Grad Easy

Question Details

Tata Consultancy Services (TCS) is one of the leading global IT services, consulting, and business solutions organisations. TCS offers various hiring roles, such as Ninja,...

Full Details

Tata Consultancy Services (TCS) is one of the leading global IT services, consulting, and business solutions organisations. TCS offers various hiring roles, such as Ninja, Digital, and Prime, based on the performance in the TCS National Qualifier Test (NQT). The Prime role is offered to candidates with strong technical and problem-solving skills. How I Got the Opportunity I applied through the TCS NQT 2024 Off-Campus Drive , which was held in April 2024. This is a yearly drive open to all final-year students across India. Recruitment Overview Process TCS NQT Exam Interview (TR + MR + HR Combined)

Round 1 TCS NQT Exam The TCS NQT exam had the following structure: Aptitude Section: Verbal Reasoning, Quantitative Aptitude, Logical Reasoning Coding Section (2 Questions): Find the sum of cubes from 1 to a given number n. Given a list of products with price and quantity sold, we had to: Calculate total sales Find the average sales Identify the best-selling product The logic wasn’t hard, but the input format was a bit tricky, and many faced issues viewing the output. There was a small arrow we had to click to see the printed output, even I discovered it around 15 minutes before time ended, but managed to submit it successfully. After clearing NQT, I received a mail for the interview (Prime role).

Round 2 Interview (TR + MR + HR Combined) The panel had three interviewers – technical, managerial, and HR. Started with a brief introduction and questions about my family background. Project Discussion: What is your project about? Is it live? – Since I had added the project link in my resume, I showed them the hosted application on one of the interviewer's mobile phones. What was your role in project? What’s new in your project compared to existing ones? What is JWT token used in your application? They seemed quite interested in the live demo and asked follow-up questions based on what they saw. Technical Questions: Difference between final and finally Exception handling Data types and data structures What is a binary tree? 4 pillars of OOP Difference between DML and DDL Types of locks in DBMS Coding Question: Swap two numbers without using a third variable. The question was easy, but the panel asked me to explain multiple approaches to solve it. They were mainly checking problem-solving skills, how I think through multiple solutions, and my understanding of the logic behind it. Managerial Questions: What do you know about TCS? Why do you want to join TCS? Would you work on old technologies if required? Would you prefer: Working alone on a latest tech project, or Working in a team on a smaller project? Cloud & Tech Awareness: What is Cloud Computing? What are its types? Difference between Public, Private, and Hybrid Cloud Explain IaaS, PaaS, and SaaS with examples HR Questions: Your strengths and weaknesses Your 10th, 12th, and graduation percentages Any backlogs or education gaps Willing to relocate? Do you have any questions for Dus? Final Outcome Selected for Prime Role.

Free preview — 6 questions shown. Unlock all Tcs questions →

About This Question

This is a reported interview question from a tcs interview for a data science role (new grad level) during the phone screen round reported in 2025.

It covers the following topics: Oop, Trees, Binary Tree, Sql, Math .

Difficulty rating: Easy

About Tcs Interview Reports

This question was reported by a candidate who interviewed at Tcs. LeakCode aggregates interview reports from 10+ sources, including 1Point3Acres, Glassdoor, LeetCode Discuss, Blind, Reddit, Indeed, and Nowcoder. Each report is translated where necessary, deduplicated against existing entries, and tagged by company, role, round type, and reporting date.

Use this question as one calibration data point, not a memorization target. Companies typically rotate their question pools every 2-4 months; the exact wording of a 2024 question may differ from what you encounter today. The underlying pattern, difficulty level, and follow-up depth at Tcs are the higher-signal extractions to take from this report.

For broader preparation context, the Tcs interview process typically includes a recruiter screen, one or two technical phone screens, and a 4-5 round on-site loop covering coding, system design (at L4+ levels), and behavioral. Reports tagged on LeakCode show the round-by-round distribution and typical difficulty calibration. To browse questions filtered by round type and seniority, use the company hub linked above.

How To Practice This Type of Question

Solve similar problems on LeetCode under timed conditions (25-35 minutes per medium difficulty). The goal is pattern recognition: recognize the underlying technique (sliding window, two-pointer, BFS, memoized recursion, etc.) within 60-90 seconds of reading. Strong candidates verbalize their hypothesis out loud before coding, then iterate based on feedback. Weak candidates dive into implementation immediately, lose time on the wrong approach, and run out of time for follow-ups.

Companies update their question pools every 2-4 months. The exact wording of any given question may have been retired by the time you interview. Focus your prep on the pattern, not the specific problem. The patterns that appear in Tcs reports consistently are the ones worth investing in; one-off niche problems are not.

During Your Tcs Round

Apply the standard interview round template: clarify requirements (2-3 minutes), state your approach out loud and confirm direction with the interviewer (3-5 minutes), code with narration (15-25 minutes), test with concrete examples including edge cases (5 minutes), discuss optimization or trade-offs if time permits (5 minutes). This template is universally accepted across FAANG and adjacent companies; deviating from it produces weaker interviewer feedback signal.

The single most predictive failure mode in Tcs reports tagged "no hire": not asking clarifying questions. Interviewers are explicitly trained to weight this. Strong candidates ask 3-5 clarifying questions even on problems that look obvious; weak candidates dive into code immediately. The clarifying-question check is often the first signal recorded in the interviewer's written notes.