Tip 1 : Must do more than 200 DSA Question
Tip 2 : You must prepare for CS/IT Core Subjects Like: DBMS, OOPS, System Design
Tip 1 : Do not put false things on resume.
Tip 2 : Must put skills you are expert on.
TCS organised a coding round named as Codevita, where one is supposed to solve coding questions based on problem statements



So this was the Technical plus HR round, where I was asked some basic conceptual question based on the the language I have chosen for solving the problem statement in the first round. So in my case the language was java. They have asked question like why do we use functions, what is garbage value, how is Java different from C++,what are local and global variables, what is function overloading. And then they have asked some questions from OOPS like what is encapsulation, difference between overloading and overriding etc.
Further the HR asked basic HR questions like why do you want to join TCS, are you able to relocate, comfortable with night shifts, etc.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
Step 1-Take input string.
Step 2- Append string on StringBuilder.
Step 3- Use string reverse function of stringbuilder.
Step 4- print the string

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: