Zensar Technologies

Career Details
Eligibility:

Engineering Degree with 60%

Selection Process:

Written
GD
Interview

Entry Package:
2.1
Organization Details
Industry:
IT/Software, Hardware
Company Profile :

Headquartered in Pune, India, Zensar Technologies has marketing presence in US, Europe and Asia Pacific regions. The company has operations and a customer base spanning across 18 countries including software development centers in India and China. Zensar has expertise in key verticals of manufacturing, retail, logistics, financial services, telecom and utilities. The company offers end-to-end solutions across diverse technology platforms and industry domains through a Global Delivery Model, which delivers 24 X 7 services.

At Zensar, Innovation is the differentiator that fires the imagination and delivers result. The vast repository of knowledge in Zensar, built over the years, is an agile and dynamic value proposition. Rapid response, flawless execution, and customer intimacy are all capabilities that make possible the journey from Knowledge to Value. Based on this value proposition the company has developed process, tools and methodologies, including the proprietary Solution BluePrint (SBP), that enable it to offer its clients high-quality customized IT solutions.

Zensar has formed lasting relationships with customers like Cisco, National Grid, Fujitsu, Marks and Spencer, Danaher Corporation, Electronic Arts and Logitech among others. Zensar has also forged strategic technology partnerships with global technology leaders such as IBM, Microsoft, Sun Microsystems and Oracle. These partnerships enable Zensar to leverage its core competencies, ensuring comprehensive and state-of-the-art business solutions to its customers.

Zensar has adopted a mature framework for sustaining and accelerating growth by managing business opportunities across horizons. The organization’s core services of Application Portfolio Management and Enterprise Application Services are based on well established, mature processes and models. Capitalizing on market trends, Zensar has also invested in services such as Testing, Enterprise Collaboration and Content Management, Enterprise Application Integration, Business Intelligence & Data Warehousing. Another core competency of Zensar is in Application Modernization, which leverages Zensar's SBP framework. Zensar continues to invest in future technologies and services such as Infrastructure Management, Knowledge Process Outsourcing and Embedded Systems to reap profits in the long term.

Zensar is a multi-cultural organization with a global workforce that has the experience of working across cultures and achieving a uniformity of purpose in the midst of diversity.

There are 3 rounds
Written
Technical intrv
HR round

1) Written
it consist of 4 sections, each section has around 20 to 25 questns n u wud gt 20 to 22 min to solve.
first section is english :- there were fiil in the blanks, find correct heading for givn passage,reading passage, synonyms,opposites,grammar. this section is little tough bt if ur english is good then u can clear easily.

2) Aptitude
very esy questions on profit&loss,percentages,areas, volumes,time n work,height and distances,series,algebra u shud hav gud speed questions are vry simple. coz my apti is nt vry strong still it was easy fr me.

3) Logic
puzzles from verbal rs aggarwal, coding, series of alphabets,jumbled sentences, to find correct sequences from given sentences,all in all vey easy section jst need gud speed.

4) Technical
i foun it little tough n lengthy bt pepl with gud programmin skills will find it easy there were c,dbms,networkin. mostly questions from c output questions around 10.

At last i wud like to suggest u that wn u gt ur paper start from first section then speed up as they will give seperate time fr each section. so wn u r warnd to turn to nxt section before 5 min thn dnt solve lft out questns instd check the probability of choices that are repeatin n mark those choices in remanin time in each section.

no negative markin so good luck for written exams. Next comes technical inrtv
my intervr was vry good. he creatd good envirnmnt. i gave my intervw at 9 in evenin. he askd abt my skils intrst.n ask acordingly. i told him abt networkin watevr he askd as this is my area of intrest.
he askd me abt google os, cisco os,as i hav done ccna from cisco. most imp thin they will surely ask abt data structures, linklist codes, daa so be through with that. my tecnical was avg.

Last was HR
this lady was vry frenly. my communication skills r vry good so i was confidnt in this round, they chekd our patience by takin intrvw at 12 in night, chekd +ve attitude, ability to delivr uncr pressure. well she was really impressd by my participation in diffrnt activities n saw a team attitude. so she told me sleep nicely witht ny tension.

so dear frens this site has helpd me a lot coz i was also deprresd n thot i wud nevr gt palcd bt see i gt placmnt in prefinal year so dnt loose hope God will give success to evryone. jst have good speed n confidence in u thn world is waitin fr u to give good opportunities.

3.75
Average: 3.8 (4 votes)

Sample Test Paper C test

Sample Test Paper

C test

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

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

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

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

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

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

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

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

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

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

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

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.

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.

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

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

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

Interview Technical

Write a minimal C++ program .

(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

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

What is an OS ?

What is a Data Structure ?

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

What is OOP.

What is Object Oriented Analysis and design.

How do u communicate between object and class.

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

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

What is extranet, intranet, internet

HR interview..

Ok, what do your friends call u???

how many friends do u have???

Do u talk with girls???

How many girl friends do u have???

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

what do u do on sundays???

Do u like hyderabad???

whatz so special about it???

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

how many of them have u gone to???

Post new comment

The content of this field is kept private and will not be shown publicly.
 
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><a> <em> <strong> <small> <sup> <sub> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <img> <br> <br /> <p> <div> <span> <b> <i>.
  • Lines and paragraphs break automatically.

More information about formatting options