Skip to main content

Openings for different technoogies.

Walk in for Associate, Senior Associate From 22nd to 28th Dec

Company        Genpact

Website         www.genpact.com

Eligibility        UG /PG/DOCTORATE

Experience     0 - 2 Years


Location         Dehradun

Genpact
Job Role: Associate/Senior Associate -(NonTechnical)

Job Summary :

    Take inbound calls

    Comprehend customers queries / Complains / Comments

    Display empathy/ understanding of the issue/ concern towards customer

    Provide quick an effective resolution to the customer's queries

    Handling multiple tasks simultaneously

    Has a pleasant attitude

    Wants to delight customers, above and beyond call of duty

    Has a knowledge of customer needs

    Is able to communicate clearly, both written and in speech
    Talks in a way the customer can understand

Desire Profile:

Good Communication Skills.

Candidate should be flexible with shifts.

Handling customer queries over call.

Candidate should be a team player.

Must:

One copy of updated resume

One passport photograph

One photo-identity proof

* Fresh Graduates to 2 year of experience shall be considered

* Should possess excellent Oral Communication Skill

Walk-In Interviews:

Date: Dec 22nd to Dec 28th (Including Sunday - Dec 23rd)

(Excluding Dec 25th )

Time: 10am to 3 pm

Address: Plot - 23, IT Park, Shastradhara Road, Dehradun

Comments

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...