Tip 1 : Learn all the basic concepts.
Tip 2 : Practice coding questions.
Tip 3 : Do atleast 1 project.
Tip 4 : Do some certifications.
Tip 5 : Learn about the emerging IT trends.
Tip 1 : Mention the link to your project.
Tip 2 : Mention the link to your LinkedIn, GitHub profile.
Tip 3 : Try to make resume single page.
Tip 4 : Try not to put too much of your personal details.
Tip 5 : Put only professional details.
Tip 6 : Always maintain reverse chronological order.
written test has 5 sections:
Quantitative- 26 questions - 40 minutes
Logical- 30 questions - 50 minutes
Verbal- 24 questions - 30 minutes
Programming MCQ- 10 questions -15 minutes
Coding test- 2 questions - 45 minutes
The exam was in TCSion portal and it was in the morning. The assessment environment was good except for the coding compiler.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.



For the given string “deed”, the string is already a palindrome, thus, minimum characters needed to be added are 0.
Similarly, for the given string “aabaaca”, the minimum characters needed are 2 i.e. ‘a’ and ‘c’ which makes the string “acaabaaca”, which is a palindrome.

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: