2023 2024 MBA

2023 2024 MBA (https://mba.ind.in/forum/)
-   Main Forum (https://mba.ind.in/forum/main-forum/)
-   -   Placement papers of Zensar (https://mba.ind.in/forum/placement-papers-zensar-93088.html)

Unregistered 12th November 2015 11:19 AM

Placement papers of Zensar
 
I want to appear in Zensar placement exam. So I need a sample paper. So here can you provide me a sample paper of this exam?

sumit 12th November 2015 11:21 AM

Re: Placement papers of Zensar
 
I have a sample paper of Zensar place ment exam. So here I am providing you as you want.



Examples:

Question 1

What is the output of the code given below?
#include
int main()
{
printf("%d ", 1);
goto l1;
printf("%d ", 2);
l1:goto l2;
printf("%d ", 3);
l2:printf("%d ", 4);
}

A. 14
B. Compilation error
C. 134
D. 124

Question 2

The output of the code below is
#include
void main()
{
int i = 0;
if (i == 0)
{
goto label;
}
label: printf("Hello");
}

A. Nothing
B. Error
C. Infinite Hello
D. Hello

Question 3

If 2x-y=4 then 6x-3y=?

A. 15
B. 12
C. 18
D. 10


Question 4

Thirty men take 20 days to complete a job working 9 hours a day. How many hour a day should 40 men work to complete the job?

A. 8 hrs
B. 7 1/2 hrs
C. 7 hrs
D. 9 hrs

Question 5

Mr. Shah decided to walk down the escalator of a tube station. He found that if he walks down 26 steps, he requires 30 seconds to reach the bottom. However, if he steps down 34 stairs he would only require 18 seconds to get to the bottom. If the time is measured from the moment the top step begins to descend to the time he steps off the last step at the bottom, find out the height of the stair way in steps?


Question 6
The average age of 10 members of a committee is the same as it was 4 years ago, because an old member has been replaced by a young member. Find how much younger is the new member?


Question 7
Can you tender a one rupee note in such a manner that there shall be total 50 coins but none of them would be 2 paise coins?

Question 8

What is the missing number in this series?

8 2 14 6 11 __ 14 6 18 12


Question 9

The minute hand of a clock overtakes the hour hand at intervals of 64 minutes of correct time. How much a day does the clock gain or lose?
Answer 32 8/11 minutes.

Can you find out what day of the week was January 12, 1979?

Question 11

On which of the following occasions would service be on the greatest number of lines disrupted.

A. A snowy afternoon with the temperature at 45 degree Fahrenheit
B. A snowy morning with the temperature at 45 degree Fahrenheit
C. A rainy afternoon with the temperature at 45 degree Fahrenheit
D. A rainy afternoon with the temperature at 95 degree Fahrenheit

Question 12

Which is similar to pesticide:crop::antiseptic:
A. Wound
B. Clothing
C. Bandage
D. Bleeding

TECHNICAL AND HR INTERVIEW
Sample questions:
- What is polymorphism?
- What is abstraction?
- What is the difference between C++ and Java?
-What are objects and classes?
- What is object oriented programming?
- They can also ask the candidate to write a program.
- Eg: for Swapping


All times are GMT +5.5. The time now is 12:49 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2


1 2