Tip 1 : Make sure you thoroughly prepare all the topics you have included in your resume
Tip 2 : Prepare at least one project thoroughly. Interviewers will only ask questions about projects on your resume.
Tip 3 : Learn at least one language and know all basics
Tip 1 : On your resume, do not include false projects. Interviewers will ask a lot of questions about projects
Tip 2 : Practice mock interviews before the actual interview and prepare behavioral interview questions
There were MCQ based questions on below topics:
Cognitive Skill
Verbal Ability
Reasoning Ability
Numerical Ability
Programming Skill
Programming Logic
Coding - 2 Programs



1) A prime number is a number that has only two factors: 1 and the number itself.
2) 1 is not a prime number.
Tip 1 : Practice coding on notepad
Tip 2 : Practice all the basics programs like palindrome, prime number, fibonacci series
It was a technical round
The interviewer asked me to write code on the fibonacci series.
They asked about topics like exception handling, opps, and multiple inheritance in Java.
They then asked me about my project work and the technologies I used



F(n) = F(n - 1) + F(n - 2),
Where, F(1) = 1, F(2) = 1
"Indexing is start from 1"
Input: 6
Output: 8
Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Tip 1 : Practice coding programs on paper before technical interview. They will ask you to write code on white paper
This round was with HR of the company.
Why do you want to join TCS ?
Why should we hire you?
Are you ok with any job location in India?
Tell me about your hobbies
Tell me about your five year goal
Tip 1 : Practice all the HR round questions before the interview.
Tip 2 : You can refer interview experience and prepare answers for common questions asked.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: