Contents
Tech Mahindra Interviews.......................................................................................................................1
Cognizant CIS Interviews.........................................................................................................................2
Wipro Elite Interview Experience............................................................................................................4
Cognizant GenC Interview (Pro)..............................................................................................................5
Cognizant GenC.......................................................................................................................................6
Cognizant GenC.......................................................................................................................................7
Cognizant GenC Interview | Verdict – Pending | Date – April 2025................................................. 8
TCS NINJA INTERVIEW EXPERIENCE (ECE Branch)...................................................................................9
TCS NINJA INTERVIEW EXPERIENCE (IT)................................................................................................ 10
TCS NINJA INTERVIEW EXPERIENCE (Mechanical)................................................................................ 10
TCS NINJA INTERVIEW EXPERIENCE (CS)............................................................................................... 11
TCS Interview Realtime Experience.......................................................................................................11
Ninja Interview Experience................................................................................................................... 12
TCS PRIME Interview (2 July 2024)........................................................................................................13
TCS Ninja Interview Experience............................................................................................................ 13
TCS Ninja Interview Complete (20 May 2025)...................................................................................... 14
TCS Ninja Interview Experience 21 May............................................................................ 15
TCS Prime (October 2024)...................................................................................................15
TCS Ninja Interview Experience(23 May)........................................................................... 17
TCS Digital (23 May).............................................................................................................17
TCS Ninja Interview Experience(ECE)................................................................................19
TCS Prime Interview 2025 (23 May Hyd)............................................................................ 19
TCS Ninja 21 May 2025........................................................................................................ 20
TCS Ninja Interview – (21 May)........................................................................................... 21
TCS Ninja - 24 May............................................................................................................... 22
TCS Prime Newest Experience........................................................................................... 23
TCS Ninja Interview 26 , 27 May 2025.................................................................................23
TCS Digital Interview 29 May 2025..................................................................................... 25
TCS Ninja 31st May 2025..................................................................................................... 26
TCS Ninja Interview 2nd June 2025....................................................................................28
Tech Mahindra Interviews
TR Interview 1 | Date – September 2024 | Verdict – Selected
1) Introduction
2) Explain About your Projects?
3) Difference between c++ and Java?
4) What questions you got in tech mahindra coding round ?
5) Explain Approach of the coding question
6) Write a program to remove vowels from the string
7) Explain 4 pillar of oops ?
8) What is the use of HTML , CSS and javascript in web program
9) Any Questions !
TR Interview 2 | Date – September 2024 | Verdict – Selected
1) Introduction
2) Explain About your Projects?
3) Challenges faced in the project
4) Explain abstraction
5) Abstract class vs interface
6) Explain inheritance ?
7) Size in bits of int and long data type
8) Which data structure we use for key value pair ?
9) Array and linkedlist difference
10 ) Any Questions !
Cognizant CIS Interviews
TR Interview | Date – 17 October 2024 | Verdict – Pending
TR Interview | Date – 17 October 2024 | Verdict – Pending
1) Intro
2) Job Description about the role
3) What is network
4) What is boot program
5) What is virtual machine
6) Your hobbies
7) Your Idol
8) Why do you want to Join
9) Your long term goal
10) Thanks !
Wipro Elite Interview Experience
TR Interview | Date – 19 October 2024 | Verdict – Selected
1) Introduction
2) Where are you from ?
3) Special things about your hometown ?
4) How was your college journey
5) Your favourite subject ?
6) Explain 4 Pillar of oops ?
7) What is inheritance
8) What is abstraction
9) What is constructor
10) What is virtual function
11) Explain your project
12) Why you used node.js
13) Your dream company
14) you are ready to relocate
15) Thanks
Cognizant GenC Interview (Pro)
1) Can you introduce yourself ?
2) Explain your project ?
3) How to remove duplicates from array (Asked 2 approach)
4) Linkedlist vs Array
5) How to delete nth element from linkedlist from last (Approach)
6) What is priority queue , how it works
7) 2 SQL Queries – One on join and One on Nth lowest salary from table
8) Explain Acid Properties
9) Commit vs rollback
10) Difference between DELETE and TRUCATE
11) Why do you want to join ?
12) What makes you a good engineer ?
13) 3 Qualities of a leader according to you!
14) Are you comfortable in night shift
15) Thanks !
Cognizant GenC
Cognizant Genc Interview Experience | Verdict – Selected | Date – October 2024
1) Hello ! How are you ?
2) Introduction
3) He discussed about previous assessment
4) What was your cluster ?
4) Did you remember your coding question of technical assessment
5) What approach used ?
6) 1 Puzzle Question - "You have 8 identical balls. One of them is slightly heavier than the others, but
you can't tell by holding them. You are given a balance scale and are allowed to use it only twice.
How do you determine which ball is heavier?"
7) SQL Query – Delete Duplicate names from table
8) Find Salaries of Employees divided by 5
9) Top 5 Java features
10) Java OOPS Questions
11 ) What is memory leak in java ?
12) How to protect from memory leak
13) What happens when a subclass has a parameterized constructor, but the parent class does not
have a no-argument constructor? How would you resolve this scenario? Also, explain the impact of
calling a super()
14) General questions about hobbies
15| Book Reading
16) Night Shift
17) Thanks
Cognizant GenC
Cognizant Genc Interview Experience | Verdict – Pending | Date – March 2025
1) Introduction
2) Normal Conversation
3) Asked 2 Coding Questions –
4) Find the unique element from the array if every element apart from this repeating twice
5) Check if Array is rotated (Only Approach)
6) 4-5 SQL Queries
7) Employees date of joining after 12 Jan 2024
8) Employees date of birth between 1998 to 2002
9) Join Employee and project table , print if the employee is working on more than 2 projects
10) Average Salary difference Between Managers and Employee
11) Explain ACID Properties
12) 4-5 HR Questions
13) Thanks
Cognizant Genc Interview Experience | Verdict – Pending | Date – March 2025
1) Introduction
2) Explain your project
3) Challenges in Project
4) Why you used MERN
5) Explain about Event loop
6) What is NPM ?
7) What is closure in javascript
8) What is Keys in SQL
9) Primary key properties
10) 1 SQL Query – Check 3rd Highest salary
11) Explain Acid Properties
12) How you will maintain deadline
13) Why do you want to join
14) Thanks
Cognizant Genc Interview Experience | Verdict – Pending | Date – October 2025
1) Introduction
2) Explain Java 5 Features
3) Super in Java
4) 1 Code output related to constructor calling
5) Types of inheritance in Java
6) What is Hashmap
7) Time Complexity of Hashmap
8) Array vs LinkedList
9) Primary key properties
10) 1 SQL Query – Check Employees who joined Cognizant in 2022
11) Normalization
12) If you get other offer will you join
13) Why do you want to join
14) Thanks
Cognizant GenC Interview | Verdict – Pending | Date – April 2025
1. Introduction (2 Mins)
2. Explain polymorphism with a real-life example. (2)
3. What is the difference between abstract class and interface? (1)
4. How does method overriding differ from method overloading? (0.5)
4. Write a program to check if a array is rotated. (Algo Only) (5-7)
5. What are dynamic memory allocation techniques in C/C++? (1)
6. Explain the differences between procedural and functional programming. (1)
7. What is the time complexity of a binary search algorithm? (0.5)
8. How does a hash table work, and where is it used? (2)
9. Explain the difference between DFS (Depth First Search) and BFS (Breadth First Search).(2)
10.Explain normalization and its different forms.(3)
11.What are ACID properties in a database, and why are they important?(3)
12.Write an SQL query to find the second-highest salary from an Employee table.(5)
13.What is the difference between INNER JOIN, LEFT JOIN, and RIGHT JOIN?(3-4)
14.Explain the OSI Model and name its seven layers.(2-3)
15.What is the difference between TCP and UDP, and when would you use each?(2-3)
● Can you explain a project you worked on? What challenges did you face, and how did you
overcome them? (5-10)
● How did you ensure scalability and security in your project?(2-3)
TCS NINJA INTERVIEW EXPERIENCE (ECE Branch)
1) Introduction
2) Your Hobby
3) Why do you want to join tcs?
4) How was your college journey?
5) Any certification you have done?
6) Wha do you think , what can be top 5 qualities of a good leader?
7) Explain your project?
8) Explain the dataset used?
9) NoSQL vs MYSQL Database
10)What difficulties you have faced?
11)How can you use this project for any real word problem?
12)Do you know about GenAI?
13)Are you okay in relocation
14)Thanks !
TCS NINJA INTERVIEW EXPERIENCE (IT)
1) Introduction
2) Explain 4 pillar of oops
3) What is Overriding?
4) How can you reverse a string
5) Map vs set difference
6) Array vs Linkedlist
7) Explain your project
8) Why you used Node.Js ?
9) Any 3 unique features of javaScript
10)Why do you want to join?
11)How you handle deadlines
12)Are you comfortable for new tech stacks
13) Any questions
TCS NINJA INTERVIEW EXPERIENCE (Mechanical)
Duration – 15 Mins (Odisha Candidate)
1) Introduction
2) How are you!
3) There are not much things in your resume , why?
4) Can you tell any additional thing which you have done apart from your studies
5) Any additional courses you have done
6) Your favourite subject
7) Can you describe your college journey in 2 mins
8) Why do you want to join TCS?
9) If you get other offer , will you join it?
10)How can you lead a team?
11)What you can contribute in TCS?
12)If you get technical project , how will you do it?
13)Thanks !
TCS NINJA INTERVIEW EXPERIENCE (CS)
1) Introduction
2) Any certification
3) You did project in web development , can you explain
4) What are some ways to improve page loading time
5) How to create table in HTML
6) What is Grid in CSS
7) Your favourite programming
8) 5 Features of Java
9) Any challenges you faced in project
10)Your favourite subject in academics?
11)Why do you think , you are suitable candidate for this job?
12)Why do you think you did not received digital interview
13)Are you ready to relocate
14)Thanks
TCS Interview Realtime Experience
TCS Ninja Realtime Experience
Ninja Interview Experience
1) Intro
2) Discussion About Project
3) Explain your project
4) Any Challenges
5) What is inheritance
6) Abstract class
7) Overloading vs overriding
8) String vs stringbuilder
9) Linkedlist vs Array
10)How to print date in SQL
11)How to print employee details whose date of joining is 2024
12)Why you joined as research intern
13)What you did in intern
14)Top 3 things you learn
15)Why you want to join
16)Thanks
TCS PRIME Interview (2 July 2024)
TR+ MR Interview – Duration (40 Mins) got selected (joined)
17)Introduction
18)Discussion about project
19)What challenges you faced
20)Why you used MongoDB
21)What is client server architecture
22)JavaScript questions – let vs var
23)What is the difference between map(), filter(), and reduce(), and when would you
use each?
24)What security measures did you implement in your project to protect against
unauthorized access?
25)Explain OOPS
26)What is Encapsulation
27)What is shallow copy
28)Can a constructor have made private
29)Types of inheritance
30)Explain SQL Joins
31)He gave pen and paper write two codes (Only Pseudocode) –
32)4th highest salary from employee table
33)Delete a nth node from LinkedList
34)HR Questions –
35)Why TCS
36)What if you get any other offer
37)Relocation
38)Thanks !
TCS Ninja Interview Experience
TCS Ninja Interview Complete (20 May 2025)
Interview Summary –
Total 3 Members – TR , MR , HR
TR+MR together -> HR
TR+MR (20 Mins)
1) Introduction
2) Your preferred language(as I have mentioned C++ , Java , JavaScript)
3) Write a code to find factorial of the number (Approach recursive)
4) C++ VS Java
5) JavaScript closure
6) How to include javascript in code
7) C++ Static keyword
8) Why do you like c++?
9) Explain project
10)Any challenges
11)If you want user to keep logged in after closing the browser , how will you do that.
12)Any questions
HR (2 Mins)
1) Okay with relocation
2) Ready to join in 6 months
3) Any other offer
4) Thanks !
TCS Ninja Interview Experience 21 May
TCS Prime (October 2024)
1) Introduction
2) Tell about your hobbies
3) Why Python
4) Rate yourself in python
5) Check if bracket is balanced -> {(())} , {(})
6) Explain the concept of Big-O notation and why it's important in algorithm
analysis.
7) Multithreading vs multiprocessing
8) Self in python
9) Mutable vs immutable
10) What is DBMS
11) Joins
12) Write a query to print 3rd highest salary from table
13) Write a query to fetch employee names starts with a ends with a
14) What is commit
15) Rollback
16) Why we use cahce memory
17) AI impact on future
Thanks
HR Interview –
1) Ready to join
2) Any other offer
3) Why TCS
4) Shifts Problem
5) Explain your 2 strengths
6) How to handle a team
7) Thanks !
TCS Ninja Interview Experience(23 May)
TCS Digital (23 May)
Deep discussion about intership at Infosys
Deep discussion related to project
Deep discussion about each line written in resume
Malloc calloc
Pointer
Css property
Palindrome number code
Armstrong number code
Factorial code
Linkedlist
Static variable
Oops with code and real life example
What is tree
What is binary tree
Primary vs foreign key
Jwd in javascript
Find only 3rd highest salary
Json server (project)
Why tcs
See in 5 years
Previous interview experience
Why rejected
What improvement done
Tags in html
Br hr tag
Team member or team leader
Will you teach your juniors
(For Prime candidates ,as my 2 friend got call for prime,
Interviewer ask them about tree question and told it to code
Duration 1hr+
Mostly focused on Tr(35mins)
Total duration 45-50 mins
Tr+mr+hr
Digital kolkata 23 may
All the best and don't panic try to go with friends or make friends during them as having
conversation with them feel you relax and confident matters most and for all of you please bring
lunch as it is taking very long time.my reported time was 1.30 and my interview over at 6.15pm and
for some ninja candidates reported time was 11 and they are still watching for hr before I left
(Sir please mention my name)
TCS Ninja Interview Experience(ECE)
TCS Prime Interview 2025 (23 May Hyd)
1) Introduction
2) College Journey
3) Explain BST
4)
How to delete a node in BST
5) Insert a node in BST
6) Explain Kadane’s Algorithm
7) What is FCFS
8) What is paging
9) Virtual memory
10) What is HTTPS
11) What happens when we hit google.com
12) What is DNS
13) Explain your project
14) Challenges in project
15) Realtime use of project
16) Thanks
HR –
1) Strengths
2) Any hardwork example
3) Any teamwork
4) Any leadership position
5) Why tcs
6) Thanks
TCS Ninja 21 May 2025
1) Introduction
2) Reverse string
3) Palindrome
4) Final vs finally
5) What is constructor
6) Destructor
7) Interface
8) Why use package in Java
9) 1 SQL query – top 3 highest paid employees
10) Explain project
11) Challenges in project
HR –
1) How are you
2) Special about your city
3) Why tcs
4) If your teammate is not working , what will you do
5) Thanks
TCS Ninja Interview – (21 May)
1) Introduction
2) Project
3) Why used python
4) Python lambda function
5) Explain merge sort
6) Explain inheritance
7) That’s it
HR –
1) Why do you want to join
2) 3 qualities
3) Thanks
TCS Ninja - 24 May
TCS Prime Newest Experience
TCS Ninja Interview 26 , 27 May 2025
TCS Digital Interview 29 May 2025
TCS Ninja 31st May 2025
TCS Ninja Interview 2nd June 2025