Citicorp placement papers with Answers for 2006 or Citicorp Information Technology Industries Limited Sample written Test Papers are below.The Question papers for Citicorp can be checked.
CITICORP 2006 placement paper
1) In a storage stall of 5x3x2inch.How many blanks of size
2x1x1inch can be stored..(ans:15)
2) In a company 3/5 of people know shorthand 1/4th know typing
and 1/5 know both. What fraction of people do not know both..
(ans:35%)
3) A man how many bikes of Rs 14000 can buy by selling 2100
bikes of Rs500/- of each (ans: 75)
4) A company requires 11,500 strength.present employees are 200
women , men and 6500 unmarried To reach the target how many
women required to maintain the same ratio (ans : 300)
5)A man walks from 9.15 to 5.15 from monday to friday and 9.00
to 12.00 on saturday.Each day 0.45 min lunch.
How much time he walks in a week…(ans: 39hrs15min).
6) 12 revolutions takes 1/8 th second time.In 20 seconds how
many revolutions…(ans:1920)
7 In 60 reems of paper 40 reems were utilised then what
percent will remain…(ans:33.33%)
A started at 9.00 am with 6 mph and B started at 9.30 am
with 8mph in the same direction. At what time they will meet…
(ans:11.00am)
ANALYTICAL REASONING
1) Five persons A,B,C,D and E were travelling in a car.They were
two ladies in the group. Of them who knew the car driving one
was a lady.A is brother of D.B wifeof D,drve at the begining.
E drive at the end.
1)Which of the following is a pair of brothers.(ans:A,D)
2)Who was the other lady in the group.(ans:C)
3)In the case of which the following pairs,no relationship
can be established with one else in the group (ans:C,E)
4)How was E related to A.(ans:DATA INADEQUATE)
2) A man said to woman ” your only brother’s son is my wife’s
brother”. How is the woman related to the man’s wife…(ans:AUNT)
C paper
1. fn f(x)
{ if(x<=0)
return; ans fn(5) ….?
else f(x-1)+x;
}
2. i=20,k=0;
for(j=1;j
{
k+=j<10?4:3;
}
printf(“%d”, k); ans k=4
3. int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf(“%d”, i); ans i=20