forked from zcfan/vscode-open-symlink-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoderpad.html
789 lines (780 loc) · 104 KB
/
coderpad.html
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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
<!doctype html>
<html class="no-js" lang="en-US" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coding Interview & Technical Assessment Platform - CoderPad</title>
<meta name="description" content="Hire better devs with CoderPad's live coding interview & technical assessment platform. Filter candidates based on their coding skills, in 41+ languages." />
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large" />
<link rel="canonical" href="https://coderpad.io/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Coding Interview & Technical Assessment Platform - CoderPad" />
<meta property="og:description" content="Hire better devs with CoderPad's live coding interview & technical assessment platform. Filter candidates based on their coding skills, in 41+ languages." />
<meta property="og:url" content="https://coderpad.io/" />
<meta property="og:site_name" content="CoderPad" />
<meta property="og:updated_time" content="2023-09-12T09:58:43-07:00" />
<meta property="og:image" content="https://coderpad.io/wp-content/uploads/2023/05/coderPad-hire-better-candidates-faster-opengraph-image.png" />
<meta property="og:image:secure_url" content="https://coderpad.io/wp-content/uploads/2023/05/coderPad-hire-better-candidates-faster-opengraph-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Coding Interview Platform" />
<meta property="og:image:type" content="image/png" />
<meta property="article:published_time" content="2023-03-13T10:08:33-07:00" />
<meta property="article:modified_time" content="2023-09-12T09:58:43-07:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Coding Interview & Technical Assessment Platform - CoderPad" />
<meta name="twitter:description" content="Hire better devs with CoderPad's live coding interview & technical assessment platform. Filter candidates based on their coding skills, in 41+ languages." />
<meta name="twitter:site" content="@coderpad" />
<meta name="twitter:creator" content="@coderpad" />
<meta name="twitter:image" content="https://coderpad.io/wp-content/uploads/2023/05/coderPad-hire-better-candidates-faster-opengraph-image.png" />
<meta name="twitter:label1" content="Time to read" />
<meta name="twitter:data1" content="Less than a minute" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://coderpad.io/#organization","name":"CoderPad","sameAs":["https://www.facebook.com/coderpad","https://twitter.com/coderpad"]},{"@type":"WebSite","@id":"https://coderpad.io/#website","url":"https://coderpad.io","name":"CoderPad","publisher":{"@id":"https://coderpad.io/#organization"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://coderpad.io/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://coderpad.io/wp-content/uploads/2023/05/coderPad-hire-better-candidates-faster-opengraph-image.png","url":"https://coderpad.io/wp-content/uploads/2023/05/coderPad-hire-better-candidates-faster-opengraph-image.png","width":"1200","height":"630","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://coderpad.io/#webpage","url":"https://coderpad.io/","name":"Coding Interview & Technical Assessment Platform - CoderPad","datePublished":"2023-03-13T10:08:33-07:00","dateModified":"2023-09-12T09:58:43-07:00","about":{"@id":"https://coderpad.io/#organization"},"isPartOf":{"@id":"https://coderpad.io/#website"},"primaryImageOfPage":{"@id":"https://coderpad.io/wp-content/uploads/2023/05/coderPad-hire-better-candidates-faster-opengraph-image.png"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://coderpad.io/author/rheimlich/","url":"https://coderpad.io/author/rheimlich/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/697c7f4ee06b6c547dd951aef547e439?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/697c7f4ee06b6c547dd951aef547e439?s=96&d=mm&r=g","inLanguage":"en-US"},"sameAs":["https://coderpad.io"],"worksFor":{"@id":"https://coderpad.io/#organization"}},{"@type":"Article","headline":"Coding Interview & Technical Assessment Platform - CoderPad","keywords":"Coding Interview Platform","datePublished":"2023-03-13T10:08:33-07:00","dateModified":"2023-09-12T09:58:43-07:00","author":{"@id":"https://coderpad.io/author/rheimlich/","name":"Russell Heimlich"},"publisher":{"@id":"https://coderpad.io/#organization"},"description":"Hire better devs with CoderPad's live coding interview & technical assessment platform. Filter candidates based on their coding skills, in 41+ languages.","name":"Coding Interview & Technical Assessment Platform - CoderPad","@id":"https://coderpad.io/#richSnippet","isPartOf":{"@id":"https://coderpad.io/#webpage"},"image":{"@id":"https://coderpad.io/wp-content/uploads/2023/05/coderPad-hire-better-candidates-faster-opengraph-image.png"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://coderpad.io/#webpage"}}]}</script>
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
<link rel="dns-prefetch" href="//www.googleoptimize.com" />
<script type="text/javascript">
_linkedin_partner_id = "3609010";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
(function(l) {
if (!l) {
window.lintrk = function(a, b) {
window.lintrk.q.push([a, b])
};
window.lintrk.q = []
}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";
b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);
})(window.lintrk);
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="linkedin" src="https://px.ads.linkedin.com/collect/?pid=3609010&fmt=gif">
</noscript>
<script>(function (c, p, d, u, id, i) {
id = ''; // Optional Custom ID for user in your system
u = 'https://tracking.g2crowd.com/attribution_tracking/conversions/' + c + '.js?p=' + encodeURI(p) + '&e=' + id;
i = document.createElement('script');
i.type = 'application/javascript';
i.async = true;
i.src = u;
d.getElementsByTagName('head')[0].appendChild(i);
}("1007005", document.location.href, document));</script>
<script id="profitwell-js" data-pw-auth="a3f968690d0754fc2d1ee9e9617feb58">
(function(i,s,o,g,r,a,m){i[o]=i[o]||function(){(i[o].q=i[o].q||[]).push(arguments)};
a=s.createElement(g);m=s.getElementsByTagName(g)[0];a.async=1;a.src=r+'?auth='+
s.getElementById(o+'-js').getAttribute('data-pw-auth');m.parentNode.insertBefore(a,m);
})(window,document,'profitwell','script','https://public.profitwell.com/js/profitwell.js');
profitwell('start', {});
</script>
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/coderpad.io\/wp-includes\/js\/wp-emoji-release.min.js?ver=2023-06-29_6-55"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<script type="text/javascript" src="https://coderpad.io/wp-content/themes/coderpad/assets/js/coderpad-cookie-consent.js?ver=2023-06-29_6-55" id="coderpad-cookie-consent-js"></script>
<script type="text/javascript" async src="https://www.googletagmanager.com/gtag/js?id=UA-40678915-1" id="google-analytics-js"></script>
<script id="google-analytics-js-after" type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-40678915-1', {
'linker': {
'domains': ['coderpad.io', 'app.coderpad.io']
}
});
gtag('config', 'G-XBQ5N5CE2N', {
'linker': {
'domains': ['coderpad.io', 'app.coderpad.io']
}
});
gtag('config', 'AW-10826734613', {
'linker': {
'domains': ['coderpad.io', 'app.coderpad.io']
}
});
</script>
<script type="text/javascript" async src="https://www.googleoptimize.com/optimize.js?id=OPT-KKWBT8R" id="google-optimize-js"></script>
<script id="coderpad-analytics-js-before" type="text/javascript">
window.CoderPad={"fullstory_org_name":"RS2RJ","ga_tracking_id":"UA-40678915-1","ga4_tracking_id":"G-XBQ5N5CE2N","stitch_url":"https:\/\/hooks.stitchdata.com\/v1\/clients\/151432\/token\/10f397163d7c1ee5eb232552b0540ffb93e5164ec6811c937a9fd0987d7a12ab","hubspot_portal_id":"26307476"}
</script>
<script type="text/javascript" src="https://coderpad.io/wp-content/themes/coderpad/assets/js/coderpad-analytics.js?ver=2023-06-29_6-55" id="coderpad-analytics-js"></script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel="stylesheet" id="coderpad-css" href="https://coderpad.io/wp-content/themes/coderpad/assets/css/coderpad.min.css?ver=2023-09-22_8-25" type="text/css" media="all" />
<link rel="stylesheet" id="coderpad-hero-v3-block-css" href="https://coderpad.io/wp-content/themes/coderpad/assets/css/hero-v3-block/hero-v3-block.min.css?ver=2023-09-08_6-33" type="text/css" media="all" />
<link rel="stylesheet" id="coderpad-cta-banner-css" href="https://coderpad.io/wp-content/themes/coderpad/assets/css/calls-to-action/cta-banner.min.css?ver=2023-07-12_12-59" type="text/css" media="all" />
<link rel="https://api.w.org/" href="https://coderpad.io/wp-json/" /><link rel="alternate" type="application/json" href="https://coderpad.io/wp-json/wp/v2/pages/31825" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://coderpad.io/xmlrpc.php?rsd" />
<link rel="shortlink" href="https://coderpad.io/" />
<link rel="alternate" type="application/json+oembed" href="https://coderpad.io/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcoderpad.io%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://coderpad.io/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcoderpad.io%2F&format=xml" />
<link rel="icon" href="https://coderpad.io/wp-content/uploads/2021/01/cropped-coderpad-favicon-512x512-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://coderpad.io/wp-content/uploads/2021/01/cropped-coderpad-favicon-512x512-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://coderpad.io/wp-content/uploads/2021/01/cropped-coderpad-favicon-512x512-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://coderpad.io/wp-content/uploads/2021/01/cropped-coderpad-favicon-512x512-1-270x270.png" />
<meta name="facebook-domain-verification" content="xmtyv7kyoru5hx21wcyer4t18v1bco">
</head>
<body id class="home page-template-default page page-id-31825 page--homepage-2 page--no-top-padding">
<a id="top" href="#main-content" class="screen-reader-text skip-to-content-link" data-page-type="homepage">Skip to Main Content</a>
<div class="header-alert" data-block-name="header-alert">
<p class="inner">
<a href="https://coderpad.io/blog/announcements/interactive-hands-on-code-code-challenges-on-linkedin-learning-coderpad/" data-ga-category="Header Alert Bar" data-ga-label="Just launched: Code Challenges on LinkedIn Learning, powered by CoderPad">
<svg class="icon icon-megaphone" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#3B88C3" d="M14 19c-3.314 0-6 2.687-6 6s2.686 6 6 6 6-2.687 6-6-2.687-6-6-6zm0 10c-2.209 0-4-1.791-4-4s1.791-4 4-4 4 1.791 4 4-1.791 4-4 4z" /><path fill="#55ACEE" d="M1.783 14.023v.02C.782 14.263 0 15.939 0 18s.782 3.737 1.783 3.956v.021l28.701 7.972V6.064L1.783 14.023z" /><ellipse fill="#269" cx="31" cy="18" rx="5" ry="12" /></svg>
Just launched: Code Challenges on LinkedIn Learning, powered by CoderPad</a>
</p>
</div>
<header class="site-header js-site-header" data-block-name="site-header">
<div class="inner">
<a href="https://coderpad.io" class="logo-link">
<span class="screen-reader-text">CoderPad</span>
<svg class="logo logo-coderpad primary-colors" role="img" viewBox="0 0 136 20" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M134.465 18.925l-5.025.188-.225-1.276c-.975.976-2.213 1.5-3.6 1.5-1.65 0-2.85-.562-3.712-1.687-.826-1.125-1.2-2.662-1.2-4.725 0-2.25.562-3.975 1.687-5.213 1.125-1.2 2.813-1.837 5.063-1.837.525 0 1.05.037 1.537.225v-3l-1.912-.45V.738L131.54.55l.45.525.45.413v15l1.913.45.112 1.987zm-5.438-3.75V9.1c-.412-.225-.974-.375-1.874-.375-1.838 0-2.776 1.35-2.776 4.05 0 2.55.75 3.787 2.288 3.787.45 0 .9-.075 1.2-.375.413-.225.675-.45.825-.675l.338-.337z" fill="#CC4E41" /><path d="M32.765 5.313c-.75-.3-1.65-.375-2.663-.375-2.625 0-3.937 1.912-3.937 5.85 0 3.637 1.35 5.474 4.087 5.474.713 0 1.463-.15 2.138-.412.75-.3 1.35-.563 1.762-.825l.563-.412 1.313 2.175a2.448 2.448 0 00-.263.3c-.113.075-.413.337-.825.674-.412.3-.9.563-1.313.788-.45.225-1.05.412-1.725.6-.712.188-1.35.3-2.062.3-2.438 0-4.313-.75-5.663-2.175-1.312-1.462-1.987-3.562-1.987-6.3 0-2.775.75-4.95 2.212-6.563 1.463-1.575 3.375-2.4 5.888-2.4.825 0 1.762.075 2.662.3.9.226 1.65.376 2.138.563l.75.3-.188 4.5h-2.325l-.562-2.362zM44.09 5.987c1.913 0 3.375.563 4.462 1.688 1.05 1.125 1.613 2.7 1.613 4.725 0 2.175-.562 3.787-1.725 5.062-1.162 1.276-2.7 1.838-4.65 1.838-4.012 0-6.075-2.175-6.075-6.563 0-2.175.563-3.787 1.725-4.95 1.05-1.237 2.7-1.8 4.65-1.8zm-.15 2.7c-.9 0-1.612.3-1.987.9-.376.6-.676 1.575-.676 3.038 0 1.35.188 2.4.563 3 .413.675 1.05.938 1.913.938.9 0 1.5-.3 1.912-.938.413-.6.6-1.688.6-3.075 0-1.313-.187-2.25-.562-2.85-.3-.675-.9-1.012-1.763-1.012zM65.428 18.925l-5.025.188-.188-1.276c-.975.976-2.212 1.5-3.6 1.5-1.65 0-2.85-.562-3.712-1.687-.825-1.125-1.2-2.662-1.2-4.725 0-2.25.562-3.975 1.687-5.213 1.125-1.2 2.813-1.837 5.063-1.837.524 0 1.05.037 1.537.225v-3l-1.913-.45V.738l4.5-.188.526.525.412.413v15l1.913.45v1.987zm-5.475-3.75V9.1c-.413-.225-1.05-.375-1.838-.375-1.837 0-2.775 1.35-2.775 4.05 0 2.55.75 3.787 2.288 3.787.412 0 .9-.075 1.275-.375.412-.225.675-.45.825-.675l.225-.337zM78.328 13.338l-7.913.075c.037.974.375 1.8.9 2.287.525.525 1.163.825 1.95.825.563 0 1.2-.075 1.875-.3.675-.225 1.2-.375 1.538-.563l.562-.3 1.05 1.913c-.188.15-.413.338-.75.525-.337.225-.975.525-1.913.9-.974.375-1.874.563-2.774.563-2.026 0-3.563-.563-4.65-1.688-1.05-1.125-1.613-2.7-1.613-4.725 0-2.1.562-3.787 1.687-5.063 1.125-1.2 2.7-1.875 4.688-1.875 1.762 0 3.075.526 4.012 1.5.938.976 1.425 2.4 1.425 4.125l-.075 1.8zm-5.55-4.613c-.676 0-1.163.225-1.613.675-.45.45-.675 1.05-.75 1.762h4.275c0-1.575-.6-2.437-1.912-2.437zM79.94 6.4l4.95-.188.188 1.65c.075-.15.262-.337.524-.524.263-.188.675-.526 1.2-.825.563-.338 1.125-.526 1.613-.526.375 0 .75.038 1.125.113.375.075.675.15.787.225l.225.075-.187 4.537h-2.063l-.375-2.062c-.412 0-.825.113-1.275.338-.45.225-.75.412-.975.637l-.337.338v6.374l2.287.563v1.913H79.94v-1.913l1.912-.563v-7.8l-1.912-.45V6.4z" fill="#515050" /><path d="M99.14 16.975v2.063h-7.275v-2.063l1.763-.563V5.05l-1.763-.712v-1.95l5.475-.113h2.287c1.838 0 3.226.413 4.276 1.35 1.05.9 1.537 2.1 1.537 3.713 0 1.95-.563 3.45-1.8 4.462-1.162.975-2.85 1.5-5.063 1.5h-1.312v3.188l1.875.487zM97.302 5.087v5.325h1.275c.975 0 1.8-.225 2.288-.712.525-.45.788-1.125.788-1.95 0-.787-.226-1.463-.675-1.912-.45-.45-1.05-.75-1.838-.75h-1.838zM119.465 18.925l-4.725.188-.412-1.538c-.15.075-.338.3-.563.525-.225.225-.713.45-1.425.787-.713.338-1.313.526-1.913.526-1.162 0-2.062-.338-2.7-.976-.675-.637-.975-1.575-.975-2.775 0-2.625 1.913-3.937 5.738-3.937h1.65v-1.313c0-1.2-.6-1.762-1.838-1.762-.375 0-.712.037-1.087.075-.375.037-.6.113-.788.188l-.225.037-.374 1.538h-2.138l-.188-3.563c1.913-.675 3.675-.975 5.175-.975 1.838 0 3.075.375 3.863 1.05.75.675 1.125 1.912 1.125 3.637v5.925l1.762.413.038 1.95zm-9.263-3.713c0 .976.45 1.463 1.425 1.463.376 0 .75-.113 1.163-.375.412-.3.75-.45.975-.713l.375-.337v-1.575h-1.35c-.938 0-1.613.112-1.95.375-.45.225-.638.637-.638 1.162z" fill="#CC4E41" /><g><path d="M16.565 1.245H1.94c-.787 0-1.405.6-1.405 1.405v14.588c0 .807.6 1.404 1.405 1.404h14.625c.787 0 1.405-.6 1.405-1.404V2.65c.003-.805-.598-1.405-1.405-1.405z" fill="#CC4E41" /><g fill="#FFF"><path d="M4.103 10.18l2.822.995v1.388L2.66 10.755v-1.17l4.265-1.808v1.388zM8.555 13.86H7.49l2.655-7.83h1.065zM14.41 10.165L11.533 9.16V7.782l4.315 1.808v1.165l-4.316 1.812v-1.382z" /></g></g></g></svg>
</a>
<nav class="nav-container" id="main-navigation">
<button class="mobile-menu-close js-mobile-menu-close" title="Close the menu">
<svg class="icon icon-close" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" /></svg>
</button>
<ul class="nav" data-menu-location="main">
<li class="top-level has-mega-menu"><a href="https://coderpad.io/platform/" data-ga-category="Menu|main" data-ga-label="Platform">Platform</a><section class="products-mega-menu products-mega-menu--count-2">
<div class="product product--coderpad-screen" data-block-name="product-coderpad-screen">
<div class="the-descriptive-stuff">
<div class="the-branding">
<a href="/platform/technical-screening/">
<svg class="logo logo-coderpad-screen" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 137 49" fill="none"><path fill="#696A6D" d="m136.639 21.889-6.115.233-.274-1.485c-1.187 1.135-2.677 1.746-4.381 1.746-2.008 0-3.468-.64-4.503-1.978-1.004-1.31-1.46-3.085-1.46-5.5 0-2.62.669-4.627 2.069-6.082 1.369-1.397 3.407-2.154 6.145-2.154.639 0 1.278.03 1.886.262V3.44l-2.342-.524V.733L133.079.5l.548.611.547.466v17.46l2.343.524.122 2.328Zm-6.602-4.365v-7.072c-.517-.262-1.187-.436-2.282-.436-2.221 0-3.377 1.571-3.377 4.714 0 2.968.913 4.394 2.799 4.394.548 0 1.095-.087 1.46-.436.518-.262.822-.524 1.004-.786l.396-.378Z" /><path fill="#333" d="M12.877 6.03c-.912-.35-2.008-.437-3.224-.437-3.195 0-4.807 2.211-4.807 6.81 0 4.219 1.643 6.372 4.99 6.372.881 0 1.794-.174 2.615-.465.913-.35 1.643-.64 2.13-.96l.67-.466 1.581 2.531c-.03.03-.243.233-.304.35-.152.087-.487.407-1.004.785-.486.35-1.095.64-1.582.902-.547.262-1.277.466-2.099.699-.882.233-1.643.349-2.495.349-2.981 0-5.232-.873-6.875-2.532C.89 18.251.069 15.836.069 12.635c0-3.23.913-5.762 2.708-7.624 1.795-1.834 4.107-2.794 7.15-2.794 1.003 0 2.16.087 3.224.35 1.095.261 2.008.436 2.586.64l.913.349-.243 5.238h-2.83l-.7-2.765ZM26.66 6.844c2.311 0 4.106.64 5.445 1.979 1.278 1.31 1.977 3.143 1.977 5.5 0 2.532-.669 4.394-2.099 5.878-1.43 1.484-3.286 2.154-5.659 2.154-4.867 0-7.392-2.532-7.392-7.625 0-2.532.669-4.394 2.099-5.762 1.247-1.484 3.255-2.124 5.628-2.124Zm-.183 3.143c-1.096 0-1.978.35-2.434 1.047-.457.699-.822 1.834-.822 3.522 0 1.571.244 2.793.67 3.492.486.785 1.277 1.106 2.312 1.106 1.095 0 1.825-.35 2.312-1.106.487-.699.73-1.98.73-3.58 0-1.513-.243-2.619-.67-3.317-.303-.786-1.034-1.164-2.098-1.164ZM52.64 21.889l-6.115.233-.243-1.485c-1.187 1.135-2.708 1.746-4.381 1.746-2.008 0-3.469-.64-4.534-1.978-1.003-1.31-1.46-3.085-1.46-5.5 0-2.62.67-4.627 2.069-6.082 1.369-1.397 3.407-2.154 6.145-2.154.64 0 1.278.03 1.856.262V3.44l-2.312-.524V.733L49.141.5l.64.611.486.466v17.46l2.312.524v2.328h.06Zm-6.663-4.365v-7.072c-.486-.262-1.277-.436-2.251-.436-2.251 0-3.377 1.571-3.377 4.714 0 2.968.913 4.394 2.769 4.394.486 0 1.095-.087 1.551-.436.487-.262.822-.524 1.004-.786l.304-.378ZM68.339 15.4l-9.614.087c.03 1.135.456 2.095 1.095 2.648.64.611 1.4.96 2.373.96.67 0 1.46-.087 2.282-.349.822-.261 1.46-.436 1.856-.64l.67-.349 1.277 2.212c-.243.174-.487.407-.913.61-.426.263-1.186.612-2.312 1.048-1.186.437-2.281.64-3.377.64-2.464 0-4.32-.64-5.659-1.978-1.277-1.31-1.977-3.143-1.977-5.5 0-2.445.67-4.394 2.069-5.878 1.369-1.397 3.285-2.183 5.72-2.183 2.129 0 3.741.611 4.867 1.746s1.734 2.794 1.734 4.802L68.34 15.4Zm-6.754-5.384c-.822 0-1.4.262-1.977.786-.548.524-.822 1.222-.913 2.037h5.202c0-1.804-.73-2.823-2.312-2.823ZM70.286 7.31l6.024-.233.243 1.92c.092-.174.305-.407.64-.61.304-.234.82-.612 1.46-.961.669-.408 1.369-.611 1.977-.611.457 0 .913.029 1.37.145.456.088.82.175.942.262l.274.087-.243 5.268h-2.495l-.456-2.387c-.487 0-1.004.146-1.552.408-.547.262-.913.465-1.186.727l-.426.408v7.42l2.768.64v2.212h-9.37v-2.211l2.312-.64v-9.11l-2.312-.523.03-2.212Z" /><path fill="#696A6D" d="M93.65 19.619v2.386h-8.852V19.62l2.13-.64V5.767l-2.13-.844v-2.27l6.662-.145h2.8c2.22 0 3.924.466 5.201 1.571 1.278 1.048 1.887 2.445 1.887 4.336 0 2.27-.67 4.016-2.19 5.21-1.43 1.134-3.469 1.745-6.146 1.745H91.43v3.696l2.22.553ZM91.43 5.796v6.199h1.551c1.187 0 2.19-.262 2.8-.844.638-.524.973-1.31.973-2.27 0-.902-.274-1.717-.822-2.212-.547-.494-1.277-.873-2.22-.873H91.43ZM118.384 21.889l-5.75.233-.517-1.776c-.182.088-.395.35-.669.611-.274.262-.852.524-1.734.903-.852.407-1.582.61-2.343.61-1.43 0-2.495-.407-3.286-1.134-.821-.728-1.186-1.833-1.186-3.23 0-3.056 2.342-4.598 6.997-4.598h2.008v-1.513c0-1.397-.73-2.037-2.221-2.037-.456 0-.852.029-1.308.087-.456.058-.73.145-.973.233l-.274.029-.457 1.775h-2.586l-.243-4.132c2.343-.786 4.472-1.135 6.298-1.135 2.221 0 3.742.436 4.715 1.222.913.786 1.369 2.212 1.369 4.22v6.896l2.13.466.03 2.27Zm-11.256-4.307c0 1.135.547 1.717 1.734 1.717.456 0 .913-.146 1.43-.437.517-.349.912-.523 1.186-.844l.457-.407v-1.833h-1.643c-1.156 0-1.978.145-2.373.436-.578.262-.791.757-.791 1.368Z" /><path fill="#ECA40B" d="M7.701 38.652c.15.31.224.72.224 1.232 0 .49-.09.976-.272 1.456-.181.47-.442.87-.784 1.2a3.56 3.56 0 0 1-1.264.8c-.49.192-1.056.288-1.696.288h-.24c-1.013 0-2.117-.203-3.312-.608v-2.976h.912c.203 0 .326.096.368.288.032.139.08.581.144 1.328.448.139 1.179.208 2.192.208.608 0 1.083-.144 1.424-.432.331-.288.496-.704.496-1.248 0-.299-.074-.55-.224-.752a1.563 1.563 0 0 0-.608-.48 4.526 4.526 0 0 0-.848-.336l-.352-.096-.624-.192c-.32-.107-.645-.235-.976-.384a3.376 3.376 0 0 1-.864-.592 2.312 2.312 0 0 1-.592-.896 3.507 3.507 0 0 1-.24-1.328A3 3 0 0 1 .821 33.9c.16-.405.406-.763.736-1.072.31-.288.704-.533 1.184-.736.47-.192 1.008-.288 1.616-.288 1.12 0 2.224.219 3.312.656v2.96h-.912c-.192 0-.314-.101-.368-.304-.032-.15-.08-.581-.144-1.296-.384-.17-1.008-.256-1.872-.256a2.8 2.8 0 0 0-.768.096c-.245.085-.432.187-.56.304a1.31 1.31 0 0 0-.352.464c-.074.16-.112.357-.112.592 0 .256.08.48.24.672.16.192.358.347.592.464.31.15.598.267.864.352.107.032.432.139.976.32.224.075.55.208.976.4.32.139.608.33.864.576.278.256.48.539.608.848Zm9.79-3.072c-.192 0-.314-.096-.367-.288-.032-.139-.08-.565-.144-1.28-.843-.245-1.58-.368-2.209-.368-.565 0-1.066.09-1.504.272a3.252 3.252 0 0 0-1.167.816c-.331.363-.587.79-.768 1.28a4.844 4.844 0 0 0-.289 1.712c0 .64.097 1.216.289 1.728.202.533.447.96.736 1.28.309.341.682.608 1.12.8.405.181.864.272 1.375.272.3 0 .566-.016.8-.048.246-.032.465-.08.657-.144a2.99 2.99 0 0 0 1.088-.688.718.718 0 0 1 .175-.112.446.446 0 0 1 .192-.032c.128 0 .23.043.304.128l.849.928a4.486 4.486 0 0 1-1.729 1.328c-.704.31-1.53.464-2.48.464-.82 0-1.589-.15-2.303-.448a4.993 4.993 0 0 1-1.76-1.216 5.312 5.312 0 0 1-1.12-1.872 7.068 7.068 0 0 1-.385-2.368c0-.885.144-1.685.432-2.4a5.498 5.498 0 0 1 3.088-3.088c.726-.288 1.531-.432 2.416-.432.982 0 2.193.277 3.632.832v2.944h-.928Zm12.076 6.48c.267.064.4.23.4.496v.944h-2.16c-.203 0-.363-.037-.48-.112a1.139 1.139 0 0 1-.32-.32l-2.432-3.712a.866.866 0 0 0-.304-.288c-.117-.064-.277-.096-.48-.096h-.816v2.944l.48.08c.053.01.096.021.128.032.043.01.08.016.112.016l.096.016c.267.064.4.23.4.496v.944h-4.576v-.944c0-.267.133-.432.4-.496l.096-.016.24-.048.48-.08v-8.4l-.48-.08a3.087 3.087 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.267-.064-.4-.23-.4-.496v-.944h4.624c.79 0 1.467.08 2.032.24.544.16 1.003.39 1.376.688.373.31.64.661.8 1.056.17.405.256.853.256 1.344 0 .363-.059.73-.176 1.104-.096.31-.261.624-.496.944a2.988 2.988 0 0 1-.8.736c-.33.213-.693.384-1.088.512.277.16.512.384.704.672l1.824 2.688.496.08c.053.01.101.021.144.032.053.01.096.016.128.016l.128.016Zm-4.304-4.784c.299-.096.55-.235.752-.416.181-.17.325-.384.432-.64.096-.245.144-.512.144-.8 0-.587-.192-1.04-.576-1.36-.373-.31-.965-.464-1.776-.464h-1.264v3.84h1.232a3.52 3.52 0 0 0 1.056-.16Zm14.297-2.304h-.928c-.192 0-.315-.101-.368-.304-.053-.416-.09-.757-.112-1.024h-3.728v3.2h3.92v1.664h-3.92v3.264h3.728c.021-.267.059-.608.112-1.024.053-.203.176-.304.368-.304h.928V43.5h-8.512v-.944c0-.267.133-.432.4-.496l.096-.016a.301.301 0 0 0 .096-.016l.144-.032.48-.08v-8.4l-.48-.08a3.146 3.146 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.267-.064-.4-.23-.4-.496v-.944h8.512v3.04Zm9.668 0H48.3c-.192 0-.315-.101-.368-.304-.054-.416-.091-.757-.112-1.024h-3.728v3.2h3.92v1.664h-3.92v3.264h3.728c.02-.267.058-.608.112-1.024.053-.203.176-.304.368-.304h.928V43.5h-8.512v-.944c0-.267.133-.432.4-.496l.096-.016a.301.301 0 0 0 .096-.016l.144-.032.48-.08v-8.4l-.48-.08a3.146 3.146 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.267-.064-.4-.23-.4-.496v-.944h8.512v3.04Zm13.331-2.096c0 .267-.133.432-.4.496l-.096.016a.469.469 0 0 0-.112.016c-.032.01-.075.021-.128.032l-.464.08V43.5h-1.12c-.15 0-.288-.027-.416-.08-.107-.043-.219-.139-.336-.288l-6.048-7.696c.021.235.032.4.032.496l.016.464v5.52l1.04.144c.267.064.4.23.4.496v.944h-4.544v-.944c0-.267.133-.432.4-.496l.096-.016.24-.048.48-.08v-8.4l-.48-.08a3.146 3.146 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.267-.064-.4-.23-.4-.496v-.944h2.336l.24.016c.075 0 .133.016.176.048.043.01.09.043.144.096l.16.192 6.08 7.728-.048-.544a6.087 6.087 0 0 1-.016-.512v-5.44l-1.04-.144c-.267-.064-.4-.23-.4-.496v-.944h4.544v.944Z" /></svg>
</a>
</div>
<div class="the-description">
<p>Move candidates forward with confidence with fair, fast and accurate coding assessments.</p>
</div>
<p class="the-cta">
<a href="/platform/technical-screening/">
Discover Screen
<svg class="icon icon-right-arrow" role="img" viewBox="0 0 20 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.335 3.256H0v2.171h14.335v3.256l4.762-4.341L14.334 0v3.256z" fill="currentColor" /></svg>
</a>
</p>
</div>
<div class="the-list-stuff">
<p class="the-list-label">Explore</p>
<ul class="the-explore-items the-explore-items--count-4">
<li>
<a href="/features/an-engaging-candidate-experience/">
<svg class="icon icon-pac-man" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25" fill="none"><path fill="currentColor" fill-rule="evenodd" d="m12.496 12.623.981-1.059c1.323-1.427 3.243-3.368 5.258-5.363-1.221-1.17-3.11-1.957-5.665-1.957a8.34 8.34 0 1 0 0 16.68c2.17 0 4.148-.828 5.633-2.189-.933-.966-2.224-2.213-3.361-3.312-.71-.685-1.359-1.312-1.825-1.778l-1.021-1.022Zm8.25 6.12a9.822 9.822 0 0 1-7.676 3.681c-5.434 0-9.84-4.406-9.84-9.84 0-5.435 4.406-9.84 9.84-9.84 3.579 0 6.252 1.39 7.697 3.559-2.36 2.323-4.68 4.651-6.19 6.28.42.42 1.028 1.007 1.707 1.664 1.605 1.55 3.609 3.487 4.461 4.496Z" clip-rule="evenodd" /><path fill="currentColor" d="M11.717 9.462a1.182 1.182 0 1 1-2.364 0 1.182 1.182 0 0 1 2.364 0Z" /></svg>
Gamified assessments
</a>
</li>
<li>
<a href="/features/in-depth-assessment-reporting/">
<svg class="icon icon-bar-chart-graph" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M19.321 9.671a.75.75 0 0 1 .75.75v10.812a.75.75 0 0 1-1.5 0V10.421a.75.75 0 0 1 .75-.75ZM14.44 3.184a.75.75 0 0 1 .75.75v17.3a.75.75 0 0 1-1.5 0v-17.3a.75.75 0 0 1 .75-.75ZM4.68 13.996a.75.75 0 0 1 .75.75v6.487a.75.75 0 0 1-1.5 0v-6.487a.75.75 0 0 1 .75-.75ZM9.56 8.973a.75.75 0 0 1 .75.75v11.51a.75.75 0 0 1-1.5 0V9.723a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd" /></svg>
Test reporting
</a>
</li>
<li>
<a href="/features/cheating-prevention/">
<svg class="icon icon-shield-with-check" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M12.44 2.89a.75.75 0 0 1 .94 0c1.877 1.51 3.542 2.28 5.976 2.47l1.76.137a.75.75 0 0 1 .692.748v6.784c0 2.478-.919 4.453-2.505 5.944-1.565 1.472-3.742 2.437-6.225 3.01a.75.75 0 0 1-.337 0c-2.483-.573-4.66-1.538-6.225-3.01-1.586-1.49-2.505-3.466-2.505-5.944V6.245a.75.75 0 0 1 .692-.748l1.76-.137c2.434-.19 4.099-.96 5.977-2.47Zm.47 1.535c-1.903 1.435-3.758 2.23-6.33 2.43L5.51 6.94v6.09c0 2.064.748 3.644 2.033 4.852 1.273 1.197 3.111 2.06 5.366 2.6 2.254-.54 4.092-1.403 5.366-2.6 1.284-1.208 2.032-2.788 2.032-4.852V6.94l-1.068-.083c-2.572-.2-4.428-.996-6.33-2.431Z" clip-rule="evenodd" /><path fill="currentColor" fill-rule="evenodd" d="M16.776 9.54a.75.75 0 0 1 .052 1.06l-4.867 5.366-2.92-2.668a.75.75 0 0 1 1.012-1.107l1.808 1.652 3.856-4.251a.75.75 0 0 1 1.059-.052Z" clip-rule="evenodd" /></svg>
Cheating prevention
</a>
</li>
<li>
<a href="/features/question-quality-and-integrity/">
<svg class="icon icon-clipboard-with-check" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="none"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M19 14.396V7.958A2.958 2.958 0 0 0 16.042 5v0m-7.89 0H8a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h5.233" /><rect width="7.5" height="4.5" x="8.25" y="2.75" fill="none" stroke="currentColor" stroke-width="1.5" rx="2.25" /><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M8 13.511h4M8 10.58h8M15.585 19.117 17.646 21l3.802-4.193" /></svg>
Question quality
</a>
</li>
</ul>
</div>
</div>
<div class="product product--coderpad-interview" data-block-name="product-coderpad-interview">
<div class="the-descriptive-stuff">
<div class="the-branding">
<a href="/platform/coding-interviews/">
<svg class="logo logo-coderpad-interview" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 137 49" fill="none"><path fill="#696A6D" d="m136.639 21.889-6.115.233-.274-1.485c-1.187 1.135-2.677 1.746-4.381 1.746-2.008 0-3.468-.64-4.503-1.978-1.004-1.31-1.46-3.085-1.46-5.5 0-2.62.669-4.627 2.069-6.082 1.369-1.397 3.407-2.154 6.145-2.154.639 0 1.278.03 1.886.262V3.44l-2.342-.524V.733L133.079.5l.548.611.547.466v17.46l2.343.524.122 2.328Zm-6.602-4.365v-7.072c-.517-.262-1.187-.436-2.282-.436-2.221 0-3.377 1.571-3.377 4.714 0 2.968.913 4.394 2.799 4.394.548 0 1.095-.087 1.46-.436.518-.262.822-.524 1.004-.786l.396-.378Z" /><path fill="#333" d="M12.877 6.03c-.912-.35-2.008-.437-3.224-.437-3.195 0-4.807 2.211-4.807 6.81 0 4.219 1.643 6.372 4.99 6.372.881 0 1.794-.174 2.615-.465.913-.35 1.643-.64 2.13-.96l.67-.466 1.581 2.531c-.03.03-.243.233-.304.35-.152.087-.487.407-1.004.785-.486.35-1.095.64-1.582.902-.547.262-1.277.466-2.099.699-.882.233-1.643.349-2.495.349-2.981 0-5.232-.873-6.875-2.532C.89 18.251.069 15.836.069 12.635c0-3.23.913-5.762 2.708-7.624 1.795-1.834 4.107-2.794 7.15-2.794 1.003 0 2.16.087 3.224.35 1.095.261 2.008.436 2.586.64l.913.349-.243 5.238h-2.83l-.7-2.765ZM26.66 6.844c2.311 0 4.106.64 5.445 1.979 1.278 1.31 1.977 3.143 1.977 5.5 0 2.532-.669 4.394-2.099 5.878-1.43 1.484-3.286 2.154-5.659 2.154-4.867 0-7.392-2.532-7.392-7.625 0-2.532.669-4.394 2.099-5.762 1.247-1.484 3.255-2.124 5.628-2.124Zm-.183 3.143c-1.096 0-1.978.35-2.434 1.047-.457.699-.822 1.834-.822 3.522 0 1.571.244 2.793.67 3.492.486.785 1.277 1.106 2.312 1.106 1.095 0 1.825-.35 2.312-1.106.487-.699.73-1.98.73-3.58 0-1.513-.243-2.619-.67-3.317-.303-.786-1.034-1.164-2.098-1.164ZM52.64 21.889l-6.115.233-.243-1.485c-1.187 1.135-2.708 1.746-4.381 1.746-2.008 0-3.469-.64-4.534-1.978-1.003-1.31-1.46-3.085-1.46-5.5 0-2.62.67-4.627 2.069-6.082 1.369-1.397 3.407-2.154 6.145-2.154.64 0 1.278.03 1.856.262V3.44l-2.312-.524V.733L49.141.5l.64.611.486.466v17.46l2.312.524v2.328h.06Zm-6.663-4.365v-7.072c-.486-.262-1.277-.436-2.251-.436-2.251 0-3.377 1.571-3.377 4.714 0 2.968.913 4.394 2.769 4.394.486 0 1.095-.087 1.551-.436.487-.262.822-.524 1.004-.786l.304-.378ZM68.339 15.4l-9.614.087c.03 1.135.456 2.095 1.095 2.648.64.611 1.4.96 2.373.96.67 0 1.46-.087 2.282-.349.822-.261 1.46-.436 1.856-.64l.67-.349 1.277 2.212c-.243.174-.487.407-.913.61-.426.263-1.186.612-2.312 1.048-1.186.437-2.281.64-3.377.64-2.464 0-4.32-.64-5.659-1.978-1.277-1.31-1.977-3.143-1.977-5.5 0-2.445.67-4.394 2.069-5.878 1.369-1.397 3.285-2.183 5.72-2.183 2.129 0 3.741.611 4.867 1.746s1.734 2.794 1.734 4.802L68.34 15.4Zm-6.754-5.384c-.822 0-1.4.262-1.977.786-.548.524-.822 1.222-.913 2.037h5.202c0-1.804-.73-2.823-2.312-2.823ZM70.286 7.31l6.024-.233.243 1.92c.092-.174.305-.407.64-.61.304-.234.82-.612 1.46-.961.669-.408 1.369-.611 1.977-.611.457 0 .913.029 1.37.145.456.088.82.175.942.262l.274.087-.243 5.268h-2.495l-.456-2.387c-.487 0-1.004.146-1.552.408-.547.262-.913.465-1.186.727l-.426.408v7.42l2.768.64v2.212h-9.37v-2.211l2.312-.64v-9.11l-2.312-.523.03-2.212Z" /><path fill="#696A6D" d="M93.65 19.619v2.386h-8.852V19.62l2.13-.64V5.767l-2.13-.844v-2.27l6.662-.145h2.8c2.22 0 3.924.466 5.201 1.571 1.278 1.048 1.887 2.445 1.887 4.336 0 2.27-.67 4.016-2.19 5.21-1.43 1.134-3.469 1.745-6.146 1.745H91.43v3.696l2.22.553ZM91.43 5.796v6.199h1.551c1.187 0 2.19-.262 2.8-.844.638-.524.973-1.31.973-2.27 0-.902-.274-1.717-.822-2.212-.547-.494-1.277-.873-2.22-.873H91.43ZM118.384 21.889l-5.75.233-.517-1.776c-.182.088-.395.35-.669.611-.274.262-.852.524-1.734.903-.852.407-1.582.61-2.343.61-1.43 0-2.495-.407-3.286-1.134-.821-.728-1.186-1.833-1.186-3.23 0-3.056 2.342-4.598 6.997-4.598h2.008v-1.513c0-1.397-.73-2.037-2.221-2.037-.456 0-.852.029-1.308.087-.456.058-.73.145-.973.233l-.274.029-.457 1.775h-2.586l-.243-4.132c2.343-.786 4.472-1.135 6.298-1.135 2.221 0 3.742.436 4.715 1.222.913.786 1.369 2.212 1.369 4.22v6.896l2.13.466.03 2.27Zm-11.256-4.307c0 1.135.547 1.717 1.734 1.717.456 0 .913-.146 1.43-.437.517-.349.912-.523 1.186-.844l.457-.407v-1.833h-1.643c-1.156 0-1.978.145-2.373.436-.578.262-.791.757-.791 1.368Z" /><path fill="#CC4E41" d="M4.47 33.388a.468.468 0 0 0-.113.016c-.032.01-.074.021-.128.032l-.464.08v8.4l.464.08c.054.01.096.021.128.032.043.01.08.016.112.016l.096.016c.267.064.4.23.4.496v.944H.39v-.944c0-.267.134-.432.4-.496l.096-.016.24-.048.48-.08v-8.4l-.48-.08a3.124 3.124 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.266-.064-.4-.23-.4-.496v-.944h4.576v.944c0 .267-.133.432-.4.496l-.096.016Zm13.794-.512c0 .267-.133.432-.4.496l-.096.016a.469.469 0 0 0-.112.016c-.032.01-.075.021-.128.032l-.464.08V43.5h-1.12c-.15 0-.288-.027-.416-.08-.107-.043-.219-.139-.336-.288l-6.048-7.696c.021.235.032.4.032.496l.016.464v5.52l1.04.144c.267.064.4.23.4.496v.944H6.088v-.944c0-.267.133-.432.4-.496l.096-.016.24-.048.48-.08v-8.4l-.48-.08a3.122 3.122 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.267-.064-.4-.23-.4-.496v-.944h2.336l.24.016c.075 0 .133.016.176.048.043.01.09.043.144.096l.16.192 6.08 7.728-.048-.544a6.087 6.087 0 0 1-.016-.512v-5.44l-1.04-.144c-.267-.064-.4-.23-.4-.496v-.944h4.544v.944Zm10.59 1.792h-.912c-.202 0-.33-.101-.384-.304a7.356 7.356 0 0 1-.08-.656h-2.352v8.208l.464.08c.054.01.096.021.128.032.043.01.08.016.113.016l.096.016c.277.064.416.23.416.496v.944h-4.576v-.944c0-.267.133-.432.4-.496l.095-.016a.301.301 0 0 0 .096-.016l.145-.032.463-.08v-8.224h-2.352a6.517 6.517 0 0 1-.08.672c-.053.203-.175.304-.367.304h-.929v-2.736h9.617v2.736Zm9.566.304h-.928c-.192 0-.315-.101-.368-.304a22.29 22.29 0 0 1-.113-1.024h-3.728v3.2h3.92v1.664h-3.92v3.264h3.728c.022-.267.06-.608.112-1.024.054-.203.177-.304.369-.304h.928V43.5h-8.513v-.944c0-.267.134-.432.4-.496l.097-.016a.301.301 0 0 0 .096-.016l.143-.032.48-.08v-8.4l-.48-.08a3.087 3.087 0 0 1-.143-.032.301.301 0 0 0-.096-.016l-.096-.016c-.267-.064-.4-.23-.4-.496v-.944h8.511v3.04Zm11.107 7.088c.267.064.4.23.4.496v.944h-2.16c-.203 0-.363-.037-.48-.112a1.139 1.139 0 0 1-.32-.32l-2.432-3.712a.866.866 0 0 0-.304-.288c-.117-.064-.277-.096-.48-.096h-.816v2.944l.48.08c.053.01.096.021.128.032.043.01.08.016.112.016l.096.016c.267.064.4.23.4.496v.944h-4.576v-.944c0-.267.133-.432.4-.496l.096-.016.24-.048.48-.08v-8.4l-.48-.08a3.087 3.087 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.267-.064-.4-.23-.4-.496v-.944h4.624c.79 0 1.467.08 2.032.24.544.16 1.003.39 1.376.688.373.31.64.661.8 1.056.17.405.256.853.256 1.344 0 .363-.059.73-.176 1.104-.096.31-.261.624-.496.944a2.988 2.988 0 0 1-.8.736c-.33.213-.693.384-1.088.512.277.16.512.384.704.672l1.824 2.688.496.08c.053.01.101.021.144.032.053.01.096.016.128.016l.128.016Zm-4.304-4.784c.299-.096.55-.235.752-.416.181-.17.325-.384.432-.64.096-.245.144-.512.144-.8 0-.587-.192-1.04-.576-1.36-.373-.31-.965-.464-1.776-.464h-1.264v3.84h1.232a3.52 3.52 0 0 0 1.056-.16Zm18.105-4.4c0 .267-.133.432-.4.496l-.096.016a.436.436 0 0 0-.096.016c-.032.01-.075.021-.128.032l-.464.08-4.032 9.984h-1.936l-4.048-9.984-.448-.08a3.146 3.146 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.267-.064-.4-.23-.4-.496v-.944h4.32v.944c0 .267-.133.432-.4.496a.178.178 0 0 0-.08.016l-.16.048-.256.064 2.304 5.984c.075.17.16.421.256.752l.24.864c.128-.587.283-1.125.464-1.616L59.92 33.5l-.256-.064-.176-.048a.178.178 0 0 0-.08-.016c-.267-.064-.4-.23-.4-.496v-.944h4.32v.944Zm5.146.512a.469.469 0 0 0-.112.016c-.032.01-.074.021-.128.032l-.464.08v8.4l.464.08c.054.01.096.021.128.032.043.01.08.016.112.016l.096.016c.267.064.4.23.4.496v.944h-4.576v-.944c0-.267.134-.432.4-.496l.096-.016.24-.048.48-.08v-8.4l-.48-.08a3.146 3.146 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.266-.064-.4-.23-.4-.496v-.944h4.576v.944c0 .267-.133.432-.4.496l-.096.016Zm10.131 1.584h-.928c-.192 0-.315-.101-.368-.304-.053-.416-.09-.757-.112-1.024H73.47v3.2h3.92v1.664h-3.92v3.264h3.728c.021-.267.059-.608.112-1.024.053-.203.176-.304.368-.304h.928V43.5h-8.512v-.944c0-.267.133-.432.4-.496l.096-.016a.301.301 0 0 0 .096-.016l.144-.032.48-.08v-8.4l-.48-.08a3.146 3.146 0 0 1-.144-.032.301.301 0 0 0-.096-.016l-.096-.016c-.267-.064-.4-.23-.4-.496v-.944h8.512v3.04Zm18.724-2.096c0 .267-.134.432-.4.496l-.176.032-.448.08-3.12 10.016h-1.936l-2.528-7.904-.096-.32-.112-.384-.096.384-.096.32-2.56 7.904h-1.936L80.72 33.484l-.464-.08-.176-.032c-.267-.064-.4-.23-.4-.496v-.944H84v.944c0 .267-.134.432-.4.496a.178.178 0 0 0-.08.016l-.176.048a1.467 1.467 0 0 0-.272.064l1.648 5.84.144.56.112.64.144-.64c.053-.224.106-.41.16-.56l2.272-6.912a.73.73 0 0 1 .256-.336.72.72 0 0 1 .448-.16h.64c.192 0 .346.043.464.128a.721.721 0 0 1 .256.368l2.256 6.912c.138.405.24.784.304 1.136.042-.245.08-.443.112-.592.032-.181.074-.363.128-.544l1.648-5.824-.656-.144c-.267-.064-.4-.23-.4-.496v-.944h4.32v.944Z" /></svg>
</a>
</div>
<div class="the-description">
<p>See how candidates code, communicate and collaborate with 360° technical interviews.</p>
</div>
<p class="the-cta">
<a href="/platform/coding-interviews/">
Discover Interview
<svg class="icon icon-right-arrow" role="img" viewBox="0 0 20 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.335 3.256H0v2.171h14.335v3.256l4.762-4.341L14.334 0v3.256z" fill="currentColor" /></svg>
</a>
</p>
</div>
<div class="the-list-stuff">
<p class="the-list-label">Explore</p>
<ul class="the-explore-items the-explore-items--count-4">
<li>
<a href="/features/collaborative-ide/">
<svg class="icon icon-coderpad-interview-outline" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M19.172 3.827H4.827a1 1 0 0 0-1 1v13.93l3.915-2.799a2.748 2.748 0 0 1 1.598-.512h9.832a1 1 0 0 0 1-1V4.827a1 1 0 0 0-1-1ZM8.614 17.18c.212-.152.466-.233.726-.233h9.832a2.5 2.5 0 0 0 2.5-2.5V4.827a2.5 2.5 0 0 0-2.5-2.5H4.827a2.5 2.5 0 0 0-2.5 2.5V20.98c0 .29.328.46.564.29l5.723-4.09Z" clip-rule="evenodd" /><path fill="currentColor" fill-rule="evenodd" d="M11.278 5.836a.75.75 0 0 1-.108 1.055l-3.13 2.55 3.02 2.332a.75.75 0 0 1-.917 1.187L5.627 9.473l4.596-3.744a.75.75 0 0 1 1.055.107ZM12.976 12.84a.75.75 0 0 1 .108-1.055l3.13-2.55-3.02-2.331a.75.75 0 1 1 .917-1.188l4.516 3.487-4.596 3.745a.75.75 0 0 1-1.055-.108Z" clip-rule="evenodd" /></svg>
Collaborative IDE
</a>
</li>
<li>
<a href="/features/languages-and-frameworks/">
<svg class="icon icon-terminal" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M2.329 4.946a2.75 2.75 0 0 1 2.75-2.75H18.92a2.75 2.75 0 0 1 2.75 2.75v14.108a2.75 2.75 0 0 1-2.75 2.75H5.08a2.75 2.75 0 0 1-2.75-2.75V4.946Zm2.75-1.25c-.69 0-1.25.56-1.25 1.25v14.108c0 .69.56 1.25 1.25 1.25H18.92c.69 0 1.25-.56 1.25-1.25V4.946c0-.69-.56-1.25-1.25-1.25H5.08Z" clip-rule="evenodd" /><path fill="currentColor" fill-rule="evenodd" d="M6.774 7.993a.75.75 0 0 1 1.058-.072l4.029 3.514a.75.75 0 0 1 0 1.13L7.832 16.08a.75.75 0 1 1-.986-1.13l3.38-2.95-3.38-2.95a.75.75 0 0 1-.072-1.057ZM11.808 15.763a.75.75 0 0 1 .75-.75h4.37a.75.75 0 0 1 0 1.5h-4.37a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd" /></svg>
Languages & frameworks
</a>
</li>
<li>
<a href="/features/interviewer-tools/">
<svg class="icon icon-four-squares" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M4.5 5.467v5h5v-5h-5Zm-.27-1.5h5.54c.679 0 1.23.551 1.23 1.23v5.54c0 .679-.551 1.23-1.23 1.23H4.23A1.23 1.23 0 0 1 3 10.737v-5.54c0-.679.551-1.23 1.23-1.23ZM4.5 15.467v5h5v-5h-5Zm-.27-1.5h5.54c.679 0 1.23.551 1.23 1.23v5.54c0 .679-.551 1.23-1.23 1.23H4.23A1.23 1.23 0 0 1 3 20.737v-5.54c0-.679.551-1.23 1.23-1.23ZM14.5 5.467v5h5v-5h-5Zm-.27-1.5h5.54c.679 0 1.23.551 1.23 1.23v5.54c0 .679-.551 1.23-1.23 1.23h-5.54a1.23 1.23 0 0 1-1.23-1.23v-5.54c0-.679.551-1.23 1.23-1.23ZM14.5 15.467v5h5v-5h-5Zm-.27-1.5h5.54c.679 0 1.23.551 1.23 1.23v5.54c0 .679-.551 1.23-1.23 1.23h-5.54a1.23 1.23 0 0 1-1.23-1.23v-5.54c0-.679.551-1.23 1.23-1.23Z" clip-rule="evenodd" /></svg>
Interviewer tools
</a>
</li>
<li>
<a href="/features/digital-whiteboard/">
<svg class="icon icon-pen-with-line" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M5.156 17.103a.75.75 0 0 1 .481.945c-.16.494-.146 1.066.078 1.476.193.353.612.72 1.593.72 1.039 0 1.585-.524 2.38-1.293.787-.763 1.783-1.716 3.598-1.716 2.88 0 3.943 2.228 4.502 3.397l.018.039a.75.75 0 1 1-1.353.646c-.586-1.224-1.28-2.582-3.167-2.582-1.174 0-1.79.552-2.555 1.293l-.079.077c-.746.724-1.687 1.639-3.344 1.639-1.428 0-2.408-.584-2.91-1.501-.469-.86-.441-1.878-.187-2.659a.75.75 0 0 1 .945-.48ZM17.958 4.272a1.749 1.749 0 0 0-2.473 0L8.34 11.418l-.825 3.297 3.298-.824 7.145-7.146a1.749 1.749 0 0 0 0-2.473Zm-3.534-1.06a3.249 3.249 0 0 1 4.595 4.594l-7.292 7.292a.75.75 0 0 1-.349.198l-4.712 1.178a.75.75 0 0 1-.91-.91l1.179-4.712a.75.75 0 0 1 .197-.348l7.292-7.292Z" clip-rule="evenodd" /></svg>
Digital whiteboard
</a>
</li>
</ul>
</div>
</div>
</section>
</li>
<li class="top-level has-children"><a href="https://coderpad.io/use-case/" data-ga-category="Menu|main" data-ga-label="Use Cases">Use Cases</a>
<ul class="sub-menu">
<li><a href="https://coderpad.io/use-case/data-science/" data-ga-category="Menu|main" data-ga-label="Data Science">Data Science</a></li>
<li><a href="https://coderpad.io/use-case/full-stack-interviews/" data-ga-category="Menu|main" data-ga-label="Full Stack Interviews">Full Stack Interviews</a></li>
</ul>
</li>
<li class="top-level has-children"><a href="https://coderpad.io/resources/" data-ga-category="Menu|main" data-ga-label="Resources">Resources</a>
<ul class="sub-menu">
<li><a href="https://app.coderpad.io/sandbox" data-ga-category="Menu|main" data-ga-label="Sandbox">Sandbox</a></li>
<li><a href="/resources/docs/" data-ga-category="Menu|main" data-ga-label="Docs">Docs</a></li>
<li><a href="https://coderpad.io/blog/" data-ga-category="Menu|main" data-ga-label="Blog">Blog</a></li>
<li><a href="https://coderpad.io/interview-questions/" data-ga-category="Menu|main" data-ga-label="Interview Questions">Interview Questions</a></li>
<li><a href="https://coderpad.io/interview-front-end-developers/" data-ga-category="Menu|main" data-ga-label="Front-end Devs Interview Guide">Front-end Devs Interview Guide</a></li>
<li><a href="https://coderpad.io/customers/" data-ga-category="Menu|main" data-ga-label="Testimonials">Testimonials</a></li>
<li><a href="https://coderpad.io/events/" data-ga-category="Menu|main" data-ga-label="Webinars">Webinars</a></li>
</ul>
</li>
<li class="top-level"><a href="https://coderpad.io/resources/docs/for-candidates/" data-ga-category="Menu|main" data-ga-label="For Candidates">For Candidates</a></li>
<li class="top-level"><a href="https://coderpad.io/pricing/" data-ga-category="Menu|main" data-ga-label="Pricing">Pricing</a></li>
</ul>
<ul class="nav-ctas" data-menu-location="main-cta">
<li class="top-level button button--secondary"><a href="https://coderpad.io/sales/" data-ga-category="Menu|main-cta" data-ga-label="Request demo">Request demo</a></li>
<li class="top-level button button--primary"><a href="https://app.coderpad.io/register" data-ga-category="Menu|main-cta" data-ga-label="Sign up free">Sign up free</a></li>
<li class="top-level login-link"><a href="https://app.coderpad.io/login" data-ga-category="Menu|main-cta" data-ga-label="Login">Login</a></li>
</ul>
</nav>
<a href="#main-navigation" class="mobile-menu-trigger js-mobile-menu-trigger">
<svg class="icon icon-menu" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.505 19.722"><g fill="none" stroke="currentColor" stroke-width="2"><path d="M0 18.722h31.505M0 9.861h31.505M0 1h31.505" /></g></svg>
Menu
</a>
</div>
</header>
<div class="main-content" id="main-content" data-block-name="main-content">
<main>
<article class="the-page">
<section class="the-content wysiwyg">
<section class="hero-v3-block " data-block-name="hero-v3-block">
<div class="inner">
<div class="the-content">
<h1 class="headline">Hire Confidently with The Coding Interview Platform</h1>
<div class="description"><p>Developers trust CoderPad to help hire the right candidates because <strong>it’s simple – and just works</strong>.</p>
</div>
<div class="cta-buttons">
<a href="https://app.coderpad.io/register" class="cta js-cta--sign-up-free" data-ga-category="CTA" data-ga-label="Hero v3|Sign up free">Sign up free</a>
<a href="https://coderpad.io/use-case/data-science/" class="secondary-cta js-cta--sign-up-free" data-ga-category="CTA" data-ga-label="Hero v3|<em>Jupyter Notebooks for Data Science interviews - now available in CoderPad Interview</em>"><em>Jupyter Notebooks for Data Science interviews – now available in CoderPad Interview</em></a>
</div>
</div>
<div class="the-image">
<img width="1024" height="613" src="https://coderpad.io/wp-content/uploads/2023/03/coderpad-code-editor-with-playback-illustration-1024x613.png" class="attachment-large size-large" alt="Interview coding candidates in real-time with an intuitive development environment for pair-programming." decoding="sync" loading="eager" fetchpriority="high" srcset="https://coderpad.io/wp-content/uploads/2023/03/coderpad-code-editor-with-playback-illustration-1024x613.png 1024w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-code-editor-with-playback-illustration-300x180.png 300w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-code-editor-with-playback-illustration-768x460.png 768w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-code-editor-with-playback-illustration-18x12.png 18w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-code-editor-with-playback-illustration.png 1105w" sizes="(max-width: 1024px) 100vw, 1024px" />
</div>
<div class="the-logos">
<h2 class="logos-headline">Join 4,000+ engineering teams using CoderPad to see skills in action</h2>
<div class="logos"><svg class="logo logo-spotify" role="img" viewBox="0 0 538 167" xmlns="http://www.w3.org/2000/svg"><path d="M83.743 0C37.494 0 0 37.493 0 83.742c0 46.251 37.494 83.741 83.743 83.741 46.254 0 83.744-37.49 83.744-83.741 0-46.246-37.49-83.738-83.745-83.738L83.743 0zm38.404 120.78a5.217 5.217 0 0 1-7.18 1.73c-19.662-12.01-44.414-14.73-73.564-8.07a5.222 5.222 0 0 1-6.249-3.93 5.213 5.213 0 0 1 3.926-6.25c31.9-7.288 59.263-4.15 81.337 9.34 2.46 1.51 3.24 4.72 1.73 7.18zm10.25-22.802c-1.89 3.072-5.91 4.042-8.98 2.152-22.51-13.836-56.823-17.843-83.448-9.761-3.453 1.043-7.1-.903-8.148-4.35a6.538 6.538 0 0 1 4.354-8.143c30.413-9.228 68.222-4.758 94.072 11.127 3.07 1.89 4.04 5.91 2.15 8.976v-.001zm.88-23.744c-26.99-16.031-71.52-17.505-97.289-9.684-4.138 1.255-8.514-1.081-9.768-5.219a7.835 7.835 0 0 1 5.221-9.771c29.581-8.98 78.756-7.245 109.83 11.202a7.823 7.823 0 0 1 2.74 10.733c-2.2 3.722-7.02 4.949-10.73 2.739h-.004zm94.56 3.072c-14.46-3.448-17.03-5.868-17.03-10.953 0-4.804 4.52-8.037 11.25-8.037 6.52 0 12.98 2.455 19.76 7.509.2.153.46.214.71.174a.933.933 0 0 0 .63-.386l7.06-9.952a.95.95 0 0 0-.18-1.288c-8.07-6.473-17.15-9.62-27.77-9.62-15.61 0-26.52 9.369-26.52 22.774 0 14.375 9.41 19.465 25.67 23.394 13.83 3.187 16.17 5.857 16.17 10.629 0 5.29-4.72 8.58-12.32 8.58-8.44 0-15.33-2.85-23.03-9.51a.98.98 0 0 0-.69-.23c-.26.02-.49.14-.65.33l-7.92 9.42c-.33.4-.29.98.09 1.32 8.96 8 19.98 12.22 31.88 12.22 16.82 0 27.69-9.19 27.69-23.42.03-12.007-7.16-18.657-24.77-22.941l-.03-.013zm62.86-14.26c-7.29 0-13.27 2.872-18.21 8.757v-6.624a.945.945 0 0 0-.94-.949h-12.95c-.52 0-.94.426-.94.949v73.601c0 .52.42.95.94.95h12.95c.52 0 .94-.43.94-.95v-23.23c4.94 5.53 10.92 8.24 18.21 8.24 13.55 0 27.27-10.43 27.27-30.369.02-19.943-13.7-30.376-27.26-30.376l-.01.001zm12.21 30.375c0 10.149-6.25 17.239-15.21 17.239-8.85 0-15.53-7.41-15.53-17.239 0-9.83 6.68-17.238 15.53-17.238 8.81-.001 15.21 7.247 15.21 17.237v.001zm50.21-30.375c-17.45 0-31.12 13.436-31.12 30.592 0 16.972 13.58 30.262 30.91 30.262 17.51 0 31.22-13.39 31.22-30.479 0-17.031-13.62-30.373-31.01-30.373v-.002zm0 47.714c-9.28 0-16.28-7.46-16.28-17.344 0-9.929 6.76-17.134 16.07-17.134 9.34 0 16.38 7.457 16.38 17.351 0 9.927-6.8 17.127-16.17 17.127zm68.27-46.53h-14.25V49.664a.944.944 0 0 0-.94-.948h-12.95c-.52 0-.95.426-.95.948V64.23h-6.22c-.52 0-.94.426-.94.949v11.127c0 .522.42.949.94.949h6.22v28.795c0 11.63 5.79 17.53 17.22 17.53 4.64 0 8.49-.96 12.12-3.02.3-.16.48-.48.48-.82v-10.6c0-.32-.17-.63-.45-.8a.918.918 0 0 0-.92-.04c-2.49 1.25-4.9 1.83-7.6 1.83-4.15 0-6.01-1.89-6.01-6.11V77.26h14.25c.52 0 .94-.426.94-.949V65.185a.918.918 0 0 0-.93-.949l-.01-.006zm49.64.057v-1.789c0-5.263 2.02-7.61 6.54-7.61 2.7 0 4.87.536 7.3 1.346.3.094.61.047.85-.132a.94.94 0 0 0 .39-.77v-10.91a.937.937 0 0 0-.67-.909c-2.56-.763-5.84-1.546-10.76-1.546-11.95 0-18.28 6.734-18.28 19.467v2.74h-6.22c-.52 0-.95.426-.95.948v11.184c0 .522.43.949.95.949h6.22v44.405c0 .53.43.95.95.95h12.94c.53 0 .95-.42.95-.95V77.258h12.09l18.52 44.402c-2.1 4.66-4.17 5.59-6.99 5.59-2.28 0-4.69-.68-7.14-2.03a1.03 1.03 0 0 0-.75-.07c-.25.09-.46.27-.56.51l-4.39 9.63c-.21.46-.03.99.41 1.23 4.58 2.48 8.71 3.54 13.82 3.54 9.56 0 14.85-4.46 19.5-16.44l22.46-58.037a.925.925 0 0 0-.1-.881.924.924 0 0 0-.77-.412h-13.48c-.41 0-.77.257-.9.636l-13.81 39.434-15.12-39.46a.944.944 0 0 0-.88-.61h-22.12v-.003zm-28.78-.057h-12.95c-.52 0-.95.426-.95.949v56.481c0 .53.43.95.95.95h12.95c.52 0 .95-.42.95-.95V65.183a.947.947 0 0 0-.95-.949v-.004zm-6.4-25.719c-5.13 0-9.29 4.152-9.29 9.281a9.289 9.289 0 0 0 9.29 9.289c5.13 0 9.28-4.157 9.28-9.289 0-5.128-4.16-9.281-9.28-9.281z" fill="#1ED760" /></svg>
<svg class="logo logo-linkedin" role="img" viewBox="0 0 882 224" xmlns="http://www.w3.org/2000/svg"><g fill="#0A66C2"><path d="M0 33.083h34.482V158.69h63.84v31.822H0V33.083zM113.566 83.77h33.127v106.682h-33.127V83.77zm16.563-53.037c10.541.002 19.214 8.676 19.214 19.217 0 10.542-8.675 19.217-19.217 19.217-10.542 0-19.217-8.675-19.217-19.217 0-10.542 8.675-19.217 19.217-19.217h.003m155.137 2.326h33.127v94.083l37.544-43.42h40.615l-43.479 49.39 42.564 57.385h-41.636l-35.166-52.734h-.435v52.727h-33.127l-.007-157.43zM165.061 83.781h31.812v14.58h.452a34.841 34.841 0 0 1 31.367-17.234c33.593 0 39.776 22.102 39.776 50.815v58.503h-33.127v-51.867c0-12.38-.227-28.296-17.253-28.296-17.219 0-19.876 13.482-19.876 27.395v52.755h-33.127l-.024-106.65z" /><path d="M466.315 124.703c.003-.156.005-.313.005-.469 0-10.896-8.966-19.862-19.862-19.862-.16 0-.32.002-.482.006-11.965-.745-22.467 8.373-23.409 20.325h43.748zm28.061 47.274a58.385 58.385 0 0 1-45.3 21.226c-33.128 0-59.65-22.113-59.65-56.354 0-34.24 26.52-56.343 59.65-56.343 30.962 0 50.38 22.084 50.38 56.343v10.387h-76.889c1.97 12.124 12.685 21.038 24.965 20.77a28.298 28.298 0 0 0 23.641-13.037l23.203 17.008zm74.128-62.42c-16.563 0-26.5 11.06-26.5 27.175 0 16.115 9.933 27.184 26.5 27.184s26.526-11.042 26.526-27.184c0-16.143-9.942-27.175-26.526-27.175m57.023 80.875H595.03v-14.148h-.452a41.684 41.684 0 0 1-32.934 16.798c-31.829 0-52.796-22.972-52.796-55.457 0-29.834 18.555-57.23 49.055-57.23 13.71 0 26.516 3.751 34.028 14.148h.435V33.048h33.157l.004 157.384zm223.637.062h-33.127v-51.878c0-12.37-.22-28.296-17.229-28.296-17.254 0-19.894 13.478-19.894 27.395v52.775h-33.126V83.808h31.801v14.58h.446a34.893 34.893 0 0 1 31.377-17.233c33.575 0 39.766 22.084 39.766 50.815l-.014 58.524zM708.41 69.225h-.004c-10.546 0-19.224-8.677-19.224-19.223s8.678-19.224 19.224-19.224c10.545 0 19.222 8.676 19.224 19.22v.004c0 10.544-8.676 19.222-19.22 19.223m16.563 121.27h-33.16V83.807h33.16v106.688zM865.678.015H675.165c-8.943-.1-16.388 7.17-16.497 16.113v191.304c.105 8.948 7.55 16.228 16.497 16.132h190.513c8.97.113 16.44-7.166 16.56-16.132V16.116c-.12-8.962-7.6-16.233-16.56-16.115" /></g></svg>
<svg class="logo logo-netflix" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 276.742"><path d="M140.803 258.904c-15.404 2.705-31.079 3.516-47.294 5.676L44.051 119.724v151.073C28.647 272.418 14.594 274.58 0 276.742V0h41.08l56.212 157.021V0h43.511v258.904zm85.131-157.558c16.757 0 42.431-.811 57.835-.811v43.24c-19.189 0-41.619 0-57.835.811v64.322c25.405-1.621 50.809-3.785 76.482-4.596v41.617l-119.724 9.461V0h119.724v43.241h-76.482v58.105zm237.284-58.104h-44.862V242.15c-14.594 0-29.188 0-43.239.539V43.242h-44.862V0H463.22l-.002 43.242zm70.266 55.132h59.187v43.24h-59.187v98.104h-42.433V0h120.808v43.241h-78.375v55.133zm148.641 103.507c24.594.539 49.456 2.434 73.51 3.783v42.701c-38.646-2.434-77.293-4.863-116.75-5.676V0h43.24v201.881zm109.994 49.457c13.783.812 28.377 1.623 42.43 3.242V0h-42.43v251.338zM1024 0l-54.863 131.615L1024 276.742c-16.217-2.162-32.432-5.135-48.648-7.838l-31.078-79.994-31.617 73.51c-15.678-2.705-30.812-3.516-46.484-5.678l55.672-126.75L871.576 0h46.482l28.377 72.699L976.705 0H1024z" fill="#d81f26" /></svg><svg class="logo logo-shopify" role="img" viewBox="0 0 215 61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46.376 11.553a.582.582 0 00-.526-.489c-.218-.018-4.49-.083-4.49-.083s-3.572-3.47-3.925-3.822c-.353-.353-1.042-.247-1.31-.167-.003.002-.67.208-1.794.556a12.581 12.581 0 00-.86-2.11c-1.27-2.427-3.134-3.71-5.384-3.714h-.009c-.156 0-.31.015-.467.028a6.88 6.88 0 00-.203-.234c-.98-1.05-2.238-1.56-3.744-1.515-2.906.083-5.801 2.182-8.148 5.91-1.652 2.624-2.908 5.92-3.264 8.472-3.338 1.034-5.672 1.756-5.723 1.773-1.685.529-1.738.58-1.958 2.169C4.408 19.527 0 53.61 0 53.61L36.94 60l16.01-3.98s-6.533-44.164-6.574-44.467zM32.48 8.121l-2.866.887c-.022-1.471-.196-3.519-.882-5.288 2.205.418 3.29 2.913 3.748 4.401zm-4.799 1.486l-6.167 1.91c.596-2.282 1.726-4.555 3.114-6.044.516-.555 1.239-1.172 2.095-1.525.803 1.678.978 4.053.958 5.66zm-3.96-7.67c.683-.015 1.257.135 1.748.458-.786.408-1.545.994-2.257 1.758-1.846 1.98-3.261 5.055-3.825 8.021-1.76.545-3.481 1.079-5.066 1.568 1-4.669 4.914-11.675 9.4-11.805z" fill="#95BF47" /><path d="M45.851 11.066c-.218-.019-4.489-.084-4.489-.084s-3.572-3.469-3.925-3.821a.873.873 0 00-.496-.228l.002 53.065L52.95 56.02s-6.532-44.162-6.574-44.465a.583.583 0 00-.526-.49z" fill="#5E8E3E" /><path d="M28.067 19.297l-1.86 6.956s-2.074-.943-4.532-.788c-3.606.228-3.644 2.501-3.607 3.072.196 3.111 8.38 3.79 8.84 11.078.361 5.733-3.041 9.655-7.943 9.965-5.885.37-9.124-3.1-9.124-3.1l1.247-5.303s3.26 2.46 5.87 2.295c1.706-.108 2.315-1.495 2.253-2.475-.256-4.058-6.921-3.819-7.342-10.487-.355-5.611 3.33-11.298 11.462-11.81 3.133-.202 4.736.597 4.736.597z" fill="#fff" /><path d="M74.032 33.864c-1.84-1-2.787-1.841-2.787-2.999 0-1.472 1.314-2.418 3.367-2.418 2.389 0 4.522.998 4.522.998l1.682-5.154s-1.547-1.21-6.1-1.21c-6.337 0-10.729 3.629-10.729 8.73 0 2.893 2.05 5.102 4.787 6.679 2.209 1.261 2.998 2.156 2.998 3.47 0 1.367-1.105 2.472-3.155 2.472-3.056 0-5.942-1.579-5.942-1.579l-1.788 5.155s2.666 1.788 7.152 1.788c6.522 0 11.202-3.208 11.202-8.993-.001-3.1-2.367-5.31-5.209-6.94zM100.013 23.03c-3.208 0-5.733 1.525-7.678 3.838l-.105-.053 2.787-14.567h-7.258l-7.047 37.076h7.258L90.39 36.65c.946-4.787 3.418-7.73 5.732-7.73 1.63 0 2.262 1.104 2.262 2.682 0 1-.105 2.21-.315 3.208l-2.734 14.515h7.258l2.839-14.989c.316-1.578.527-3.47.527-4.733-.003-4.103-2.159-6.574-5.945-6.574zM122.363 23.03c-8.731 0-14.514 7.888-14.514 16.67 0 5.627 3.47 10.149 9.992 10.149 8.572 0 14.357-7.677 14.357-16.67 0-5.206-3.051-10.15-9.835-10.15zm-3.576 21.247c-2.472 0-3.524-2.104-3.524-4.734 0-4.154 2.157-10.938 6.101-10.938 2.577 0 3.417 2.21 3.417 4.366 0 4.469-2.154 11.306-5.994 11.306zM150.762 23.03c-4.899 0-7.679 4.312-7.679 4.312h-.104l.421-3.891h-6.416c-.315 2.63-.895 6.625-1.472 9.623l-5.049 26.557h7.258l1.997-10.728h.159s1.489.946 4.26.946c8.519 0 14.093-8.729 14.093-17.565 0-4.889-2.157-9.254-7.468-9.254zm-6.942 21.35c-1.884 0-2.999-1.051-2.999-1.051l1.21-6.784c.842-4.522 3.208-7.52 5.733-7.52 2.209 0 2.892 2.05 2.892 3.997 0 4.68-2.787 11.359-6.836 11.359zM168.59 12.617c-2.313 0-4.154 1.84-4.154 4.206 0 2.157 1.367 3.63 3.418 3.63h.105c2.262 0 4.207-1.526 4.26-4.207 0-2.104-1.42-3.63-3.629-3.63zM158.441 49.324h7.256l4.945-25.715h-7.311l-4.89 25.715zM189.101 23.556h-5.049l.262-1.21c.421-2.471 1.894-4.68 4.313-4.68a7.56 7.56 0 012.313.368l1.42-5.68s-1.262-.63-3.945-.63c-2.577 0-5.152.736-7.099 2.418-2.472 2.104-3.629 5.153-4.207 8.204l-.209 1.21h-3.367l-1.052 5.47h3.367l-3.839 20.3h7.258l3.839-20.3h4.996l.999-5.47zM206.56 23.61s-4.537 11.43-6.574 17.669h-.106c-.138-2.01-1.788-17.67-1.788-17.67h-7.626l4.367 23.611c.106.526.053.843-.158 1.21-.843 1.63-2.262 3.209-3.945 4.366-1.367.999-2.892 1.63-4.101 2.05L188.627 61c1.473-.315 4.522-1.526 7.099-3.944 3.314-3.103 6.363-7.889 9.518-14.41l8.888-19.038h-7.572v.001z" fill="#000" /></svg><svg class="logo logo-lyft" role="img" viewbox="0 0 199 141" xmlns="http://www.w3.org/2000/svg"><path d="M.746 3.343h30.06v80.674c0 12.767 5.84 20.372 10.458 23.632-4.889 4.346-19.829 8.149-30.966-1.087C3.732 101.118.746 92.166.746 83.745V3.343zm187.863 67.014v-8.478h9.168V32.136h-10.068C183.844 14.279 167.946.898 148.933.898c-21.903 0-39.658 17.756-39.658 39.658v69.459c6.24.877 13.674-.109 19.999-5.354 6.565-5.445 9.551-14.396 9.551-22.817v-2.559h15.013V49.542h-15.013v-8.986h.036c0-5.562 4.509-10.071 10.072-10.071 5.562 0 10.089 4.509 10.089 10.071v29.801c0 21.902 17.774 39.658 39.676 39.658V80.428c-5.562 0-10.089-4.509-10.089-10.071zM74.761 32.136v43.651c0 2.478-2.056 4.487-4.593 4.487s-4.593-2.009-4.593-4.487V32.136H35.831v51.338c0 9.235 3.132 20.915 17.385 24.718 14.268 3.807 22.545-4.074 22.545-4.074-.754 5.192-5.644 8.995-13.521 9.81-5.96.616-13.582-1.358-17.384-2.988v27.199c9.688 2.857 19.935 3.78 29.963 1.834 18.199-3.531 29.685-18.742 29.685-38.979V32.136H74.761z" fill="#EA0B8C" fill-rule="evenodd" /></svg>
<svg class="logo logo-citadel" role="img" viewBox="0 0 117 15" xmlns="http://www.w3.org/2000/svg"><path d="M0 14.355h26.736v-3.852H0v3.852zm0-9.532h5.35V.975H0v3.848zm10.695 0h5.35V.975h-5.35v3.848zm10.695 0h5.346V.975H21.39v3.848zM12.908 9.59H0V5.741h12.908v3.848zm13.828 0H13.83V5.741h12.907v3.848zm20.224 4.315c1.769-.06 2.16-.395 2.16-1.12V2.608c0-.725-.391-1.078-2.16-1.138v-.432h6.184v.432c-1.768.06-2.158.413-2.158 1.138v10.176c0 .725.39 1.06 2.158 1.12v.45H46.96v-.45zm10.346 0c1.746-.06 2.275-.395 2.275-1.12V1.587H58.6c-1.649 0-2.493.012-3.455 2.429l-.431-.041.116-2.937h11.345l.138 2.937-.431.04c-.883-2.261-1.747-2.428-3.456-2.428h-1.002v11.197c0 .725.533 1.06 2.279 1.12v.45h-6.399v-.45h.002zm35.237 0c1.705-.06 2.14-.395 2.14-1.12V2.608c0-.725-.436-1.078-2.14-1.138v-.432h10.796l.057 2.933-.432.019c-.823-2.378-1.491-2.381-3.729-2.381h-2.689v5.558h1.198c1.55 0 2.237-.353 2.748-2.458h.392v5.464h-.392c-.51-2.104-1.197-2.439-2.748-2.439h-1.198v5.943h2.689c2.631 0 3.514.07 4.378-2.445l.432.022-.098 3.1H92.543v-.45zm13.503 0c1.709-.06 2.14-.395 2.14-1.12V2.608c0-.725-.431-1.078-2.14-1.138v-.432h6.046v.432c-1.746.06-2.042.395-2.042 1.138v11.069h1.964c2.59 0 3.514-.776 4.456-3.643l.432.019-.157 4.302h-10.699v-.45zM84.215 13.7h-1.453V1.587h1.434c3.572 0 5.34 1.552 5.34 5.993 0 4.359-1.141 6.12-5.321 6.12m.195-12.662h-5.327v.451c1.429.095 1.816.444 1.816 1.12v10.175c0 .675-.387 1.01-1.816 1.099v.472h5.507c4.946 0 7.082-3.321 7.082-6.895 0-3.731-2.452-6.422-7.262-6.422m-15.152 7.7l2.16-5.559h.078l1.923 5.558h-4.161zm7.36 3.378L72.458.722h-.665l-4.086 10.233c-.784 1.946-1.333 2.672-2.65 2.987v.413h4.419v-.413c-1.75-.294-1.945-.726-1.12-2.867l.688-1.789h4.573l1.06 3.066c.39 1.1.116 1.493-1.67 1.59v.413h5.53v-.473c-1.181-.218-1.506-.656-1.919-1.766zM40.84 1.256c-2.317 0-4.476 2.04-4.476 6.52 0 4.26 2.59 6.027 4.847 6.027a4.202 4.202 0 001.968-.514c.608-.334 1.163-.791 1.557-1.369.277-.403.476-.814.652-1.309l.436.133c-.221.71-.527 1.403-.978 2a4.828 4.828 0 01-1.626 1.378c-.182.092-.37.173-.562.243-.212.077-.43.14-.652.185a6.44 6.44 0 01-1.323.14c-3.79 0-6.46-2.732-6.46-6.835 0-4.067 3.005-7.132 6.831-7.132 1.394 0 2.512.374 3.338.826l.687-.01.142 1.287.268 2.237h-.41c-.904-2.435-2.257-3.807-4.24-3.807" fill="#002E6C" fill-rule="nonzero" /></svg></div>
</div>
</div>
</section>
<section class="text-group-block text-groups--count-4">
<div class="inner">
<h2 class="title">
Effective solutions for every step of your technical hiring.
</h2>
<div class="text-group">
<div class="image-container">
</div>
<h3 class="headline">
Run Skills Assessments
</h3>
<div class="description">
<p>Quickly create auto-graded technical assessments without being technical</p>
</div>
</div>
<div class="text-group">
<div class="image-container">
</div>
<h3 class="headline">
Identify the Best
</h3>
<div class="description">
<p>Quickly filter and compare candidates based on their skills</p>
</div>
</div>
<div class="text-group">
<div class="image-container">
</div>
<h3 class="headline">
Conduct Live Technical Interviews
</h3>
<div class="description">
<p>Run pair-programming sessions in a collaborative, familiar IDE</p>
</div>
</div>
<div class="text-group">
<div class="image-container">
</div>
<h3 class="headline">
Send Complex Take-Home Projects
</h3>
<div class="description">
<p>Create projects that candidates can work through on their own time</p>
</div>
</div>
</div>
</section>
<div class="
product-explainer-block
">
<div class="inner">
<h2 class="title">CoderPad streamlines your tech recruiting at every step of the process.</h2>
<p class="product-explainer-pill js-product-explainer-pill show-screen">
<a href="#product-explainer-create-tests"><svg class="logo logo-screen" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71 14" fill="none"><path fill="#E89606" d="M8.586 7.716c.168.348.252.81.252 1.386 0 .552-.102 1.098-.306 1.638a3.716 3.716 0 0 1-.882 1.35 4.005 4.005 0 0 1-1.422.9c-.552.216-1.188.324-1.908.324h-.27c-1.14 0-2.382-.228-3.726-.684V9.282H1.35c.228 0 .366.108.414.324.036.156.09.654.162 1.494.504.156 1.326.234 2.466.234.684 0 1.218-.162 1.602-.486.372-.324.558-.792.558-1.404 0-.336-.084-.618-.252-.846-.156-.216-.384-.396-.684-.54a5.096 5.096 0 0 0-.954-.378l-.396-.108-.702-.216c-.36-.12-.726-.264-1.098-.432a3.798 3.798 0 0 1-.972-.666A2.6 2.6 0 0 1 .828 5.25a3.945 3.945 0 0 1-.27-1.494c0-.492.096-.954.288-1.386.18-.456.456-.858.828-1.206.348-.324.792-.6 1.332-.828C3.534.12 4.14.012 4.824.012c1.26 0 2.502.246 3.726.738v3.33H7.524c-.216 0-.354-.114-.414-.342-.036-.168-.09-.654-.162-1.458-.432-.192-1.134-.288-2.106-.288a3.15 3.15 0 0 0-.864.108c-.276.096-.486.21-.63.342-.18.156-.312.33-.396.522a1.57 1.57 0 0 0-.126.666c0 .288.09.54.27.756.18.216.402.39.666.522.348.168.672.3.972.396.12.036.486.156 1.098.36.252.084.618.234 1.098.45.36.156.684.372.972.648.312.288.54.606.684.954ZM19.6 4.26c-.216 0-.354-.108-.414-.324-.036-.156-.09-.636-.162-1.44-.948-.276-1.776-.414-2.484-.414-.636 0-1.2.102-1.692.306a3.66 3.66 0 0 0-1.314.918c-.372.408-.66.888-.864 1.44-.216.576-.324 1.218-.324 1.926 0 .72.108 1.368.324 1.944.228.6.504 1.08.828 1.44.348.384.768.684 1.26.9.456.204.972.306 1.548.306.336 0 .636-.018.9-.054.276-.036.522-.09.738-.162a3.36 3.36 0 0 0 1.224-.774.808.808 0 0 1 .198-.126.501.501 0 0 1 .216-.036c.144 0 .258.048.342.144l.954 1.044a5.046 5.046 0 0 1-1.944 1.494c-.792.348-1.722.522-2.79.522a6.654 6.654 0 0 1-2.592-.504c-.792-.336-1.452-.792-1.98-1.368a5.976 5.976 0 0 1-1.26-2.106 7.952 7.952 0 0 1-.432-2.664c0-.996.162-1.896.486-2.7A6.186 6.186 0 0 1 13.84.498c.816-.324 1.722-.486 2.718-.486 1.104 0 2.466.312 4.086.936V4.26H19.6Zm13.585 7.29c.3.072.45.258.45.558v1.062h-2.43c-.228 0-.408-.042-.54-.126a1.282 1.282 0 0 1-.36-.36l-2.736-4.176a.974.974 0 0 0-.342-.324c-.132-.072-.312-.108-.54-.108h-.918v3.312l.54.09c.06.012.108.024.144.036.048.012.09.018.126.018l.108.018c.3.072.45.258.45.558v1.062h-5.148v-1.062c0-.3.15-.486.45-.558l.108-.018.27-.054.54-.09v-9.45l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.156h5.202c.888 0 1.65.09 2.286.27.612.18 1.128.438 1.548.774.42.348.72.744.9 1.188.192.456.288.96.288 1.512 0 .408-.066.822-.198 1.242a3.635 3.635 0 0 1-.558 1.062c-.216.3-.516.576-.9.828-.372.24-.78.432-1.224.576.312.18.576.432.792.756l2.052 3.024.558.09c.06.012.114.024.162.036.06.012.108.018.144.018l.144.018Zm-4.842-5.382c.336-.108.618-.264.846-.468.204-.192.366-.432.486-.72.108-.276.162-.576.162-.9 0-.66-.216-1.17-.648-1.53-.42-.348-1.086-.522-1.998-.522h-1.422v4.32h1.386c.408 0 .804-.06 1.188-.18Zm16.084-2.592h-1.044c-.216 0-.354-.114-.414-.342-.06-.468-.102-.852-.126-1.152H38.65v3.6h4.41v1.872h-4.41v3.672h4.194c.024-.3.066-.684.126-1.152.06-.228.198-.342.414-.342h1.044v3.438h-9.576v-1.062c0-.3.15-.486.45-.558l.108-.018a.34.34 0 0 0 .108-.018c.048-.012.102-.024.162-.036l.54-.09v-9.45l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.156h9.576v3.42Zm10.876 0h-1.044c-.216 0-.354-.114-.414-.342-.06-.468-.102-.852-.126-1.152h-4.194v3.6h4.41v1.872h-4.41v3.672h4.194c.024-.3.066-.684.126-1.152.06-.228.198-.342.414-.342h1.044v3.438h-9.576v-1.062c0-.3.15-.486.45-.558l.108-.018a.34.34 0 0 0 .108-.018c.048-.012.102-.024.162-.036l.54-.09v-9.45l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.156h9.576v3.42Zm14.998-2.358c0 .3-.15.486-.45.558l-.108.018a.529.529 0 0 0-.126.018 1.245 1.245 0 0 1-.144.036l-.522.09V13.17h-1.26c-.168 0-.324-.03-.468-.09-.12-.048-.246-.156-.378-.324l-6.804-8.658c.024.264.036.45.036.558l.018.522v6.21l1.17.162c.3.072.45.258.45.558v1.062h-5.112v-1.062c0-.3.15-.486.45-.558l.108-.018.27-.054.54-.09v-9.45l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.156h2.628l.27.018c.084 0 .15.018.198.054a.379.379 0 0 1 .162.108l.18.216 6.84 8.694-.054-.612a6.865 6.865 0 0 1-.018-.576v-6.12l-1.17-.162c-.3-.072-.45-.258-.45-.558V.156h5.112v1.062Z" /></svg>
</a>
<a href="#product-explainer-code-together" id="js-product-explainer-pill-interview-link"><svg class="logo logo-interview" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 14" fill="none"><path fill="#CC4E41" d="M4.95 2.286a.529.529 0 0 0-.126.018 1.245 1.245 0 0 1-.144.036l-.522.09v9.45l.522.09c.06.012.108.024.144.036.048.012.09.018.126.018l.108.018c.3.072.45.258.45.558v1.062H.36V12.6c0-.3.15-.486.45-.558l.108-.018.27-.054.54-.09V2.43l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018L.81 2.268C.51 2.196.36 2.01.36 1.71V.648h5.148V1.71c0 .3-.15.486-.45.558l-.108.018Zm15.52-.576c0 .3-.15.486-.45.558l-.109.018a.529.529 0 0 0-.126.018 1.245 1.245 0 0 1-.144.036l-.522.09v11.232h-1.26c-.168 0-.324-.03-.468-.09-.12-.048-.246-.156-.378-.324L10.21 4.59c.024.264.036.45.036.558l.018.522v6.21l1.17.162c.3.072.45.258.45.558v1.062H6.771V12.6c0-.3.15-.486.45-.558l.108-.018.27-.054.54-.09V2.43l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.648H9.4l.27.018c.084 0 .15.018.198.054a.379.379 0 0 1 .162.108l.18.216 6.84 8.694-.054-.612a6.865 6.865 0 0 1-.018-.576V2.43l-1.17-.162c-.3-.072-.45-.258-.45-.558V.648h5.112V1.71Zm11.913 2.016h-1.026c-.228 0-.372-.114-.432-.342a8.292 8.292 0 0 1-.09-.738H28.19v9.234l.522.09c.06.012.108.024.144.036.048.012.09.018.126.018l.108.018c.312.072.468.258.468.558v1.062H24.41V12.6c0-.3.15-.486.45-.558l.108-.018a.34.34 0 0 0 .108-.018c.048-.012.102-.024.162-.036l.522-.09V2.628h-2.646a7.308 7.308 0 0 1-.09.756c-.06.228-.198.342-.414.342h-1.044V.648h10.818v3.078Zm10.76.342H42.1c-.216 0-.354-.114-.414-.342-.06-.468-.102-.852-.126-1.152h-4.194v3.6h4.41v1.872h-4.41v3.672h4.194c.024-.3.066-.684.126-1.152.06-.228.198-.342.414-.342h1.044v3.438h-9.576V12.6c0-.3.15-.486.45-.558l.108-.018a.34.34 0 0 0 .108-.018c.048-.012.102-.024.162-.036l.54-.09V2.43l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.648h9.576v3.42Zm12.497 7.974c.3.072.45.258.45.558v1.062h-2.43c-.228 0-.408-.042-.54-.126a1.282 1.282 0 0 1-.36-.36L50.024 9a.974.974 0 0 0-.342-.324c-.132-.072-.312-.108-.54-.108h-.918v3.312l.54.09c.06.012.108.024.144.036.048.012.09.018.126.018l.108.018c.3.072.45.258.45.558v1.062h-5.148V12.6c0-.3.15-.486.45-.558l.108-.018.27-.054.54-.09V2.43l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.648h5.202c.888 0 1.65.09 2.286.27.612.18 1.128.438 1.548.774.42.348.72.744.9 1.188.192.456.288.96.288 1.512 0 .408-.066.822-.198 1.242a3.635 3.635 0 0 1-.558 1.062c-.216.3-.516.576-.9.828-.372.24-.78.432-1.224.576.312.18.576.432.792.756l2.052 3.024.558.09c.06.012.114.024.162.036.06.012.108.018.144.018l.144.018ZM50.798 6.66c.336-.108.618-.264.846-.468.204-.192.366-.432.486-.72.108-.276.162-.576.162-.9 0-.66-.216-1.17-.648-1.53-.42-.348-1.086-.522-1.998-.522h-1.422v4.32h1.386c.408 0 .804-.06 1.188-.18Zm20.368-4.95c0 .3-.15.486-.45.558l-.108.018a.492.492 0 0 0-.108.018 1.245 1.245 0 0 1-.144.036l-.522.09-4.536 11.232H63.12L58.566 2.43l-.504-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.648h4.86V1.71c0 .3-.15.486-.45.558a.2.2 0 0 0-.09.018l-.18.054-.288.072 2.592 6.732c.084.192.18.474.288.846l.27.972c.144-.66.318-1.266.522-1.818l2.574-6.732-.288-.072-.198-.054a.2.2 0 0 0-.09-.018c-.3-.072-.45-.258-.45-.558V.648h4.86V1.71Zm5.79.576a.529.529 0 0 0-.126.018 1.245 1.245 0 0 1-.144.036l-.522.09v9.45l.522.09c.06.012.108.024.144.036.048.012.09.018.126.018l.108.018c.3.072.45.258.45.558v1.062h-5.148V12.6c0-.3.15-.486.45-.558l.108-.018.27-.054.54-.09V2.43l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.648h5.148V1.71c0 .3-.15.486-.45.558l-.108.018Zm11.397 1.782h-1.044c-.216 0-.354-.114-.414-.342-.06-.468-.102-.852-.126-1.152h-4.194v3.6h4.41v1.872h-4.41v3.672h4.194c.024-.3.066-.684.126-1.152.06-.228.198-.342.414-.342h1.044v3.438h-9.576V12.6c0-.3.15-.486.45-.558l.108-.018a.34.34 0 0 0 .108-.018c.048-.012.102-.024.162-.036l.54-.09V2.43l-.54-.09a3.517 3.517 0 0 1-.162-.036.34.34 0 0 0-.108-.018l-.108-.018c-.3-.072-.45-.258-.45-.558V.648h9.576v3.42Zm21.064-2.358c0 .3-.15.486-.45.558l-.198.036-.504.09-3.51 11.268h-2.178L99.733 4.77l-.108-.36-.126-.432-.108.432-.108.36-2.88 8.892h-2.178L90.733 2.394l-.522-.09-.198-.036c-.3-.072-.45-.258-.45-.558V.648h4.86V1.71c0 .3-.15.486-.45.558a.2.2 0 0 0-.09.018l-.198.054a1.65 1.65 0 0 0-.306.072l1.854 6.57.162.63.126.72.162-.72c.06-.252.12-.462.18-.63l2.556-7.776a.821.821 0 0 1 .288-.378.81.81 0 0 1 .504-.18h.72c.216 0 .39.048.522.144a.81.81 0 0 1 .288.414l2.538 7.776c.156.456.27.882.342 1.278.048-.276.09-.498.126-.666.036-.204.084-.408.144-.612l1.854-6.552-.738-.162c-.3-.072-.45-.258-.45-.558V.648h4.86V1.71Z" /></svg>
</a>
</p>
<div class="the-items the-items--count-5">
<div class="
product-explainer-item
product-explainer-item--layout-vertical
" data-nav-text="Create tests" id="product-explainer-create-tests">
<div class="item-inner">
<div class="content">
<h2 class="headline">
Create technical tests in 60 seconds<br>(even if you’re not techy)
</h2>
<a href="/platform/technical-screening/" class="cta" data-ga-category="CTA" data-ga-label>Learn more about Screen <svg class="icon icon-right-arrow" role="img" viewBox="0 0 20 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.335 3.256H0v2.171h14.335v3.256l4.762-4.341L14.334 0v3.256z" fill="currentColor" /></svg>
</a>
</div>
<img loading="lazy" width="1024" height="713" src="https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-create-technical-tests-quickly-even-if-youre-not-techy-1024x713.png" class="attachment-large size-large" alt="Create a CoderPad Screen test quickly even if you are not technical" decoding="async" srcset="https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-create-technical-tests-quickly-even-if-youre-not-techy-1024x713.png 1024w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-create-technical-tests-quickly-even-if-youre-not-techy-300x209.png 300w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-create-technical-tests-quickly-even-if-youre-not-techy-768x535.png 768w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-create-technical-tests-quickly-even-if-youre-not-techy-18x12.png 18w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-create-technical-tests-quickly-even-if-youre-not-techy.png 1089w" sizes="(max-width: 1024px) 100vw, 1024px" />
</div>
</div>
<div class="
product-explainer-item
product-explainer-item--layout-vertical
" data-nav-text="Delight Candidates" id="product-explainer-delight-candidates">
<div class="item-inner">
<div class="content">
<h2 class="headline">
Delight candidates with assessments that aren’t boring.
</h2>
<a href="/platform/technical-screening/" class="cta" data-ga-category="CTA" data-ga-label>Learn more about Screen <svg class="icon icon-right-arrow" role="img" viewBox="0 0 20 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.335 3.256H0v2.171h14.335v3.256l4.762-4.341L14.334 0v3.256z" fill="currentColor" /></svg>
</a>
</div>
<img loading="lazy" width="1024" height="725" src="https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-delight-candidates-with-gamified-questions-that-are-fun-1024x725.png" class="attachment-large size-large" alt="Use gamified tests to delight coding candidates that aren't boring" decoding="async" srcset="https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-delight-candidates-with-gamified-questions-that-are-fun-1024x725.png 1024w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-delight-candidates-with-gamified-questions-that-are-fun-300x212.png 300w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-delight-candidates-with-gamified-questions-that-are-fun-768x544.png 768w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-delight-candidates-with-gamified-questions-that-are-fun-18x12.png 18w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-delight-candidates-with-gamified-questions-that-are-fun.png 1271w" sizes="(max-width: 1024px) 100vw, 1024px" />
</div>
</div>
<div class="
product-explainer-item
product-explainer-item--layout-vertical
" data-nav-text="Spot candidates" id="product-explainer-spot-candidates">
<div class="item-inner">
<div class="content">
<h2 class="headline">
Spot the most skilled candidates at a glance to share with the hiring managers.
</h2>
<a href="/platform/technical-screening/" class="cta" data-ga-category="CTA" data-ga-label>Learn more about Screen <svg class="icon icon-right-arrow" role="img" viewBox="0 0 20 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.335 3.256H0v2.171h14.335v3.256l4.762-4.341L14.334 0v3.256z" fill="currentColor" /></svg>
</a>
</div>
<img loading="lazy" width="1024" height="834" src="https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-spot-high-performing-candidates-to-move-to-the-next-round-of-interviews-1024x834.png" class="attachment-large size-large" alt="Spot the most skilled candidates to pass on to a live coding interview" decoding="async" srcset="https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-spot-high-performing-candidates-to-move-to-the-next-round-of-interviews-1024x834.png 1024w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-spot-high-performing-candidates-to-move-to-the-next-round-of-interviews-300x244.png 300w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-spot-high-performing-candidates-to-move-to-the-next-round-of-interviews-768x626.png 768w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-spot-high-performing-candidates-to-move-to-the-next-round-of-interviews-15x12.png 15w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-screen-spot-high-performing-candidates-to-move-to-the-next-round-of-interviews.png 1295w" sizes="(max-width: 1024px) 100vw, 1024px" />
</div>
</div>
<div class="
product-explainer-item
product-explainer-item--layout-vertical
" data-nav-text="Code together" id="product-explainer-code-together">
<div class="item-inner">
<div class="content">
<h2 class="headline">
Code together before you work together. See how candidates collaborate and communicate on real-life problems.
</h2>
<a href="/platform/coding-interviews/" class="cta" data-ga-category="CTA" data-ga-label>Learn more about Interview <svg class="icon icon-right-arrow" role="img" viewBox="0 0 20 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.335 3.256H0v2.171h14.335v3.256l4.762-4.341L14.334 0v3.256z" fill="currentColor" /></svg>
</a>
</div>
<img loading="lazy" width="1024" height="691" src="https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-use-a-cloud-based-online-ide-to-simulate-real-world-coding-challenges-1024x691.png" class="attachment-large size-large" alt="Code together in a collaborative real-world editor" decoding="async" srcset="https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-use-a-cloud-based-online-ide-to-simulate-real-world-coding-challenges-1024x691.png 1024w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-use-a-cloud-based-online-ide-to-simulate-real-world-coding-challenges-300x202.png 300w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-use-a-cloud-based-online-ide-to-simulate-real-world-coding-challenges-768x518.png 768w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-use-a-cloud-based-online-ide-to-simulate-real-world-coding-challenges-18x12.png 18w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-use-a-cloud-based-online-ide-to-simulate-real-world-coding-challenges.png 1253w" sizes="(max-width: 1024px) 100vw, 1024px" />
</div>
</div>
<div class="
product-explainer-item
product-explainer-item--layout-vertical
" data-nav-text="Bias-free hiring" id="product-explainer-bias-free-hiring">
<div class="item-inner">
<div class="content">
<h2 class="headline">
Use interview notes and code playback to make objective hiring decisions.
</h2>
<a href="/platform/coding-interviews/" class="cta" data-ga-category="CTA" data-ga-label>Learn more about Interview <svg class="icon icon-right-arrow" role="img" viewBox="0 0 20 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.335 3.256H0v2.171h14.335v3.256l4.762-4.341L14.334 0v3.256z" fill="currentColor" /></svg>
</a>
</div>
<img loading="lazy" width="1024" height="622" src="https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-make-objective-bias-free-hiring-decisions-1024x622.png" class="attachment-large size-large" alt="Replay every keystroke from the interview to make objective hiring decisions" decoding="async" srcset="https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-make-objective-bias-free-hiring-decisions-1024x622.png 1024w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-make-objective-bias-free-hiring-decisions-300x182.png 300w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-make-objective-bias-free-hiring-decisions-768x466.png 768w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-make-objective-bias-free-hiring-decisions-18x12.png 18w, https://coderpad.io/wp-content/uploads/2023/03/coderpad-interview-make-objective-bias-free-hiring-decisions.png 1321w" sizes="(max-width: 1024px) 100vw, 1024px" />
</div>
</div>
</div>
<aside class="the-timeline js-the-timeline">
<div class="inner-timeline">
<p class="start-label">Position</p>
<div class="line-container">
<div class="the-line"></div>
<ul class="items items--count-5">
<li class="item js-timeline-item">
<a href="#product-explainer-create-tests" class="dot-button">
<span class="dot"></span>
</a>
<span class="label">Create tests</span>
</li>
<li class="item js-timeline-item">
<a href="#product-explainer-delight-candidates" class="dot-button">
<span class="dot"></span>
</a>
<span class="label">Delight Candidates</span>
</li>
<li class="item js-timeline-item">
<a href="#product-explainer-spot-candidates" class="dot-button">
<span class="dot"></span>
</a>
<span class="label">Spot candidates</span>
</li>
<li class="item js-timeline-item">
<a href="#product-explainer-code-together" class="dot-button">
<span class="dot"></span>
</a>
<span class="label">Code together</span>
</li>
<li class="item js-timeline-item">
<a href="#product-explainer-bias-free-hiring" class="dot-button">
<span class="dot"></span>
</a>
<span class="label">Bias-free hiring</span>
</li>
</ul>
</div>
<p class="end-label">Hire</p>
</div>
</aside>
</div>
</div>
<section class="
grid-section-block
grid-section-block--bg-gray
">
<a id="let-their-skills-shine-through-with-assessments-and-interviews-which-are" class="anchor-link"></a>
<div class="inner">
<h2 class="headline">Let their skills shine through with assessments and interviews which are:</h2>
<div class="items items--4">
<div class="grid-section-block-item">
<span class="inner-item">
<h3 class="title">Fast </h3>
<p>Save time and money by halving your time to hire. CoderPad accelerates the hiring process.</p>
</span>
</div>
<div class="grid-section-block-item">
<span class="inner-item">
<h3 class="title">Real </h3>
<p>A familiar IDE with the languages, frameworks necessary to recreate any challenge or project. Forget the algorithmic questions, your creativity is the only limit.</p>
</span>
</div>
<div class="grid-section-block-item">
<span class="inner-item">
<h3 class="title">Fair </h3>
<p>Easily standardize your assessments and interviews to reduce bias and simplify your hiring decisions.</p>
</span>
</div>
<div class="grid-section-block-item">
<span class="inner-item">
<h3 class="title">Loved </h3>
<p>Built by developers, for developers. Nine of out ten candidates are happy with their experience on our platform.</p>
</span>
</div>
</div>
</div>
</section>
<section class="
single-testimonial-with-logo-v2
single-testimonial-with-logo-v2--bg-color-white
single-testimonial-with-logo-v2--container-bg-color-gray
" itemprop="review" itemscope itemtype="https://schema.org/Review">
<div class="inner">
<div class="logo-container">
<svg class="logo logo-bigcommerce" role="img" viewBox="0 0 480 108" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1"><path d="m132.09045,52.38069c7.3,0 12.2,3.3 15.2,7.4l0,-58.4c0,-1.1 -1.3,-1.8 -2.2,-1.1l-72.1,52.7l1.9,0c7.5,0 11.3,4.8 11.3,10c0,4.1 -2.1,7.1 -5,8.4c-0.5,0.2 -0.5,0.9 0,1.1c3.3,1.4 5.7,4.9 5.7,9.1c0,6 -3.9,10.7 -11.4,10.7l-20.5,0c-0.4,0 -0.8,-0.3 -0.8,-0.8l0,-24.8l-53.7,39.3c-0.9,0.8 -0.5,2.2 0.7,2.2l144.8,0c0.7,0 1.2,-0.5 1.2,-1.2l0,-19.9c-3.9,3.6 -9,5.9 -15.2,5.9c-11.6,0 -21,-8 -21,-20.3c0.1,-12.4 9.6,-20.3 21.1,-20.3zm-28.7,39.2c0,0.4 -0.3,0.7 -0.7,0.7l-6.9,0c-0.4,0 -0.7,-0.3 -0.7,-0.7l0,-37.9c0,-0.4 0.3,-0.7 0.7,-0.7l6.9,0c0.4,0 0.7,0.3 0.7,0.7l0,37.9z" fill="#34313f" />
<path d="m63.39045,68.58069l9.7,0c2.8,0 4.6,-1.6 4.6,-4.1c0,-2.4 -1.8,-4.1 -4.6,-4.1l-10.1,0c-0.2,0 -0.4,0.2 -0.4,0.4l0,7.1c0,0.4 0.4,0.7 0.8,0.7zm0,16.4l10.1,0c3.1,0 5,-1.7 5,-4.5c0,-2.5 -1.8,-4.5 -5,-4.5l-10.1,0c-0.4,0 -0.8,0.3 -0.8,0.8l0,7.4c0,0.4 0.4,0.8 0.8,0.8zm77.6,-20.7c-1.9,-2.5 -5.1,-4.5 -8.9,-4.5c-7.2,0 -12.4,5.5 -12.4,12.9s5.2,12.9 12.4,12.9c3.3,0 6.4,-1.4 8.1,-2.8c0.1,-0.1 0.2,-0.3 0.2,-0.5l0,-3.8c0,-0.3 -0.3,-0.6 -0.6,-0.6l-8.9,0c-0.5,0 -0.8,-0.4 -0.8,-0.8l0,-5.6c0,-0.5 0.4,-0.8 0.8,-0.8l16.5,0l0,-8.9l-5.3,2.9c-0.4,0.1 -0.9,-0.1 -1.1,-0.4zm12.5,8.4c0,-12.1 8.7,-20.3 19.9,-20.3c7.3,0 12,3.7 14.8,8.2c0.2,0.3 0.1,0.8 -0.3,0.9l-4.5,2.4c-0.3,0.2 -0.7,0.1 -0.8,-0.2c-1.9,-3 -5.4,-5.2 -9.2,-5.2c-7.5,0 -13.1,5.9 -13.1,14.2c0,8.2 5.6,14.2 13.1,14.2c3.8,0 7.3,-2.2 9.2,-5.2c0.2,-0.3 0.5,-0.4 0.8,-0.2l4.5,2.3c0.4,0.2 0.5,0.6 0.3,1c-2.9,4.5 -7.6,8.3 -14.8,8.3c-11.2,-0.1 -19.9,-8.4 -19.9,-20.4zm38.6,0c0,-9.8 5.6,-17.4 14,-19.6c14.3,-3.8 27.4,9.6 24.3,24.5c-1.9,9.2 -9.2,15.5 -18.9,15.5c-11.4,-0.1 -19.4,-8.7 -19.4,-20.4zm31.9,0c0,-8.1 -5,-14.2 -12.6,-14.2c-7.7,0 -12.6,6.1 -12.6,14.2s4.9,14.2 12.6,14.2c7.7,0 12.6,-6.2 12.6,-14.2zm47.6,19.1l0,-29.9l-11.9,30.1c0,0.1 -0.2,0.2 -0.3,0.2l-2.5,0c-0.1,0 -0.3,-0.1 -0.3,-0.2l-12,-30.1l0,29.9c0,0.3 -0.2,0.5 -0.5,0.5l-6,0c-0.3,0 -0.5,-0.2 -0.5,-0.5l0,-38.4c0,-0.3 0.2,-0.5 0.5,-0.5l8.6,0c0.4,0 0.7,0.2 0.9,0.6l10.5,27l10.4,-27c0.1,-0.4 0.5,-0.6 0.9,-0.6l8.6,0c0.3,0 0.5,0.2 0.5,0.5l0,38.4c0,0.3 -0.2,0.5 -0.5,0.5l-6,0c-0.1,0 -0.4,-0.2 -0.4,-0.5zm68,-0.2l0,-37.9c0,-0.4 0.3,-0.7 0.7,-0.7l25.5,0c0.4,0 0.7,0.3 0.7,0.7l0,4.6c0,0.4 -0.3,0.7 -0.7,0.7l-18.6,0c-0.4,0 -0.7,0.3 -0.7,0.7l0,8.7c0,0.4 0.3,0.7 0.7,0.7l18.2,0c0.4,0 0.7,0.3 0.7,0.7l0,4.6c0,0.4 -0.3,0.7 -0.7,0.7l-18.2,0c-0.4,0 -0.7,0.3 -0.7,0.7l0,9.5c0,0.4 0.3,0.7 0.7,0.7l18.6,0c0.4,0 0.7,0.3 0.7,0.7l0,4.6c0,0.4 -0.3,0.7 -0.7,0.7l-25.5,0c-0.4,0.3 -0.7,0 -0.7,-0.4zm58.9,0.3l-8.3,-14c-0.1,-0.2 -0.4,-0.3 -0.6,-0.3l-5.8,0c-0.4,0 -0.7,0.3 -0.7,0.7l0,13.3c0,0.4 -0.3,0.7 -0.7,0.7l-5.4,0c-0.4,0 -0.7,-0.3 -0.7,-0.7l0,-37.9c0,-0.4 0.3,-0.7 0.7,-0.7l16.6,0c7.8,0 12.9,5 12.9,12.3c0,6.5 -4,10.2 -8.4,11.3c-0.5,0.1 -0.7,0.6 -0.5,1.1c1.6,2.6 6.6,10.6 8.5,13.5c0.3,0.5 0,1.1 -0.6,1.1l-6.3,0c-0.3,0 -0.5,-0.1 -0.7,-0.4zm0.9,-26.7c0,-3.8 -2.8,-6.2 -6.7,-6.2l-8.8,0c-0.4,0 -0.7,0.3 -0.7,0.7l0,11.1c0,0.4 0.3,0.7 0.7,0.7l8.8,0c3.9,0 6.7,-2.4 6.7,-6.3zm53.7,26.4l0,-37.9c0,-0.4 0.3,-0.7 0.7,-0.7l25.6,0c0.4,0 0.7,0.3 0.7,0.7l0,4.7c0,0.4 -0.3,0.7 -0.7,0.7l-18.7,0c-0.4,0 -0.7,0.3 -0.7,0.7l0,8.8c0,0.4 0.3,0.7 0.7,0.7l18.2,0c0.4,0 0.7,0.3 0.7,0.7l0,4.7c0,0.4 -0.3,0.7 -0.7,0.7l-18.2,0c-0.4,0 -0.7,0.3 -0.7,0.7l0,9.6c0,0.4 0.3,0.7 0.7,0.7l18.7,0c0.4,0 0.7,0.3 0.7,0.7l0,4.7c0,0.4 -0.3,0.7 -0.7,0.7l-25.6,0c-0.4,-0.2 -0.7,-0.5 -0.7,-0.9zm-41.6,-19.1c0,-12.1 8.7,-20.3 19.9,-20.3c7.3,0 12,3.7 14.8,8.2c0.2,0.3 0.1,0.8 -0.3,0.9l-4.5,2.4c-0.3,0.2 -0.7,0.1 -0.8,-0.2c-1.9,-3 -5.4,-5.2 -9.2,-5.2c-7.5,0 -13.1,5.9 -13.1,14.2c0,8.2 5.6,14.2 13.1,14.2c3.8,0 7.3,-2.2 9.2,-5.2c0.2,-0.3 0.5,-0.4 0.8,-0.2l4.5,2.3c0.4,0.2 0.5,0.6 0.3,1c-2.9,4.5 -7.6,8.3 -14.8,8.3c-11.2,-0.1 -19.9,-8.3 -19.9,-20.4zm-88.9,19.3l0,-29.9l-11.9,30.1c0,0.1 -0.2,0.2 -0.3,0.2l-2.5,0c-0.1,0 -0.3,-0.1 -0.3,-0.2l-12,-30.1l0,29.9c0,0.3 -0.2,0.5 -0.5,0.5l-6,0c-0.3,0 -0.5,-0.2 -0.5,-0.5l0,-38.4c0,-0.3 0.2,-0.5 0.5,-0.5l8.6,0c0.4,0 0.7,0.2 0.9,0.6l10.5,27l10.4,-27c0.1,-0.4 0.5,-0.6 0.9,-0.6l8.6,0c0.3,0 0.5,0.2 0.5,0.5l0,38.4c0,0.3 -0.2,0.5 -0.5,0.5l-6,0c-0.2,0 -0.4,-0.2 -0.4,-0.5z" fill="#34313f" />
</svg>
</div>
<div class="content">
<blockquote class="quote" itemprop="reviewBody">
<p aria-hidden="true" class="quote-icon"><svg class="icon icon-square-double-quote" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 43" fill="none"><path fill="currentColor" d="M0 42.757V19.383L12.085.757h12.086l-7.756 18.626h8.838v23.374H0Zm31.747 0V19.383L43.832.757h12.086L48.16 19.383H57v23.374H31.747Z" /></svg>
</p>
<p>For BigCommerce, CoderPad was an instant fit. It’s reliable, accessible, and gives us real-time collaboration tools that save us time. With CoderPad, we found candidates can show their true skill sets without switching between unfamiliar platforms and hardware.</p>
</blockquote>
<figcaption class="attribution" itemprop="author" itemscope itemtype="https://schema.org/Person">
<span itemprop="name">Pascal Zajac</span>, <span itemprop="jobTitle">Vice President of Software Engineering</span> – <span itemprop="memberOf">BigCommerce</span>
</figcaption>
<div class="hide" itemprop="itemReviewed" itemscope itemtype="http://schema.org/WebApplication">
<span itemprop="name">CoderPad</span>
<span itemprop="applicationCategory">code interview</span>
<span itemprop="operatingSystem">all</span>
</div>
<p class="hidden" itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">
<span itemprop="ratingValue">5</span> stars
</p>
</div>
</div>
</section>
<aside class="
cta-banner
cta-banner--bg-gray " data-block-name="cta-banner">
<div class="inner">
<div class="content">
<h2 class="headline">See your candidates’ skills in action today</h2>
<div class="cta-buttons">
<a href="https://app.coderpad.io/register" class="button button--primary js-cta--sign-up-free" data-ga-category="CTA" data-ga-label="See your candidates' skills in action today|Sign up free">Sign up free</a>
</div>
</div>
</div>
</aside>
</section>
</article>
</main>
</div>
<footer class="footer no-footer-margin " id="footer" data-block-name="footer">
<div class="inner">
<div class="footer-logo">
<a href="https://coderpad.io">
<span class="screen-reader-text">CoderPad</span>
<svg class="logo logo-coderpad-wordmark" role="img" viewBox="0 0 450 76" xmlns="http://www.w3.org/2000/svg"><path class="coder" d="M42.7 19.2c-3-1.2-6.6-1.5-10.6-1.5-10.5 0-15.8 7.6-15.8 23.4 0 14.5 5.4 21.9 16.4 21.9 2.9 0 5.9-.6 8.6-1.6 3-1.2 5.4-2.2 7-3.3l2.2-1.6 5.2 8.7c-.1.1-.8.8-1 1.2-.5.3-1.6 1.4-3.3 2.7-1.6 1.2-3.6 2.2-5.2 3.1-1.8.9-4.2 1.6-6.9 2.4-2.9.8-5.4 1.2-8.2 1.2-9.8 0-17.2-3-22.6-8.7C3.3 61.2.6 52.9.6 41.9c0-11.1 3-19.8 8.9-26.2C15.4 9.4 23 6.1 33 6.1c3.3 0 7.1.3 10.6 1.2 3.6.9 6.6 1.5 8.5 2.2l3 1.2-.8 18H45l-2.3-9.5zM88 22c7.6 0 13.5 2.2 17.9 6.8 4.2 4.5 6.5 10.8 6.5 18.9 0 8.7-2.2 15.1-6.9 20.2s-10.8 7.4-18.6 7.4c-16 0-24.3-8.7-24.3-26.2 0-8.7 2.2-15.1 6.9-19.8C73.6 24.2 80.2 22 88 22zm-.6 10.8c-3.6 0-6.5 1.2-8 3.6-1.5 2.4-2.7 6.3-2.7 12.1 0 5.4.8 9.6 2.2 12 1.6 2.7 4.2 3.8 7.6 3.8 3.6 0 6-1.2 7.6-3.8 1.6-2.4 2.4-6.8 2.4-12.3 0-5.2-.8-9-2.2-11.4-1-2.7-3.4-4-6.9-4zm86 40.9l-20.1.8-.8-5.1c-3.9 3.9-8.9 6-14.4 6-6.6 0-11.4-2.2-14.9-6.8-3.3-4.5-4.8-10.6-4.8-18.9 0-9 2.2-15.9 6.8-20.9 4.5-4.8 11.2-7.4 20.2-7.4 2.1 0 4.2.1 6.1.9v-12l-7.6-1.8V1l18-.8 2.1 2.1 1.6 1.6v60l7.6 1.8v8h.2zm-21.9-15V34.4c-1.6-.9-4.2-1.5-7.4-1.5-7.4 0-11.1 5.4-11.1 16.2 0 10.2 3 15.1 9.1 15.1 1.6 0 3.6-.3 5.1-1.5 1.6-.9 2.7-1.8 3.3-2.7l1-1.3zm73.5-7.3l-31.6.3c.1 3.9 1.5 7.2 3.6 9.1 2.1 2.1 4.6 3.3 7.8 3.3 2.2 0 4.8-.3 7.5-1.2 2.7-.9 4.8-1.5 6.1-2.2l2.2-1.2 4.2 7.6c-.8.6-1.6 1.4-3 2.1-1.4.9-3.9 2.1-7.6 3.6-3.9 1.5-7.5 2.2-11.1 2.2-8.1 0-14.2-2.2-18.6-6.8-4.2-4.5-6.5-10.8-6.5-18.9 0-8.4 2.2-15.1 6.8-20.2 4.5-4.8 10.8-7.5 18.8-7.5 7 0 12.3 2.1 16 6 3.7 3.9 5.7 9.6 5.7 16.5l-.3 7.3zm-22.2-18.5c-2.7 0-4.6.9-6.5 2.7-1.8 1.8-2.7 4.2-3 7h17.1c0-6.2-2.4-9.7-7.6-9.7zm28.6-9.3l19.8-.8.8 6.6c.3-.6 1-1.4 2.1-2.1 1-.8 2.7-2.1 4.8-3.3 2.2-1.4 4.5-2.1 6.5-2.1 1.5 0 3 .1 4.5.5 1.5.3 2.7.6 3.1.9l.9.3-.8 18.1h-8.2l-1.5-8.2c-1.6 0-3.3.5-5.1 1.4-1.8.9-3 1.6-3.9 2.5l-1.4 1.4v25.5l9.1 2.2v7.6h-30.8v-7.6l7.6-2.2V33l-7.6-1.8.1-7.6z" fill="currentColor" /><g class="pad" fill="currentColor"><path d="M308.2 65.9v8.2h-29.1v-8.2l7-2.2V18.3l-7-2.9V7.6l21.9-.5h9.2c7.3 0 12.9 1.6 17.1 5.4 4.2 3.6 6.2 8.4 6.2 14.9 0 7.8-2.2 13.8-7.2 17.9-4.7 3.9-11.4 6-20.2 6h-5.2V64l7.3 1.9zm-7.3-47.5v21.3h5.1c3.9 0 7.2-.9 9.2-2.9 2.1-1.8 3.2-4.5 3.2-7.8 0-3.1-.9-5.9-2.7-7.6-1.8-1.7-4.2-3-7.3-3h-7.5zm88.6 55.3l-18.9.8-1.7-6.1c-.6.3-1.3 1.2-2.2 2.1-.9.9-2.8 1.8-5.7 3.1-2.8 1.4-5.2 2.1-7.7 2.1-4.7 0-8.2-1.4-10.8-3.9-2.7-2.5-3.9-6.3-3.9-11.1 0-10.5 7.7-15.8 23-15.8h6.6v-5.2c0-4.8-2.4-7-7.3-7-1.5 0-2.8.1-4.3.3-1.5.2-2.4.5-3.2.8l-.9.1L351 40h-8.5l-.8-14.2c7.7-2.7 14.7-3.9 20.7-3.9 7.3 0 12.3 1.5 15.5 4.2 3 2.7 4.5 7.6 4.5 14.5v23.7l7 1.6.1 7.8zm-37-14.8c0 3.9 1.8 5.9 5.7 5.9 1.5 0 3-.5 4.7-1.5 1.7-1.2 3-1.8 3.9-2.9l1.5-1.4v-6.3h-5.4c-3.8 0-6.5.5-7.8 1.5-1.9.9-2.6 2.6-2.6 4.7zM449.5 73.7l-20.1.8-.9-5.1c-3.9 3.9-8.8 6-14.4 6-6.6 0-11.4-2.2-14.8-6.8-3.3-4.5-4.8-10.6-4.8-18.9 0-9 2.2-15.9 6.8-20.9 4.5-4.8 11.2-7.4 20.2-7.4 2.1 0 4.2.1 6.2.9v-12L420 8.5V1l17.8-.8 1.8 2.1 1.8 1.6v60l7.7 1.8.4 8zm-21.7-15V34.4c-1.7-.9-3.9-1.5-7.5-1.5-7.3 0-11.1 5.4-11.1 16.2 0 10.2 3 15.1 9.2 15.1 1.8 0 3.6-.3 4.8-1.5 1.7-.9 2.7-1.8 3.3-2.7l1.3-1.3z" /></g></svg>
</a>
<ul class="social-links">
<li>
<a href="https://www.linkedin.com/company/coderpad/" class="social-link social-link--linkedin">
<span class="screen-reader-text">linkedin</span>
<svg class="icon icon-linkedin" role="img" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" /></svg>
</a>
</li>
<li>
<a href="https://twitter.com/coderpad" class="social-link social-link--twitter">
<span class="screen-reader-text">twitter</span>
<svg class="icon icon-twitter" role="img" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" /></svg>
</a>
</li>
<li>
<a href="https://www.twitch.tv/coderpad" class="social-link social-link--twitch">
<span class="screen-reader-text">twitch</span>
<svg class="icon icon-twitch" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M391.17 103.47h-38.63v109.7h38.63zM285 103h-38.63v109.75H285zM120.83 0L24.31 91.42v329.16h115.83V512l96.53-91.42h77.25L487.69 256V0zm328.24 237.75l-77.22 73.12h-77.24l-67.6 64v-64h-86.87V36.58h308.93z" /></svg>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCrG1Vfj90JwHkzBkdg3BNHg" class="social-link social-link--youtube">
<span class="screen-reader-text">youtube</span>
<svg class="icon icon-youtube" role="img" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></svg>
</a>
</li>
</ul>
<ul class="utility-links">
<li>
Questions?
<a href="/contact/support/">
Contact support
</a>
</li>
<li>
<a href="https://status.coderpad.io/">Status</a>
</li>
</ul>
<p class="copyright">© 2023 CoderPad, Inc</p>
<p class="service-mark">CoderPad is a service mark of CoderPad, Inc.</p>
</div>
<div class="footer-menu-items" data-menu-location="footer">
<div class="footer-menu-item">
<h2 class="footer-menu-title">
Platform
</h2>
<ul class="footer-menu-list">
<li class="footer-menu-list-item">
<a href="https://coderpad.io/pricing/" data-ga-category="Menu|footer" data-ga-label="Pricing">
Pricing
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/features/languages-and-frameworks/" data-ga-category="Menu|footer" data-ga-label="Languages and Frameworks">
Languages and Frameworks
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/features/live-collaborative-coding/" data-ga-category="Menu|footer" data-ga-label="Live Collaborative Coding & Online IDE">
Live Collaborative Coding & Online IDE
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/features/take-home-projects/" data-ga-category="Menu|footer" data-ga-label="Take-Home Projects">
Take-Home Projects
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/features/digital-whiteboard/" data-ga-category="Menu|footer" data-ga-label="Digital Whiteboard">
Digital Whiteboard
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/features/focus-time/" data-ga-category="Menu|footer" data-ga-label="Focus Time">
Focus Time
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/features/integrations/" data-ga-category="Menu|footer" data-ga-label="Integrations">
Integrations
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/features/single-sign-on-sso/" data-ga-category="Menu|footer" data-ga-label="Single Sign-On (SSO)">
Single Sign-On (SSO)
</a>
</li>
</ul>
</div>
<div class="footer-menu-item">
<h2 class="footer-menu-title">
Resources
</h2>
<ul class="footer-menu-list">
<li class="footer-menu-list-item">
<a href="https://coderpad.io/blog/" data-ga-category="Menu|footer" data-ga-label="Blog">
Blog
</a>
</li>
<li class="footer-menu-list-item">
<a href="/faqs/" data-ga-category="Menu|footer" data-ga-label="FAQs">
FAQs
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/resources/docs/interview/quick-start-guides/" data-ga-category="Menu|footer" data-ga-label="User Guides">
User Guides
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/interview-questions/" data-ga-category="Menu|footer" data-ga-label="Interview Questions">
Interview Questions
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/online-coding-tests/" data-ga-category="Menu|footer" data-ga-label="Online Coding Tests">
Online Coding Tests
</a>
</li>
<li class="footer-menu-list-item">
<a href="/resources/docs/" data-ga-category="Menu|footer" data-ga-label="Docs">
Docs
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/events/" data-ga-category="Menu|footer" data-ga-label="Events">
Events
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/enterprise/" data-ga-category="Menu|footer" data-ga-label="Enterprise">
Enterprise
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/customers/" data-ga-category="Menu|footer" data-ga-label="Customers">
Customers
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/events/" data-ga-category="Menu|footer" data-ga-label="Webinars">
Webinars
</a>
</li>
<li class="footer-menu-list-item">
<a href="/university-recruiting/" data-ga-category="Menu|footer" data-ga-label="University Recruiting">
University Recruiting
</a>
</li>
</ul>
</div>
<div class="footer-menu-item">
<h2 class="footer-menu-title">
Company
</h2>
<ul class="footer-menu-list">
<li class="footer-menu-list-item">
<a href="/about-us/" data-ga-category="Menu|footer" data-ga-label="About Us">
About Us
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/careers/" data-ga-category="Menu|footer" data-ga-label="Careers">
Careers
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/press/" data-ga-category="Menu|footer" data-ga-label="Press">
Press
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/contact/support/" data-ga-category="Menu|footer" data-ga-label="Contact Support">
Contact Support
</a>
</li>
<li class="footer-menu-list-item">
<a href="https://coderpad.io/sales/" data-ga-category="Menu|footer" data-ga-label="Request a Demo">
Request a Demo
</a>
</li>
<li class="footer-menu-list-item">
<a href="/tos/" data-ga-category="Menu|footer" data-ga-label="Terms of Service">
Terms of Service
</a>
</li>
<li class="footer-menu-list-item">
<a href="/privacy/" data-ga-category="Menu|footer" data-ga-label="Privacy Policy">
Privacy Policy
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="https://coderpad.io/wp-content/themes/coderpad/assets/js/coderpad-product-explainer-pill.js?ver=2023-06-29_6-55" id="coderpad-product-explainer-pill-js"></script>
<script type="text/javascript" src="https://coderpad.io/wp-content/themes/coderpad/assets/js/coderpad-product-explainer.js?ver=2023-06-29_6-55" id="coderpad-product-explainer-js"></script>
<script type="text/javascript" src="https://coderpad.io/wp-content/themes/coderpad/assets/js/instant.page.js?ver=2023-06-29_6-55" id="instant.page-js"></script>
<script type="text/javascript" src="https://coderpad.io/wp-content/themes/coderpad/assets/js/obility-attribution.js?ver=2023-06-29_6-55" id="obility-attribution-js"></script>
<script type="text/javascript" src="https://coderpad.io/wp-includes/js/jquery/jquery.min.js?ver=2023-08-14_10-12" id="jquery-core-js"></script>
<script type="text/javascript" src="https://coderpad.io/wp-content/themes/coderpad/assets/js/coderpad-main-nav.js?ver=2023-06-29_6-55" id="coderpad-main-nav-js"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8b253dfea2ab4077af8c6f58422dfbfd1689876627854" integrity="sha512-bjgnUKX4azu3dLTVtie9u6TKqgx29RBwfj3QXYt5EKfWM/9hPSAI/4qcV5NACjwAo8UtTeWefx6Zq5PHcMm7Tg==" data-cf-beacon='{"rayId":"80c633869c56440b","token":"0a80854bdcba444490f2a2ec16528dc9","version":"2023.8.0","si":100}' crossorigin="anonymous"></script>
</body>
</html>