Tip 1 : Always be positive while answering if you don't know just tell you don't know sometimes its fine to say no
Tip 2 : Just go through basic topics majorly the theory of oops and basic concepts of arrays and strings
Tip 3 : Do at least 2-3 projects
Tip 1 : Just write ur projects in brief with a repository link if possible
Tip 2 : Don't write anything you don't know
First Technical round


‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Just traverse string backward till 0 and print str.charAt(i)



Just sum the all the elements till last array and store in sum
Computer network based round
HR based round
Introduce yourself
Why should we hire you?
What do you know about the work ethics here in TCS?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?