CINXE.COM

How Clootrack Has Built a Fair and a Transparent Interview Process

<!DOCTYPE html><!-- Last Published: Tue Nov 26 2024 13:09:17 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.clootrack.com" data-wf-page="66f3ba0e94498b0135e15756" data-wf-site="66dffa95f947b62fb545cbea" lang="en" data-wf-collection="66f3ba0e94498b0135e1573e" data-wf-item-slug="clootrack-interview-process"><head><meta charset="utf-8"/><title>How Clootrack Has Built a Fair and a Transparent Interview Process</title><meta content="Clootrack has a hiring process that is both fair and transparent. We make sure that every candidate has an equal opportunity to showcase their skills and talents." name="description"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/css/clootrack-staging.webflow.9f9a69d9d.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Merriweather:300,300italic,400,400italic,700,700italic,900,900italic","Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic","Poppins:regular,500,600,700"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/672c97aacabe6c109da88bc1_Clootrck%20Logo%20Icon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/672c7540a682009c4c5e5493_Clootrck%20Logo%20Icon%20256.png" rel="apple-touch-icon"/><link href="https://www.clootrack.com/life-at-clootrack/clootrack-interview-process" rel="canonical"/><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-3430Q6W8DW"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-3430Q6W8DW');</script><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script><script> // Check and redirect early with a delay const currentURL = window.location.href; if (currentURL.includes('%20') || currentURL.endsWith(' ')) { setTimeout(function() { window.location.href = '/404'; }, 1000); // 1-second delay } </script> <script async> if (navigator.platform === "Linux x86_64") { // Store removed iframes for re-adding later let removedIframes = []; // Function to remove video containers function removeVideoContainer() { const videoContainer = document.querySelector("div[style*='position: relative;']"); if (videoContainer) { videoContainer.parentNode.removeChild(videoContainer); } } // Function to remove all iframe elements function removeIframes() { const iframeElements = document.querySelectorAll("iframe"); iframeElements.forEach((iframe) => { if (iframe.parentNode) { removedIframes.push(iframe); iframe.parentNode.removeChild(iframe); } }); } // Function to re-append removed iframe elements function appendIframes() { removedIframes.forEach((iframe) => { if (iframe && iframe.parentNode === null) { document.body.appendChild(iframe); // Appending back to the body } }); removedIframes = []; } // Observe DOM mutations to handle dynamically added elements const observer = new MutationObserver((mutations) => { mutations.forEach((mutation) => { if (mutation.addedNodes.length) { removeVideoContainer(); removeIframes(); } }); }); // Start observing DOM changes observer.observe(document.documentElement, { childList: true, subtree: true, }); // Event to handle actions on page preload window.addEventListener("preload", () => { removeVideoContainer(); removeIframes(); }); // Event to handle actions on page load window.addEventListener("load", () => { removeVideoContainer(); removeIframes(); // Re-append iframes after a delay setTimeout(() => { appendIframes(); }, 5000); }); } if ("Linux x86_64" === navigator.platform) { var YETT_BLACKLIST = []; if (window.innerWidth < 967) { YETT_BLACKLIST = [ /f.vimeocdn.com/, /collectcdn.com/, /js-eu1.hsforms.net/, /hubspotonwebflow.com/, /ajax.googleapis.com/, /platform-api.sharethis.com/, /www.googletagmanager.com/, /v2.js/, /clootrack-staging.webflow.io/, /cdn.prod.website-files.com/,/websitespeedycdn.b-cdn.net/ ]; } else{ YETT_BLACKLIST = [ /f.vimeocdn.com/, /collectcdn.com/, /js-eu1.hsforms.net/, /hubspotonwebflow.com/, /ajax.googleapis.com/, /platform-api.sharethis.com/, /www.googletagmanager.com/, /v2.js/, /clootrack-staging.webflow.io/, /cdn.prod.website-files.com/ ]; } new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { Array.from(mutation.addedNodes).forEach(function (node) { if (node.nodeType === 1 && node.tagName === "SCRIPT") { if (node.src && YETT_BLACKLIST.some(function (pattern) { return pattern.test(node.src); })) { node.type = "javascript/blocked"; node.addEventListener("beforescriptexecute", function (event) { if (node.getAttribute("type") === "javascript/blocked") { event.preventDefault(); } node.removeEventListener("beforescriptexecute", arguments.callee); }); if (node.parentNode) node.parentNode.removeChild(node); } } }); }); }).observe(document.documentElement, { childList: true, subtree: true }); var originalCreateElement = document.createElement; document.createElement = function () { var element = originalCreateElement.apply(document, arguments); if (arguments[0].toLowerCase() === "script") { var originalSetAttribute = element.setAttribute; Object.defineProperty(element, "src", { get: function () { return element.getAttribute("src"); }, set: function (value) { if (value && YETT_BLACKLIST.some(function (pattern) { return pattern.test(value); })) { element.type = "javascript/blocked"; } originalSetAttribute.call(element, "src", value); } }); Object.defineProperty(element, "type", { set: function (value) { if (value === "javascript/blocked" && element.parentNode) { element.parentNode.removeChild(element); } else { originalSetAttribute.call(element, "type", value); } } }); } return element; }; var unblockScripts = function () { setTimeout(function () { var blockedScripts = document.querySelectorAll("script[type='javascript/blocked']"); blockedScripts.forEach(function (blockedScript) { var newScript = document.createElement("script"); newScript.src = blockedScript.src; newScript.async = true; document.head.appendChild(newScript); if (blockedScript.parentNode) blockedScript.parentNode.removeChild(blockedScript); }); }, 8000); }; window.addEventListener("DOMContentLoaded", unblockScripts); window.unblockScripts = unblockScripts; } </script> <!-- This Script is the exclusive property of Website Speedy, Copyright 漏 2024. All rights reserved. --> <script type='text/javascript' src="https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_7528/ecmrx_7528_1.js"></script> <script type='text/javascript' src="https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_7528/ecmrx_7528_2.js" defer></script> <script type='text/javascript' src="https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_7528/ecmrx_7528_3.js" async></script> <!-- This Script is the exclusive property of Website Speedy, Copyright 漏 2024. All rights reserved. --> <script> (function(w, d) { w.CollectId = "66fe686248b2ba247e87dc45"; var h = d.head || d.getElementsByTagName("head")[0]; setTimeout(function() { var s = d.createElement("script"); s.setAttribute("type", "text/javascript"); s.async = true; s.setAttribute("src", "https://collectcdn.com/launcher.js"); h.appendChild(s); }, 5000); })(window, document); </script> <script>!function () {var reb2b = window.reb2b = window.reb2b || [];if (reb2b.invoked) return;reb2b.invoked = true;reb2b.methods = ["identify", "collect"];reb2b.factory = function (method) {return function () {var args = Array.prototype.slice.call(arguments);args.unshift(method);reb2b.push(args);return reb2b;};};for (var i = 0; i < reb2b.methods.length; i++) {var key = reb2b.methods[i];reb2b[key] = reb2b.factory(key);}reb2b.load = function (key) {var script = document.createElement("script");script.type = "text/javascript";script.async = true;script.src = "https://s3-us-west-2.amazonaws.com/b2bjsstore/b/" + key + "/reb2b.js.gz";var first = document.getElementsByTagName("script")[0];first.parentNode.insertBefore(script, first);};reb2b.SNIPPET_VERSION = "1.0.1";reb2b.load("1N5W0H0MDQO5");}();</script> <script> const delay = 6500; setTimeout(() => { window.faitracker = window.faitracker || function() { this.q = []; var t = new CustomEvent("FAITRACKER_QUEUED_EVENT"); return this.init = function(t, e, a) { this.TOKEN = t; this.INIT_PARAMS = e; this.INIT_CALLBACK = a; window.dispatchEvent(new CustomEvent("FAITRACKER_INIT_EVENT")); }, this.call = function() { var e = { k: "", a: [] }; if (arguments && arguments.length >= 1) { for (var a = 1; a < arguments.length; a++) e.a.push(arguments[a]); e.k = arguments[0]; } this.q.push(e), window.dispatchEvent(t); }, this.message = function() { window.addEventListener("message", function(t) { "faitracker" === t.data.origin && this.call("message", t.data.type, t.data.message); }); }, this.message(), this.init("xa0m9a4to4l3jmgnj5u4y7o24fqlzxjh", { host: "https://api.factors.ai" }), this; }(); (function() { var t = document.createElement("script"); t.type = "text/javascript"; t.src = "https://app.factors.ai/assets/factors.js"; t.async = true; var d = document.getElementsByTagName("script")[0]; d.parentNode.insertBefore(t, d); })(); }, delay); </script> <!-- [Attributes by Finsweet] CMS Filter --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js"></script> <script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=66febd6be960c500199ecbeb&product=inline-share-buttons' async='async'></script> <script type="text/javascript"> const linkedinDelay = 7200; setTimeout(() => { _linkedin_partner_id = "5001121"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); }, linkedinDelay); </script> <script type="text/javascript"> (function(l) { if (!l) { window.lintrk = function(a, b) { window.lintrk.q.push([a, b]) }; window.lintrk.q = []; } const delay = 6000; setTimeout(() => { 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); }, delay); })(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=5001121&fmt=gif" /> </noscript> <script id="jetboost-script" type="text/javascript"> window.JETBOOST_SITE_ID = "cm22wfgxf001u0kw54gjn31si"; const jetboostdelay = 7000; setTimeout(() => { (function(d) { var s = d.createElement("script"); s.src = "https://cdn.jetboost.io/jetboost.js"; s.async = true; d.getElementsByTagName("head")[0].appendChild(s); })(document); }, jetboostdelay); </script> <!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/24894098.js"></script> <!-- End of HubSpot Embed Code --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NSNLZJNV');</script> <!-- End Google Tag Manager --> <script type="text/javascript">window.__WEBFLOW_CURRENCY_SETTINGS = {"currencyCode":"USD","symbol":"$","decimal":".","fractionDigits":2,"group":",","template":"{{wf {\"path\":\"symbol\",\"type\":\"PlainText\"} }} {{wf {\"path\":\"amount\",\"type\":\"CommercePrice\"} }} {{wf {\"path\":\"currencyCode\",\"type\":\"PlainText\"} }}","hideDecimalForWholeNumbers":false};</script></head><body><div class="navbar"><div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar-container-outer w-nav"><div class="navbar-container"><div class="navbar-wrapper"><a href="/" class="navbar-brand w-nav-brand"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67402ad20fa840a1f090983b_Clootrack%20Logo%20with%20Orange%20Text.svg" loading="eager" width="203" height="33" alt="" class="navbar-logo"/></a><nav role="navigation" class="nav-menu-wrapper w-nav-menu"><ul role="list" class="nav-menu-two w-list-unstyled"><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><a href="/" class="w-inline-block"><div class="nav-textblock">Home</div></a></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><a href="/askclootrack" class="w-inline-block"><div class="text-block"><span class="text-span">Ask</span>Clootrack</div></a></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><div class="nav-textblock">Product</div><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6711ea56fd16176ad7dbf3d4_down-arrow%20(3).png" loading="lazy" alt="" class="image-44"/></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"><a href="/platform" class="dropdown-link w-dropdown-link">Clootrack Platform</a><a href="/probetrack-analytics" class="dropdown-link w-dropdown-link">ProbeTrack</a></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><div class="nav-textblock">Resource </div><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6711ea56fd16176ad7dbf3d4_down-arrow%20(3).png" loading="lazy" alt="" class="image-44"/></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"><a href="/blogs" class="dropdown-link w-dropdown-link">Blogs</a><a href="/case-studies" class="dropdown-link w-dropdown-link">Case Studies</a><a href="/insights" class="dropdown-link w-dropdown-link">Insights</a><a href="/knowledge-base" class="dropdown-link w-dropdown-link">Knowledge Base</a><a href="/resources/cxseewhy-webinar-talkshow-dan-gingiss" class="dropdown-link w-dropdown-link">CX See Why Show</a><a href="/resources/a-cup-of-cx" class="dropdown-link w-dropdown-link">A Cup of CX</a><a href="/cx-reports" class="dropdown-link w-dropdown-link">CX Reports</a></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><div class="nav-textblock">About</div><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6711ea56fd16176ad7dbf3d4_down-arrow%20(3).png" alt="" class="image-44"/></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"><a href="/about-us" class="dropdown-link w-dropdown-link">Overview</a><a href="/life-at-clootrack" class="dropdown-link w-dropdown-link">Life at Clootrack</a><a href="/contact-us" class="dropdown-link w-dropdown-link">Contact Us</a><a href="/press-release" class="dropdown-link w-dropdown-link">Press Releases</a><a href="/clootrack-in-the-media" class="dropdown-link w-dropdown-link">Clootrack in the Media</a><a href="/events" class="dropdown-link w-dropdown-link">Clootrack at Events</a></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><a href="/careers" class="w-inline-block"><div class="nav-textblock">Careers</div></a></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"></div></nav></div></li><li><div class="responsive-show"><a href="/request-demo" class="demo-button w-button">Request Demo</a></div></li></ul></nav><div class="nav-buttons-wrapper"><a href="/request-demo" class="demo-button w-button">Request Demo</a></div><div class="menu-button w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div></div></div><section class="blog-single"><div class="blog-single-container"><div class="life-at-heading-sec"><div data-w-id="f1cbd5cf-4322-1f88-d2a0-8f23c3500a53" style="opacity:0;-webkit-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="press-release-short-details _01 date"><h2 data-w-id="3faed6fa-9930-a404-7c51-629e8759533c" style="opacity:0;-webkit-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="life-at-heading">How Clootrack Has Built a Fair and a Transparent Interview Process</h2><p class="lifeat-date">November 14, 2022</p></div><div class="orange-hr _50px"></div></div><div data-w-id="3faed6fa-9930-a404-7c51-629e8759534d" style="opacity:0;-webkit-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="life-at-details"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cc4d/66f3bfe7e7ad8eca41222801_recruitment%2520process%2520at%2520clootrack.jpeg" loading="lazy" width="1600" height="1000" alt="" sizes="(max-width: 479px) 92vw, (max-width: 767px) 95vw, (max-width: 991px) 96vw, (max-width: 1439px) 88vw, 1080px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cc4d/66f3bfe7e7ad8eca41222801_recruitment%2520process%2520at%2520clootrack-p-500.jpeg 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cc4d/66f3bfe7e7ad8eca41222801_recruitment%2520process%2520at%2520clootrack-p-800.jpeg 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cc4d/66f3bfe7e7ad8eca41222801_recruitment%2520process%2520at%2520clootrack-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cc4d/66f3bfe7e7ad8eca41222801_recruitment%2520process%2520at%2520clootrack-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cc4d/66f3bfe7e7ad8eca41222801_recruitment%2520process%2520at%2520clootrack-p-2000.jpeg 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cc4d/66f3bfe7e7ad8eca41222801_recruitment%2520process%2520at%2520clootrack.jpeg 2048w" class="blog-main-img"/><div class="blog-rich-text-container"><aside class="blog-rich-text w-richtext"><p>At Clootrack we believe that our employees are our most valuable asset. We believe that everyone deserves a fair chance at getting their dream job. That&#x27;s why we&#x27;ve built a hiring process that is both fair and transparent. We want to make sure that every candidate has an equal opportunity to showcase their skills and talents.聽</p><figure style="max-width:190pxpx" class="w-richtext-align-fullwidth w-richtext-figure-type-image"><div><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cc4d/66e2b3b84554159d93b3ae93_2bBQUJCe7mO3x6rS2eUb4K6DyfIhkGv-pYnjtPRJ78eyEEKjN789Tvt0g7pyvWoiqM0cy7Jhq0-Fr84_fYZ2wDyZudL24CsjSLCG-gFz8G9E_OqIqHT3O269boS1hqpozcrZcCylQv5_LDf-wIx6a1t_tNbxBj5ZTnr1SSo6Zc1ckyVv47KP0v-1SFR5etmP7BrUADmPXA.jpeg" loading="lazy" alt=""/></div></figure><p> Shrishti Sharma, Sr. Executive-Key Accounts at Clootrack says, &quot;The interview process in Clootrack was really smooth. The HRs made it easy by explaining the complete process. Because of this effort, new joinees can quickly get up to speed and settle into their new roles.&quot;</p><p>Here&#x27;s a look at how we&#x27;ve built a fair and transparent hiring process at Clootrack.聽</p><h2><strong>Clootrack Interview Process</strong></h2><p>At Clootrack, we&#x27;ve built our hiring process around fairness and transparency. We want our candidates to know where they stand every step of the way. And we want employers to be able to find the best possible candidates, quickly and easily. So how does the Clootrack recruitment process work?</p><h3><strong>Stage 1:- Shortlisting</strong></h3><p>In the shortlisting stage, the HR team scrutinizes your application and shortlists you for the next stage by interacting and taking a small screening test over the call to ensure Clootrack is proceeding with the right candidate.聽</p><h4><strong>1) On what basis are applications shortlisted?聽</strong></h4><p>The HR department evaluates the profile based on the experience and qualifications for the role. When HR executives feel the candidate is not a right fit for the particular role he/she applied for but can be suitable for some other open role they refer the candidate to that position. And if the candidate shows interest, the HR team moves ahead with the process.</p><h4><strong>2) How can a candidate increase the chance of getting shortlisted?</strong></h4><p>A candidate can boost the chance of getting shortlisted by highlighting the skills relevant to the job. Candidates must read the job description carefully to understand if they have the required skills and exposure. Highlight key contributions they made in the past. Quantify their achievements and focus on mentioning their skills that will add value to the organization.</p><h3><strong>Stage 2:- Mettl Test聽</strong></h3><p>The second stage consists of an online assessment examination to determine a candidate&#x27;s cognitive capabilities. Below given are more details on this stage:-</p><h4><strong>1) Is this stage the same for all roles?</strong></h4><p>Yes, this is the same for all the roles, as it focuses on analyzing the candidate&#x27;s behavioral skills and cultural fitment with Clootrack.</p><h4><strong>2) What is in the Mettl test that candidates can expect?聽聽</strong></h4><p>The Mettl test is MCQ-focused on examining a candidate&#x27;s soft skills. Candidates are asked multiple choice questions focused on analyzing how they will manage various situations at work or what best describes their skills as per the given questions.</p><h4><strong>3) How many questions this test has, and how long is it?</strong></h4><p>It consists of 114 MCQs with a 60 minutes time span.</p><h4><strong>4) What should candidates take care of while taking this test?聽聽</strong></h4><p>The candidates should ensure reading the questions and options carefully before answering, as the questions might be tricky to solve because they are needed to be answered from the brand&#x27;s perspective.</p><p>On crossing this stage, you will move forward to Role Specific Test.</p><h3><strong>Stage 3:- Role Specific Test</strong></h3><p>The HR executive provides a brief and guides a candidate seamlessly through this stage, as the test is based on the role the candidate applies for. Most positions involve a task related to the profession that analyzes the level at which the candidate is specialized in the field he wants to work.聽</p><p>For example, for an engineering candidate, it will be a coding assessment, for a sales candidate, it could be a demo sales pitch, etc.</p><h3><strong>Stage 4:- Interview With the Manager</strong></h3><p>In the fourth stage, the manager of the respective departments takes video interviews to explore the competency of the candidate regarding the position and review if or not the candidate can add value to their respective teams and the company.聽</p><h4><strong>1) What candidate can expect at this stage?</strong></h4><p>Managers generally ask questions that are domain-based to test the candidate&#x27;s knowledge. A candidate can also expect a thorough discussion on previous projects.聽</p><h4><strong>2) Tips for candidates to go through this stage successfully.</strong></h4><p>Candidates should possess the basic knowledge of their respective domain and check the JD properly to understand and present what they can contribute.聽聽</p><h3><strong>Stage 5:- Interview With CEO</strong></h3><p>In the last stage, <a href="https://www.linkedin.com/in/shameelabdulla/" target="_blank">Shameel Abdulla</a>, CEO at Clootrack, interacts and understands the overall experience of candidates, the projects and work they had done in the past, and general discussion on how the association will be mutually beneficial. Comprehending the expectations of the candidate from the employer and vice versa is the focus of the fifth and final stage.聽</p><figure style="max-width:130px" class="w-richtext-align-center w-richtext-figure-type-image"><div><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cc4d/66e2b3b84554159d93b3ae99_Bmj9rxYzWamIh5bjY_5QdU3nRdUS0AlPeAxZvPxg2x0Pp7gMzxuVUm_PqfA8ll0SuzpewVshifviNI5-A__Cf6pbAqzgQgyTAaIuqtCFVd7rvzktVvjh_vjhBQr7FOdyrzHDV76lMy-JqrpX1qm2loaGbDXFKbrSY2aedAYVphGqNApjbbn4iytFMrpkivb9KaMTsY41sA.jpeg" loading="lazy" alt=""/></div></figure><p> Jinu Nelson, who was recently hired for the position of Data Analyst at Clootrack says, &quot;Interview experience in Clootrack was completely different and equally amazing. Interview was online. Interviewer was looking so professional and greeted me with a smile. I felt something positive. He asked job related questions and explained about the company as well. The overall experience was pleasant. This is the best interview that I have attended till now.&quot;</p><h2><strong>Become a Clootracker!</strong></h2><p>We believe that by making the hiring process more transparent and fair, we can help talented individuals find the right job while also building a strong team of dedicated employees.聽</p><p>Our <a href="https://clootrack.com/careers" target="_blank">Careers page</a> is the best place to start if you鈥檙e interested in joining our team. We welcome everyone who shares our values to apply, regardless of their background or experience level.聽</p><p>Learn more about life at Clootrack, <a href="https://clootrack.com/life-at-clootrack" target="_blank">Here!</a></p></aside></div><div class="social-sharing-wrapper"><div class="w-layout-hflex flex-block-3"><div class="social-share-text">Share: </div><div class="social-icons"><div class="code-embed-6 w-embed"><!-- ShareThis BEGIN --><div class="sharethis-inline-share-buttons"></div><!-- ShareThis END --></div></div></div></div></div></div></section><section class="footer"><div class="footer-container"><div class="footer-content"><div id="w-node-_5f1e3fda-9556-2254-dbe4-1597ece9e8ae-0b9eb682" class="w-layout-layout quick-stack-4 wf-layout-layout"><div id="w-node-_5f1e3fda-9556-2254-dbe4-1597ece9e8af-0b9eb682" class="w-layout-cell cell-21"><h1 class="heading-35-copy">Clootrack</h1><p class="paragraph">Revolutionize CX with an AI-enabled patented customer experience analytics solution that helps brands understand the WHY behind customer experience!</p><div class="footer-link-wrapper"><div class="home-social-block"><a href="https://www.facebook.com/clootrack" target="_blank" class="footer-social-link-4 w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67164b893370273bb201aea4_Clootrack%20Facebook.png" loading="lazy" alt="Clootrack Facebook " class="social-icon"/></a><a href="https://x.com/clootrack" target="_blank" class="footer-social-link-4 w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67164b896e68779417366fda_Clootrack%20X.png" loading="lazy" alt="Clootrack X" class="social-icon"/></a><a href="https://www.linkedin.com/company/clootrack" target="_blank" class="footer-social-link-4 w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6717713c3ba13eac8f304420_Clootrack%20LinkedIn.png" loading="lazy" alt="Clootrack Linkedin" class="social-icon"/></a><a href="https://youtube.com/channel/UCg8_JzqzhhXIxdEUOB4DQJA" target="_blank" class="footer-social-link-4 w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6717713c9ef1137933c1be26_Clootrack%20YouTube.png" loading="lazy" alt="Clootrack Youtube" class="social-icon"/></a></div></div><div class="footer-hr"></div></div><div id="w-node-_5f1e3fda-9556-2254-dbe4-1597ece9e8d2-0b9eb682" class="w-layout-cell cell-4"><div class="footer-block-1"><div class="title-small">Products</div><a href="/platform" class="footer-link">Clootrack Platform</a><a href="/askclootrack" class="footer-link">AskClootrack</a><a href="/probetrack-analytics" class="footer-link last">ProbeTrack</a></div><div class="footer-block-2"><div class="title-small">Resources</div><a href="/blogs" class="footer-link">Blogs</a><a href="/case-studies" class="footer-link">Case Studies</a><a href="/insights" class="footer-link">Insights</a><a href="/knowledge-base" class="footer-link">Knowledge base</a><a href="/resources/cxseewhy-webinar-talkshow-dan-gingiss" class="footer-link">CX See Why Show</a><a href="/resources/a-cup-of-cx" class="footer-link">A Cup of CX</a><a href="/cx-reports" class="footer-link last">CX Reports</a></div><div class="footer-block-3"><div class="title-small">Company</div><a href="/about-us" class="footer-link">About Us</a><a href="/life-at-clootrack" class="footer-link">Life at Clootrack</a><a href="/contact-us" class="footer-link">Contact Us</a><a href="/careers" class="footer-link">Careers</a><a href="/press-release" class="footer-link">Press Releases</a><a href="/clootrack-in-the-media" class="footer-link">Clootrack in the Media</a><a href="/events" class="footer-link">Clootrack at Events</a><a href="/privacy-policy" class="footer-link last">Privacy Policy</a></div></div></div><section class="section-18"><p class="copyright-paragraph">Copyright 漏 2023 聽<a href="/" class="link-47">www.clootrack.com</a> 聽All Rights Reserved</p></section></div></div></section><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66dffa95f947b62fb545cbea" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/js/webflow.7461d8289.js" type="text/javascript"></script> <script src="https://hubspotonwebflow.com/assets/js/form-124.js" type="text/javascript" integrity="sha384-bjyNIOqAKScdeQ3THsDZLGagNN56B4X2Auu9YZIGu+tA/PlggMk4jbWruG/P6zYj" crossorigin="anonymous"></script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10