nexthire.breezy.hr Open in urlscan Pro
18.208.95.80  Public Scan

URL: https://nexthire.breezy.hr/q/d88bd651bbcb
Submission: On September 12 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

Name: form

<form name="form" ng-class="formSubmitted ? &quot;formSubmitted&quot; : &quot;&quot;" novalidate="" ng-controller="FormWithQuestionnaireCtrl" class="ng-scope ng-pristine ng-invalid ng-invalid-required"><input type="hidden" id="questions"
    value="[{&quot;_id&quot;:1705549986045,&quot;questions&quot;:[{&quot;text&quot;:&quot;Name&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;48558692ea35&quot;},{&quot;text&quot;:&quot;Current Location&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;0d2ea2969035&quot;},{&quot;text&quot;:&quot;Current Organization&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;57bd67b98704&quot;},{&quot;text&quot;:&quot;Current Role&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;1ad7f5ba0e59&quot;},{&quot;text&quot;:&quot;Notice Period. (Mention last working day if serving notice period, if not then mention official notice period and mention whether it is negotiable or not).&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;fe5dd07b5bbb&quot;},{&quot;text&quot;:&quot;Current CTC&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;daf9c67d5999&quot;},{&quot;text&quot;:&quot;Expected CTC&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;b40a32b643a9&quot;},{&quot;text&quot;:&quot;Total years of work experience&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;c14505cbc8f8&quot;},{&quot;text&quot;:&quot;How many years of  experience do you have with cloud security?&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;4ab432e59bed&quot;},{&quot;text&quot;:&quot;How many years of experience do you have with SOC?&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;787369b5de77&quot;},{&quot;text&quot;:&quot;How many years of experience do you have with SIEM?&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;62715ec6882c&quot;},{&quot;text&quot;:&quot;Are you comfortable with WFO in Gurgaon?&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;cdc7ca536660&quot;},{&quot;text&quot;:&quot;Are you comfortable working in a rotational shifts? The night shifts will be work from home .&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;text&quot;,&quot;name&quot;:&quot;Text&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;80c27dc14a0f&quot;},{&quot;text&quot;:&quot;Attach updated CV&quot;,&quot;type&quot;:{&quot;id&quot;:&quot;file&quot;,&quot;name&quot;:&quot;File Attachment&quot;},&quot;required&quot;:true,&quot;_id&quot;:&quot;1ef0d711c9b6&quot;}]}]"><input
    type="hidden" id="questionnaireVersion" value="2"><!-- ngRepeat: section in questionnaire.sections -->
  <div ng-repeat="section in questionnaire.sections" data-section="1705549986045" ng-show="formSections.current == section._id || formSections.onlyOneSection" class="questionnaire-section ng-scope">
    <!-- ngIf: (section.title && section.title.length > 0) || (section.description && section.description.length > 0) --><!-- ngIf: section.questions -->
    <div ng-if="section.questions" class="section questions ng-scope">
      <ul><!-- ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Name</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input name="section_1705549986045_question_0"
              ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Current Location</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input name="section_1705549986045_question_1"
              ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Current Organization</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input
              name="section_1705549986045_question_2" ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Current Role</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input name="section_1705549986045_question_3"
              ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Notice Period. (Mention last working day if serving notice period, if not then mention official notice period and mention whether it is negotiable or not).</span><span title="Required"
                ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input name="section_1705549986045_question_4" ng-model="question.response" type="text" placeholder=""
              ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Current CTC</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input name="section_1705549986045_question_5"
              ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Expected CTC</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input name="section_1705549986045_question_6"
              ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Total years of work experience</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input
              name="section_1705549986045_question_7" ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">How many years of experience do you have with cloud security?</span><span title="Required" ng-show="question.required" class="required">*</span></h3>
            <!-- ngIf: question.body && question.body.length > 0 --><input name="section_1705549986045_question_8" ng-model="question.response" type="text" placeholder="" ng-required="true"
              class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">How many years of experience do you have with SOC?</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input
              name="section_1705549986045_question_9" ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">How many years of experience do you have with SIEM?</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input
              name="section_1705549986045_question_10" ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Are you comfortable with WFO in Gurgaon?</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 --><input
              name="section_1705549986045_question_11" ng-model="question.response" type="text" placeholder="" ng-required="true" class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope"><!-- ngIf: question.type.id == "text" || !question.type -->
          <div ng-if="question.type.id == &quot;text&quot; || !question.type" class="ng-scope">
            <h3><span class="ng-binding">Are you comfortable working in a rotational shifts? The night shifts will be work from home .</span><span title="Required" ng-show="question.required" class="required">*</span></h3>
            <!-- ngIf: question.body && question.body.length > 0 --><input name="section_1705549986045_question_12" ng-model="question.response" type="text" placeholder="" ng-required="true"
              class="ng-pristine ng-invalid ng-invalid-required placeholder" required="required">
            <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response" class="error polygot">A response is required</span></div>
          </div>
          <!-- end ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
        <li ng-repeat="question in section.questions" ng-init="$questionIndex = $index" class="question ng-scope">
          <!-- ngIf: question.type.id == "text" || !question.type --><!-- ngIf: question.type.id == "paragraph" --><!-- ngIf: question.type.id == "file" -->
          <div ng-if="question.type.id == &quot;file&quot;" class="ng-scope">
            <h3><span class="ng-binding">Attach updated CV</span><span title="Required" ng-show="question.required" class="required">*</span></h3><!-- ngIf: question.body && question.body.length > 0 -->
            <div class="file-input-container type">
              <!-- ngIf: question.response.url --><!-- ngIf: !question.response.url --><a href="" ng-click="showQuestionnaireFileSelector(&quot;#questionnaire-file-&quot; + section._id + $index)" ng-if="!question.response.url" class="placeholder bzyLinkColor ng-scope"><span class="polygot">Upload File</span><span> </span><!-- ngIf: question.fileUploading --></a><!-- end ngIf: !question.response.url --><input
                id="questionnaire-file-170554998604513" name="section_1705549986045_question_13" ng-model="question.response" style="display:none;" type="file" ng-file-select="onQuestionnaireFileSelect($files, question)" ng-required="true"
                accept=".abw, .djvu, .doc, .docm, .docx, .html, .lwp, .md, .mp3,.mp4, .odt, .pages, .zip, .rar, .pdf, .rst, .rtf, .sdw, .tex, .txt, .wpd, .wps, .zabw, .png, .jpg, .gif, .jpeg, .xls, .xlsx, .ppt, .pptx, .sldx"
                class="attachment ng-pristine ng-invalid ng-invalid-required" required="required">
              <div ng-show="formSubmitted || sectionSubmitted" class="error-container ng-hide"><span ng-show="question.required &amp;&amp; !question.response.url" class="error polygot">A file is required</span></div>
              <div ng-show="question.response.error" class="error-container ng-hide"><span class="error polygot">The file attachment is limited to 50MB</span></div>
            </div>
          </div>
          <!-- end ngIf: question.type.id == "file" --><!-- ngIf: question.type.id == "referencecheck" --><!-- ngIf: question.type.id == "dropdown" --><!-- ngIf: question.type.id == "multiplechoice" --><!-- ngIf: question.type.id == "checkboxes" --><!-- ngIf: question.type.id == "video" -->
        </li><!-- end ngRepeat: question in section.questions -->
      </ul>
    </div><!-- end ngIf: section.questions -->
  </div><!-- end ngRepeat: section in questionnaire.sections -->
  <div data-section="submission" ng-show="formSections.current == 'submission'" class="ng-hide">
    <div class="section-header-container">
      <h2><span class="polygot">You're nearly done</span></h2>
      <div class="section-body question-body polygot">Click the Submit button below to finish.</div>
    </div>
  </div>
  <div class="apply-container">
    <ul class="navigation-buttons">
      <li ng-show="!formSections.firstStep &amp;&amp; !formSections.onlyOneSection" class="apply-button ng-hide"><button type="button" ng-click="previousSection()" class="button green large bzyButtonColor"><i class="fa fa-refresh fa-spin"></i><span
            class="polygot">Back</span></button></li>
      <li ng-show="!formSections.lastStep &amp;&amp; !formSections.onlyOneSection" class="apply-button ng-hide"><button type="button" ng-click="nextSection()" class="button green large bzyButtonColor"><i class="fa fa-refresh fa-spin"></i><span
            class="polygot">Continue</span></button></li>
      <li ng-show="formSections.lastStep || formSections.onlyOneSection" class="apply-button"><button type="button" ng-click="apply()" ng-disabled="isSubmitting" ng-class="submitting === true ? &quot;submitting&quot; : &quot;&quot;"
          class="button green large bzyButtonColor"><i class="fa fa-refresh fa-spin"></i><span class="polygot">Submit Responses</span></button></li>
    </ul>
  </div>
</form>

Text Content

 * 


NEXTHIRE


RESPONSES SUBMITTED

Your responses have been submitted successfully. Thanks!


   


 * NAME*
   
   A response is required
   


 * CURRENT LOCATION*
   
   A response is required
   


 * CURRENT ORGANIZATION*
   
   A response is required
   


 * CURRENT ROLE*
   
   A response is required
   


 * NOTICE PERIOD. (MENTION LAST WORKING DAY IF SERVING NOTICE PERIOD, IF NOT
   THEN MENTION OFFICIAL NOTICE PERIOD AND MENTION WHETHER IT IS NEGOTIABLE OR
   NOT).*
   
   A response is required
   


 * CURRENT CTC*
   
   A response is required
   


 * EXPECTED CTC*
   
   A response is required
   


 * TOTAL YEARS OF WORK EXPERIENCE*
   
   A response is required
   


 * HOW MANY YEARS OF EXPERIENCE DO YOU HAVE WITH CLOUD SECURITY?*
   
   A response is required
   


 * HOW MANY YEARS OF EXPERIENCE DO YOU HAVE WITH SOC?*
   
   A response is required
   


 * HOW MANY YEARS OF EXPERIENCE DO YOU HAVE WITH SIEM?*
   
   A response is required
   


 * ARE YOU COMFORTABLE WITH WFO IN GURGAON?*
   
   A response is required
   


 * ARE YOU COMFORTABLE WORKING IN A ROTATIONAL SHIFTS? THE NIGHT SHIFTS WILL BE
   WORK FROM HOME .*
   
   A response is required
   


 * ATTACH UPDATED CV*
   
   Upload File
   A file is required
   The file attachment is limited to 50MB
   


YOU'RE NEARLY DONE

Click the Submit button below to finish.
 * Back
 * Continue
 * Submit Responses

Powered bybreezy