Result for: Priti Vijay Tamhane
Exam Details
Download Result (PDF)Question Analysis
| Sr. No. | Question | Selected Answer | Correct Answer |
|---|---|---|---|
| 1 | What is the output of the given bitwise XOR operation? | 10 | 10 |
| 2 | Predict the result after the right and left shift operations. | 15 | 15 |
| 3 | What will be the final value of z after bitwise AND, OR, and XOR? | 15 | 15 |
| 4 | Find the output of the triple XOR operation on variables p, q, and r. | 1 | 1 |
| 5 | Calculate the value of n after performing shift and addition. | No answer selected | 18 |
| 6 | What will be the output of the conditional bitwise AND check? | No answer selected | Yes |
| 7 | What is the value of 'a' after the XOR-based swapping logic? | No answer selected | 20 |
| 8 | Predict the value of 'c' after the nested bitwise operations. | No answer selected | 10 |
| 9 | What is the final value of x after right shift followed by left shift? | No answer selected | 6 |
| 10 | What is the output of the recursive function fun(3)? | No answer selected | 6 |
| 11 | What is the result of solve(5, 2) using recursion? | No answer selected | 1 |
| 12 | What is the result of the recursive modulo function modRec(12, 8)? | No answer selected | 4 |
| 13 | Predict the output of the nested recursion f(95). | No answer selected | 91 |
| 14 | What will be the output of the nested array indexing arr[arr[1]]? | No answer selected | 3 |
| 15 | How many times will the 'count' variable increment in the nested loop? | No answer selected | 6 |
| 16 | What is the value of arr[1] after the modification? | No answer selected | 40 |
| 17 | What is the final value of x after the do-while loop? | No answer selected | 1 |
| 18 | In a Java context, what is the value of 10 / 3 assigned to a float? | No answer selected | 3 |
| 19 | Conceptual String Logic: What is s.length + s[2] for "Capgemini"? | No answer selected | 9p |
| 20 | What is the result of bitwise NOT and AND operation? | No answer selected | 2 |
| 21 | Predict the value of (x OR y) XOR z. | No answer selected | 10 |
| 22 | Final value of x after triple right shift? | No answer selected | 1 |
| 23 | What is the output of (a AND b) OR (a XOR b)? | No answer selected | 7 |
| 24 | Result of bitwise left shift by 3 positions? | No answer selected | 64 |
| 25 | How many times is the function called for solve(4)? | No answer selected | 7 |
| 26 | Output of recursive string reversal "abc"? | No answer selected | cba |
| 27 | Predict value: solve(n-1) + solve(n-2) for n=3. | No answer selected | 2 |
| 28 | Result of recursive factorial-like multiplication. | No answer selected | 120 |
| 29 | Recursive GCD logic: solve(48, 18)? | No answer selected | 6 |
| 30 | Find the sum of all elements in the given array. | No answer selected | 150 |
| 31 | Value of count after nested loop (i=1 to 4, j=1 to 4)? | No answer selected | 16 |
| 32 | Output of array element modification in a loop. | No answer selected | 2006-02-04 00:00:00 |
| 33 | What is the result of searching an element using for loop? | No answer selected | Found |
| 34 | Final value of 'i' after the for loop terminates? | No answer selected | 5 |
| 35 | Output of 2D array access arr[1][1]. | No answer selected | 5 |
| 36 | Predict result of 'break' statement inside while loop. | No answer selected | 2026-01-02 00:00:00 |
| 37 | What is the value of (arr[i] + i) after 3 iterations? | No answer selected | 13 |
| 38 | Result of 'continue' statement in a 1 to 5 loop. | No answer selected | 1 2 4 5 |
| 39 | Final state of the array after in-place reversal logic. | No answer selected | Reversed |
| 40 | What is (25 DIV 4) + (25 MOD 4)? | No answer selected | 7 |
| 41 | Predict output: If(5 < 10) AND (10 > 15) OR (1==1). | No answer selected | True |
| 42 | Result of Integer overflow logic (Conceptual). | No answer selected | Min Value |
| 43 | What is the value of 'a' if a = 10; a++; ++a;? | No answer selected | 12 |
| 44 | Logical Shift vs Arithmetic Shift: -1 >> 1 result? | No answer selected | -1 |
| 45 | Final Boolean result: (True XOR False) AND True. | No answer selected | True |
Page 1