Tip 1 : be excellent in core Java
Tip 2 : learn at least one frame work
Tip 3 : prepare for screen share dsa code session practice on hackerrank
Tip 1 : write correct information about your skills
Tip 2 : explain your project and technology you have used
It's ds plus core Java and spring boot hibernate question and at the end some mysql question.




Example :
For the given binary tree :
Output : 24 14 2
Explanation: Rightmost diagonal contains elements {5, 10 , 9} its sum is 24, middle diagonal contains elements {6, 3, 5} its sum is 14, leftmost diagonal contains elements {2}. Thus the answer should be “24 14 2”.
If the strings are [‘ba’, ‘ac’] and the cost array is [3,2], reversing the second string costs ‘2’ rupees and sorts the strings. It can be proved that this is the least possible cost that can be achieved.
Basic hr question salary expectation and all
Why you want to join Tcs?
Where do you see yourself in 5 years?
Tip 1 : be confident
Tip 2 : mostly no rejection in this round so don't worry

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the result of len([1, 2, 3, 4])?