-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·419 lines (385 loc) · 23.6 KB
/
index.html
File metadata and controls
executable file
·419 lines (385 loc) · 23.6 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132385094-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132385094-1');
</script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="assets/img/about/favicon.png">
<title>Udaiveer Chauhan</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="assets/fonts/font-awesome.min.css">
<!-- Icon -->
<link rel="stylesheet" type="text/css" href="assets/fonts/simple-line-icons.css">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
<!-- Menu CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/menu_sideslide.css">
<!-- Slider CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/slide-style.css">
<!-- Nivo Lightbox -->
<link rel="stylesheet" type="text/css" href="assets/css/nivo-lightbox.css">
<!-- Animate -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<head>
<body>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg fixed-top scrolling-navbar indigo">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-navbar" aria-controls="main-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
<span class="icon-menu"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="onepage-nev navbar-nav mr-auto w-100 justify-content-end clearfix">
<li class="nav-item active">
<a class="nav-link" href="#hero-area">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">
About Me
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">
Core Competencies
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education">
Education
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#work">
Work Experience
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">
Contact
</a>
</li>
</ul>
</div>
</div>
<!-- Mobile Menu Start -->
<ul class="onepage-nev mobile-menu">
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#about">about</a>
</li>
<li>
<a href="#services">Services</a>
</li>
<li>
<a href="#education">education</a>
</li>
<li>
<a href="#work">work</a>
</li>
<li>
<a href="#portfolio">Work</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
<!-- Mobile Menu End -->
</nav>
<!-- Navbar End -->
<!-- Hero Area Start -->
<div id="hero-area" class="hero-area-bg">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 text-center">
<div class="contents">
<h4 class="wow fadeInUp" data-wow-delay="0.2s">Hi, This is</h4>
<h2 class="head-title wow fadeInUp" data-wow-delay="0.4s">Udaiveer Chauhan</h2>
<h4 class="wow fadeInUp" data-wow-delay="0.6s">Data will talk to you if you are willing to listen!</h4>
<ul class="social-icon wow fadeInUp" data-wow-delay="0.8s">
<li>
<a class="linkedin" href="https://www.linkedin.com/in/udaiveer-singh-chauhan/"><i class="icon-social-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Hero Area End -->
</header>
<!-- Header Area wrapper End -->
<!-- About Section Start -->
<section id="about" class="section-padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<div class="wow fadeInLeft" data-wow-delay="0.3s">
<img class="img-fluid" src="assets/img/about/profile.png" alt="Udaiveer Singh Chauhan" height="200" width="200">
</div>
</div>
<div class="col-lg-9 col-md-9 col-sm-12 col-xs-12">
<div class="profile-wrapper wow fadeInRight" data-wow-delay="0.3s">
<p style="text-align: justify;">Having strong mathematical roots as a result of my STEM background, I have always been intrigued by how much information could be deciphered from seemingly obscure sources and humble equations. This coupled with my ongoing experience at ZS Associates has enabled me to gain in-depth insights into building analytical solutions addressing the challenges faced by Fortune 500 companies.
<br><br>
Building further on this foundation I am focused on developing a strong skill-set of analytical tools and methodologies. Parallelly giving equal importance to articulating the results of these findings, I am in the constant process of honing my communication skills.
<br><br>
I look forward to being proficient in advanced analytical modeling methods and developing my skills further as an eloquent communicator, in order to provide optimized business solutions to my clients.</p>
<a href="https://www.dropbox.com/s/bdyirhtb3uvwbwa/Udaiveer%20Chauhan%20-%20Resume.pdf?dl=1" class="btn btn-common"><i class="icon-paper-clip"></i> Download Resume</a>
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Services Section Start -->
<section id="services" class="services section-padding">
<h2 class="section-title wow flipInX" data-wow-delay="0.4s">Core Competencies And Skills</h2>
<div class="container">
<div class="row">
<!-- Services item -->
<div class="col-md-6 col-lg-4 col-xs-12">
<div class="services-item wow fadeInDown" data-wow-delay="0.3s">
<div class="icon">
<i class="glyphicon glyphicon-console"></i>
</div>
<div class="services-content">
<h4><a href="#">Programming Skills</a></h4>
<p> SQL <br> R <br> Python <br> Hive <br> MS Excel <br> JIRA </p>
</div>
</div>
</div>
<!-- Services item -->
<div class="col-md-6 col-lg-4 col-xs-12">
<div class="services-item wow fadeInDown" data-wow-delay="0.6s">
<div class="icon">
<i class="glyphicon glyphicon-signal"></i>
</div>
<div class="services-content">
<h4><a href="#">Data Analytics</a></h4>
<p> Tableau <br> MS Excel <br> Regression Analysis <br> A/B Testing <br> Amazon Web Service <br> Google Analytics </p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xs-12">
<div class="services-item wow fadeInDown" data-wow-delay="0.9s">
<div class="icon">
<i class="glyphicon glyphicon-wrench"></i>
</div>
<div class="services-content">
<h4><a href="#">Data Engineering</a></h4>
<p> SQL <br> <br> MySQL <br> MS SQL Server <br> Oracle SQL <br> NoSQL <br> <br> Database Architecture <br> Data Pipelines <br> Extract Transform Load </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section End -->
<!-- Work Section Start -->
<div id="work" class="section-padding">
<div class="container">
<div class="experience wow fadeInRight" data-wow-delay="0.3s">
<ul class="timeline">
<li>
<i class="icon-briefcase"></i>
<h2 class="timelin-title">Work Experience</h2>
</li>
<li>
<div class="content-text">
<span class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
<span class="fadeInLeft" data-wow-delay="0.3s">
<img class="img-fluid" src="assets/img/ZS_Logo.png" alt="Udaiveer Chauhan" height=25% width=50%>
</span>
</span>
<span class="col-lg-1 col-md-1 col-sm-1 col-xs-1"></span>
<span class="col-lg-8 col-md-8 col-sm-8 col-xs-8">
<h3>ZS Associates</h3>
<h4>United States</h4>
</span>
<p> </p>
<p></p>
<h3>Business Technology Analyst</h3>
<h4>August 2019 - Present</h4>
<dl style="list-style-type:square !important">
<dd style="text-align: justify;">• Led a 5-member team across 4 releases in analysis, architectural design, implementation and orchestration of a data pipeline by leveraging AWS EC2, S3 and Redshift tools, reduced data turnaround time by ~96% </dd>
<dd style="text-align: justify;">• Developed and deployed multiple Business Intelligence solutions by utilizing AWS, SQL and Tableau to help functional departments and executives keep track of business compliance, customer engagement and market performance</dd>
<dd style="text-align: justify;">• Created views and scripts on PostgreSQL and worked with different types of file loads (Txt, Csv, Parquet) to process files from AWS S3 locations and load them into raw tables in RedShift/Athena/SQL Server</dd>
<dd style="text-align: justify;">• Define problems, collect data, draw valid conclusions, and work with stakeholders throughout the organization to provide clear and concise communication and to identify and improve reporting, analytics and visualization needs</dd>
<dd style="text-align: justify;">• Built clustering and segmentation models (using R & SQL) leveraging sales data to boost physician targeting by ~30%</dd>
<dd style="text-align: justify;">• Collaborated cross-functionally with key stakeholders across marketing, finance, sales and reporting teams to develop and maintain a master data management system for Fortune 100 firm</dd>
<dd style="text-align: justify;">• Implemented multiple A/B tests pertaining to sales strategies for new & old products increasing market share by ~5%</dd>
<dd style="text-align: justify;">• Spear-headed data analysis, technical requirements gathering, sprint planning, user stories creation, and client demos</dd>
<dd style="text-align: justify;">• Performed end-to-end project execution to create ETL pipelines and Tableau-based reporting application- requirement gathering, data-modelling, development, user acceptance testing, user training and final deployment planning; enabled client’s sales force to better assess call planning and execution resulting in 10% increase in revenue</dd>
</dl>
</div>
</li>
<li>
<div class="content-text">
<span class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
<span class="fadeInLeft" data-wow-delay="0.3s">
<img class="img-fluid" src="assets/img/viraj.png" alt="Udaiveer Chauhan" height="250" width="250">
</span>
</span>
<span class="col-lg-1 col-md-1 col-sm-1 col-xs-1"></span>
<span class="col-lg-8 col-md-8 col-sm-8 col-xs-8">
<br>
<h3>Viraj Profiles Limited</h3>
<h4>India</h4>
</span>
<p> </p>
<p></p>
<h3>Analyst, Sales and Marketing</h3>
<h4>August 2017 - April 2018</h4>
<dl style="list-style-type:square !important">
<dd style="text-align: justify;"> • Built forecasting model to predict stainless steel prices to estimate future cash flows; improved estimations by 15%</dd>
<dd style="text-align: justify;">• Developed interactive and cross-
functional dashboards in Tableau to provide insights on improving customer retention and sales for 80+ customers from 9 countries in the Middle East region</dd>
<dd style="text-align: justify;">• Outlined and implemented a new production planning system aimed at ensuring on-time deliveries of products; decreased number of late delivery-related complaints from customers</dd>
<dd style="text-align: justify;">• Redesigned customer categorization criteria to give a more
realistic view of existing customers and their business; increased revenue by 8% in the first 6 months of implementation</dd>
<dd style="text-align: justify;">• Developed sales strategies for Indian stainless-steel market by identifying challenges and opportunities for the firm</dd>
</dl>
</div>
</li>
</ul>
</div>
</div>
<!-- Work Section End -->
<!-- Education Section Start -->
<div id="education" class="section-padding">
<div class="container">
<div class="education wow fadeInRight" data-wow-delay="0.3s">
<ul class="timeline">
<li>
<i class="icon-briefcase"></i>
<h2 class="timelin-title">Education</h2>
</li>
<li>
<div class="content-text">
<span class="col-lg-2 col-md-2 col-sm-2 col-xs-2">
<span class="fadeInLeft" data-wow-delay="0.3s">
<img class="img-fluid center" src="assets/img/purdue.svg" alt="Purdue University logo" height="250" width="250">
</span>
</span>
<span class="col-lg-1 col-md-1 col-sm-1 col-xs-1"></span>
<span class="col-lg-9 col-md-9 col-sm-9 col-xs-9">
<h3>MS in Business Analytics and Information Management</h3>
<h4>Purdue University</h4>
<h5>2018 - 2019</h5>
</span>
<span>.</span>
</div>
</li>
<li>
<div class="content-text">
<span class="col-lg-2 col-md-2 col-sm-2 col-xs-2">
<span class="fadeInLeft" data-wow-delay="0.3s">
<img class="center" src="assets/img/nitkkr.png" alt="NITKKR logo" height="150" width="150">
</span>
</span>
<span class="col-lg-1 col-md-1 col-sm-1 col-xs-1"></span>
<span class="col-lg-9 col-md-9 col-sm-9 col-xs-9">
<h3>B.Tech in Electronics and Communication Engineering</h3>
<h4>National Institute of Technology, Kurukshetra</h4>
<h5>2013 - 2017</h5>
</span>
<span>.</span>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Education Section End -->
<!-- Contact Section Start -->
<section id="contact" class="section-padding">
<div class="container">
<div class="row contact-form-area wow fadeInUp" data-wow-delay="0.4s">
<div class="footer-right-area wow fadeIn">
<h2>Contact Information</h2>
<div class="footer-right-contact">
<div class="single-contact">
<div class="contact-icon">
<i class="fa fa-envelope"></i>
</div>
<p><a href="mailto:udaisingh9@gmail.com">udaisingh9@gmail.com</a></p>
</div>
<div class="single-contact">
<div class="contact-icon">
<i class="fa fa-phone"></i>
</div>
<p><a href="#">+1-(765)-476-6138</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
<!-- Footer Section Start -->
<footer class="footer-area section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-text text-center wow fadeInDown" data-wow-delay="0.3s">
<ul class="social-icon wow fadeInUp" data-wow-delay="0.8s">
<li>
<a class="linkedin" href="https://www.linkedin.com/in/udaiveer-singh-chauhan/"><i class="icon-social-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Go to Top Link -->
<a href="#" class="back-to-top">
<i class="icon-arrow-up"></i>
</a>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.mixitup.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/nivo-lightbox.js"></script>
<script src="assets/js/jquery.slicknav.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.min.js"></script>
<script src="assets/js/map.js"></script>
</body>
</html>