Saturday, January 26, 2008

Aptitude INTERVIEW QUESTIONS Satyam IBM wipro

Duration 45 mins,
No. of qns: 30.

Q1.
out of 90 students in a college , neither take economics nor history ,among them x (forgot) takes history ...... y (forgot) takes eco. ....... how many of them take both ...... some seq r given for that..... have to arrange that
ans: i have marked d)none

Q2.
if entry is coded as xxxxx ....... some other word's code was given(forgot) ......... then we have to find the code for
a given word(forgot) ............ very easy to solve
ans:c)

Q3.
square. of sum of two numbers is 130 more than the twice of the product of the two nos.
find the sum of the squares of the two numbers .....(hints:(x+y)^2-2*x*y=130......find x^2+y^2)
ans:a)130

Q4.
have to buy 120 reals of paper each price rs.100/- ......... transportation rs.360 ......... coolie charge rs.60 ....
some other charge (forgot) for each reals of paper 50 paise ........... to have 20% profit what will be the selling
cost of each reals of paper.
ans:a)126(check)

Q5.
a,b,c,d,e are five members of a club .............. a,d are unmarried .......... b,c are brothers ........... e is the husband
of a couple(some more easy conditions r given ).. ...... who will be the wife of e?
ans: c)c

Q6.
read for speaking is coded as xxx yyy zzz(forgot) ............ soft speaking is coded as ppp tttt(forgot) .........
read aloud is coded as vvv nnn ......... what will be code for soft?
ans:d)none

Q7.
1.N=100
2.N is divided by 3.remander is saved in a
3.N is divided by 7. remainder is saved in b
4.N is divided by 11. remainder is saved in c
5.if a=2,b=6,c=2....then print N
6.N=N+1.
7.if N>999 ,stop
what seq of the following will be the output?
ans:d)none
**the same q was repeated twice

Q9.
r=8,j=5-------->k=r+j -------->................------>print k ...............
ans:d)none

Q10.
u have to print ur name in reverse order (some seqs were given in arbitrary order ......... have to arrange those steps)
1.get the lenght of the sting L.
2.print L th character
3. if L=0 ,stop
4.L=L+1.
5.
6.goto the step where L is incremented
ans:apply ur own logic

Q11.
1. we have a value of m=50.
2. n is initialised to 2
3. n is subtracted from m
4. to increment the value of n add with itself
5. repeat step 3 & 4
how many repitions will be there such n>m
a)4 b)8 c)9 d)none
ans:d)none(check)

Q12.
...................------------->if IA<=xxx ------->then print I+1-------->else print I
ans:d)none (actually I=2 was coming ,but all given ans were greater than I)

Q13.
1. accept a,b,c
2.if a<100>999
3.if b <> 999
5. a1 = a%100; a2 = a1% 10
6.b1=b%10
7.c1=c%100;c2=c1%10
8.x=a1+a2+b1+c2
a=326,b=two digit no,c=three digit no
ans:a)ans sure most probably it's value is 17

Q14.
5 steps are there
6 th step has to be filled up
7 th step was given
ans:a has to be replaced by a+1

Q15.
some flowchart was given
then output of the flowchart is 1,1,3
what will the value of a parametre
ans:
b)375

Q16.
flowchart
N=1 initial value
then some steps
.
N=N*N*N
.
N=N+P
.
if the output was 1,27,125,
what will be the value of P
ans:
2

Q17.
a flow chart was given (forgot)
ans: R>10

8 groups were there