Tip 1 : Get familiar with at least one programming language(C,PYTHON or JAVA)
Tip 2 : Should have good knowledge on core subjects.
Tip 3 : Prepare well on Data Structures and Algorithms.
Tip 1 : Atleast mention one project in your resume
Tip 2 : Mention programming skills which you are good at.
This round has four sections
Round 1
------------
* Numerical Ability(40 mins)
* Verbal Ability(30 mins)
* Reasoning Ability(50 mins)
* Coding
1. Programming logic(15 mins)
2. 2 coding questions(45 mins)
Round 2
------------
Interview
Each pair should be sorted i.e the first value should be less than or equals to the second value.
Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.
Tip 1 : I used nested loop for this problem
Tip 2 : I iterated through every value and stored in a variable
Tip 3 : Compared with the target value
Tip 4 : Finally print the indices
It was hr interview taken on cisco webex platform.
1. Introduce Yourself
2. Why do you want to join TCS
3. How many people work in TCS
4. Are you comfortable with moving to some other city for job?
5. Where do you see yourself in 5 years?
6. Hobbies extra Curricular Activities?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL keyword removes duplicate records from a result set?