Skip to main content

Openings for different technoogies.

Walk in for Technical Support Engineer, Customer Support Engineer

Company        Tuncer Infotech Pvt Ltd

Website          www.thesslstore.com

Eligibility        Any Graduate - Any Specialization

Experience     0-4 Years


Location         AHMEDABAD,Gujarat

Tuncer Infotech Pvt Ltd
Job Role: Technical Support Engineer/ Customer Support Engineer

Job Summary :

JCTWeb - Tuncer InfoTech Pvt. Ltd. is a US based Web and Software development company with an office in Ahmedabad, Gujarat.

Designation: Technical Support Engineer/ Customer Support Engineer

*** Throughout English medium candidates can only apply for this position.

Type: Full Time (Permanent)

Keyword: Customer Support, Technical Support, Web based Support

Qualifications: Graduate (BCA, BE)/Diploma/ Commercial Arts/Any Graduate

Experience required for the Job: 0 - 3 years

Annual Salary of the Job: 1.0 - 3.0 Lacs

Job Location: Ahmedabad

Job Requirements

Highly proficient in English verbal and written Language skills (must have British/American Accent)
Computer literate, proficient in MS office and has a typing speed of at least 40 wpm
Ready to work with Web Security Related Products
Ready to work 24/7 shifts
Able to work, co-operate and communicate with an international team
Graduate / undergraduate / diploma
Fresher / experienced are welcomed
Experience in any International Call center would be an added advantage

Profile / Job Description:

Provide customer support. I.e. answer phones, emails or live chats
Respond to customer requests
Provide customers with product and service information; training shall be provided
Identify, research, and resolve customer issues using the computer system
Follow-up on customer inquiries that are not immediately resolved
Research and resolve the billing issues
Other duties as assigned

Why you should join us?

Relaxed environment
Relaxed Management
Five days a week

Candidates meeting the above specs need only apply to jobs@thesslstore.com with following details:

1. Academic Qualification/ Year of Passing/ Regular or Correspondence

2. Current & Expected CTC

3. Joining time required

4. Current location

5. Immediate Contact Number

6. Willingness to relocate to Ahmedabad

NOTE: Please send your CV in MS Word format with above details.

Interview Date for Walk-in:: December 8, 2012 Saturday 10:00 AM to 5:00 PM

Address:
302-303,Samedh Complex,
Nr. Associated Petrol Pump C.G.Road,
Navrangpura AHMEDABAD,Gujarat,India 380009

Contact Person: Geeta Ramwani

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