Saturday, May 28, 2011

2

huawei aptitude questions and answers 2011 huawei latest aptitude questions with answers huawei placement papers 2011 huawei test pattern 2011

  • Saturday, May 28, 2011
  • tech
  • Share
  • 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

    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

    2 Responses to “huawei aptitude questions and answers 2011 huawei latest aptitude questions with answers huawei placement papers 2011 huawei test pattern 2011”

    yuvan said...
    December 3, 2011 at 9:02 PM

    Good Collections! thanks!!!

    You can also find Aptitude Questions and answers Collections here

    http://infibee.com/general-aptitude/

    Browse left side Navigation links and get question and answers page like the below

    http://infibee.com/general-aptitude/age-problems/


    Prakash Katudia said...
    February 10, 2012 at 6:06 AM

    good... all same questions are asked in apti.. Thanks


    Post a Comment