Saturday, May 28, 2011
2
Saturday, May 28, 2011
tech
tags:huawei test pattern 2011 huawei placement papers huawei aptitude questions and answers 2011 huawei latest aptitude questions with answers huawei placement papers 2011 huawei test pattern 2011
Read more...
huawei aptitude questions and answers 2011 huawei latest aptitude questions with answers huawei placement papers 2011 huawei test pattern 2011
These are some of the questions that where asked in the huawei test conducted on 27-05-2011.
Huawei aptitude test Pattern:
The question paper consist of two sections:20 general aptitude questions and 20 C Aptitude questions.
Following are some questions i remember
1.Three ants are there in 3 corner of a triangle.they started moving randomly.what is the probability that they meet.
a:100%
b:50%
c:75%
d:25%
2.How many squares in a chess board?
a:64
b:128
c:204
d:206
3.A Ball is dropped from 8 m height.it rebounds to half the height when it hits the ground.WHat is the didtance travelled by the ball before it hits the ground?
a:23
b:24
c:12
d:16
ans:A
4.what is the angle between hour and minute hand when the time is 7:20
a:100
b:110
c:90
d:80
C Aptitude questions
find the output
1.void main()
{
int const * p=5;
printf("%d",++(*p));
}
2.void main()
{
float me = 2.1;
double you = 2.1;
if(me==you)
printf("equal");
else
printf("not equal");
}
3.#include
#define a 10
main()
{
#define a 20
printf("%d",a);
}
ans:20
4.main()
{
static int a = 5;
printf("%d ",a--);
if(a)
main();
}
ans:54321
#define a 10
main()
{
#define a 20
printf("%d",a);
}
ans:20
4.main()
{
static int a = 5;
printf("%d ",a--);
if(a)
main();
}
ans:54321
Subscribe to:
Posts (Atom)