Font size
WorksheetsTCS NQT 2026 Mock Test 1
Total questions: 41
Worksheet time: 53mins
She was very disappointed, ______?
did she?
didn’t she?
wasn’t she?
was she?
If I ______ you, I wouldn’t take medicines so fast, I would give the body’s defence mechanism a chance to take over.
am
was
were
be
A statistically significant association between smoking and duration _______ hospitalization was observed by the study conducted at fifteen multi-specialty hospitals.
in
at
of
over
Certain groups _____society appear to be openly hostile to much arts – related activity.
beyond
across
around
within
The commission made ____ recommendations to alleviate the specific problems faced by the country
a numbers of
a lot
a number of
the high
The suit alleged that workers _____ made to work overtime for no pay.
had been
has been
are been
have been
It matters not only ____ happened but why it happened.
which
where
what
that
Fish is a creature that ____ and breathes in water
swims
eats
lives
moves
Users _____ provide a name, address and date of birth for the ID.
has to
had to
were to
was to
Consumers can simply be asked to list all the products they use _____ a particular task
at
for
through
on
The financial policy ____ safeguarding the interests of the creditors.
is aimed at
is aimed for
is aimed on
is aimed through
The signs of inflammation ______ the patient are heat, redness, swelling and pain.
on
for
in
at
All those three children ____ in poor health, with persistent coughs and colds.
were
was
is
are
It is not difficult to restrict access ____sections of the website for particular users.
on
at
in
to
There is a need _____ engagement with abused and neglected children.
to
for
from
about
The students of three classes A, B and took a test. The average marks of the students of classes A and B is 71. The average marks of the students of classes B and C is 76. The average marks of the students of classes A and C is 79. The range of average marks (p) of the students of all the three classes is _____
72 < p < 76
73 < p < 75
71 < p < 77
73.5 < p < 77.5
Solve for x and y. 0.85xlog3−0.75ylog5 = log[(81/3125 & ∜(3/5))] 813125 435 and 0.4×logg9+0.25ylog25=log(34572)
x=5,y=6
x=5,y=7
x=y=5
x=7,y=5
A number, when divided by 5 and 7. leaves remainders of 3 and 2 respectively. The same number, when divided by 6, leaves a remainder of 4. The smallest such three-digit number lies between _____.
255 and 260
260 and 275
110 and 125
125 and 140
Prashanth invested Rs.20.000 at 15% p.a. at compound interest. Prashanth’s friend Ramakanth invested an equal sum at the same rate but at simple interest. How much more did Prasanth receive than Ramakanth if both of them invested for three years?
Rs. 917.50
Rs. 1417.50
Rs. 1177.50
Rs. 1517.50
f(x)=x2+2x+2, when x≥−1 __________ =−x3+3x+1,when x<−1 Find the value of f(f(−2)).
10
17
25
27
Two vessels contain equal quantities of 40% alcohol. Anil changed the concentration of the first vessel to 50% by adding some pure alcohol. Balu changed the concentration of the second vessel to 50% by replacing some of the solution with pure alcohol. By what percentage is the quantity of alcohol added by Anil more than the solution replaced by Balu?
20%
25%
40%
45%
Due to heavy winds, a mast of height 270 feet snaps at a certain height and the top of the mast touches the ground, without getting detached. The distance between the foot of the mast and the point where the top of the mast touches the ground is 30 feet more than twice the height of the intact section. At what height (in feet) did the mast break?
75
65
85
95
During a day, radio programmes are broadcast from 6:25 a.m. to 11:05 p.m. If. during this time, there are two news bulletins of 15 minutes each. four news bulletins of 10 minutes each and short news summaries of a total duration of 10 minutes, what percentage of the day's total air-time is given to news?
5%
12%
16%
8%
A student walks from his house to his college at 4 kmph and reaches his college 10 minutes late. If he walks at 6 kmph. he reaches the college 5 minutes early. Find the distance between his house and the college.
2 km
4 km
3 km
6 km
Three cities are connected in such a way that each city has at least one direct route to the other. If one wants to go from A to B, either a direct route (AB) or an indirect one (ACB) can be used. In total, there are 33 routes from A to B and 23 routes from B to C. How many indirect routes are there from A to C?
18
15
16
21
Raja purchased a total of 120 pens. erasers and sharpeners from a shop. He spent a total of Rs.520 on his purchase. The cost of each pen. each eraser and each sharpener is Rs.3, Rs.4 and Rs.5 respectively. The number of erasers he purchased is less than the number of sharpeners. Find the minimum number of sharpeners he purchased.
54
70
80
90
If x, y, z are the angles (in degrees) of a triangle, and x, y, z are integers, what is the number of values that (x – y - z) can take?
179
178
100
80
A rectangular reservoir has dimensions of 60m x 40m x 20m. The tank is filled with water using a pipe whose cross-section is circular. The area of the cross - section of the pipe is 240 cm2. If water flows through the pipe at 10 km/hr, the time taken to fill the tank is
100
150
200
250
The owner of a shop increases the price of an article by and then decreases it by . As a result, the price of the article falls by Rs.180. After one more such iteration, the price falls by a further Rs.160. Find the original price (in Rs.) of the article.
1250
1500
1600
1620
abc three-digit number in which a is the hundreds digit, b is the tens digit and c is the units digit. If a!+b!+c!=abc find the number abc
145
150
155
165
What is the output of the following program?
main ( )
{
char n [ ] = “TIME 4 EDUCATIN” ;
char *p = &n ;
p = n + 5;
printf (“ %s” , p) ;
}
TIME 4 EDUCATION
4 EDUCATION
EDUCATION
Error
What will be the output of following program?
void main ( )
{
char
strcpy (x, “ string”);
printf (“ %d%d” , strlen(x), size of (x));
}
6 10
7 10
6 6
7 7
Consider the following program.
main ( )
{
int , A;
for (I = 0 ; I < = 2 ; i + +)
A = funct(i)
printf(“%d”, A);
}
Int y = 0
y = y + x;
return (y) ;
}
What will be the output of the above program?
0
1
2
3
Consider the following program.
main ( )
{
int i, A ;
for (i = 0 ; i < = 2; i++)
A = funct(i);
printf (“%d”, A);
}
int funct (int x)
{
int y = 0
y = y + x
return (y);
}
What will be the output of the above program, if the statement ‘int y = 0’ inside the function ‘ funct’ is replaced with ‘static int y = 0’.
0
1
2
3
A Binary Tree T can be represented in memory, using a single array, this representation is called sequential representation of T. The sequential representation of a tree with depth 'd' will require an array with approximately elements.
2d
2 d+1
2d+1
2 d−1
In a complete binary tree, if there are nodes, what is the depth of this complete binary tree?
9
12
14
11
Consider a node k in any complete binary tree Tn, if the left and right childs of k are at locations 12 and 25, then what is the location of k ?
10
11
12
13
1. Suppose the following six numbers are inserted in order into an empty binary search tree?
60, 80, 70, 53, 75, 31
What is the value of parent of 75?
60
70
75
85
Suppose we want to build a max heap from the following list of numbers?
4, 3, 5, 2, 6, 7, 8, 9
What are the elements in left sub tree of root node?
6, 3, 4, 2
6, 3, 4, 8
8, 7, 5, 2
3, 4, 7, 5
Consider a single linked list in which each node of the list have the following structure.
struct node
{
int data;
struct node * next;
} ;
To delelete all the elements of the list the following code is written:
void freelist (struct node *head)
{
Struct node *temp = NULL;
/* Block S*/
}
Identify the missing “Block S” from the following :
while (head)
{
temp = head;
head = head \-->
free (temp);
}
while (head)
{
head = head -> next;
free (temp);
temp = head;
}
while (head)
{
head = head -> next;
free (head);
}
while (head -> next ! = NULL)
{
temp = head;
head = head -> next;
free (temp);
}
Write a program (in one of the five languages which will print the of the first twenty natural numbers?
