This Test Consists of 50 Questions. The Set Code For This Paper Is D
This Test Consists of 50 Questions. The Set Code For This Paper Is D
(a) semicolon
(b) colon
(c) period
(d) exclamation mark
x=sqr(a);
return(x);
(a) return(sqr(a));
(b) printf("sqr(a)");
(c) return(a*a*a);
(d) printf("%d",sqr(a));
(a) 7
(b) 0
(c) 1
(d) 6
(a) 15
(b) 0
(c) 16.1
(d) 29
(b) for(;;)
{
...
}
(c) x=0;
do{
/*x unaltered within the loop*/
.....}
while(x = = 0);
(a) 3
(b) 1
(c) 0
(d) 2
13. How does the C compiler interpret the following two statements
p=p+x;
q=q+y;
(a) p=p+x;
q=q+y
(b)p=p+xq=q+y
(c)p=p+xq;
q=q+y
(d)p=p+x/q=q+y
a.int
b.char
c.string
d.float
14. '9'
16. 10e05
17. 15
(a) 200
(b) 1
(c) -1
(d) 50
(a)20
(b)8
(c)9
(d)21
int a[50];
int *pa;
pa=a;
(a) *(a+5)
(b) a[5]
(c) pa[5]
(d) *(*pa + 5}
(a) 8,9
(b) 9,9
(c) 8,8
(d) 8,unpredictable value
(a) a=b=3=4;
(b) a=b=c=d=0;
(c)float a=int b=3.5;
(d)int a; float b; a=b=3.5;
(a)if cond 1
exp 1;
else if cond 2
exp 2;
else if cond 3
exp 3;
else exp 4;
(b) if cond 1
if cond 2
if cond 3
exp 1;
else exp 2;
else exp 3;
else exp 4;
(d) if cond 3
exp 1;
else if cond 2 exp 2;
else if cond 3 exp 3;
else exp 4;
(a) **
(b) ^
(c) %
(d) not available
(a) a+=b
(b) a*=b
(c) a»=b
(d) a**=b
y=5;
if (x==10)
else if(x==9)
else y=8;
(a)9
(b)8
(c)6
(d)7
29. a=0;
while(a<5)
printf("%d\\n",a++);
How many times does the loop occurs?
(a)infinite
(b)5
(c)4
(d)6
for (i=0;i=10;i+=2)
printf("Hi\\n");
(a)10
(b) 2
(c) 5
(d) None of these
31. What is incorrect among the following
A recursive function
32. Which of the following go out of the loop if expn 2 becoming false
main()
{unsigned int i=10;
while(i>=0){
printf("%u",i)
i--;}
}
(a)10
(b)9
(c)11
(d)infinite
(a) malloc()
(b) calloc()
(c) free()
(d) realloc()
35.Consider the following program
main(){
int a[5]={1,3,6,7,0};
int *b;
b=&a[2];
}
The value of b[-1] is
(a) 1
(b) 3
(c) -6
(d) none
(a) 8
(b) 6
(c) 7
(d) None
int n,sum=1;
switch(n){
case 2:sum=sum+2;
case 3:sum*=2;
break;
default:sum=0;}
(a) 0
(b) 6
(c) 3
(d) None of these
1.if(c=1)
2.if(c!=3)
3.if(a<b)then
4.if(c==1)
(a) 1 only
(b) 1&3
(c) 3 only
(d) All of the above
(a) %d
(b) %o
(c) %x
(d) %u
main(){
int x=5, *p;
p=&x
printf("%d",++*p);
}
(a) 5
(b) 6
(c) 0
(d) none of these
main(){
int i=3,x;
while(i>0){
x=func(i);
i--; }
(a) 6
(b) 8
(c) 1
(d) 3
Verbal Section
1. Depreciation
2. Deprecate
3. Incentive
4. Echelon
5. Innovation
6. Intermittant
7. Detrimental
Ans.Harmful
8. Aberration
Ans. Deviation
9. Conciliation
10. Orthodox
Ans.Conventional or superstitious
11. Fallible
Ans.Liable to err
12. Volatile
Ans.Ever changing
13. Manifestion
Ans.Clear or obvious
14. Connotation
15. Reciprocal
Quantitative Section
1. There are 150 weights .Some are 1 kg weights and some are 2 kg
weights. The sum of the weights is 260.What is the number of 1kg
weights?
Ans. 40
Ans. 15 kmph
3. A moves 3 kms east from his starting point . He then travels 5 kms
north. From that point he moves 8 kms to the east.How far is A from
his starting point?
Ans. 13 kms
4. A car travels 12 kms with a 4/5th filled tank.How far will the car
travel with 1/3 filled tank?
Ans. 5 kms
Ans. 35
6. The cost of one pencil, two pens and four erasers is Rs.22 while the
cost of five pencils, four pens and two erasers is Rs.32.How much will
three pencils, three pens and three erasers cost?
Ans. 27
7. Fathers age is 5 times his son's age. 4 years back the father was 9
times older than son.Find the fathers' present age.
Ans. 40 years
Ans. 35
Ans. 12 days
Ans. 3/7
Ans. 25%
Ans. 20%
Psychometric Test
Example:
If you find a purse in the market with loads of money would you return
it to the rightful owner?
Do you drink and smoke more than you think you should?
34. A Flight takes off at 2 A.M from northeast direction and travels for
11 hours to reach the destination which is in north west direction.
Given the latitude and longitude of source and destination. Find the
local time of destination when the flight reaches there?
35. A can copy 50 papers in 10 hours while both A & B can copy 70
papers in 10 hours. Then for how many hours required for B to copy
26 papers?
36. A is twice efficient than B. A and B can both work together to
complete a work in 7 days. Then find in how many days A alone can
complete the work?
37. A finish the work in 10 days. B is 60% efficient than A. So how
days does B take to finish the work?
38. A finishes the work in 10 days & B in 8 days individually. If A
works for only 6 days then how many days should B work to complete
A’s work?
39. Given the length of the 3 sides of a triangle. Find the one that is
impossible? (HINT : sum of smaller 2 sides is greater than the other
one which is larger)
40. Find the singularity matrix from a given set of matrices?(Hint
det(A)==0)
41. A 2D array is declared as A[9,7] and each element requires 2 byte.
If A[ 1,1 ] is stored in 3000. Find the memory of A[8,5] ?
42. Sum of slopes of 2 perpendicular st. lines is given. Find the pair of
lines from the given set of options which satisfy the above condition?
43. (a) 2+3i (b)1+i (c) 3-2i (d) 1-7i .Find which of the above is
orthogonal.
44. (Momentum*Velocity)/(Acceleration * distance ) find units.
45. The number 362 in decimal system is given by (1362)x in the X
system of numbers find the value of X a}5 b) 6 c) 7 d) 8 e) 9
46. Given $ means Tripling and % means change of sign then find the
value of $%$6-%$%6
47. My flight takes of at 2am from a place at 18N 10E and landed 10
Hrs later at a place with coordinates 36N70W. What is the local time
when my plane landed.
a) 6:00 am b) 6:40am c)7:40 d)7:00 e)8:00 (Hint : Every 1 deg
longitude is equal to 4 minutes . If west to east add time else subtract
time)
48. Find the highest prime number that can be stored in an 8bit
computer.
49. Which of the following set of numbers has the highest Standard
deviation?
1,0,1,0,1,0
-1,-1,-1,-1,-1,-1
1,1,1,1,1,1
1,1,0,-1,0,-1
*****Remaining Questions were from Graph, pie charts, Bar chart and
Venn diagram which were very easy.
II There are 2 groups named Brown and red. They can’t marry in the
same group. If the husband or wife dies then the person will convert to
their own group. If a person is married then the husband will have to
change his group to his wife’s group. The child will own the mothers
group. From these a set of 4 questions were given .Solve them
Eg;
1.Brown’s daughter is red (False)
2. If a person is red. Then his/her mother’s brother belong to which
group if he is married (Brown)
Eg:
Which of the following pairs were not possible?
Others questions were similar to the above. More questions were from
Barrons.
HR QUESTIONS:
For all the questions they expect a elaborate answer with justifications
and not a short one.
1) Market urself
2) Why TCS ?
3) Will u switch over to any other company after joining TCS? If NO
then why?
4) R u mobile? ( R u ready to go anywhere ?)
5) R u ready to go to places of extreme temperature. If yes what do u
think of ur safety?
6) What are the requirements for leadership quality ?
7) Why u switch over to s/w from ur own back ground?
8) What are the qualities required for a s/w engineer and Project
manager?
9) Rate ur good qualities?
10) What is the difference between hard and smart work?
11) Do u have a plan of doing higher studies ?
Technical Questions :
General :
The questions were different for different persons and depends on the
field of interest that u say.
Communication :
C Language :
PSYCHOMETRY TEST
Direction:
In this section you will find different questions with the same meaning.
In all such questions your answer has to be same. for e.g.:
In being thrown by chance with a stranger, you wait for the person to
introduce himself or herself.
(a) Yes (b) No (c) ?
These two questions have similar meanings. If you answer the first
one 'NO' and the second one 'YES', i.e. if you differ in your answers to
similar questions you lose marks for every question with the above
meaning.
PSYCHOMETRY GROUPING
2 3 28 39 53 73 103 128
GROUP 4 DAYDREAMERS
22 27 47 67 72 86 92 96 102 112 117 126 134 136 137 140 142 147
GROUP 11 DIFFIDANT (shy, not able to ask even the most required
thing….. etc..)
1. the last group is bigger and within the group itself a small
subgrouping is done- the no. in the bracket is the parent question to
which the no outside the bracket belongs to- hope u understand
2. strictly- this may not be 100 % right as many questions look very
similar. So go thru and make alterations if u feel so.
3. in each groups there r 2 kinds of questions- if u say yes to some
and no to others u will land up at the same definition. So its ur
common sense to understand the affirmative and negative tones of
each question and answer accordingly- u shld know when to answer no
and yes for each question in the same group-
4. some groups itself are opposite to each other and can be grouped
together- but I have separated them on the basis of finer inferences
eg:- serious persons cant be easy going type. if u say no to any
question on serious group question u will land as an easygoing
personality and vice versa- so they can be put under a single group-
but some finer points prevent from doing so