-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathHelpdesk_Engineer.php
142 lines (113 loc) · 6.69 KB
/
Helpdesk_Engineer.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
138
139
140
141
142
<?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>Helpdesk Engineer</li>
</ul>
<h1 class="white-text">Helpdesk Engineer</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;" >Helpdesk Engineer are the go-to people for providing technical assistance and support related to computer systems, hardware, and software. They are responsible for answering queries and addressing system and user issues in a timely and professional manner. Helpdesk Engineer works with the IT team, and will often interact with system and computer users across the company. The helpdesk team will train users on basic system and computer functions. Understanding and proactively maintaining daily system performance, having the ability to troubleshoot customer problems, and innate follow-up and follow-through skills are all essential aspects of the help desk support’s day-to-day role.</p>
<p style="font-size:16px;">An excellent Helpdesk Engineer must have good technical knowledge and be able to communicate effectively to understand the problem and explain its solution. They must also be customer-oriented and patient to deal with difficult customers. The goal is to create value for clients that will help preserve the company’s reputation and business.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Skills required</h2>
<p style="font-size:16px;"></p>
<ol style="font-size:16px;">
<li><b>1. </b>Proven experience as a help desk technician or other customer support role.</li>
<li><b>1. </b>Tech savvy with working knowledge of office automation products, databases and remote control.</li>
<li><b>2. </b>Good understanding of computer systems, mobile devices and other tech products.</li>
<li><b>3. </b>Ability to diagnose and resolve basic technical issues.</li>
<li><b>4. </b>Proficiency in English.</li>
<li><b>5. </b>Excellent communication skills.</li>
<li><b>6. </b>Customer-oriented and cool-tempered.</li>
<li><b>7. </b>General awareness of computer systems, PC repair, and network management</li>
<li><b>8. </b>Understanding and appreciation for information security within systems and user devices.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Educational Requirements</h2>
<p style="font-size:16px;">A college degree is required for entry-level helpdesk positions, a degree in computer information science, or help desk administration. It can also be useful to get a specialized or niche certificate in PC repair, network administration, or help desk support.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Duties and Responsibilities</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Monitor and respond quickly to incoming requests relate to IT issues.</li>
<li><b>2. </b>Serve as the first point of contact for customers seeking technical assistance over the phone or email.</li>
<li><b>3. </b>Perform remote troubleshooting through diagnostic techniques and pertinent questions.</li>
<li><b>4. </b>Determine the best solution based on the issue and details provided by customers.</li>
<li><b>5. </b>Provide accurate information on IT products or services.</li>
<li><b>6. </b>Follow-up and update customer status and information.</li>
<li><b>7. </b>Pass on any feedback or suggestions by customers to the appropriate internal team.</li>
<li><b>8. </b>Identify and suggest possible improvements on procedures.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Salary</h2>
<p style="font-size:16px;">Helpdesk Engineer salary in India ranges between ₹ 1.4 Lakhs to ₹ 4.7 Lakhs with an average annual salary of ₹ 2.4 Lakhs. </p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Companies offering Helpdesk Engineer role</h2>
<ol style="font-size:16px;">
<li><b>1. Wipro </b> </li>
<li><b>2. NTT Data </b></li>
<li><b>3. Dell</b></li>
<li><b>4. Reliance Jio Infocomm Ltd.</b></li>
<li><b>5. IBM </b></li>
<li><b>6. Google</b></li>
<li><b>7. Cisco System</b></li>
</ol>
</div>
<!-- /row -->
</div>
<!-- /blog post -->
</div>
<!-- /main blog -->
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- /Blog -->
<?php include 'footer.php'?>
</html>