Sie sind auf Seite 1von 4

TCS OFF CAMPUS – ONLINE TEST

In TCS 2018 campus placement, first round has this type of pattern as shown below. This year ,
the test consists of 4 sections along with some advanced questions. There is negative marking
for MCQ’S and no negative marking for fill in the blanks.For calculations, virtual calculator is
provided in the screen.The duration of the test is about 90 minutes. The details are:

Section Questions Time


English 10 10-minutes
Quanitative aptitude 20 [15 Standard, 5 advanced] 40-minutes
Programming logic 10 [7 Standard, 3 advanced] 20-minutes
coding 1 20-minutes

English

In English,it is like fill in the blanks type paragraph provided three options(scroll down type method).

The internet of things is __________evolution that involves extending internet connectivity.


As _________foundation, M2M offers the connectivity that enables IOT. Our end-to-end
IOT solution enables the ability to develop and manage your embedded ___________safely
and securely. For consumers, the smart home is probably where they are _________ to come
into contact with internet-enabled things, and it's one area where the big tech companies IOT
systems become computationally _________ enough to handle bulky block chain
implementations. __________, the vast number of different options has already
_________some to argue that IOT communications standards need to be as accepted and
interoperable as wi-fi is today. As one can easily imagine, any serious contribution to the
________ of the Internet of Things.

a/an/the

its/it’s

embedded :: systems/circuits

like/likeliness/likely

Complex/competent/complexity

However/therefore

Lead/led

Advance/advanced/advancing
Quanitative aptitude

1. (1/x)>-3,which of the following is not true vaue of x?


a) -1/3
b) -3
c) -1/2
d) -1

2. When writing 1 to 10,000, how many times will the number 9 occur?
3. A five digit number is formed using digits 1,2,3,6,9 without repeating any one of them. What
is the sum of all possible numbers?
4. The average age of a family of 5 members is 20 years. If the age of the youngest
member be 10 years then what was the average age of the family at the time of the
birth of the youngest member?
a)13.5
b) 14
c) 15
d) 12.5

5. Two trains running in opposite directions cross a man standing on the platform in 27
seconds and 17 seconds respectively and they cross each other in 23 seconds. The
ratio of their speeds is:
a) 1:3
b) 3:2
c) 3:4
6. Two number are respectively 20% and 50% more than a third number. Then the ratio of
the two numbers is:

A) 2 : 5 B) 3 : 5

C) 4 : 5 D) 6 : 7
7. in an exam there are 12 questions.A candidate gets 8 marks for correct answer, 0 marks for
incorrect answer and 3 marks for no answer. if she got 35 marks,then what is the maximum
number of incorrect answer did she have?

8. One pipe can fill a tank three times as fast as another pipe. If together the two pipes
can fill the tank in 36 minutes, then the slower pipe alone will be able to fill the tank
in:
a) 81 min
b) 108 min
c) 144 min
d) 192 min

9. The population of different trees in a field increased by 10 % in first year, increased by 8 % in


second year and decreased by 10 % in third year. If at present the number of trees is 26730,
then find the number of tress in the beginning.
a.30000
b. 25000
c. 27000
d. 27865
10. what is Aman's present age, if after 20 years his age will be 10 times his age 10 years
back?
A. 6.2 years

B. 7.7 years

C. 13.3 years

D. 10 years
11. The smallest number repeated in the following arithmetic progressions:
5,16,27,39,50,..
7,20,33,46,…...
9,23,37,51,….
12. There is a question based on the formula:

P(A U B U C) is P(A) + P(B) + P(C) - P(A∩ B) - P(A ∩ C) - P(B ∩ C) + P(A ∩B ∩ C).

13. Problem based on number of combinations…..

Programming logic

1) Which of the following is used to implement 1+((2+8)*2)?


a) Stack
b) Arrays
c) Circular queue
2) Int main(int argc,char *argv[]),what is the function of argv?
3) There are 7 houses build in a line, each of which contains some value as [6,7,1,3,8,2,4]. A
thief is going to steal the maximal value of these houses, but he can’t steal in two adjacent
houses because owner of the stolen houses will tell his two neighbour left and right side.
What is the maximum stolen value.
4) Assume int is 4 bytes, double is 2 bytes , char is 1 byte and float is 4 bytes.Find output of the
following program:

Int main()

{ Struct emp

Int xx;

Double yy;

Char name[30];

Float s;
Float cdd;

Char dd;

Printf(“%d”,sizeof (struct emp));

5) How many structurally unique Number of combinations for a given tree are there?(upto two
decimal values accuracy)

10

5 20

11 16 20

14

6) For the given program,which of the following is used?

a) Recursion
b) Iteration
c) Polymorphism

7) Which of the following is true about binary tree?

coding

1. Find the nth term in the following series:

1,2,3,4,5,8,7,16,9,32,11,64,13,128,15,256,17…

For example: if n = 16, the output should be 256

Das könnte Ihnen auch gefallen