• 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
  • /
  • HEXAWARE

HEXAWARE Placement Papers with Solution Page 9

HEXAWARE 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

HEXAWARE Question Topics

    Category (1)

    General Ability (1)

  • General Knowledge (1)
  • HR Interview (5)

  • Interview (5)
  • Logical Reasoning (24)

  • Blood Relations (4)
  • Cryptography (2)
  • Direction Sense (4)
  • Letter Arrangement (2)
  • Letter Series (1)
  • Logical Sequences (1)
  • Mathematical Reasoning (2)
  • Missing Character (2)
  • Number Series (6)
  • Numerical Ability (52)

  • Age Problem (3)
  • Algebra (1)
  • Area and Volume (6)
  • Arithmetic (2)
  • Averages (4)
  • Clocks and Calendars (3)
  • Co-ordinate geometry (1)
  • Data Interpretation (1)
  • Data Sufficiency (1)
  • Geometry (1)
  • LCM and HCF (1)
  • Log and Antilog (1)
  • Number System (3)
  • Percentage (2)
  • Permutation and Combination (3)
  • Probability (4)
  • Profit and Loss (2)
  • Ratio and Proportion (4)
  • Sequence and Series (1)
  • Time and Work (6)
  • Time Distance and Speed (2)
  • Programming (6)

  • Database (1)
  • Functions (2)
  • Output (1)
  • Program (1)
  • Technical (1)
  • Verbal Ability (2)

  • Antonyms (1)
  • Synonyms (1)
Keep an EYE (0)HEXAWARE Interview Experience (1)
Solved Question (10) UnSolved Question (83)
Pages: 10FirstPrev5678910NextLast
Advertisements

(#M40006802) HEXAWARE QUESTION puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

Octal of 359

Asked In Hexaware (13 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (4)   (9) Submit Your Solution Technical

(#M40006801) HEXAWARE QUESTION puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

3 persons started placementpapers with a capital of Rs.3000 . B invest Rs.600 less than A, C invest Rs.300 less
than B. Then what is the share amount of B in a profit of Rs.886 ?

Asked In Hexaware mithunprasad (13 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (7)   (6) Submit Your Solution Profit and Loss
Advertisements

(#M40006800) HEXAWARE QUESTION puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

The ratio of the length : breadth : height of a cuboid is 5 : 4: 3, and the volume is 7500. What will be its surface area ?

Asked In Hexaware mithunprasad (13 years ago)
Solved viswamraju Read Solution (1)
Is this Puzzle helpful?   (23)   (5) Submit Your Solution General Knowledge

(#M40006799) HEXAWARE QUESTION puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

A persons salary iis decreased by steps of 20%, 15% and 10%. What will be the percentage decrease, if the
salary is decreased in a single shot?

Asked In Hexaware mithunprasad (13 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (26)   (20) Submit Your Solution Percentage

(#M40006798) HEXAWARE QUESTION puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

6 women can do 75 units of work in 8 days by working 5hrs/day. In how many days can 4 women do 30 units
of work by working 8hrs/day ?

Asked In Hexaware mithunprasad (13 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (4)   (2) Submit Your Solution Time and Work

(#M40006797) HEXAWARE QUESTION puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

A cylinder is inserted in a sphere d/h = 2/3. Find the surface area of the cylinder ?

Asked In Hexaware mithunprasad (13 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (14)   (4) Submit Your Solution Area and Volume

(#M40006796) HEXAWARE QUESTION puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

If Ax + By = 1F16; Cx + Dy = 2510 .Find the value of x and y

Solution
This question is not based on decimal system yet based on hexadecimal system.
In the system associated with this question A = 10, B = 11, C = 12, D = 13, E = 14, F = 15
it means system has the numbers 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F as 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 in decimal system
so 1F16 = 1*(16^3)+15*(16^2)+1*(16^1)+6*(16^0)= 4096+3840+16+6 = 7958 and
2510 in this system = 2*(16^3)+5*(16^2)+1*(16^1)+0*(16^0) = 8192+1280+16 = 9488
solution:
Changing this question to Decimal,
10x + 11y = 7958 --> 1
12x + 13y = 9488 --> 2

eq1*12 => 120x + 132y = 95496 --> 3
eq2*10 => 120x +130y = 94880 --> 4

eq3 - eq4 => 2y = 616 => y = 308

Substituting in eq1 => 10x + 3388 = 7958 => 10x = 4570 => x = 457

Hence x = 457, y = 308 (in Decimal)

now we have to convert these numbers to hexadecimals
457 = 16*28+9
28 = 16*1+12
1 = 16*0+1 so number will be 1C9 (reverse order of reminders) similarly for other numbers
So in Hexadecimal system x = 1C9, y = 134.
This answer is given by VADIVELAN M and is correct answer

Like manish sir answer on facebook.

Asked In Hexaware mithunprasad (13 years ago)
Solved Vadivelan M Read Solution (1)
Is this Puzzle helpful?   (10)   (1) Submit Your Solution

(#M40001366) HEXAWARE QUESTION percent Keep an EYE Keep an eye puzzle Keep an eye puzzle

if price of t.v set is reduced by 20%, then its sale increases by 80%, find net effect on sale value

Asked In Hexaware MANOJ (14 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (33)   (7) Submit Your Solution Profit and Loss

(#M40001364) HEXAWARE QUESTION numbers Keep an EYE Keep an eye puzzle Keep an eye puzzle

what no should be subtracted from 92555 to make it a perfect square ?

Asked In Hexaware MANOJ (14 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (12)   (3) Submit Your Solution Number Series

(#M40001363) HEXAWARE QUESTION probability Keep an EYE Keep an eye puzzle Keep an eye puzzle

the probability of a student possessing a ball point pen in exam is 3/5 & possessing an ink pen is 2/3. find his probability of possessing at least one of them

Asked In Hexaware MANOJ (14 years ago)
Solved kewal Read Solution (3)
Is this Puzzle helpful?   (23)   (7) Submit Your Solution Probability
Keep an EYE (0)HEXAWARE Interview Experience (1)
Solved Question (10) UnSolved Question (83)
Pages: 10FirstPrev5678910NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

In mathematics the art of proposing a question must be held of higher value than solving it.

Georg Cantor

Arithmetic is numbers you squeeze from your head to your hand to your pencil to your paper till you get the answer

Carl Sandburg

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