Zensar Interview Experience-1

Zensar Technologies Interview Experience - Indore, September, 2015
Hello everyone, I attended the placement drive of Zensar.

There were 4 rounds in the process:

1. Written.
2. Group Discussion.
3. Technical Interview.
4. HR Interview.

1. In the first round we had to give an online test which had 4 sections with specific time limit for every section, i.e., you can not use the time left in one section to solve the other sections. The 4 sections were- Aptitude, Technical, Programming, SQL queries.

The aptitude section included Time, speed & distance (especially train-based questions), age related problems. The technical round had the general questions with medium difficulty level. You can clear that with basic preparation. The next 2 sections had 2 questions each. I got two programs, first program was to take input from the user until a negative number is inserted & find the average of the entered list of numbers. I actually forgot the 2nd program (can't believe this :D) but that wasn't very difficult! I was able to make both the programs. Though, in the first program I displayed the average in integer type (instead of floating point) & when I was correcting that, the time limit for the section ended. In the last section, 2 queries were to be written based on the tables & conditions given in the question. I could only write one of them correctly.

2. In GD, we were given 2 topics to choose from. I) Is technology creating a disparity in income. II) Should military education be made compulsory in schools. We chose the 2nd one. They weren't expecting us to be extra-ordinary in communication. They only wanted us to speak well enough. Even those who were not able to speak were given a chance at the end. Only 1 was rejected in our group after GD.

3. In the technical round, the questions depended on the interviewer that we went to. The one to whom I went was more interested in the project that I had made. He also asked me some basic questions like multithreading, garbage collection, normalization, DBMS vs RDBMS, etc. I heard that the other interviewers were also asking questions related to PL/SQL and even HR questions.

4. The HR round was not very difficult. They expect us to be realistic about our dreams & to give simple honest answers rather than saying something too big or unrealistic. If we do say something like that they would extend the interview for 30-45 minutes. So better to give simple direct answers. My HR interview lasted only about 5 minutes. He asked me about my family, my weakness & whether I was ready to relocate & work in night shifts.

That's it! After about an hour, we got the results & very few students were rejected from the HR round. So HR round was not difficult or the main rejection round. The main rejection round was the technical round.
------------------------------------------------------------------------------------------------------------------------------------------------------
Zensar Technologies Pune Interview Experience - AISSMS College of Engineering Pune (Date: 6 feb 2014)
Hi all,

I have attended the Zensar interview about 1 year ago. It was First MNC interview faced by me and cracked successfully. it was off-campus drive held at AISSMS Pune. I faced total 4 rounds which are as follows:

Round 1: Quantitative and Technical Aptitude.

Round 2: Group Discussion on topic Emerging Trends in IT.

Round 3: Technical Interview (This was interesting round for me as it was around 1 hour and the interviewer impressed with my skills, answers and way of presenting).

Round 4: This was HR round. It includes few questions like relocation, Work in Night shifts and work on any technology. I answered all the questions with positive feedback.

After 2 days i got the selection mail from Zensar and after 10 days I got the joining. I hope you will find this helpful.

Thank You...

BEST OF LUCK !!!
---------------------------------------------------------------------------------------------------------------------------------
Zensar Placement Paper Held on 3 March 2008 (Technical Interview Questions)
Paper: Zensar Placement Paper Held on 3 March 2008 (Technical Interview Questions)

1)what is pointer to a function ..

2)Explain the working of pointer to a function

3)Difference between char const *p , const char *p ,const * char p, const char * const p

4)What Is FILE *fp

5)Write a program to print a file from the last .

6)Write a program to encrypt the file

7)What is abstraction

8)What is run time polymorphism

9)What is register storage class? If  a variable is declared as register then is it compulsory that it will be of storage type register?

10)What is interface in java ?

11)What is implementation ?

12)Why java doesn't support multiple inheritance ?

13)Is c++ is pure object oriented?

14)Why we need new operator in java at the time of object declaration and why not in c++?

15)Write a program to implement virtual functions  .

16)What is the difference between file and data base storage ?

17)Difference between hierarchical data model and network data model ?

18)What are the 12 codd?s rule ?

19)Gave me a table and asked me to normalize it up to 3 nf .

20)Difference between BCNF and 4 nf ?

21)Difference between conflict and view serialzability

22)What is batch operating system ?

23)Difference between multiprogramming and multitasking ?

24)What are different types of scheduler ? explain short term scheduler ?

25)What are different scheduling  algorithms ?

26)What is a system call?

27)Monitors and Semaphores ?

28)What are different CPU registers ?

29)Object oriented model , Component Assembly model and Waterfall model ? compare them ?

30)Difference between OSI and TCP/IP?

31)X.25 ?

32)CSMA/CD ?

33)IEEE?

34)Heap Sort , Merge Sort ?

35)Hashing Technique ?
--------------------------------------------------------------------------------------------------------------------------------------------------------
Zensar Placement Paper Held on 3 March 2008 (Technical Section)
Paper: Zensar Placement Paper Held on 3 March 2008 (Technical Section)

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..??
-------------------------------------------------------------------------------------------------------------------------------------
Zensar Placement Paper Held on 3 March 2008 (HR Interview Questions)
Paper: Zensar Placement Paper Held on 3 March 2008 (HR Interview Questions)

1)Describe Yourself as a person ?

-->she said I don't want u to repeat the resume , something which in not mentioned in that.

2)Say something about dream ..i said ,?

-->Dream as if you'll live forever, live as if you'll die today.?

3)Which is your dream company ?

-->I said that , ? I m telling u the truth , my dream company is Google? , then she asked my why Google , I was well prepared for that question I said , ? God is with them who have the courage to fly , not with them who stand on the ground and watch the sky ? ,then wla wla wla?.

4)Then why Zensar ?

-->One of the greatest victories you can gain over someone is to beat him at politeness ?  that's what I have done at done time

5)Where do you see yourself after 5 years ?

6)Say something on ,?

-->when you are in Rome do what Romans do And that's it , finally me and three friends of mine were selected in the ZENSAR .
At last I want to say that ?Courage doesn't always roar. Sometimes courage is the quiet voice at the end of the day saying, "I will try again tomorrow.?
So if you are not selected don't worry coz  ?after every sad day there comes the glad day?
----------------------------------------------------------------------------------------------------------------------------------
ZENSAR PLACEMENT PAPER PATTERN-2006
PAPER PATTERN: ZENSAR PLACEMENT PAPER PATTERN-2006

1. 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.

2.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 Aggarwal 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 u'll 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.


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 " 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.
--------------------------------------------------------------------------------------------------------------------------------------------------

2 comments: