• Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • English APP
  • login
  • Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • Walkins
    • Corporate Job Exam
    • Government Job Exam
    • Entrance Exam
  • Training
    • Internship
  • Placement Questions
  • /
  • Huawei

Huawei Placement Papers with Solution Page 2

Huawei Select Another Category Select Another Topic

Company

  • 3i-Infotech 345
  • Accenture 548
  • ADITI 81
  • Athenahealth 72
  • CADENCE 37
  • Capgemini 519
  • CMC 49
  • Cognizant 29
  • CSC 480
  • CTS 1340
  • Dell 49
  • Elitmus 44
  • GENPACT 516
  • Google 55
  • HCL 217
  • Hexaware 92
  • Huawei 81
  • IBM 1714
  • IGate 169
  • Infosys 2050
  • L&T 299
  • Microsoft 61
  • Miscellaneous 204
  • Oracle 74
  • Other 95
  • Patni 199
  • Sapient 44
  • Sasken 31
  • Self 38
  • Syntel 530
  • TCS 9109
  • Tech Mahindra 500
  • Wipro 1182

Huawei Question Topics

    Category (14)

    HR Interview (3)

  • Interview (3)
  • Logical Reasoning (14)

  • Blood Relations (3)
  • Coding Decoding (1)
  • Cryptography (1)
  • Direction Sense (1)
  • General Mental Ability (2)
  • Letter Series (1)
  • Logical Sequences (2)
  • Mathematical Reasoning (1)
  • Numerical Ability (25)

  • Algebra (5)
  • Averages (1)
  • Clocks and Calendars (1)
  • Geometry (1)
  • Number System (2)
  • Percentage (2)
  • Probability (2)
  • Ratio and Proportion (1)
  • Sequence and Series (2)
  • Time and Work (3)
  • Time Distance and Speed (1)
  • Trigonometry (1)
  • Programming (19)

  • Arrays (1)
  • Basics (2)
  • Database (1)
  • Definition (2)
  • Program (6)
  • Technical (6)
  • Verbal Ability (1)

  • Synonyms (1)
Keep an EYE (0)
Solved Question (25) UnSolved Question (57)
Pages: 9FirstPrev123456789NextLast
Advertisements

(#M40154729) HUAWEI QUESTION 21 NOV 2015 OXFORD COLLEGE Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which excess modifier is applicable to an interface?

a)public
b)protected
c)private
d)all of these

Asked In Huawei ABHINAV KUMAR (9 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (5)   (0) Submit Your Solution

(#M40154727) HUAWEI QUESTION 21 NOV 2015 Oxford College Keep an EYE Keep an eye puzzle Keep an eye puzzle

Find the wrong option
Class B extends A

a)A a=new A();
b)B b=new B();
c)A a=new B();
d)B b=new A();

Asked In Huawei ABHINAV KUMAR (9 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (4)   (3) Submit Your Solution Technical
Advertisements

(#M40154726) HUAWEI QUESTION 21 NOV 2015 OXFORD COLLEGE Keep an EYE Keep an eye puzzle Keep an eye puzzle

Find the next series

125,80,45,20,_
a)10 b)8 c)12 d)5

Asked In Huawei ABHINAV KUMAR (9 years ago)
Unsolved Read Solution (10)
Is this Puzzle helpful?   (7)   (3) Submit Your Solution

(#M40154713) HUAWEI QUESTION numbers Keep an EYE Keep an eye puzzle Keep an eye puzzle

If a rainy day occurs on every 10th day and each rainy day accounts for half rainbow then in 20 days what is the percentage of days when rainbow doesn't takes place.

Asked In Huawei Asha Jyothi (9 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (2)   (4) Submit Your Solution

(#M40154634) HUAWEI QUESTION C Programming Keep an EYE Keep an eye puzzle Keep an eye puzzle

#include
int main()
{
int a,b;
if(a=1,b=0)
printf("Yes");
else
printf("No");
return 0;
}

Asked In Huawei Kethineni Vinodh (9 years ago)
Solved VINU CHOWDARY Read Solution (5)
Is this Puzzle helpful?   (8)   (3) Submit Your Solution Basics

(#M40154633) HUAWEI QUESTION C Programming Keep an EYE Keep an eye puzzle Keep an eye puzzle

#include
#define mult(x,y) x*y
int main()
{
int a=5,b=5;
printf("%d",mult(a+b,a+b));
return 0;
}

Asked In Huawei Kethineni Vinodh (9 years ago)
Solved VINU CHOWDARY Read Solution (7)
Is this Puzzle helpful?   (7)   (2) Submit Your Solution Technical

(#M40152837) HUAWEI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Point out the compile time error in the program given below.
int main()
int *x;
1;
return 0;
A. Error: invalid assignment for x
B. Error: suspicious pointer conversion
C. No error
D. None of above

Asked In Huawei Poorva (10 years ago)
Unsolved Read Solution (7)
Is this Puzzle helpful?   (23)   (3) Submit Your Solution Program

(#M40152504) HUAWEI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

What is the correct sequence

try,catch,finally
try1,catch1,catch2,try2,finally
try1,catch1,try2,catch2,finally

Asked In Huawei juhe rawat (10 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (0)   (2) Submit Your Solution

(#M40152503) HUAWEI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

There are two pair of gloves in a draw one is green and other is blue.what is the probability that a glove picked with out seeing from the draw is wrong one.

Asked In Huawei juhe rawat (10 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (4)   (3) Submit Your Solution

(#M40152502) HUAWEI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

what is the value of 11^14+12^14+13^14

Asked In Huawei juhe rawat (10 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (2)   (2) Submit Your Solution
Keep an EYE (0)
Solved Question (25) UnSolved Question (57)
Pages: 9FirstPrev123456789NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

no image
Dimple
India
Punjab
Time: 00:01:33
Points
19

Maths Quotes

Learn mathematics better and solve your own problems.

K. Anandakumar

mathematics is the indispensible instrument of all physical research

berthelot

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 5 years ago

Thanks m4 maths for helping to get placed in several companies.
I must recommend this website for placement preparations.

yash mittal 5 years ago

Now enjoy Offline Access of latest Question.

Get M4maths app to avail expert's solution and latest selected questions.

Download m4maths app now

  • 2533K+Registerd user
  • 1774K+Engineers
  • 759K+MBA Asprirant
  • 3K+Enginnering College
  • 250+Company Exam
  • 150K+Interview Questions
  • Site Links
  • Home
  • Result
  • Today's Puzzle
  • Discussion Board
  • Maths Tricks
  • Advertise with us
  • Contact Us
  • Useful Info
  • Maths Quotes
  • Previous Puzzles
  • Prize
  • Privacy Policy
  • Disclaimer and Copyright
  • Terms and Conditions
  • Sitemap
  • Placement papers
  • TCS Placement Paper
  • HCL Placement Paper
  • INFOSYS Placement Paper
  • IBM Placement Paper
  • SYNTEL Placement Paper
  • TECHNICAL Interview
  • HR Interview
All rights are reserved to @m4maths.com