Tip 1 : Focus on Analytical and logical thinking problems for aptitude exam. You can refer geeks for geeks
Tip 2 : Be perfect in one programming language, and Make sure your computer basics are clear
Tip 3 : Do atleast 2 minor and 1 Major project and mention them on your resume. Be confident what you have written on your resume as questions will be asked on what you have written on your resume.
Tip 1 : Mention atleast 2 minor and one major project
Tip 2 : Try to learn cutting edge technology and mention them in your skills, like Artificial intelligence, Data Mining, Block chain technology etc.
The test was scheduled in the afternoon from 12:00 pm. Before giving the test, we should do a dry run, for which they will send you a seperate link. The test is to be given from a quiet room. As the exam was proctored, our environment noise was been captured by system and also web cam was on during the assessment.

1. If the current number of teams(N) playing in the tournament is even then, a total of N / 2 matches will be played. The winning N / 2 teams will advance to the next round, and the losing N / 2 teams will be eliminated.
2. If the current number of teams(N) playing in the tournament is odd then, 1 team will be advanced to the next round directly, and a total of (N - 1) / 2 matches will be played. The winning (N - 1) / 2 teams will advance to the next round, and the losing (N - 1) / 2 teams will be eliminated.



The string is ‘RR’, ‘RB’ so we can combine ‘RR’ and ‘RB’ as the last character of ‘RR’ i.e ‘R’ matches with the first character of ‘RB’. But we cant combine ‘RB’ and ‘RR’ as the last character of ‘RB’ i.e ‘B’ doesn't matches with the first character of ‘RR’ i.e ‘R’ so our answer is '4'.
The round was scheduled at 4:00 Pm . But I got call at 1:30pm it self and they asked to join the interview invite in 10 mins. Then I joined it at around 1:45. And then my interview was started .



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
Write a SQL query to get the details of employees who is working in purchase department and having salary more than 10000 per month .
What is Acid properties?
Explain primary key .
Tip 1 : Be confident
Tip 2 : Do practice for SQL queries
Tip 3 : DBMS concepts should be crystal clear
Basic puzzles will be asked in this round. As soon as technical round is over, you'll be with another panelist for Managerial round
What are the minimum steps for which you can cut a piece of cake into 8 pieces
Tip 1 : Thinking and approach to the problem is tested here.
Tip 2 : Please make sure you go through all the interview puzzle questions on different websites
Tip 3 : If you're not sure to answer, keep on explaining your approach to interviewer, but don't say I have no clue about this
After the Technical and Managerial round was over. I was asked to wait for HR round call. So after half an hour. I got call from TCS HR that my Technical and Managerial round were cleared and I have to appear for HR interview now. And the link for HR interview was send at round 4:00 PM on the same day. And I attended the HR round
Are you able to relocate?
Are you able to work in rotational shifts?
Tell me about TCS achievements during last 6 months.
Are you comfortable to work in support projects?
Do you have any questions for us?
Tip 1 : Please be fluent and confident while answering the questions
Tip 2 : Have a brief study about the Company
Tip 3 : Do ask questions to HR in favour of company when they ask do you have any questions for us.

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: