-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterviews.html
More file actions
173 lines (145 loc) · 9.32 KB
/
interviews.html
File metadata and controls
173 lines (145 loc) · 9.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Zamp Engineering Handbook</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="All things Engg @ Zamp!">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Plugins CSS -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.2/styles/atom-one-dark.min.css">
<link rel="stylesheet" href="assets/plugins/simplelightbox/simple-lightbox.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body class="docs-page">
<header class="header fixed-top">
<div class="branding docs-branding">
<div class="container-fluid position-relative py-2">
<div class="docs-logo-wrapper">
<div class="site-logo"><a class="navbar-brand" href="index.html"><span class="logo-text">Zamp
Engineering<span class="text-alt"> Handbook</span></span></a></div>
</div>
<!--//docs-logo-wrapper-->
<div class="docs-top-utilities d-flex justify-content-end align-items-center">
<ul class="social-list list-inline mx-md-3 mx-lg-5 mb-0 d-none d-lg-flex">
<li class="list-inline-item" style="padding-top: 10px"><a href="https://github.com/Zampfi"><i
class="fab fa-github fa-fw"></i></a></li>
</ul>
<!--//social-list-->
</div>
<!--//docs-top-utilities-->
</div>
<!--//container-->
</div>
<!--//branding-->
</header>
<!--//header-->
<div class="docs-wrapper">
<article class="docs-article" id="section-1">
<header class="docs-header">
<h1 class="docs-heading">Interviews</h1>
<section class="docs-intro">
<p>It is of extreme importance to us that we get the best people on board Zamp. The time that a
candidate spends with
Zamp is precious. We are comitted to respect the candidates time and ensure they have the best
expirience possible.</p>
</section>
<!--//docs-intro-->
</header>
<section class="docs-section" id="item-1-1">
<h2 class="section-heading">Interview Etiquette</h2>
<ul>
<li>Interviewer is always expected to keep the camera on unless there is a network issue or there is
no reciprocation from the candidate.</li>
<li>In case of a no show, please wait for 10 mins, before dropping off and informing the recruiter.
</li>
<li>If you need to reschedule, please let the know recruiter well in advance. In case of last minute
reschedules, please inform the recruiter and the candidate about your urgency.</li>
<li>Treat each candidate with dignity and respect. Does not matter how they behave. No one from Zamp
will ill treat any canidate.</li>
<li>We close loop with 100% candidates.</li>
<li>A new Interviewer is instated on the panel only after 4 shadow and 2 reverse shadow rounds.</li>
<li>The structure of each interview is the same. A 60 minutes call divided into - introduction,
problem and ask me anyting sections.</li>
<li><a href="https://docs.google.com/document/d/1JN7ftTInSAbE0SrfF4tjGnOAuhnNPpiruh945VKcv6g/edit"
target="_blank">Broader Working Doc about Interviews here.</a></li>
</ul>
</section>
<!--//section-->
<section class="docs-section" id="item-1-1">
<h2 class="section-heading">Engineering Interview Format</h2>
<p>Each canidate interviewing at Zamp will go through the same process irrespective of the domain of
expertise or seniority. Some cadidates maybe fast tracked or asked to do more rounds as per
discreetion
of the recruitment team. <a
href="https://docs.google.com/spreadsheets/d/1oLmtycS-CokOxIkrNuuqkpdXX33hcVW6svBBhbzKqKU/edit?usp=drive_web&ouid=110640268207678841741"
target="_blank">Interview Question Bank here.</a></p>
<ul>
<li>Step 1 - Screening. Once a candiadte applies, their CV lands up on our pipeline. Recruiters and
managers go through the CVs and shortlist CVs which are a good fitment for Zamp.</li>
<li>Step 2 - Intro Call. Recruiters setup a 30 mins chat with the candidate to understand their
intent and growth path.</li>
<li>Step 3 - Coding Round 1. This is generalised for all candidates. The candidate is expected to
code in this round. The metrics of judgement are problem solving, coding, performance analysis
and communication skills. It is expected that the candidate can structure an ambiguos problem
statement, break it into tasks, prioritise them and come up with a solution. The solution needs
to be codified in a language of their choice. It is important that the candidate writes modular
code adhering to common design patterns. The candidate should be able to talk about performance
metrics of their own solution and what could have been done better. We do not ask generic
LeetCode questions. However, you do need concepts of datastructures to perform well in this
round. Interviewers are expected to rate the candidate on all these parameters out of 10. Post
which, the recruiter takes a call on how to move forward the candidate.</li>
<li>Step 4 - Coding Round 2. This is domain specific round. For backend engineers, you can expect a
mixture of HLD and LLD. For frontend engineers, you can expect an assignment followed by a demo
and Q&A round. For devops and QA engineers, you can expect a domain expert to go deep in your
area of expertise. The candidate can expect deep questions about their past expiriences. The
interviewer is expected to judge the candidate on the parameters of their past expirience,
domain expertise, system design, communication skills and how well they can grow. The
interviewer will provide a rating out of 10 on all these parameters. The recruiter will decide
the next steps as per the score.
</li>
<li>Step 5 - Get to kow your manager and let your manager get to know you! Crisp 30 mins chat.
</li>
<li>Step 6 - Get to know the founder, the vision and let the founder know you.
</li>
<li>Step 7 - Debrief!
</li>
<li>Step 8 - Offer
</li>
<li>Step 10 - Welcome on board Zamp!
</li>
</ul>
</section>
<!--//section-->
</article>
<footer class="footer">
<div class="footer-bottom text-center py-5">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Living and Breathing Handbook maintained with <span
class="sr-only">love</span><i class="fas fa-heart" style="color: #fb866a;"></i> by <a
class="theme-link" href="https://www.zamp.finance/team" target="_blank">Zamp Engineering
Team</a></small>
</div>
</footer>
</div>
<!--//docs-wrapper-->
<!-- Javascript -->
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Page Specific JS -->
<script src="assets/plugins/smoothscroll.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.8/highlight.min.js"></script>
<script src="assets/js/highlight-custom.js"></script>
<script src="assets/plugins/simplelightbox/simple-lightbox.min.js"></script>
<script src="assets/plugins/gumshoe/gumshoe.polyfills.min.js"></script>
<script src="assets/js/docs.js"></script>
</body>
</html>