• 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 : Solved Question

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: 11
Advertisements

(#M40007969) HEXAWARE QUESTION aptitude Keep an EYE Keep an eye puzzle Keep an eye puzzle

The greatest area of the following
(a) The radius of circle is 4
(b) The square of diagonal is 4
(c) The square of side is 4

Asked In Hexaware (13 years ago)
Solved aruna Read Solution (4)
Is this Puzzle helpful?   (26)   (4) Submit Your Solution Interview

(#M40007964) HEXAWARE QUESTION aptitude Keep an EYE Keep an eye puzzle Keep an eye puzzle

find next in series 31,29,31,30,31,?

Asked In Hexaware (13 years ago)
Solved aruna Read Solution (12)
Is this Puzzle helpful?   (34)   (14) Submit Your Solution Number Series
Advertisements

(#M40007963) HEXAWARE QUESTION aptitude Keep an EYE Keep an eye puzzle Keep an eye puzzle

area of square = sum of areas of rect1(41*27) and rect2(41*14). find square side

Asked In Hexaware (13 years ago)
Solved aruna Read Solution (4)
Is this Puzzle helpful?   (3)   (0) Submit Your Solution

(#M40007962) HEXAWARE QUESTION aptitude Keep an EYE Keep an eye puzzle Keep an eye puzzle

A man walked 30m west 5m south 10m west 35m north to reach tollgate find the dist from
start to gate

Asked In Hexaware (13 years ago)
Solved aruna Read Solution (6)
Is this Puzzle helpful?   (5)   (1) Submit Your Solution Direction Sense

(#M40007732) HEXAWARE QUESTION logical Keep an EYE Keep an eye puzzle Keep an eye puzzle

2 persons can finish a job in 8 days. First person alone can finish the work in 24 days. How many days does the second person take to finish the job?

Asked In Hexaware vinit (13 years ago)
Solved SELVA KUMAR MP Read Solution (5)
Is this Puzzle helpful?   (40)   (8) Submit Your Solution Time and Work

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

A batsman scored 18 runs in his 18th innings and that makes his average 18. Find his average upto the
17th innings?

Asked In Hexaware mithunprasad (13 years ago)
Solved mps gupta Read Solution (6)
Is this Puzzle helpful?   (23)   (12) Submit Your Solution Missing Character

(#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

(#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

(#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

(#M40001361) HEXAWARE QUESTION series Keep an EYE Keep an eye puzzle Keep an eye puzzle

11. In the series 0, 3, 8, 15,__ What is the next number?

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

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

"Full form of MATHS M-mind A-aim T-trick H-habits S-serious "

Ajay Singh

Mathematics has 25%formulas, 25%proofs and apply 25%thinking and 25%efforts. In real life situations proofs are nothing but already existed stories(we know the solutions from all experienced people). formulas are nothing but goals. we have so many goals b

K. Mounika

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