Tip 1 : Practice DSA Regularly
Tip 2 : You should know a little about DBMS
Tip 3 : Practice Aptitude, Reasoning, and English a week before the exam.
Tip 1 : Mention Projects
Tip 2 : Resume should be easy to read



‘?’ – matches any single character
‘*’ – Matches any sequence of characters(sequence can be of length 0 or more)



Given array ‘ARR = { 1, 2, 3, 3, 3, 3, 4, 4, 4, 1, 2 ,0}’ and ‘K = 4’






F(n) = F(n-1) + F(n-2),
Where, F(1) = F(2) = 1.
For ‘N’ = 5, the output will be 5.
Your introduction.
Where do you see yourself in 5 years?
What do you know about TCS?
Are you willing to relocate?

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?