Tip 1 : Practice as much questions as you can on daily basis
Tip 2 : Study DBMS, OS (core Engineering Subjects) As questions from these are frequently asked in the interviews
Tip 1 : Make it simple and clean
Tip 2 : Mention projects and their applications
Tip 3 : Add your coding profiles
Tip 4 : Add you achievements, internships in a crisp, don't write a full passage
TCS Programming Test 2021 Questions are not like a general Coding Round Questions with Solutions it is all together different from normal programming. I was little slow



Type 1: Two Wheeler Road, It means only vehicles having two wheels can use this road.
Type 2: Four Wheeler Road, It means only vehicles having four wheels can use this road.
Type 3: Both two and four Wheeler Road, It means this road can be used by both type of vehicles.
1. Roads may form a cycle.
2. The cities do not have multiple same roads i.e all the roads are unique.
3. If every city cannot be reached, then return -1.
find the the no of vehicles required and start coding



1. Any left parenthesis '(' must have a corresponding right parenthesis ')'.
2. Any right parenthesis ')' must have a corresponding left parenthesis '('.
3. Left parenthesis '(' must go before the corresponding right parenthesis ')'.
4. '*' could be treated as a single right parenthesis ')' or a single left parenthesis '(' or an empty string.
5. An empty string is also valid.
Assign symbols according to numbers
It was fairly easy round. It was based on Operating System and DBMS. Few questions of easy and moderate difficulties were asked from the same subjects
Tip 1 : Read Galvin for OS thoroughly.
Tip 2 : Take the help from online resources for the preparation
Tip 3 : Read previous interview experiences
Tip 1 : Read relational database management system
Tip 2 : Focus on college lectures of DBMS
Tip 3 : Practice SQL Queries

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?