-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustomer_service_executive.php
137 lines (108 loc) · 5.83 KB
/
Customer_service_executive.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?php
// Initialize the session
session_start();
?>
<!DOCTYPE html>
<html lang="en">
<?php include 'header.php'?>
<!-- Hero-area -->
<div class="hero-area section">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/bgc2.jpg); " ></div>
<!-- /Backgound Image -->
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<ul class="hero-area-tree">
<li><a href="main.php">Home</a></li>
<li><a href="blog.php">Knowledge Network</a></li>
<li>Customer Service Executive</li>
</ul>
<h1 class="white-text">Customer Service Executive</h1>
</div>
</div>
</div>
</div>
<!-- /Hero-area -->
<!-- Blog -->
<div id="blog" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- main blog -->
<div id="main" class="col-md-9">
<!-- blog post -->
<div class="blog-post" style= "text-align:justify; ">
<h2>Job Description</h2>
<!-- row -->
<div class="row">
<p style="font-size:16px;">Customer Service Executive manages a team of representatives who will offer excellent customer service and after-sales support. Customer Service Execute creates policies and procedures and oversee the customer service provided by the team. The Customer Service Executive will be responsible for the selection of staff in the hiring process and ensure that a standardized level of service is maintained for all customers.</p>
<p style="font-size:16px;">A Customer Service Executive, display's excellent interpersonal and communication skills as well as a professional appearance. An outstanding Customer Service Executive should possess a proven track record of successful customer service and management skills.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Skills required</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Excellent interpersonal and written and oral communication skills.</li>
<li><b>2. </b>Knowledge of CRM systems.</li>
<li><b>3. </b>Computer skills.</li>
<li><b>4. </b>The ability to run diagnostic tests and determine the causes of errors or problems.</li>
<li><b>5. </b>Keeping track of common issues and maintaining accurate reports are important abilities for these professionals</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Educational Requirements</h2>
<p style= "font-size:16px;">Bachelor degree in business administration or any relevant field is required. MBA or any other master degree in management will help the candidates apply for a higher-level position.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Duties and Responsibilities</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Managing a team of representatives offering customer support.</li>
<li><b>2. </b>Resolving customer complaints brought to your attention.</li>
<li><b>3. </b>Creating policies and procedures.</li>
<li><b>4. </b>Planning the training and standardization of service delivery.</li>
<li><b>5. </b>Conducting quality assurance surveys with customers and providing feedback to the staff.</li>
<li><b>6. </b>Possessing excellent product knowledge to enhance customer support.</li>
<li><b>7. </b>Maintaining a pleasant working environment for your team.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Salary</h2>
<p style="font-size:16px;">The average salary for a Customer Care Executive is Rs.209,450. For a fresher, the salary will be starting from Rs.180,000. Upon experience Customer Service Executive salary will range from Rs.220,000 - Rs.270,000 depending on the company.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Companies offering Customer Service executive role</h2>
<ol style="font-size:16px;">
<li><b>1. Amazon </b> </li>
<li><b>2. Dell Technologies </b></li>
<li><b>3. HSBC</b></li>
<li><b>4. Reliance Jio</b></li>
<li><b>5. Tata communications</b></li>
<li><b>6. Axis Bank</b></li>
<li><b>7. Tech Mahindra Business Services Limited</b></li>
<li><b>8. LG Electronics</b></li>
</ol>
</div>
<!-- /row -->
</div>
<!-- /blog post -->
</div>
<!-- /main blog -->
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- /Blog -->
<?php include 'footer.php'?>
</html>