Skip to main content

Openings for different technoogies.

Walkin for Domestic Process Customer Support Associate n 4th to 8th Dec

Company        Tech Mahindra Ltd

Website          www.techmahindra.com

Eligibility        Under Graduate/ Graduate/ Diploma or ITI holders

Experience     0-2 Years


Location         Chennai

Tech Mahindra Ltd
Job Role: Customer Support Associate - Domestic Process

Job Summary :

Immediate openings for Voice/Semi voice in telecom process (Inbound)

Desired Profile:

- Excellent communication skills in Tamil/ Hindi/ Kannada/ Telugu/ Malayalam
- Under Graduate/ Graduate/ Diploma or ITI holders (Except BE, B. Tech, MCA, MCM, MBA)
- 0-2 years of experience in any BPO/ Non BPO Industry
- Average communication skills in English with basic computer knowledge
- Must be willing and able to work various shifts as assigned (such as late nights, Early morning, weekends and statutory holidays), based on business needs

Walk-In Date-4th December to 8th December, Starting Time: 9 AM

Walk In Dates: Any day (Except Sunday & Public holidays)

Time: 9:30am 7:00pm

Venue:
Tech Mahindra,
SBC Tech park,90/B1,MTH road, Industrial estate, Ambattur, Chennai-58

Candidates are required to carry their CV along with a Photo Id Proof

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