TCS NQT Model Question Paper

TCS NQT Model Question Paper

12th Grade

10 Qs

quiz-placeholder

Similar activities

PPSC unit-3 quiz

PPSC unit-3 quiz

12th Grade

10 Qs

JAVA: Level-1

JAVA: Level-1

5th - 12th Grade

15 Qs

ÔN TẬP NGUYÊN HÀM TÍCH PHÂN

ÔN TẬP NGUYÊN HÀM TÍCH PHÂN

12th Grade

15 Qs

Bab 3.1.2 ASK T2

Bab 3.1.2 ASK T2

1st - 12th Grade

10 Qs

Basic C Programming - Assignment Statement

Basic C Programming - Assignment Statement

12th Grade

10 Qs

Tema 3. Fundamentos de programación

Tema 3. Fundamentos de programación

12th Grade

10 Qs

Let's C It

Let's C It

11th Grade - University

6 Qs

Let's play with C and some reasoning

Let's play with C and some reasoning

12th Grade

15 Qs

TCS NQT Model Question Paper

TCS NQT Model Question Paper

Assessment

Quiz

Education

12th Grade

Hard

Created by

Training MTEC

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the fourth proportional of 0.006, 1.2 & 6/25?

36

48

4.8

3.6

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Two ants of length 1 cm and 1.2 cm crawl in opposite directions with average speeds of 2 and 3 mm per second respectively. How many seconds will they take to cross each other?

4.4

2.8

0.4

1.5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The index numbers of five commodities are 121, 123, 125, 126, 128 and the weights assigned to these are respectively 5, 11, 10, 8, 6. Then what is the weighted average index number?

123.8

124.2

124.6

125.2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Among 5 objects P, Q, R, S and T i. R is twice as heavy as T ii. S is one and half times as heavy as Q iii. Q and R together weigh as much as S and T together iv. P and S together are one and half time as heavy as Q and T together Which among the five is the heaviest of all?

Q

S

P

R

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are five rods K, L, M, N and O. The weight of O is twice L. The weight of L is equal to the weights of K and M together. The weight of M is twice the weight of K. The weight of N is three times the weight of M. If the weight of N is 90 kg, what will be the weight of O?

120 kg

60 kg

105 kg

90 kg

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the odd term in the following series? CMQ, FPT, JTX, OYC, UFI

FPT

OYC

JTX

UFI

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. What is the output of this program?

#include <stdio.h>

int main() {

int x = 10, y = 0;

y = x++ + ++x;

printf("%d", y);

return 0;

}

21

22

23

Undefined behavior

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?