Virtusa




Virtusa

Filed under:

Virtusa Placement Question Paper

1. In how many different ways, a rectangle can be cut into 4 identical parts.

2. Using the numbers 1, 2, 25, 50, 75, 100 Exactly one time, give an expression which will give the answer as 383.

3. Volume of sphere is (PI)*(Theta) Cubic-meters and Surface area is (PI)*(Epslon) Square-meters And both are digit integer numbers. What is the value of radius?

4. In the figure given below, Replace ‘?’ mark by any operator (+, -, *, /, =) and if we leave as it is, numbers are considered together and forms either 2 or 3 digit numer. Generate an expression using some symbols.

————————
| ? | 2 | ? | 3 |
————————
| 2 | | ? |
——- ——
| ? | | 1 |
————————
| 6 | ? | 1 | ? |
————————

5. Analise the Programe
main()
{
int x=1,y=1;
while( (x > 0) && (y > 0) )
{
printf("%16d%16d",x,y);
x += y;
y += x;
}
}

6. Start from a random number, generate a sequence such that if number is odd multiply it 3 and add 1. If number is even, divide the number by 2. This Sequence will always cyclic with 4, 2, 1. In this sequesce, find the maximum power of 2 generaged in the sequence and print only the power, not the sequence.

7. Start with a random 2 digit number, The series is generated by multiplying the number by 2 and placing the last 2 digits as the next number. Series continues until one of the element repeats.

8. write a function maxsubstring(str,alpha,theta) str is the source string and have to return maximum sub string which starts with alpha and ends with theta.

INTERVIEW

9. what will this line will do? if it is legal? B -= (B < 0) * 2 * B;

10. what does this function do??
int f(int p)
{
int i = 0, t = 1, s = 1;
while( s <= p)
{
i++;
t += 2;
s += s;
}
return i;
}

11. Explain What is divide and conuer method? Travelling salse man problem What is greedy method

12 .How Neural Networks and A.I are related.

13. Tell me something about your self

14. Where will you see your self after 5 years

15. You want to shift your career to management side or be in technical side?

16. What you do in free time

17. Interests other than studies

18. How do you rate your self in ‘C’ Programming

Related Plament Papers and Companies

Virtusa

Virtusa Placement Question Paper Analytical Section: Analytical Section consists of Vocab. ( pick the odd one out ) and also some codings like ( ALPHA z coded as BETAH , DELTA z coded as GAMMA, then how z ETA coded ? .. this one .. i have framed it :) ) . This part z a bit difficult one. So, my advice z don't think much about these.Along with above two categories, there shall be PUZZLES in this section.In the recent paper i attended,i got the following questions. 1. Volume of a LARGE SPHERE z ( pi * # ) .Area

Virtusa

Virtusa Placement Question Paper Analytical Reasoning 1. x1 peach + y1 plum = z1 apple, x2 peach + y2 plum = z2 apple ,(x1,y1 .... z2 are integer values) How many peaches make one apple? 2. 100,100,102,106,112,120,____ 3. Which is greater ?Product of all Bradman's first class scores or Sum of all test scores of Sachin. 4. U r provided with 500ml and 300ml jar(it has no markings). a) u have to measure exactly 100ml. b) u have to measure exactly 200ml. 5. Using four 4's u have to make 1 ... 10.

Virtusa

Virtusa Placement Question Paper SECTION 1 (Analytical and Logical) 1. 1 2 3 2 5 6 7 8 3 find the next term in the series 2. 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 3. Find the odd word ALPHA DELTA

Virtusa Placement Question Papers

Virtusa Placement Question Papers section I : duration 20 min : total marks 30 1. 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) 2. x^y=2x+y and

  • Resources













  • Placement Papers Archives