Virtusa
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

All the 4 skill tests are
All the 4 skill tests are fully brain teasers. The duration of the test was 2hours,and the L&A Reasoning has a minimum cutoff u should clear that to evaluate ur other sections.The questions are as follows (These are not in serial order and the information may not be accurate, when specified)
SECTION 1 (Analytical and Logical)
1 2 3 2 5 6 7 8 3 find the next term in the series
How can u place 4 coins in 2 lines so that each line should contain 3 coins Ans:I wrote, i it maynot be possible
Find the odd word
ALPHA
DELTA
SIGMA
BETA
Ans:I think it is Delta, Reason: as it has specific meaning(addition)and others don't have such meaning,just used for representation purpose.(i think so)
There was an addition given as follows SATURN + URANUS = PLANETS the solution is not encoding the entire problem but to find coding for 3 alphabets Ans:Key Steps:
There was a set of words given as follows SUN,MER,VEN,---,...........,SAT,---,NEP,PL (I don't remember exactly but, all are the names of planets in solar system with notation of each planet using 3 letters) The question was to find out the appropriate words in the given blanks
How can u get 81 using the digits 2,3,25,50,75,100 only once using any of the arithmatic operator Key Steps: 50+(100/75*3)+25+2
(This is a real sitter, takes a long time) A man have some three types boxes viz Huge,Large,Small He took 11 of huge boxes and put on a table.And at random he has taken some of them and placed 8 large boxes in each of the boxes.And after that he has placed 8 small boxes in some large boxes at random.By the end if he found 102 boxes empty, how many boxes are there on the table?
If u have a large number of Knights and a chess board.The problem is to find the way of arranging the Knights on the board so that no Knight attacks the other. (He has given mathematical relations that represents how a knight can move on the chess board as we know it as 'L', i'm not giving such stuff)
You are given a bunch of threads each having differing length.No two thereads have same thickness and no thread has same thickness all its length. But it is certified that any thread when lit burns itself in exactly 12 mins. The question is you are asked to find an elapsed time of 9 minuites.How can u find it out and how manythreads do u want for this?
SECTION 2 (Writing)
The topic to Write was on "Connecting the rivers in India".
SECTION
You can write the programs in this section using any programing language
There was a pyramid given as follows
1
2 3
4 5 6
7 8 9 10
11 12 13 ...
The three dots are given as a part of the specification. The above pyramid is to be printed when input number 13 is given. Write a program to print the above pyramid.
Write a function which returns a substring in the string 'Sigma' (character given)which starts wit 'Alpha' and ends with 'Thita'
You have a job in which you have to take time stamps and store them. So Write a datastructure that can minimize the storage requirements of Year,Month,Date,Hour,Minuite.
Write a program to find the four digited numbers, which are perfect squares, and all the digits in that number are even. (i think there is another program given which i don't remember)
Post new comment