Tip 1 : Basics of each Data Structures should be clear.
Tip 2 : You need to be short and accurate.
Tip 3 : All the things you mention in resume must be well prepared including projects so mention accordingly.
Tip 1 : Don't put false things on resume which you can't answer.
Tip 2 : Resume should not be more than 2 pages.
The TCS CODEVITA PREQUALIFIER round is conducted for 24 hrs in which the each student can attempt the test according to suitable timings and the test duration is of 6 hrs. There are 6 coding questions which are of easy , medium and hard level. The test environment is very good. You are given compiler and also the option to upload your code if you are not using their compiler. The test is not camera proctored as the main thing is that TCS has a very strong plagiarism checker so if one copies from any source he/she is not considered.
ARR = [5, 7], N = 2, M = 2
Perform the following two operations on ‘ARR’:
1. Divide the bag with 7 balls into 3 and 4. New ARR = [3, 4, 5].
2. Divide the bag with 5 balls into 1 and 4. New ARR = [1, 3, 4, 4].
The bag with the maximum number of balls has 4 balls. Hence, the minimum possible value of ‘X’ is 4. Return 4 as the answer.
1. You can perform any number of operations between [0, M], both included.
2. Avoid using the 'Modulo' operator as it can cause Time Limit Exceeded.
It was of around 45 min on Microsoft Teams. There were 3 interviewees in the interview and they where were very friendly.
It was conducted on Microsoft Teams .
What makes you happy?
How do you work under pressure? Can you handle the pressure?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?