Tip 1 : Learn Data Structures and Algorithms.
Tip 2 : Practice coding question using coding platform like LeetCode or CodeChef.
Tip 3 : Focus more on time and space complexities and explore different ways to solve problem.
Tip 1 : Mention your experience if you have and also add working projects in your resume.
Tip 2 : Do not put false things and over skills in your resume.
Timing-90 minutes is the Duration Of Assessment
you need to give the test within 5 days of getting the test mail.
Assessment consists of 2 mode-
1 mode is containing some mcq type question
2 mode is containing 2 coding questions.
Test is conducted virtually through TCS platform. Test covers DSA, OOPS concept, DBMS, SQL, Programming and some general question related to Leadership Principles and workstyles.
We need to answer questions related to Core subjects, DBMS, SQL, OOPS concept, Programming, Behavioral, Leadership Principles and workstyles.
this round is entirely based on MCQ's.
Questions like:-
1) Which unix command is used to redirect the no of characters in a file f1 to a file f2
2) What is the output of below program
3)What is the output of the flow chart program.
4)which unix command that creates a file without contend
5)Choose the correct property of foreign key in SQL?
6)What is the output of the flow chart program.
7)What is the output of the flow chart program.hich command is used to return the reverse data of a file in Unix?
8)Which of these is DDL command?
9)Which unix command is used to display the line that contains the word 'are'
Tip 1 : Need to select correct option out of 4 options(MCQ type questions)
Tip 2 : Select correct option based on your knowledge
Tip 3 : Read question 2-3 times and try to understand it.




We need to solve 1 or 2(based on interviewer) coding question within 1 hour in which we need to explain our approach before writing the code and we need to give optimal solution of the approach.
Interviewer also ask some other question related to DBMS, SQL, OOPS concept and etc.



In the below map of Ninjaland let say you want to go from S=1 to T=8, the shortest path is (1, 3, 8). You can also go from S=1 to T=8 via (1, 2, 5, 8) or (1, 4, 6, 7, 8) but these paths are not shortest.

We need to answer questions related to DBMS, SQL, programming, OOPS concept, Leadership Principles, candidate behavioural questions and workstyles.
For Example-
How to copy date from one server to another server in UNIX?
what is the use of chmod command in unix?
Types of key's in SQL queries?
What is the output of given program?
What is OOPS concept and its types?
Difference between function overloading and function overriding?
Write a query to find out second highest salary of an employee.
Do you agree with your seniors whether that guy is correct or not?
Are you open to learn new technology or still want to work on those technologies on which you are familiar?



For the given binary tree:

The Inorder traversal will be [5, 3, 2, 1, 7, 4, 6].

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?