-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathAPI_Integration _Specialist.php
136 lines (108 loc) · 6 KB
/
API_Integration _Specialist.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
<?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>API Integration Specialist</li>
</ul>
<h1 class="white-text">API Integration Specialist</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;" >The API Integration Specialist are the technical problem solver who will help the clients and partners integrate with their system. The ideal candidate should be comfortable with writing scripts, have a strong understanding of REST web-services, and be willing to specialize in the more technical nuts and bolts of our system and the Application Programming Interface (API). Beyond the technical skillset, someone who can communicate clearly both orally and in writing. The incumbent will be required to bridge the gap between business resources and the technology team and effectively communicate with internal and external clients.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Skills required</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Proven track record in understanding an enterprise’s APIs and processes.</li>
<li><b>2. </b>Experience in using APIs and web services to integrate systems.</li>
<li><b>3. </b>Excellent verbal and written communication skills, strong troubleshooting, problem solving, and analytical ability required.</li>
<li><b>4. </b>Ability to understand and articulate technical concepts and derive solutions.</li>
<li><b>5. </b>Ability to deal with complex and challenging client issues.</li>
<li><b>6. </b>Capability to perform in a high pressure working environment.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Educational Requirements</h2>
<p style="font-size:16px;">Degree in Computer Science or Information Technology or Business Information Systems or 2 years working in a technical role with API.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Duties and Responsibilities</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Field support calls and emails from developers and business users about account API integration and functionality.</li>
<li><b>2. </b>Assist customers, partners, vendors and others with all aspects of our API and its documentation.</li>
<li><b>3. </b>Assist non-technical users in potential outcomes that can be achieved using the API.</li>
<li><b>4. </b>Consult business professionals on ways to maximize our API by providing data to 3rd party integrations.</li>
<li><b>5. </b>Engage with product and development teams in software development discussions to create/improve our systems.</li>
<li><b>6. </b>Use the API to create test scenarios and scripts with expected outcomes for new integrations or expanded API use.</li>
<li><b>7. </b>Be able to identify problems, prioritize and arrive at possible solutions.</li>
<li><b>8. </b>Be the Subject Matter Expert for all things API, including integrations, documentation and use cases, etc.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Salary</h2>
<p style="font-size:16px;">The average salary for API Integration Specialist is Rs. 731,000 per annum</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Companies offering API Integration Specialist role</h2>
<ol style="font-size:16px;">
<li><b>1. Uber </b> </li>
<li><b>2. Barclays </b></li>
<li><b>3. IBM</b></li>
<li><b>4. Philips</b></li>
<li><b>5. Larsenn and Tourbo Infotech Limited </b></li>
<li><b>6. Oracle</b></li>
<li><b>7. Bank of America</b></li>
</ol>
</div>
<!-- /row -->
</div>
<!-- /blog post -->
</div>
<!-- /main blog -->
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- /Blog -->
<?php include 'footer.php'?>
</html>