Zensar Technologies

Get in here to get the Interview Tips of Various Companies. Or see how to improve performances related to your job.

Zensar Technologies

Postby Saurabh » Sat Sep 02, 2006 1:21 pm

Test Paper :1
Paper Type : Candidate Experiences
Test Date : 8 August 2006
Test Location : Techno India College, Kolkata
Posted By : Debabrata Biswas

ZENSAR PAPER AND INTERVIEW ON 8th AUGUST 2006 AT TECHNO INDIA COLLEGE, KOLKATA

Hi Everyone,
I am Debabrata Biswas, a student of MCA of Siliguri Institute of Technology of 2007 pass-out batch. Zensar Technologies came for campus selection process for MCA's only at the Techno India College on August 8 & 9, 2006. Their recruitment process has the following stages:

I] Aptitude Test of 80 minutes duration. It has four sections - English, Quantitative, Verbal reasoning & Technical section which contained only C & C++.

Number of questions in each section ranged between 20-25.In all there was 86 questions in my paper where as other sets had between 80 to 90. There was no negative marking .There was no sectional cut-off but there were sectional time limits of 20 minutes each. U r only allowed moving on to the next section only when the time of a section was up.

II] Technical & HR interview. For some there were separate interviews others had it one. There were two member panels.



APTITUDE TEST:

In the English section there were standard GRE type questions i.e. Synonyms [ "Words which mean closest to the following'], Antonyms which had words like lucid,

Sumptuous, censure etc. There were also analogy questions [ "which of the following best illustrates a relationship similar to the given relation']. This part had questions like carpenter: saw then what:?. There was also passage of about 200 word length on African & European arts which contained some tough sentences. Each of the above types had 4-5 questions. Anyone who is acquainted with GRE Baron's will be able to do most of the questions.

Next section was Quantitative. This was the easiest section. Most of the questions were from RS Agarwal book. Anyone who has practiced that book can easily do 17-18 of 22 odd questions.

Then there was easily the toughest section in reasoning. This is mainly bcoz the questions were lengthy & it was difficult to do in 20 minutes. It had data interpretation from bar charts, puzzle. It also had arrangement problem with certain conditions given. It was like among P, Q, R & S, T, U only Q & S can drive. They were going by a car in which people sat in two rows. No group member sits beside member of same group. There were certain other conditions given & situations based on which u had to find sitting arrangements. Then there was a question on order of events - In a certain refresher course 6 subjects r taught. There were conditions given & u had to find order in which the subjects were taught. RS Agarwal verbal reasoning book needs to be practiced well for this section.

The last section was Technical. It mainly had small but tricky pieces of code given in C & C++ & u had to predict the output. This was mainly there to check the logical concepts. Most of it ' find on books like "test ur C skills & "exploring C by kanetkar.

The cut-off marks were not announced. But as sectional cut-off was not there, the feeling one got was that a score of around 50-55 [out of 86] will clinch it for u. From 350+ aspirants from 8 colleges they selected 40 for the interview in the next day. I was among those selected.



INTERVIEW:

On the next day they gave a detailed PPT before the start of the interview process. They also give u a form to fill up. U also need to bring 2 copies of ur CV as they'll take one copy of the CV along with the form. All candidates were given call numbers. Those with odd call numbers faced one panel & the evens faced the other panel. The duration of interviews ranged from 15 to as much as 45 minutes.

In the interview Firstly I was asked about how my test was. Later I got to know that many were asked this innocuous looking but potentially dangerous question first up. I suggest however good ur test may be, be a little reserved on this. Then they thoroughly grilled on C & C++. Questions on c ranged from operators, to maximum size of arrays, linking of header files, compilation, assembler, pre-processor, the file inclusion, whether one can build a header file etc. in C++ they asked about OO concepts, encapsulation, abstraction, virtual functions & how they work, polymorphism, inheritance. In DBMS I was asked to name some commercial DBMS packages & whether MS Access was one. Also what normalization was & how it was done. Also what client server architecture was & to give a real life example of it. In DS I was asked about what queue how it worked & whether one could have a LIFO queue. Also what r single & double linked lists.

In the HR Interview they first of all they told me that "I am giving u two minutes to sell urself to us'. Thereafter they asked about me, my hobbies. They also asked what other campus processes I had attended & what had happened in them. Finally they asked whether I had any questions & I asked two questions.

Finally they announced the results half an hour after the process was over. They selected 21 candidates. I was selected as was 5 others from my batch. We were really happy for each other.

Prepare well & u can surely become a "ZENSARian'!
User avatar
Saurabh
Site Admin
 
Posts: 95926
Joined: Mon May 29, 2006 7:44 pm
Location: Fropki Office

Postby Saurabh » Sat Sep 02, 2006 1:22 pm

Test Paper :2
Paper Type : Technical - C & C++
Posted By : admin



Sample Test Paper

C test

1.

if(fp == fopen("dfas","r") = = NULL), what is the value of fp
a. NULL
b. 0
c. 1
d. 0 or 1
2.

#define sqr(x) x*x, what is value of j if j == 2 * sqr(3 + 4)
3.

#define FILENAME(extension) test_##extension, how will it print FILENAME(back)
a. test_back
b. test_#back
c. test_##back
d. ??
4.

char *p == "hello world"
p[0] == 'H', what will be printf("%s", p);
a. Hello world
b. hello world
c. H
d. compile error
5.

int fun(), how do u define pointer to this function ??
6.

what is ment by int (* xyz)[13]
7.

what is true from
a. base call ferernece is compatible with child class
b. child class reference is compatible with base class
c. no reference to class
d. ??
8.

class b
{
}
class a
{
friend class b
}
then what is ture
a. a can access all protected and public members in b
b. b can access all protected and public members in a
c. a can access all members of a
d. b can access all members of b
9.

What is the output
#include
main()
{
int n=0;
int i;
i=2;
switch(1)
{
case 0:do{
case 1:n++;
case 2:n++;
}
while(--i>0);
}
printf("n==%d",n);
}

a. compile error
b. 4
c. 1
d. 0

Mathematics
10.

Two liquids A : B in ratio 7:5 and now 24 gallons drain out and b is added the ratio becomes 5:7 what is containr capacity ? 30, 48 , 84, none
11.

man has rope of length 660 mtr to fence a area , what is the max area he can fence ?
12.

Son is about to celebrate 10th birthday. after 11 years his age will be half the average of his parents. his mother is 17 years older to him. what is the age of the father.
13.

DI question where hotels project are given and no of rooms in each hotels , investment , project yr . and company name
were asked to find min cost per room is for which hotel , which avg cost per room etc.
14.

Avg of 6 no is 8 what 7 th no shud be added to make avg 10;
15.

difference of cube of a no and its square is a perfect square , what is the no. -> 5
16.

diff of three consecutive nos square and the nos is 214; find the nos :

Interview Technical
17.

Write a minimal C++ program .
18.

(a) Talk about yourself
(b) What are your strengths.
(c) Where do you think you have to improve.
(d) Where do you see yourself after 5 years
19.

main()
{
int i==2;
int a==4;
if((i+==3)>a)
{
printf( " TRUE ");
}
else
{
printf("FALSE ");
}
}

What is the output of the program ..
Ans ) TRUE , coz i+==3 becomes incremented and i becomes 5 . So i is greater than a
20.

What is an OS ?
21.

What is a Data Structure ?
22.

It is a an abstract data type where some operations can be defined and performed on the data. It makes the task of a programmer easy coz it has all the set of data and operations at a particular place
23.

What is OOP.
24.

What is Object Oriented Analysis and design.
25.

How do u communicate between object and class.
26.

What is the role Software in the real life in current scenario.
27.

What is object and how it is similar to real life entity
28.

What is extranet, intranet, internet

HR interview..
29.

Ok, what do your friends call u???
30.

how many friends do u have???
31.

Do u talk with girls???
32.

How many girl friends do u have???
33.

whatz the difference of a girlfriend from a girl who is a friend???
34.

what do u do on sundays???
35.

Do u like hyderabad???
36.

whatz so special about it???
37.

what places have u got to visit in hyd...???
38.

how many of them have u gone to???
User avatar
Saurabh
Site Admin
 
Posts: 95926
Joined: Mon May 29, 2006 7:44 pm
Location: Fropki Office


Return to Interview Tips, Job Tips

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests