Virtusa

Career Details
Eligibility:

Engineering Degree with 60%

Selection Process:

Written
GD
Interview

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

Virtusa is a global information technology (IT) services company providing IT consulting, technology and outsourcing services. Using our enhanced global delivery model, innovative platforming approach and industry expertise, we provide cost-effective services that enable our clients to use IT to enhance business performance, accelerate time-to-market, increase productivity and improve customer service.

We serve Global 2000 enterprises and the leading software vendors in communications & technology; banking, financial services & insurance; and media & information industries. We build and sustain application platforms for our clients that create competitive advantage.

Founded in 1996 and headquartered in Massachusetts, we have offices and technology centers throughout the U.S., U.K. and Asia.

"Virtusa" is a trademark of the company and a registered trademark in the EU and in India.
"Productization" is a service mark of the company and a registered service mark in the United States.
"Vrule" is a service mark of the company.

I Round :- Written Test ( conducted by METRIC Track)415 are attended. It is having 5 phases of paper's .
(1) Verbal Ability --- synonyms,antonyms, articles, wrong sentense's, paragraph's.
(2) Apptitude Ability --- appitude questions from r.s.agarwal (regular)
(3) Mental Ability --- (very very very easy dont get confused)
(4) Technical Ability --- questions from C and datastructures (.SOLVE simple questions first which may be present at the last.. be careful)
(5) Reading Ability --- they give a 3 pages document to read and understand and they take back the paers and give us a question paper of abt 10 questions (read only once and very carefully.. remember the key words and main theme of the document )

II Round :- Group Discussion (conducted by the HR Team)short listed 62
The topics given are very very casual. they just want to test whether every one is having their own idea and are we able to talk when we are given a chance . After the announcement of the short listed candidates from written test all of us are divided into groups each containing 10 members.
The GD topics are like:
cell phone band
wat
Politics,...etc

III Round :- Technical interview (short listed 47)
This is a bit tough round . the session lasted for about 45minut to 1 hour. be confident on the subjects you are interested. about my all projects first...

I was asked to write the following programs and explain the logic:
Check whether the given number or a string is palindrome or not.
To print the number given in an integer form to the same in words like one for 1, two for 2 and so on
Program to print the angle between the pointers in the wall clock when time is taken as input.
Can trees be implemented using arrays?
Some programs were given and I am asked for output.
when is the queue empty and when is it full.

I was asked two puzzles
About the inheritance in C++
Some questions on electronics like what is meant by diode, transistor, resistor, capacitor.
Why are you interested in s/w?

IV Round :- HR interview.
This is the Easiest Round we have to face. But be careful. Here the Key's to Success are CONFIDENT and COMMUNICATION SKILLS. Be confident of wat u say. the questions are regular like.....

The first question is tell me about yourself
Why do you need a job?
What is your place in the class?
Did you selected or attended in any company?
why sould we appoint u
y virtusa
happiest moment in ur life.
interests... hobbies...
dont be over confident. Be casual all the time. I am sorry that I have not remembered the questions in written test.
The results were announced around 6.00pm and I felt tensed but at last I selected .totally 18 students r selected

4
Average: 4 (1 vote)

section I

section I duration 20 min total marks 30

A problem from sum of Alphabets are given numbers from 1 - 9 we hav to assign numbers to alphabets and A+B+C= something like that we have to know value of E ( Ans : 4)

x^y=2x+y and given that 2^a=a^3 find value of a?(Ans : a=1)

In an exam consists of 150 questions, 50 questions are of mathematics and remaining are others. In which twice the time is to be given to mathematics bit when compared to others.total time is 3 hrs then how much time is to be given to each bit of mathematics? (Ans : 72 sec or 1 min 12 sec)

In an multiple choice question paper, each correct answer carries 4 marks and each wrong answer deducts 2 marks. a person scores 480 marks in a 150 questions paper how many questions he did correctly? (Ans :130)

A problem on mixtures

A problem on ven diagrams. It was a little bit lengthy to read and to remember ...sorry

A simple problem on probability...............its direct question. A bag contain 5 red and 7 green balls and another bag contain some no. of red and green balls.He asked to find probability of finding a red ball.

A problem on work and time. A can do a work in 6 days B can do same work in 8 days, C can complete the same in 12 days.A under took 3 works like that and did for 8 days and left. Then B started work and did for some days and left then in how many days C completes this work?

y=inv(cos[cosx+4sinx]/sqrt17) then dy/dx=? (Ans :1)

total M persons want to buy a gift of D Rs. Out fo which 3 members are dropped out so how much each person have to pay extra ? (Ans:3D/m(m-3) )(check)

A problem is on series 1 + 1(1+1/n)+3(1+1/n)2(square)+5(1+1/n)3(cube)+.................find sum of n terms
( I not did this problem)

A monkey trying to ascend a greesy pole.He ascends 20 mtrs in one minute and goes down 4 mtrs in next minute.how much time it will take to ascend pole of 96 mtrs? (Ans:10 min 48 sec)

On a good if 25% discount is given, he will earn profit of 25% what will be profit if he gives 10% discount?
(Ans:50%)

I don't remember what this qustion is ...........sorry

A container has 64 lit of alcohol. 8 lit of which is removed and added with same amt of water. the same process is repeated 3times. what is the percentage of alcohol after the end of the
operations.
ans- formula – intial vol – p lit(64).
vol of removed sol – q lit(8).
no of oprs – n(3).
concentration of first liquid afetr oprts is – ((p-q)/p)*((64-8)/64)**3.

x+y+z=0, find the value of (x**3+y**3+z**3)/xyz.

3 men n 2boys can do piece of work in 12 days. same work is done by 6men n 1 boy in 6 days. find how many days can a man alone can complete the work?

In an exam the maximum marks is 500. a got 20% more than b, b got 25% less than c, c got 20% more than d. if b marks are 360 then how much did d score? (no. r different prob type is the same.).

A tank holds 25 gallons of fuel. before going for a drive which is at a distance of 600 miles. the car goes at a speed of 60 miles per/ hr. however the tank has a hole and fuel leaks out . after travelling a distance of 300 miles, the tank gets emptied. find rate at which fuel gets lost.

Section II Duration :20 mins Marks :20

This paper is on C language

Write a program to know whether string is palindrome or not?

A C program is given and asked what will be output.............

A Recursive function is given asked what will be output how and why?

write a prg / function to remove the duplicate from a sorted array. (8 m)

write a prg to genrate fibonacci series upto 100 recursively. (7 m)

predict the output of the following:
char c[]={ " enter" , "first" , "print" , "new" }.;
char **cp[]={c+3, c+2, c+1, c};
char ***cpp[]=cp;
printf("%s", ++*cp);
printf("%s",--*++cp);

A program given and asked what are variables value1 and value2 stores?(ie, in that program they store GCD and LCM)

Write a program to sort linked list.

Section III Duration :20 mins Marks:40

1) & 2) are like critical reasoning in barrens

3) & 4) are antonyms (he didn't ask antonyms directly but asked the word in capitals if replaced by any of following, that would be inapproriate in context )

5) & 6) analogies

7) & 8) correct the sentense with appropriate answer from the options given below
9) & 10) are pick oddman out...........easy one

Essay writing:

1)Time and tide wait for none.

2)My vision 2020 of India.

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