2023 2024 Student Forum > Management Forum > Main Forum

 
  #2  
22nd July 2014, 11:04 AM
Super Moderator
 
Join Date: Apr 2013
Re: Zensar Placement Exam papers

As per your request here I am sharing the question paper of Zensar Placement Exam

Mathematics Section:
1)A can do a work in 31 days and B can do the same work in 8 days ,A
alone started the work after few days he was joined by B, and the
work completed in 10 days . After how many days A is been joined by
B.

2)In an election between 2 candidate one have got 53% votes and
won by 1057 votes, how many votes were there ?

3)A spent 3589 Rs. In first four months and 5216 Rs. In next eight
months, if he saves 2368 Rs per month then what is his salary ?

4)A man sells a bike and a cow in 14000 Rs., by selling his bike he
loses 20% and gained 20% in selling his cow, if the total profit was
200 Rs. Then what was the cost price of cow?

5)Two no. are in 2:3 ratio if the three fifth of the first number is added
to two third of the second no then the new ratio will be ?

6)The cp a ltrs of milk is 12 rs, a milk man purchases 20lts of milk and
wants to earn 200Rs. in the transaction if he sells 20 ltrs of milk then
how much water will be the sp of a ltr milk.
And simple problem on ages, allegation, time and distance etc.

Technical Questions:
1) Which is the fastest : FTP, TELNET, TCP, etc.
2)output:
main(){
int x=20,y=35;
x= x++ + y++;
y = ++x + ++y;
printf("%d %d",x,y);
}
3)char *p[]="rachit and devender";
printf("%C",++(p[4]));
4)const char *p[]="abhishek and Ankur";
char k='a';
p[1]=k;
printf("%s",p);
5)main(){
extern int i;
i=5;
printf("%d",i);
}
6) main(){
int i,j=2;
if(i%j !=0)
j=5;
printf("%d",j);
}
For what values if i the output will be 5 : options 1)when i is even 2)
odd 3)prime 4) fro all
7)complexity of merge sort .?
8)which sorting also will use to sort {1,2,3,4,5} ?
9)which cpu register holds the address of next instruction?
10)Main(){
Char *p[]="pradeep mani";
Printf("%c%c%c%c",p[i],i[p],(*p+1),*(p+1));
}
11) select * from dual ; output..??
12) we cant typedef (i) pointers (ii) function (iii) double (iv) I and II
both
*
  #3  
25th September 2014, 08:44 AM
Unregistered
Guest
 
Re: Zensar Placement Exam papers

please provide their solutions also .
  #4  
16th May 2015, 08:02 AM
Unregistered
Guest
 
Re: Zensar Placement Exam papers

Can you provide me some of the questions from previous year question paper of Zensar Placement as I will be sitting for the placement in it?
  #5  
16th May 2015, 08:02 AM
Super Moderator
 
Join Date: Apr 2013
Re: Zensar Placement Exam papers

Some of the questions from previous year question paper of Zensar Placement as you will be sitting for the placement in it are as follows:

1. To delete all of the data from the table and to aid in not writing roll back segment which command is used?

A. Delete
B. Cascade
C. Truncate
D. Drop

2. Which of these functions can be used efficiently to return back a portion of character string?

A. Substring
B. Substr
C. Instr
D. Pos

3. What is the complexity of merge sort?

4. Which sorting techniques can be used to sort {1,2,3,4,5}?

5. Which register in a microcontroller is used to hold next instruction?

A. STACK
B. PC
C. ARG
D. PSW

6. What is the significance of (*xyz [13])

7. What do you mean by true form?

A. No reference made to class
B. Child class reference in this case is fully compatible with base reference.
C. Base call reference is fully compatible with child class reference
D. All of the above

8. Int fun(), in this case how is a pointer defined?

9. Which of these is fastest?

A. TELNET
B. TCP
C. FTP

10. Consider (fp=fopeen(\”dfas\”,”r\”)==NULL)

What will be the value of fp?

A. Null
B. 0
C. 1
D. Can be 0 or 1

11. Which of these is an object oriented language?

A. C++
B. Eiffel
C. Java
D. All

12. Which of these is/are considered storage class?

A. Automatic
B. Allocated
C. Static
D. All

13. If 5 men working 7 hours a day earn Rs. 854 per week then 15 men working 2 hours a day will earn how much per week?
a) Rs. 634 b) Rs. 567 c) Rs. 989 d) Rs. 732

14. What will be the ratio of simple interest earned by certain principle at similar rate of interest for 9 years and 6 years?
a) 3:2 b) 1:3 c) 3:1 d) 2:3

15. What is the least number that should be subtracted from 884740 to obtain a perfect cube?
a) 8 b) 9 c) 4 d) 7

0, 7, 26, 63, 124, ……..
a.)224 b.)115 c.)215 d.)214

16. In a two digit number, its digits are reversed and this new number is then added to the original number. The addition is always divisible by which of the following?
a.) 3 b.) 7 c.) 9 d.) 11

17. A 140 cm long tape is to be cut into two pieces such that one piece will be 2/5th as long as the other. Calculate the length of the shorter piece.
a) 30 cm b) 20 cm c) 40 cm d) 35 cm

18. If you are a team leader and one of your team member is not able to meet his targets on a regular basis. You discussed it with him and tried all measures to improve his performance in that role but nothing works. What would you do?

19. If you face a problem with your own performance, what would you do?

20. Describe a situation where you were required to influence your team members to take a particular course of action.

21. How was your performance measured?

22. How many local trains run in Mumbai?

23. How would you classify your style of management?

24. What qualities would you like in your would be boss?

25. What is your greatest weakness?

26. What is your greatest achievement?

27. Are you ambitious?

28. Are you speaking to some other companies? Or how is your job search going on?

29. You have stayed for a long time with your last company-Why?

30. What was your biggest mistake?

31. Why haven’t you got a job yet?


Tags
placement, placement papers

Quick Reply
Your Username: Click here to log in

Message:
Options

Thread Tools Search this Thread



All times are GMT +5. The time now is 10:48 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4