Value-one Placement Paper
Company: Value-one
Selection Procedure :
30 mins aptitude test
45 mins c/c++ test
30 mins lab test
Technical Interview
HR Interview
Q1 If the first half of the alphabet is written in reverse order then which lettr will b the middle letter between 9th letter from left and 10th letter from the right
B, A,N,D,none
Q2 Pointing towards a lady in photo vimal said ?she is the daughter of my grand father?s only son? how is vimal related to her
Brother,cousin,father,uncle,none
Q3 in a row of girls subha is 10 from the left and rupa is 11 from right when they both interchange their position rupa becomes 15 from right what will b subhas no from left
17,14,16,13,none
Q4 Sue is both 50th best and 50th worst student at her skool how many student attend tht skool
50,75,99,100,101
Q5 A&b together can do a wrk in 8 days if A alone can do it in 12 days then how many days can b do it alone
12,20,24,28,none
Contents
Directions (q6-9)
1) nine students a,b,c,d,e,f,g,h & i are sitting on a bench facing towards sea
2) C is next to the right of a and second left of h
3) B is on any one end and second to the left od E
4) F si neighbour of B & I isthird to the right of D
5) G is the neighbour of D and E
q> which of the 2 studends are on 2 ends
c&g
a&g
A&e
C&a
None
Q7 which of the following are true
C&h are neighbors of b
F is just in the middle of all the students
Group of 8 friends is just left to to h
H & f are neighbors of I
None
Who is just in the middle of all
H,f,d,b,none
Which of the following group is just right to f
Ihd
Hdc
Ihb
Dge
None
Prabodh gave a portion of his money to subodh in turn gave one third of what he received To amal and amal gave one half of what he received to prabir if prabit got Rs 5 how much money prabodh have
520
480
660
Data inadequate
None
If u count 1-100 how many 7?s will pass on the way
10
11
19
20
21
Q 12-14 figure probs
If u reaarange letters?ANLAEDN? u would have the name of an
Ocean
Country
State
City
Animal
Heavier coins are costlier Ram?s coin is heavier than mohan?s and costlier than ramesh?s
Naresh?s coin is costlier than ram?s but lighter than yogesh?s Rameesh?s coin is costlier than mohan?s so who is the ownwer of costliest coin
Ram
Ramesh
Yogesh
Naresh
At 6 o clock clock ticks 6 times the time between first and last tick is 30 sec how lonng does it tick at 12 0 clock
60
66
50
55
None
Salary of one officer increases every year by 20 % his salary in the year 2001 was Rs 26640 what was his salary in 1999
20000
19028
18500
18840
None
It is easier to _______________than offer a helping hand
Raise a flag
Be on the ball
Lay down
Point the finger
Sing praises
Which of the following is least like the others
Poem
Novel
Painting
Statue
Flower
Nasa received a massage in a strange language from distant planet the scientists studied the message and found tht ?necor buldon slock means danger rocket explosion and edwan mynor necor means danger space ship ire and buldon gimilzon gondor means bad gas explosion what does slock mean
Danger
Explosion
Nothing
Rocket
Gas
In the following series only one no is wrong find out tht no
5,12,7,10,3,8,2
12
7
10
3
8
19,28,39,51,67,84,103
19
28
39
51
67
Which of the followwinfg prverb is the closest in meaning to saying?birds of a feather flock together?
One swallow dosnt make a summer
A bird in hand is worth two in bush
A man is known by company he keeps
Fine feathers make fine birds
Don?t judge a book by its cover
Q1.
void main () {
unsigned I=1; /* unsigned char k=-1=> k = 255; */1
signed j=-1;/* char k=-1 +> k=65535 */
/* unsigned or signed int k=-1 +>=65535 */1
if(I
printf(?Less?);
else
if(I>j)
printf(?Greater?);
else
if(I==j)
printf(?Equal?);
}
a) Greater
b) Less
c) Equal
d) None
Q.2 Find the output for the following C program
main ()
{
int x=5:
printf(?%d,%d,%d,?,x,x<<2,x>>2);
}
a) 6,20,1
b) 5,20,1
c) 8,21,2
d) None
Q.3 Find the output for the following C program
main ()
{
const int i=100;
int *p = &I;
*p = 200;
printf(?%dn?,I);
}
a) 200
b) 100
c) Error
d) None
Q.4
main ()
{
struct s1
{
char *str;
struct s 1 *ptr;
};
static struct s1 arr [ ]= {
{?Hyderabad?, arr+1}
{?Bangalore?,arr+1}
{?Delhi?, arr}
};
struct s1 *p [ 3];
int I;
for(I=0;I<=2;I++) p [i] = arr [ i];ptr; printf(?%s, ?,(*p)->str);
printf(?%s,?.(++*p)->str);
printf(?%s, ?.((*p)++)->str);
}
a) Bangalore, Delhi, Hyderabad
b) Bangalore, Hyderabad, Delhi
c) Bangalore, Delhi, Delhi
Q.5
Job Opportunities
To be, or not to be: that is the question: Whether ’tis nobler in the mind to suffer The slings and arrows of outrageous fortune, Or to take arms against a sea of troubles, And by opposing end them? To die: to sleep;
BOLD TEXT
When we have shuffled off this mortal coil, Must give us pause: there’s the respect That makes calamity of so long life; For who would bear the whips and scorns of time,
Value-one Placement Paper