Skip to main content

Voice Support Executive Jobs in Thane – 12th pass



Amazon currently hiring Marathi Voice Support Executive Job in Thane Maharashtra for 12th pass freshers who had fluency in Marathi or Hindi or English language can apply online with ease. Post: Voice Support Executive – Freshers Department: Customer Support Work location: Thane Maharashtra (candidate may get nearby branch of Mumbai ) Education: 12th pass and above Language Preference : Marathi / HI_IN / EN_IN Salary: 12,000 to 17,000/- per months Candidate who cleared 12th exam and looking for tele-calling job in Thane or back office jobs in Thane area for freshers, can apply jobs at amazon over here. Basic need to enrol for Amazon jobs in Thane: • Firstly, good in talk which is communication skills should be excellent in any of Marathi, or English. • Must be able to handle telephonic software support, should have computer knowledge. • Candidate should be able to handle the voice calls from local customers of Maharashtra state in Marathi or English Language. • Problem-solving Approach • Quick learner, creative and achiever and passionate about work output. • Must be ready to work with team coordination with Thane Maharashtra office team. Job role at Amazon Thane as Support Executive: • Contact potential or existing customers to inform them about a product or service using scripts provided. • Answer questions about products or the company. • Ask questions to understand customer requirements and close sales as per requirement of Thane MH clients. • Receive calls from customers to resolve their issues • Reply to customers of Thane area and address their concerns • Communicate with the client via phone to discuss ongoing issues • Direct prospects to the Thane field sales team when needed. • Enter and update customer information in the database. • Take and process orders in an accurate manner.

SkillDescription
CommunicationExcellent communication skills in Marathi, Hindi or English
Telephonic supportAbility to handle telephonic software support and have computer knowledge
Customer serviceAbility to handle voice calls from local customers of Maharashtra state in Marathi or English
Problem-solvingApproach problems with a problem-solving approach
Quick learnerAbility to learn quickly
CreativityCreative and able to think outside the box
Team coordinationAbility to work with team coordination with Thane Maharashtra office team
SalesAbility to inform potential or existing customers about a product or service using scripts provided
Product knowledgeKnowledge of the company's products or services to answer customer questions
Customer supportAbility to receive calls from customers and address their concerns
Data entryAbility to enter and update customer information in the database
Order processingAbility to take and process orders in an accurate manner
  How to Apply Amazon Fresher jobs ? • Interested and eligible candidates from Thane area can direct apply with filling required details with most updated resume to amazon.com. • Once get shortlisted, you will get notification mail for further communication. Tags: tele-caller jobs in Thane, Amazon Jobs in }, 12th pass jobs in Thane Maharashtra, Customer Support Jobs for fresher in Thane, Marathi jobs in Thane, Voice Process Jobs Near me in Thane Maharashtra, Freshers Jobs nearby Thane. We are Hi5job.com here to have best ever industry career update nearby Thane MH area within fingers away from leading MNC company website directly. kindly scroll down and go to career search page to have more jobs update in Thane Maharashtra

Amazon
Thane, Maharashtra
Amazon
AmbitionBox
 4.2  -  18,419 reviews
Indeed
 3.5  -  44,982 reviews
Glassdoor
 4.2  -  19,930 reviews
amazon.comMore jobs at Amazon

Comments

Popular posts from this blog

Booting! What is this?

Booting! What is this? What is Booting? Booting  (booting up) is a bootstrapping process that starts operating systems when the user turns on a computer system. A boot sequence is the set of operations the computer performs when it is switched on that loads an operating system.   When you turn on the power to a computer, the first program that runs is usually a set of instructions kept in the computer's read-only memory ( ROM ). This code examines the system hardware to make sure everything is functioning properly. This power-on self test ( POST ) checks the  CPU , memory, and basic input-output systems ( BIOS ) for errors and stores the result in a special memory location. Once the  POST  has successfully completed, the software loaded in  ROM  (sometimes called the  BIOS  or firmware) will begin to activate the computer's disk drives. In most modern computers, when the computer activates the hard disk drive, it finds the first piec...

how to use Java code from Python using JPype:

  Sure, here are the complete steps to use Java code from Python using JPype: Install JPype: You can install JPype using pip by running the following command in your command prompt or terminal: Copy code pip install jpype1 Set up your Java environment: To use JPype, you'll need to have a Java Development Kit (JDK) installed on your system. You can download the latest JDK from the Oracle website. Write your Java code: Write your Java code in a text editor or an Integrated Development Environment (IDE) such as Eclipse, IntelliJ, or NetBeans. For example, you could write a simple Java class that prints "Hello, World!" to the console: java Copy code public class HelloWorld { public static void main (String[] args) { System.out.println( "Hello, World!" ); } } Compile your Java code: Compile your Java code using the javac command. Open your command prompt or terminal and navigate to the directory where your HelloWorld.java file is ...