Jobs in India
Search Jobs
Search Jobs
Advertisements

PlacementPaper 27 January 2011 by ValueLabs

Details of PlacementPaper 27 January 2011 by ValueLabs conducted by ValueLabs for job interview.
Advertisements
As I have cleared 1st Round, I was called to attend the technical test. By seeing the paper i was really shocked because they again gave the aptitude and reasoning. The paper comprises of 20 questions.

APPTITUDE & REASONING 10 questions

TECHNICAL -10 questions

The questions are listed below.

1. In a class 70% passed in mathematics and 80 % passed in English. Together 40% failed in maths and English in a class of 133 members. How many students passed in both the subjects?

2. There are seven stations between Chennai and howrah.How many type of second class tickets should be printed so as to serve all type of passengers?

a. 20 b. 8 c. 4 d. 7
Ans: b

3.Tanya is older than Eric.
Cliff is older than Tanya.
Eric is older than Cliff.
If the first two statements are true, the third statement is

a) true b) false C)Uncertain

Ans :B




4. During the past year, Josh saw more movies than Stephen.
Stephen saw fewer movies than Darren.
Darren saw more movies than Josh.
If the first two statements are true, the third statement is


a) true b) false c) uncertain

Ans: c

5. All the tulips in Zoe,s garden are white.
All the pansies in Zoe,s garden are yellow.
All the flowers in Zoe,s garden are either white or yellow
If the first two statements are true, the third statement is

a) true

b) false

c) uncertain

Ans: C

6. Today is Tuesday, after 3365 days what is that day

a) Monday b) Tuesday c) Wednesday d) Saturday
7. 2, 4, 6, 8, 10, ... What number should come next?

a) 11 B)12 c) 13 D) 14


8. 58,52,46,40,34,
a)26 b)28 c)32 d)43
and there are 2 more questions I cant remember xact,but they r easy to solve.
9
10.

11.
int main()
{
Extern int i;
i=4;
printf(%d,i);
return 0;
}
a)0 b) 4 c) error d)1 Ans: c
12. A code is given based on string and pointers. Find the output
13. what is diff b/w arrays and pointers? (should write answer,they will provide white sheets)
14.Should we have to free the memory compulsory when we use malloc() in a c program ans: yes
15.Difference between const *char p and char const *p;
16.int main()
{
Int n=20,i;
For(i=0;i