Hexaware

Career Details
Eligibility:

Engineering Degree with 50%

Selection Process:

Written
GD
Interview

Entry Package:
2
Organization Details
Industry:
IT/Software, Hardware
Company Profile :

Hexaware is a global provider of IT and Process outsourcing services. We focus exclusively on maximizing client returns from outsourcing and off-shoring. We have extensive experience in managing large IT applications in real time as well as in providing high value services around packaged enterprise applications such as SAP and PeopleSoft. Our experience in the business process outsourcing arena fully

complements and strengthens our service spectrum and allows us to operate as an enterprise-class solution delivery company. Our solutions aim to provide high value by optimising cost of ownership of technology investments for customers.

Hexaware has a client base comprising several Global 1000 organizations. Our commitment is to provide solutions that translate into tangible business outcomes for our customers. Our ‘partner-in-business’ approach generates high business value for customers and rich dividends to Hexaware in the form of a continual stream of repeat business. Hexaware’s domain capability expertise and reduced learning curves enables significant compression in time-to-value deliverables. Our customer-centric philosophy is further strengthened by a robust Key Account Management process to find more ways to delight our key customers and grow market share.

The company's onsite/offshore delivery model provides significant cost savings. Our development centers are assessed at SEI CMMI-Level 5, and are also ISO 9001:2000 and TickIT certified. These help us to continually provide high value, high quality deliverables to our clients. We have consistently delivered to client expectations and have established long lasting relationships with them.

The selection process consisted of 3 rounds

I Written test

The pattern is total 100 questions 1 hour time

check out the old 98 hexaware paper few qs are from that

few qs on tracing the output(simple ons).

basic question on computer awarness(very simple ones like expand WAP, etc very simple ones

choose the odd man out type of questions ex A E I O choose the odd man.

simple math qs like 199^2 - 24^2 etc.

opposites and synonymsmanage your time properly

II GD.

III Technical/ HR Interview.

Hexaware - Interview Procedure

2.5
Average: 2.5 (2 votes)

SYNONYMS,ANTONYMS &

SYNONYMS,ANTONYMS & INCORRECT SPELLINGS

some words
1. acrimonous
2. inconspicious
3. bland
4. abate
5. cusp
6. profligate;&nb
7. vigour
8. vlighten
APTITUDE SECTION -

odd man out-like man in

A E I O ans o - (rest are made of lines now tell me are a big zero)

(fig) circle star rectangle another symbol ans star - rest are flowchart symbols

programs documents settings properties
ans properties (others appear in START menu - he! my favourite question)

processor ,motherboard ,display card, mouse
ans mouse - (others are inside the cabinet -- need out of the box thinking)

Computer Awareness

where is SIM card found ans mobile phone (by the way can you expand SIM)

what is the lock symbol appearing in bootom of the browser mean
ans. connection secured (confusing another choice is Verisign secured - you will see tick mark when it is
Verisign authorised)

expand WAP ans Wireless Application Protocol

expand CORBA ans Common Object Request Broker Architeture

92.168.100.4 - means what ans IP Address crack choice a)sums choice b)your head

Find the reminder when 333666777888999 divided by 3 or 9 or 11 ?

Which is the biggest perfect square amongst the following :
15129, 12348, 23716, 20736

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

X < 0, Y <> 0 then what is the possibility that the result is always positive? Ans. (xy)^2

Let ax2 + bx + c = 0 If the sum of the equal roots is equal to the product of the same roots.Then which
of the following hold true
(a) a + b = 0
(b) a = 0
(c) c = 0
d) a + c = 0

Find the value of (1.99)2 Ans. 3.9601(dont calc - should be near to 4)

There is a room with 6' x 8'. A 1' tile is fixed along the 4 walls in one row. How many 1" tiles
require to finish the work.Ans.24

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? Ans. 12 days

In a car wheel, two spokes cover 15 degree. Then for the entire car,how many spokes are there?Ans. 24.

What is the angle of degree suspended when two hands of clock showing the time 2.30. Ans. 105 degrees

A person's salary is getting reduced by 20%. What percentage should be added to get back his original salary?
Ans. 25%

Two persons start at the same point, walk in opposite directions with 5km/hr and 5.5km/hr respectively.
What is the distance separated after 2 and half hrs?Ans. 26.25 (approx)

A person starts walking at a speed of 5km/hr through half the distance, rest of the distance he covers with aspeed 4km/hr. Total time of travel is 9 hours. What is the maximum distance he can cover?Ans.40 km

In a rectangle the length is increased by of the original length . By what proportion should the width be reduced so that the area will be the same?Ans. 33

Find the nth number in the series is 1, -3, 5, -7.___Ans. (-1)*(2n-1)

If a square is formed by the diagonal of the square as an edge, what is the ratio between the area?Ans. 2

The perimeter of a rhombus is 52 units. One of its diagonal is 24 units.What is its second diagonals length?
Ans. 10

A cubical rectangular bar has the dimensions with the ratio 5 : 4 : 3. Its volume is 7500. What is the surface
area of the bar? Ans. 2350

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?

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 ?

178^2 -22^2 (USE (A+B)(A-B))

f(x) = x! g(x)=x^10 h(x)= 10^x for large values of x which is greater?

f(x) = 1/(1-x) find(f(f(f(x)))

x+(1/x) = 2.5 find x^2 + (1/x^2)

2^(2^n) = 256 find 2^(2n)

x=0 y=0 6x+7y=42 find position(lies inside/out/on) of (4,5) in the triangle

22 Jun 2003 is sunday which year previously did 22 jun became sunday

A man walked 30m west 5m south 10m west 35m north to reach tollgate find the dist from start to gate.ans. 50m (use pythogoras)

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

find next in series 31,29,31,30,31,? ans. 30 he!he!he!(they rep jan,feb,mar,.... hit your head) Walk/Swim thro Coding

Input a,b
s=0; c=a; d=b;
while(d<>0)
{ s=s+c;
d=d-1;
} Print s
for given values of a,b find the output
5questions for different values of a,b

Input a,b
while(3a+2b<100)
{ s=s+a;
a=a+2; b=b-1;
}
for given values of a,b (i remember one 29,5) find the output
Tips1. Do the coding first and you are out - They are time consuming - Save the worst for last 2. Be choosy -
take the easy (questions) first - So scan scan scan 3. best path in hexaware tree language ----> odd man out
----> computer awareness ----> easy sums -----> difficult sums----> coding do this or find the path
to your home.

Group Discussion

No GD only shout!!! - Our LOk Sabha Style

Shout at top of your voice and shout some meaningful points

Please train ur vocal chords! Drink our good pure(pun intended) water before GD

IF u cant then carry a loudspeaker

10 per group max 3 groups

final interview they select 3 from each group

Dont think 1-proposer 1-opposer 1-moderator it could 3-proposer or 3 opposer too.

If your group is silent Please follow GD rules.

30 minutes of shouting(3min-choose the topic, 2min-prepare,20min-shout)

They might also give you a topic.

Please dont wait for your chance - Grab

Be ready to summarise. Try to say all the points told and say conclusion is yet to be reached.

Dont ever make unruly gestures. You are out immediately.

Be ready for any topic .Only general topic - no subject, economics style Inside Out Questions you want to ask but dont know to whom

Post new comment

The content of this field is kept private and will not be shown publicly.
 
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><a> <em> <strong> <small> <sup> <sub> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <img> <br> <br /> <p> <div> <span> <b> <i>.
  • Lines and paragraphs break automatically.

More information about formatting options