epuc.fa.ap1.oraclecloud.com Open in urlscan Pro
2.23.196.237  Public Scan

URL: https://epuc.fa.ap1.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/tc-join?mode=location
Submission: On November 06 via manual from MY — Scanned from DE

Form analysis 1 forms found in the DOM

<form novalidate="" data-bind="submit: subscribe">
  <div class="app-dialog__header">
    <h1 class="heading" data-bind="i18n: 'talent-community.email-verification-header'">Join Our Talent Community</h1>
  </div>
  <section class="app-dialog__content" data-bind="setBodyScrollTo: { to: 0, when: isLoading }">
    <p class="apply-flow-dialog__text" data-bind="i18n: 'talent-community.email-verification-description'">Be the first one to learn about new job opportunities that might be a perfect fit for you.</p>
    <div class="talent-community-dialog__form">
      <!-- ko ifnot: isLoading -->
      <email-verification-form><!-- ko with: $parent -->
        <!-- ko if: isSMSVerificationEnabled --><!-- /ko -->
        <!-- ko if: activeForm -->
        <!-- ko component: { name: 'form-builder', params: { form: activeForm } } --><!-- ko foreach: {data: form.elements, as: 'element'} -->
        <!-- ko ifnot: element.isHidden -->
        <!-- ko component: {
            name: element.component,
            params: {
                element: element
            }
        } -->
        <div class="input-row input-row--text" data-bind="css: {'input-row--focused': isFocused,
                      'input-row--filled': isFilled,
                      'input-row--invalid': isInvalid,
                      'input-row--empty-disabled': isEmptyDisabled},
                      class: attributes.cssClass">
          <form-element-label params="element: element, forId: attributes.id"><!-- ko if: element.label -->
            <label class="input-row__label input-row__label--required" data-bind="css: {'input-row__label--required': element.isRequired,
                            'input-row__label--disabled': element.isDisabled},
                      attr: {for: forId, id: id}" for="primary-email-0">
              <span class="input-row__linebreak"><!-- ko text : element.label -->Email Address<!-- /ko --></span>
            </label>
            <!-- ko if : element.helpText() && element.showLabelTooltip --><!-- /ko -->
            <!-- /ko -->
            <!-- ko if: element.instructions --><!-- /ko -->
          </form-element-label>
          <div class="input-row__control-container">
            <input class="input-row__control" data-bind="value: element.value,
                           valueUpdate: element.valueUpdateType(),
                           attr: attributes,
                           i18nAttr: {'aria-invalid': isAriaInvalid()}
                           disable: element.isDisabled,
                           hasFocus: hasFocus,
                           a11y.setFocusOnTab: {focusOn: element.focusNextSelector, delay: 10, when: isFilled } ,
                           event: {blur: blurHandler.bind($data)},
                           preventEnter" id="primary-email-0" name="primary-email" type="email" autocomplete="email" aria-label="Email Address" aria-required="true" aria-invalid="false">
            <div class="input-row__control-decorator"></div>
            <!-- ko if: isInvalid --><!-- /ko -->
          </div>
        </div>
        <!-- /ko -->
        <!-- /ko -->
        <!-- /ko -->
        <!-- /ko -->
        <!-- /ko -->
        <!-- ko if: isBotsProtectionEnabled -->
        <captcha params="captchaCallback: afterCaptchaVerify.bind($parents[1])"><!-- ko if: isCaptchaEnable --><!-- /ko -->
        </captcha>
        <!-- ko if: honeyPotForm -->
        <!-- ko component: { name: 'form-builder', params: { form: honeyPotForm } } --><!-- ko foreach: {data: form.elements, as: 'element'} -->
        <!-- ko ifnot: element.isHidden -->
        <!-- ko component: {
            name: element.component,
            params: {
                element: element
            }
        } -->
        <div class="input-row input-row--text input-row--invisible" data-bind="css: {'input-row--focused': isFocused,
                      'input-row--filled': isFilled,
                      'input-row--invalid': isInvalid,
                      'input-row--empty-disabled': isEmptyDisabled},
                      class: attributes.cssClass">
          <form-element-label params="element: element, forId: attributes.id"><!-- ko if: element.label -->
            <label class="input-row__label" data-bind="css: {'input-row__label--required': element.isRequired,
                            'input-row__label--disabled': element.isDisabled},
                      attr: {for: forId, id: id}" for="honey-pot-1">
              <span class="input-row__linebreak"><!-- ko text : element.label -->honeypot<!-- /ko --></span>
            </label>
            <!-- ko if : element.helpText() && element.showLabelTooltip --><!-- /ko -->
            <!-- /ko -->
            <!-- ko if: element.instructions --><!-- /ko -->
          </form-element-label>
          <div class="input-row__control-container">
            <input class="input-row__control" data-bind="value: element.value,
                           valueUpdate: element.valueUpdateType(),
                           attr: attributes,
                           i18nAttr: {'aria-invalid': isAriaInvalid()}
                           disable: element.isDisabled,
                           hasFocus: hasFocus,
                           a11y.setFocusOnTab: {focusOn: element.focusNextSelector, delay: 10, when: isFilled } ,
                           event: {blur: blurHandler.bind($data)},
                           preventEnter" id="honey-pot-1" name="honey-pot" cssclass="input-row--invisible" aria-label="honeypot" aria-hidden="true" tabindex="-1" aria-invalid="false">
            <div class="input-row__control-decorator"></div>
            <!-- ko if: isInvalid --><!-- /ko -->
          </div>
        </div>
        <!-- /ko -->
        <!-- /ko -->
        <!-- /ko -->
        <!-- /ko -->
        <!-- /ko -->
        <!-- /ko -->
        <!-- ko if: candidate.verificationMethod() === verificationMethods.SMS --><!-- /ko -->
        <!-- ko if: enableLegalDisclaimer -->
        <legal-disclaimer class="apply-flow-verify-method__message-container" params="legalDisclaimer: legalDisclaimer, legalDisclaimerForm: legalDisclaimerForm">
          <div class="input-row" aria-labelledby="agreements-checkbox-label" data-bind="css: {'input-row--invalid': showError}">
            <input type="checkbox" class="input-row__hidden-control" id="legal-disclaimer-checkbox" data-bind="checked: legalDisclaimer.isAccepted, i18nAttr: { 'aria-invalid': isInvalid }, preventEnter"
              aria-labelledby="legal-disclaimer-checkbox-label" required="" aria-invalid="false">
            <div class="apply-flow-input-checkbox apply-flow-input-checkbox--focus-enabled" id="legal-disclaimer-checkbox-label">
              <span class="apply-flow-input-checkbox__button" data-bind="click: toggleAccepted, css: {'apply-flow-input-checkbox__button--checked': legalDisclaimer.isAccepted}"></span>
              <span class="apply-flow-input-checkbox__label apply-flow-input-checkbox__label--required">
                <i18n params="key: 'apply-flow.legal-disclaimer.i-agree-with-terms-and-conditions'"><span data-bind="i18n: {key: key, tokens: tokens}">I acknowledge that I have read and understood this Privacy Notice and the purposes for which
                    PETRONAS will process the Personal Data (including Sensitive Personal Data) that I provide. I expressly consent to PETRONAS processing my Personal Data (including Sensitive Personal Data) in accordance with this
                    <a id="legal-disclaimer-link" data-i18n-token="open_dialog_link" href="#" class="agreements-label-text-link" data-bind="click: $parent.openDialog.bind($parent)">Privacy Notice</a></span>
                </i18n>
              </span>
            </div>
            <!-- ko if: showError --><!-- /ko -->
          </div>
          <agreement-dialog params="model: legalDisclaimer, isVisible: isDialogVisible, headerText: dialogHeaderText, resetFocus: '#legal-disclaimer-link'"><minimal-dialog params="isVisible: isVisible"><oj-dialog initial-visibility="hide"
                resize-behavior="none" drag-affordance="none" cancel-behavior="none" modality="modeless" on-oj-focus="{{setFocusToBody}}" data-bind="focus: focusCallback,
        attr:{
            'aria-label': ariaLabel,
        },
        class: 'app-dialog font-family-primary ' + baseClass,
        a11y.keysHandler: { keys: 'esc', handler: close },
        moveChatBot,
        isDialogVisible: {
            isVisible: isVisible,
            afterClose: afterClose
        }" class="app-dialog font-family-primary oj-dialog oj-component oj-component-initnode oj-complete" id="ui-id-5" tabindex="-1" role="dialog" aria-labelledby="ui-id-6" style="display: none;">
                <div class="oj-dialog-container">
                  <div class="oj-dialog-header">
                    <h1 class="oj-dialog-title" id="ui-id-6">&nbsp;</h1>
                  </div>
                  <div class="oj-dialog-content oj-dialog-default-content">
                    <div class="oj-dialog-body-wrapper">
                      <div class="oj-dialog-header app-dialog__hide-header oj-dialog-body"></div>
                      <div class="app-dialog__wrapper app-dialog__wrapper--align-center oj-dialog-body" data-bind="
            css: { 'app-dialog__wrapper--active': isVisible },
            class: 'app-dialog__wrapper--align-' + alignment()
        ">
                        <div class="oj-dialog-body app-dialog__main background-color-dialog" data-bind="
                css: baseClass ? baseClass + '__main' : null,
                a11y.setInitialFocus: {isVisible: isVisible, focusOn: '.app-dialog__content', delay: 1000 },
                attr: { style: width() ? 'max-width: ' + width() : '' }
            " tabindex="-1" style="">
                          <skip-navigation-link params="{ classLink: skipToLinkClass() }" data-bind="a11y.skipTo:{ elementsContainer: '.app-dialog__content, .app-dialog__footer',
              skipToElement: '.'+skipToLinkClass(), updateSkip: isVisible() }"><button class="skip-navigation-link skip-navigation-link-dialog" data-bind="i18n: 'general.a11y.skip-navigation-link', css: classLink,
attr: { 'aria-hidden': ariaHidden }" aria-hidden="true">Skip to main content.</button>
                          </skip-navigation-link>
                          <!-- ko if: !nodes['dialog-bar'] -->
                          <div class="app-dialog__bar text-color-secondary">
                            <button class="app-dialog__close" data-bind="click: close, i18nAttr: {'title': 'apply-flow.a11y.close', 'aria-label': 'apply-flow.a11y.close'}" title="Close" aria-label="Close">
                              <span class="app-dialog__close-label" aria-hidden="true">Esc</span>
                            </button>
                          </div>
                          <!-- /ko -->
                          <div slot="header">
                            <!-- ko template: { nodes: nodes['dialog-bar'], data: $parent } --><!-- /ko -->
                          </div>
                          <div slot="body">
                            <!-- ko template: { nodes: nodes['dialog-body'], data: $parent } -->
                            <div class="app-dialog__header">
                              <h1 class="heading" data-bind="text: headerText">Terms and Conditions</h1>
                            </div>
                            <div aria-live="polite">
                              <div class="app-dialog__content basic-formatter" data-bind="html: model.description">
                                <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                  <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                    <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                      <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                        <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                          <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                            <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                              <p class="MsoNormal" style="margin-bottom: 0cm"><b>NOTIS PRIVASI PETRONAS&nbsp;</b></p>
                                            </blockquote>
                                          </blockquote>
                                        </blockquote>
                                      </blockquote>
                                    </blockquote>
                                  </blockquote>
                                </blockquote>
                                <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                  <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                    <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                      <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                        <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                          <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                            <p class="MsoNormal" style="margin-bottom: 0cm"><b>NOTIS PRIVASI PEMOHON PEKERJAAN</b><b>&nbsp;</b></p>
                                          </blockquote>
                                        </blockquote>
                                      </blockquote>
                                    </blockquote>
                                  </blockquote>
                                </blockquote>
                                <p class="MsoNormal" style="margin-bottom: 0cm"><b>&nbsp;</b></p>
                                <p class="MsoNormal" style="margin-bottom: 0cm"></p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">PENGUMPULAN DAN PENGGUNAAN MAKLUMAT</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">PETRONAS mungkin akan mengumpul, menyimpan, mengguna dan memproses data peribadi tertentu tentang anda sebagai pemohon kerja (“<b>Data Peribadi</b>”) setakat yang
                                  dibenarkan di bawah undang-undang terpakai, termasuk tetapi tidak terhad kepada:</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm 18.95pt 0cm 14.2pt">Nama, maklumat perhubungan, jantina, kewarganegaraan, tarikh lahir, organisasi semasa dan maklumat jawatan, gaji yang dipohon, gambar, maklumat log masuk
                                  aplikasi PETRONAS, maklumat semakan latar belakang, sejarah pendidikan dan latihan dan lain-lain pensijilan formal, kemahiran bahasa dan lain-lain ciri, kemahiran, pengalaman dan pensijilan, dokumen-dokumen yang
                                  telah dilaksanakan berkenaan dengan permohonan anda, borang-borang penilaian temuduga, dan/atau data peribadi yang lain bagi tujuan permohonan anda.</p>
                                <p class="MsoNormal" style="margin: 0cm 18.95pt 0cm 14.2pt">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">PETRONAS mungkin akan mengumpul Data Peribadi anda menerusi Portal Kerjaya PETRONAS (“PETRONAS Career Portal”) atau mana-mana platform lain yang berkaitan
                                  (sebagai contoh, LinkedIn), berserta sebarang maklumat yang terkandung dalam apa-apa dokumen yang anda muat naik dan majukan kepada kami, untuk menyokong permohonan anda, dan juga sumber-sumber lain, termasuk rekod
                                  umum, majikan lama, referi (seperti yang dimajukan kepada kami), agensi pengambilan pekerja, institusi pengajian, perunding luar, dan lain-lain sumber.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Jika perlu, kami mungkin meminta anda untuk memajukan kepada kami, Data Peribadi tentang referi, pasangan (isteri / suami), ahli keluarga atau mana-mana
                                  tanggungan, dan sekiranya perlu, dengan persetujuan anda, maklumat tentang gaji dan upah terdahulu (termasuk dokumen atau rekod yang berkenaan) untuk rujukan dan rekod dalaman kami. Anda bertanggungjawab untuk
                                  memaklumkan kepada invidu-individu tersebut berkenaan pemprosesan Data Peribadi mereka oleh PETRONAS sebagaimana tujuan dan cara yang dihuraikan dalam Notis Peribadi ini. Anda juga hendaklah memaklumkan kepada
                                  mereka, tentang hak berkenaan akses, pembetulan, dan pemadaman, mengikut undang-undang terpakai, dan hendaklah mendapatkan persetujuan mereka, apabila perlu, untuk pemprosesan dan pemindahan Data Peribadi mereka
                                  seperti yang dinyatakan dalam Notis Peribadi ini, dan apabila anda telah memajukan (atau akan memajukan) Data Peribadi berkenaan gaji atau upah terdahulu, atau apa-apa maklumat lain, anda bertanggungjawab untuk
                                  mendapatkan persetujuan majikan anda terdahulu, sekiranya perlu, untuk pendedahan gaji, &nbsp;upah atau maklumat sulit seperti yang dinyatakan dalam Notis Peribadi ini.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">PETRONAS tidak akan mengumpul, mengguna atau memproses apa-apa Data Peribadi yang dilarang di bawah undang-undang terpakai. Data Peribadi yang dikumpul oleh
                                  PETRONAS mungkin berbeza daripada satu bidang kuasa kepada bidang kuasa yang lain, dan di sesetengah bidang kuasa, PETRONAS mungkin tidak akan mengumpul kesemua kategori Data Peribadi yang disenaraikan di atas.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Tertakluk kepada undang-undang dan polisi terpakai, PETRONAS mungkin mengumpul Data Peribadi sensitif termasuklah tetapi tidak terhad kepada: (i) maklumat
                                  kesihatan fizikal dan/atau perubatan termasuklah status vaksinasi anda (untuk kelulusan pemeriksaan fizikal pra-pekerjaan, dan penilaian risiko kesihatan dan keselamatan); (ii) asal usul bangsa atau etnik (seperti
                                  yang dikehendaki secara sah oleh pembekal perkhidmatan pemprosesan gaji pihak ketiga); (iii) maklumat berkenaan sabitan jenayah (yang diproses sebagai sebahagian daripada proses permohonan); (iv) maklumat tentang
                                  kepercayaan agama; dan (v) maklumat tentang pendapat politik (“<b>Data Peribadi Sensitif</b>”).</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Melainkan dinyatakan sebaliknya secara jelas, istilah Data Peribadi dalam Notis Privasi ini turut merujuk kepada Data Peribadi Sensitif.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">“PETRONAS” di sini merujuk kepada Petroliam Nasional Berhad (PETRONAS) dan anak-anak syarikat dan syarikat-syarikat terkawalnya. Istilah “PETRONAS” digunakan
                                  untuk kemudahan apabila rujukan dibuat kepada kumpulan syarikat PETRONAS secara umum.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Syarikat-syarikat yang mana PETRONAS mempunyai pegangan saham secara langsung atau tidak langsung hendaklah diertikan sebagai entiti undang-undang yang
                                  berasingan. Ini termasuklah syarikat-syarikat usaha sama yang mana PETRONAS adalah syarikat usaha sama bukan kawalan, dan syarikat-syarikat bersekutu.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Kami hanya akan menggunakan Data Peribadi anda untuk tujuan- proses pengambilan kerja dan/atau berhubung dengan apa-apa peluang pekerjaan yang berkaitan dengan
                                  anda, penyimpanan rekod dalaman kami, penyelenggaraan dan pengemaskinian mana-mana pengkalan data dan maklumat, serta pengesahan dan tapisan keselamatan atau pemantauan latar belakang (jika dibenarkan oleh
                                  undang-undang tempatan).</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Tertakluk kepada persetujuan anda, kami mungkin akan berkongsi dan/atau memindahkan Data Peribadi anda kepada syarikat-syarikat lain dalam kumpulan syarikat
                                  PETRONAS di mana-mana bidangkuasa berkaitan untuk menentukan kesesuaian anda untuk bekerja dengan PETRONAS dan kumpulan syarikatnya. Senarai syarikat-syarikat dan sekutu-sekutu dalam kumpulan syarikat PETRONAS dan
                                  bidang kuasa mereka boleh didapati di laman web PETRONAS.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Tertakluk kepada persetujuan nyata anda, PETRONAS mungkin akan menggunakan Data Peribadi anda untuk tujuan pemasaran langsung.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm"><b><i>Pemindahan ke luar EEA:</i></b></p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm"><b><i>&nbsp;</i></b></p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Sebarang pemindahan Data Peribadi dari Kawasan Ekonomi Eropah (“<b>EEA</b>”) ke negara luar EEA yang belum diiktiraf oleh Suruhanjaya Kesatuan Eropah sebagai
                                  penyedia perlindungan data peribadi wajar mengikut takrifan Peraturan Am Perlindungan Data Peribadi (“<b>GDPR</b>”), akan dibuat tertakluk kepada pelaksanaan “perlindungan wajar” untuk memastikan perlindungan Data
                                  Peribadi anda.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm 18.95pt 0cm 14.2pt">“Perlindungan wajar” adalah merujuk kepada perjanjian pemindahan data berdasarkan&nbsp; perjanjian standard pemindahan data ke negara-negara ketiga.</p>
                                <p class="MsoNormal" style="margin: 0cm 18.95pt 0cm 14.2pt">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Sekiranya tiada keputusan atau perlindungan yang mencukupi, pemindahan tersebut mungkin akan dibuat berdasarkan persetujuan anda. Dalam situasi yang sedemikian,
                                  kami akan memaklumkan anda akan risiko-risiko berkaitan dengan pemindahan tersebut.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Secara alternatif, kami mungkin akan memindahkan Data Peribadi anda apabila perlu:</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoListParagraphCxSpFirst" style="margin: 0cm -2.3pt 0cm 54pt">(i)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;atas sebab-sebab kepentingan awam, atau</p>
                                <p class="MsoListParagraphCxSpMiddle" style="margin: 0cm -2.3pt 0cm 54pt">&nbsp;</p>
                                <p class="MsoListParagraphCxSpLast" style="margin: 0cm -2.3pt 0cm 54pt">(ii)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;berkaitan dengan tuntutan undang-undang.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Untuk mengelakkan sebarang keraguan, peruntukan di atas juga terpakai apabila kami memindahkan Data Peribadi anda kepada mana-mana syarikat PETRONAS di luar EEA
                                  (termasuklah negara-negara yang belum diiktiraf oleh Suruhanjaya Kesatuan Eropah sebagai penyedia perlindungan data peribadi wajar, mengikut takrifan GDPR).</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Kami juga mungkin akan memajukan Data Peribadi anda kepada agensi kredit pihak ketiga, agensi pekerjaan, agensi pemeriksaan keselamatan, pengamal perubatan, atau
                                  referi untuk menjalankan pemeriksaan keselamatan sebagai sebahagian daripada proses pengambilan kerja, pihak penguatkuasa atau pihak berkuasa seperti yang diperuntukkan oleh undang-undang terpakai, dan/atau
                                  sebaliknya berhubung apa-apa peluang pekerjaan yang berkaitan dengan anda.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm"><b>Permohonan yang Tidak Berjaya</b></p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm"><b>&nbsp;</b></p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Sekiranya permohonan anda tidak berjaya, kami akan menyimpan Data Peribadi anda untuk suatu tempoh munasabah berdasarkan keperluan operasi kami tertakluk kepada
                                  polisi dan prosedur dalaman kami.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm"><b>Permohonan yang Berjaya</b></p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm"><b>&nbsp;</b></p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Sekiranya permohonan anda berjaya, kami akan memproses Data Pperibadi anda untuk tujuan berkaitan dengan perkhidmatan pekerjaan anda dengan kami, tertakluk kepada
                                  Notis Privasi Pekerja kami.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Dalam kes lain, kami akan menyimpan Data Peribadi anda untuk suatu tempoh yang diperlukan bagi memenuhi apa-apa tujuan yang dinyatakan di sini melainkan tempoh
                                  penyimpanan yang lebih panjang dibenarkan atau diperuntukkan oleh mana-mana undang-undang terpakai. Kami akan mengambil langkah-langkah wajar untuk memusnah, atau memadam daripada sistem kami, kesemua Data Peribadi
                                  anda yang tidak lagi diperlukan.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Kami akan memaklumkannya kepada anda sekiranya terdapat tujuan baru untuk pengumpulan atau pemprosesan Data Peribadi anda, dan mendapatkan persetujuan anda, jika
                                  perlu.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Sekiranya anda memilih untuk tidak memberi Data Peribadi anda kepada kami, atau sekiranya anda memberikan Data Peribadi yang tidak mencukupi, tidak sah, tidak
                                  benar, atau tidak tepat kepada kami, atau enggan memberikan Data Peribadi yang kami perlukan, kami mungkin tidak boleh memproses permohonan anda, dan ianya mungkin memberi kesan terhadap peluang anda untuk diambil
                                  bekerja.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">PETRONAS tidak akan menzahirkan maklumat yang anda beri kepada mana-mana pihak ketiga tanpa persetujuan anda melainkan yang terkandung dalam Notis ini atau
                                  Kenyataan Privasi di laman web PETRONAS.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Untuk maklumat lanjut berkenaan penyimpanan, pemindahan dan hak berkaitan Data Peribadi anda, serta butiran perhubungan pegawai privasi kami, sila layari
                                  Kenyataan Privasi kami di laman web PETRONAS.</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm"><b>Perubahan kepada Notis Privasi ini</b></p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm"><b>&nbsp;</b></p>
                                <p class="MsoNormal" style="margin: 0cm -2.3pt 0cm 0cm">Kami berhak mengemaskini dan meminda Notis Privasi ini dari semasa ke semasa. Anda dinasihatkan untuk menyemak sebarang pindaan kepada Notis Privasi ini
                                  menerusi&nbsp;<i>PETRONAS Career Portal</i>. Sekiranya kami meminda Notis Privasi ini, pindaan tersebut hanya terpakai untuk Data Peribadi yang dikumpul selepas pindaan tersebut dibuat.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm"><b>Bahasa</b></p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">Selaras dengan keperluan undang-undang perlindungan data dan privasi Malaysia, Notis Privasi ini dikeluarkan dalam Bahasa Inggeris dan Bahasa Malaysia. Sekiranya terdapat
                                  sebarang percanggahan atau ketidakselarasan antara versi Bahasa Inggeris dan versi Bahasa Malaysia, versi Bahasa Inggeris akan digunapakai.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm"><b>Hubungi Kami</b></p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">Sebarang pertanyaan, komen dan permintaan berkaitan Notis Privasi ini adalah dialu-alukan dan hendaklah dialamatkan kepada:</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">&nbsp; &nbsp; &nbsp;Head Talent Acquisition, Human Capital Expertise, Group Human Resource Management</p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 14.2pt">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 14.2pt">Alamat&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp; Tingkat 62, Menara 1, Menara
                                  Berkembar PETRONAS,</p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 108pt">&nbsp;50088 Kuala Lumpur, Malaysia</p>
                                <p class="MsoNormal"></p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 14.2pt">Alamat Emel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp; ghrs@petronas.com.my</p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 14.2pt"><br></p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 14.2pt"><br></p>
                                <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                  <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                    <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                      <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                        <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                          <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                            <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px">
                                              <p class="MsoNormal" style="margin-bottom: 0cm"><b>PETRONAS PRIVACY NOTICE</b></p>
                                            </blockquote><b>
       <blockquote class="webkit-indent-blockquote" style="margin: 0px 0px 0px 40px; border: none; padding: 0px"> <b><br></b>
                                          </blockquote>&nbsp; &nbsp; &nbsp; JOB APPLICANT PRIVACY NOTICE</b>
                                        </blockquote>
                                      </blockquote>
                                    </blockquote>
                                  </blockquote>
                                </blockquote>
                                </blockquote>
                                <p class="MsoNormal" style="margin-bottom: 0cm">INFORMATION GATHERING AND USAGE</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">PETRONAS may collect, store, use and otherwise process certain individually identifiable data about you as a job applicant (“<b>Personal Data</b>”) to the extent
                                  permitted by applicable law, includes but not limited to your:</p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 12.6pt">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm 18.95pt 0cm 12.6pt">Name, contact information, gender, citizenship, date of birth, current organization and position information, expected compensation, photo, log-in information
                                  for&nbsp;PETRONAS&nbsp;applications, background check information, education history and other formal training and certifications, language skills and other characteristics, skills, experience and certifications,
                                  executed documents in connection with your application, interview assessment forms, and/or other personal data for the purposes of your application.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">PETRONAS&nbsp;may collect Personal Data from you through PETRONAS Career portal or any other relevant platforms (for example, LinkedIn), together with any information
                                  contained within any document you upload and provide to us, to support your application, as well as a number of sources, including public records, former employers, your referees (as provided to us), recruitment
                                  agencies, educational institutions, external consultants, and such other permissible or authorized sources.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">Where applicable for the purpose of your application for employment, we may also require you to provide Personal Data relating to your referees, spouse(s), family members
                                  or other dependents, and where necessary for our own internal reference and records, with your consent, information relating to your previous salary or pay (including the relevant documentation or records).&nbsp;To
                                  the extent that you have provided (or will provide) Personal Data about your referees, spouse(s), family members or other dependents, it is your responsibility to inform such individuals about the processing of their
                                  Personal Data by PETRONAS for the purposes and in the manner described in this Privacy Notice. You must also inform them about their rights of access, rectification and deletion in accordance with applicable law and
                                  must obtain their consent, where necessary, to the processing and transfer of their Personal Data as set out herein, and where you have provided (or will provide) Personal Data about your previous salary or pay or
                                  any relevant confidential information, it is your responsibility to obtain your previous employer’s consent, where necessary, to the disclosure of the salary or pay or confidential information as set out
                                  herein.&nbsp;</p>
                                <p class="MsoBodyText" style="margin-bottom: 0cm">PETRONAS will not collect, use or process any Personal Data that is prohibited by applicable law.&nbsp; The type of Personal Data actually collected by PETRONAS may
                                  vary from jurisdiction to jurisdiction, and in some jurisdictions PETRONAS might not collect all of the categories of Personal Data listed above.</p>
                                <p class="MsoBodyText" style="margin-bottom: 0cm">Moreover, in addition to the Personal Data listed above, PETRONAS in accordance with applicable law and PETRONAS’ policies, may also collect limited sensitive Personal
                                  Data that includes but not limited to: (i)&nbsp;physical and/or medical health information including vaccination status (for pre-employment physical examination approval, and health and safety risk assessment);&nbsp;
                                  (ii) racial or ethnic origin (as legally required by third party payroll providers); (iii)&nbsp;information in relation to criminal convictions (processed as part of the application process); (iv)&nbsp;information
                                  about religious beliefs; and (v) information about political opinions&nbsp;(“<b>Sensitive Personal Data</b>”).</p>
                                <p class="MsoBodyText" style="margin-bottom: 0cm">Unless otherwise expressly stated, Personal Data would for purposes of this Privacy Notice include reference to Sensitive Personal Data.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">Reference to “PETRONAS” herein refers to Petroliam Nasional Berhad (PETRONAS) and its subsidiaries and controlled companies. The expression “PETRONAS” is used for
                                  convenience where references are made to PETRONAS group of companies in general.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">The companies in which Petroliam Nasional Berhad (PETRONAS) has direct or indirect shareholding are distinct legal entities. This may also include reference to joint
                                  venture companies in which PETRONAS is a non-controlling co-venturer, and associated companies (as and where applicable).</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">We will only use your Personal Data for the purposes of the recruitment process and/or otherwise in connection with your potential employment, our internal record
                                  keeping, maintenance and updating of any information database(s), and for verification purposes and security screening or background monitoring (where permitted by local legislation).</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">We may provide and/or transfer your personal data to other companies within the PETRONAS group of companies in respect of your application for employment as well as to
                                  determine your suitability for employment within PETRONAS and its group of companies,&nbsp;whether within or outside the jurisdiction where PETRONAS is located, where your consent has been obtained. A list of the
                                  companies and affiliates in the PETRONAS group of companies Group and their jurisdiction can be found on PETRONAS’ website.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">PETRONAS may use your Personal Data for direct marketing purposes, but only where you have given us your express consent to do so by means of a specific opt-in to direct
                                  marketing.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm"><b><i>Transfers out of the EEA</i></b>:</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">Any transfer of Personal Data from within the European Economic Area (“<b>EEA</b>”) to a country outside of the EEA that has not been recognised by the EU Commission as
                                  providing an adequate level of data protection within the meaning of the General Data Protection Regulation will be made subject to “appropriate safeguards” being in place to ensure the protection of your Personal
                                  Data.</p>
                                <p class="MsoListParagraphCxSpFirst" style="margin: 0cm 18.95pt 0cm 14.2pt"><br></p>
                                <p class="MsoListParagraphCxSpFirst" style="margin: 0cm 18.95pt 0cm 14.2pt">Appropriate safeguards refers to data transfer agreements based on the EU Commission standard contractual clauses for the transfer of data to
                                  third countries.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">In the absence of an adequacy decision and where appropriate safeguards are unavailable, transfers may take place on the basis of your consent. In such a situation, we
                                  will inform you of the possible risks associated with such a transfer.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">Alternatively, we may transfer your personal data where necessary:</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;(i)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for reasons of public interest, or</p>
                                <p class="MsoListParagraphCxSpMiddle" style="margin: 0cm 0cm 0cm 42.55pt">&nbsp;</p>
                                <p class="MsoListParagraphCxSpLast" style="margin: 0cm 0cm 0cm 42.55pt">(ii)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in connection with a legal claim.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">For the avoidance of doubt, the foregoing provision shall apply also in case we carry out onward transfer of Personal Data to any other PETRONAS group of companies
                                  outside of the EEA (including those established in countries that have not been recognised by the EU Commission as providing an adequate level of data protection within the meaning of the GDPR).</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">We may also provide your Personal Data to third-party credit agencies, employment agencies, security screening agencies, medical examiners, or your referees to carry out
                                  background checks as part of the recruitment process, enforcement or regulatory authorities as required by applicable law, and/or otherwise in connection with your potential employment.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm"><b>Unsuccessful Application</b></p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">If your application is unsuccessful, we will keep your personal data only for a reasonable period based on our business needs and in accordance with our internal policies
                                  and procedures.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm"><b>Successful Application</b></p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">If your application is successful, we will process your personal data for purposes regarding employment with us, in accordance with our Employee Privacy Notice.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">In any other case, we will retain your personal data for the period necessary to fulfill the purposes stated herein unless a longer retention period is permitted or
                                  required by any applicable law. We will take all reasonable steps to destroy, or erase from our systems, all data which is no longer required.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">Should there be a new purpose for the collection of your Personal Data, we shall inform you accordingly and obtain your consent to the same, where necessary.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">If you choose not to provide us with your Personal Data or if you provide insufficient, invalid, incorrect or inaccurate Personal Data to us or decline to provide the
                                  Personal Data we require, we may not be able to process your application and it may impact your ability to be employed.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">PETRONAS will not disclose information provided by you to third parties without your consent other than as described in this Notice or in our full Privacy Statement on
                                  PETRONAS’ website.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">For further information regarding the storage and transfer of your personal data, your rights in relation to your personal data, and the contact details of our privacy
                                  officer, please read our full Privacy Statement on PETRONAS’ website.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm"><b>Changes to this Privacy Notice</b></p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">We reserve the right to update and amend this Privacy Notice from time to time. You are advised to check any amendments to this Privacy Notice via PETRONAS Career Portal.
                                  If we amend this Privacy Notice, the amendment will only apply to personal data collected after we have posted the revised Privacy Notice.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">&nbsp;<b>Language</b></p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">In accordance with the requirement of Malaysian data protection and privacy law, this Privacy Notice is issued in both English and Bahasa Malaysia. In the event of any
                                  inconsistencies or discrepancies between the English version and the Bahasa Malaysia version, the English version shall prevail.</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">&nbsp;<b>How You Can Contact&nbsp;Us</b></p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">Any questions, comments and requests regarding this Privacy Notice are welcomed and should be addressed to:</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm">&nbsp; &nbsp; &nbsp;<a target="_blank" rel="nofollow">He</a>ad Talent Acquisition, Human Capital Expertise, Group Human Resource Management</p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 14.2pt">&nbsp;</p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 14.2pt">Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp; Level 62, Tower 1, PETRONAS Twin Towers,</p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 108pt">&nbsp;Kuala Lumpur City Centre, 50088 Kuala Lumpur, Malaysia</p>
                                <p class="MsoNormal" style="margin-bottom: 0cm"></p>
                                <p class="MsoNormal" style="margin: 0cm 0cm 0cm 14.2pt">Email Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp; ghrs@petronas.com.my</p>
                              </div>
                            </div>
                            <div class="app-dialog__footer">
                              <div class="app-dialog__buttons-bar font-family-secondary text-color-primary">
                                <button class="button app-dialog__footer-button" data-bind="click: accept, hasFocus: true">
                                  <span class="button__label" data-bind="i18n: 'apply-flow.legal-disclaimer.accept-button'">Agree</span>
                                </button>
                              </div>
                            </div>
                            <!-- /ko -->
                          </div>
                        </div>
                      </div>
                      <div class="app-dialog__background oj-dialog-body" data-bind="
            attr: { style: opacity() ? 'opacity: ' + opacity() : '' },
            css: { 'app-dialog__background--no-animation': opacity() }
        " style=""></div>
                    </div>
                  </div>
                </div>
              </oj-dialog>
            </minimal-dialog>
          </agreement-dialog>
        </legal-disclaimer>
        <!-- /ko -->
        <!-- /ko -->
      </email-verification-form>
      <!-- /ko -->
      <!-- ko if: isLoading --><!-- /ko -->
    </div>
  </section>
  <!-- ko ifnot: isLoading -->
  <div class="app-dialog__footer">
    <div class="buttons-bar">
      <div class="buttons-bar__inner">
        <button type="button" class="button buttons-bar__button text-color-secondary" data-bind="click: back">
          <span class="button__arrow button__arrow--left"></span>
          <span class="button__label" data-bind="i18n: 'general.previous-button'">Back</span>
        </button>
        <div class="buttons-bar__spacer"></div>
        <button type="submit" class="button buttons-bar__button theme-color-1">
          <span class="button__label" data-bind="i18n: 'talent-community.action.subscribe'">Create Profile to Register</span>
          <span class="button__arrow button__arrow--right"></span>
        </button>
      </div>
    </div>
  </div>
  <!-- /ko -->
</form>

Text Content

Skip to main content.

--------------------------------------------------------------------------------

 * Profile
 * Sign Out





JOIN OUR TALENT COMMUNITY

Be the first one to learn about new job opportunities that might be a perfect
fit for you.

Email Address

honeypot

I acknowledge that I have read and understood this Privacy Notice and the
purposes for which PETRONAS will process the Personal Data (including Sensitive
Personal Data) that I provide. I expressly consent to PETRONAS processing my
Personal Data (including Sensitive Personal Data) in accordance with this
Privacy Notice


 

Skip to main content.
Esc



TERMS AND CONDITIONS

> > > > > > > NOTIS PRIVASI PETRONAS 

> > > > > > NOTIS PRIVASI PEMOHON PEKERJAAN 

 



PENGUMPULAN DAN PENGGUNAAN MAKLUMAT

 

PETRONAS mungkin akan mengumpul, menyimpan, mengguna dan memproses data peribadi
tertentu tentang anda sebagai pemohon kerja (“Data Peribadi”) setakat yang
dibenarkan di bawah undang-undang terpakai, termasuk tetapi tidak terhad kepada:

 

Nama, maklumat perhubungan, jantina, kewarganegaraan, tarikh lahir, organisasi
semasa dan maklumat jawatan, gaji yang dipohon, gambar, maklumat log masuk
aplikasi PETRONAS, maklumat semakan latar belakang, sejarah pendidikan dan
latihan dan lain-lain pensijilan formal, kemahiran bahasa dan lain-lain ciri,
kemahiran, pengalaman dan pensijilan, dokumen-dokumen yang telah dilaksanakan
berkenaan dengan permohonan anda, borang-borang penilaian temuduga, dan/atau
data peribadi yang lain bagi tujuan permohonan anda.

 

PETRONAS mungkin akan mengumpul Data Peribadi anda menerusi Portal Kerjaya
PETRONAS (“PETRONAS Career Portal”) atau mana-mana platform lain yang berkaitan
(sebagai contoh, LinkedIn), berserta sebarang maklumat yang terkandung dalam
apa-apa dokumen yang anda muat naik dan majukan kepada kami, untuk menyokong
permohonan anda, dan juga sumber-sumber lain, termasuk rekod umum, majikan lama,
referi (seperti yang dimajukan kepada kami), agensi pengambilan pekerja,
institusi pengajian, perunding luar, dan lain-lain sumber.

 

Jika perlu, kami mungkin meminta anda untuk memajukan kepada kami, Data Peribadi
tentang referi, pasangan (isteri / suami), ahli keluarga atau mana-mana
tanggungan, dan sekiranya perlu, dengan persetujuan anda, maklumat tentang gaji
dan upah terdahulu (termasuk dokumen atau rekod yang berkenaan) untuk rujukan
dan rekod dalaman kami. Anda bertanggungjawab untuk memaklumkan kepada
invidu-individu tersebut berkenaan pemprosesan Data Peribadi mereka oleh
PETRONAS sebagaimana tujuan dan cara yang dihuraikan dalam Notis Peribadi ini.
Anda juga hendaklah memaklumkan kepada mereka, tentang hak berkenaan akses,
pembetulan, dan pemadaman, mengikut undang-undang terpakai, dan hendaklah
mendapatkan persetujuan mereka, apabila perlu, untuk pemprosesan dan pemindahan
Data Peribadi mereka seperti yang dinyatakan dalam Notis Peribadi ini, dan
apabila anda telah memajukan (atau akan memajukan) Data Peribadi berkenaan gaji
atau upah terdahulu, atau apa-apa maklumat lain, anda bertanggungjawab untuk
mendapatkan persetujuan majikan anda terdahulu, sekiranya perlu, untuk
pendedahan gaji,  upah atau maklumat sulit seperti yang dinyatakan dalam Notis
Peribadi ini.

 

PETRONAS tidak akan mengumpul, mengguna atau memproses apa-apa Data Peribadi
yang dilarang di bawah undang-undang terpakai. Data Peribadi yang dikumpul oleh
PETRONAS mungkin berbeza daripada satu bidang kuasa kepada bidang kuasa yang
lain, dan di sesetengah bidang kuasa, PETRONAS mungkin tidak akan mengumpul
kesemua kategori Data Peribadi yang disenaraikan di atas.

 

Tertakluk kepada undang-undang dan polisi terpakai, PETRONAS mungkin mengumpul
Data Peribadi sensitif termasuklah tetapi tidak terhad kepada: (i) maklumat
kesihatan fizikal dan/atau perubatan termasuklah status vaksinasi anda (untuk
kelulusan pemeriksaan fizikal pra-pekerjaan, dan penilaian risiko kesihatan dan
keselamatan); (ii) asal usul bangsa atau etnik (seperti yang dikehendaki secara
sah oleh pembekal perkhidmatan pemprosesan gaji pihak ketiga); (iii) maklumat
berkenaan sabitan jenayah (yang diproses sebagai sebahagian daripada proses
permohonan); (iv) maklumat tentang kepercayaan agama; dan (v) maklumat tentang
pendapat politik (“Data Peribadi Sensitif”).

 

Melainkan dinyatakan sebaliknya secara jelas, istilah Data Peribadi dalam Notis
Privasi ini turut merujuk kepada Data Peribadi Sensitif.

 

“PETRONAS” di sini merujuk kepada Petroliam Nasional Berhad (PETRONAS) dan
anak-anak syarikat dan syarikat-syarikat terkawalnya. Istilah “PETRONAS”
digunakan untuk kemudahan apabila rujukan dibuat kepada kumpulan syarikat
PETRONAS secara umum.

 

Syarikat-syarikat yang mana PETRONAS mempunyai pegangan saham secara langsung
atau tidak langsung hendaklah diertikan sebagai entiti undang-undang yang
berasingan. Ini termasuklah syarikat-syarikat usaha sama yang mana PETRONAS
adalah syarikat usaha sama bukan kawalan, dan syarikat-syarikat bersekutu.

 

Kami hanya akan menggunakan Data Peribadi anda untuk tujuan- proses pengambilan
kerja dan/atau berhubung dengan apa-apa peluang pekerjaan yang berkaitan dengan
anda, penyimpanan rekod dalaman kami, penyelenggaraan dan pengemaskinian
mana-mana pengkalan data dan maklumat, serta pengesahan dan tapisan keselamatan
atau pemantauan latar belakang (jika dibenarkan oleh undang-undang tempatan).

 

Tertakluk kepada persetujuan anda, kami mungkin akan berkongsi dan/atau
memindahkan Data Peribadi anda kepada syarikat-syarikat lain dalam kumpulan
syarikat PETRONAS di mana-mana bidangkuasa berkaitan untuk menentukan kesesuaian
anda untuk bekerja dengan PETRONAS dan kumpulan syarikatnya. Senarai
syarikat-syarikat dan sekutu-sekutu dalam kumpulan syarikat PETRONAS dan bidang
kuasa mereka boleh didapati di laman web PETRONAS.

 

Tertakluk kepada persetujuan nyata anda, PETRONAS mungkin akan menggunakan Data
Peribadi anda untuk tujuan pemasaran langsung.

 

Pemindahan ke luar EEA:

 

Sebarang pemindahan Data Peribadi dari Kawasan Ekonomi Eropah (“EEA”) ke negara
luar EEA yang belum diiktiraf oleh Suruhanjaya Kesatuan Eropah sebagai penyedia
perlindungan data peribadi wajar mengikut takrifan Peraturan Am Perlindungan
Data Peribadi (“GDPR”), akan dibuat tertakluk kepada pelaksanaan “perlindungan
wajar” untuk memastikan perlindungan Data Peribadi anda.

 

“Perlindungan wajar” adalah merujuk kepada perjanjian pemindahan data
berdasarkan  perjanjian standard pemindahan data ke negara-negara ketiga.

 

Sekiranya tiada keputusan atau perlindungan yang mencukupi, pemindahan tersebut
mungkin akan dibuat berdasarkan persetujuan anda. Dalam situasi yang sedemikian,
kami akan memaklumkan anda akan risiko-risiko berkaitan dengan pemindahan
tersebut.

 

Secara alternatif, kami mungkin akan memindahkan Data Peribadi anda apabila
perlu:

 

(i)             atas sebab-sebab kepentingan awam, atau

 

(ii)            berkaitan dengan tuntutan undang-undang.

 

Untuk mengelakkan sebarang keraguan, peruntukan di atas juga terpakai apabila
kami memindahkan Data Peribadi anda kepada mana-mana syarikat PETRONAS di luar
EEA (termasuklah negara-negara yang belum diiktiraf oleh Suruhanjaya Kesatuan
Eropah sebagai penyedia perlindungan data peribadi wajar, mengikut takrifan
GDPR).

 

Kami juga mungkin akan memajukan Data Peribadi anda kepada agensi kredit pihak
ketiga, agensi pekerjaan, agensi pemeriksaan keselamatan, pengamal perubatan,
atau referi untuk menjalankan pemeriksaan keselamatan sebagai sebahagian
daripada proses pengambilan kerja, pihak penguatkuasa atau pihak berkuasa
seperti yang diperuntukkan oleh undang-undang terpakai, dan/atau sebaliknya
berhubung apa-apa peluang pekerjaan yang berkaitan dengan anda.

 

Permohonan yang Tidak Berjaya

 

Sekiranya permohonan anda tidak berjaya, kami akan menyimpan Data Peribadi anda
untuk suatu tempoh munasabah berdasarkan keperluan operasi kami tertakluk kepada
polisi dan prosedur dalaman kami.

 

Permohonan yang Berjaya

 

Sekiranya permohonan anda berjaya, kami akan memproses Data Pperibadi anda untuk
tujuan berkaitan dengan perkhidmatan pekerjaan anda dengan kami, tertakluk
kepada Notis Privasi Pekerja kami.

 

Dalam kes lain, kami akan menyimpan Data Peribadi anda untuk suatu tempoh yang
diperlukan bagi memenuhi apa-apa tujuan yang dinyatakan di sini melainkan tempoh
penyimpanan yang lebih panjang dibenarkan atau diperuntukkan oleh mana-mana
undang-undang terpakai. Kami akan mengambil langkah-langkah wajar untuk
memusnah, atau memadam daripada sistem kami, kesemua Data Peribadi anda yang
tidak lagi diperlukan.

 

Kami akan memaklumkannya kepada anda sekiranya terdapat tujuan baru untuk
pengumpulan atau pemprosesan Data Peribadi anda, dan mendapatkan persetujuan
anda, jika perlu.

 

Sekiranya anda memilih untuk tidak memberi Data Peribadi anda kepada kami, atau
sekiranya anda memberikan Data Peribadi yang tidak mencukupi, tidak sah, tidak
benar, atau tidak tepat kepada kami, atau enggan memberikan Data Peribadi yang
kami perlukan, kami mungkin tidak boleh memproses permohonan anda, dan ianya
mungkin memberi kesan terhadap peluang anda untuk diambil bekerja.

 

PETRONAS tidak akan menzahirkan maklumat yang anda beri kepada mana-mana pihak
ketiga tanpa persetujuan anda melainkan yang terkandung dalam Notis ini atau
Kenyataan Privasi di laman web PETRONAS.

 

Untuk maklumat lanjut berkenaan penyimpanan, pemindahan dan hak berkaitan Data
Peribadi anda, serta butiran perhubungan pegawai privasi kami, sila layari
Kenyataan Privasi kami di laman web PETRONAS.

 

Perubahan kepada Notis Privasi ini

 

Kami berhak mengemaskini dan meminda Notis Privasi ini dari semasa ke semasa.
Anda dinasihatkan untuk menyemak sebarang pindaan kepada Notis Privasi ini
menerusi PETRONAS Career Portal. Sekiranya kami meminda Notis Privasi ini,
pindaan tersebut hanya terpakai untuk Data Peribadi yang dikumpul selepas
pindaan tersebut dibuat.

Bahasa

Selaras dengan keperluan undang-undang perlindungan data dan privasi Malaysia,
Notis Privasi ini dikeluarkan dalam Bahasa Inggeris dan Bahasa Malaysia.
Sekiranya terdapat sebarang percanggahan atau ketidakselarasan antara versi
Bahasa Inggeris dan versi Bahasa Malaysia, versi Bahasa Inggeris akan
digunapakai.

Hubungi Kami

Sebarang pertanyaan, komen dan permintaan berkaitan Notis Privasi ini adalah
dialu-alukan dan hendaklah dialamatkan kepada:

     Head Talent Acquisition, Human Capital Expertise, Group Human Resource
Management

 

Alamat                    :  Tingkat 62, Menara 1, Menara Berkembar PETRONAS,

 50088 Kuala Lumpur, Malaysia



Alamat Emel           :  ghrs@petronas.com.my







> > > > > > > PETRONAS PRIVACY NOTICE
> > > > > > 
> > > > > > > 
> > > > > > 
> > > > > >       JOB APPLICANT PRIVACY NOTICE

INFORMATION GATHERING AND USAGE

PETRONAS may collect, store, use and otherwise process certain individually
identifiable data about you as a job applicant (“Personal Data”) to the extent
permitted by applicable law, includes but not limited to your:

 

Name, contact information, gender, citizenship, date of birth, current
organization and position information, expected compensation, photo, log-in
information for PETRONAS applications, background check information, education
history and other formal training and certifications, language skills and other
characteristics, skills, experience and certifications, executed documents in
connection with your application, interview assessment forms, and/or other
personal data for the purposes of your application.

PETRONAS may collect Personal Data from you through PETRONAS Career portal or
any other relevant platforms (for example, LinkedIn), together with any
information contained within any document you upload and provide to us, to
support your application, as well as a number of sources, including public
records, former employers, your referees (as provided to us), recruitment
agencies, educational institutions, external consultants, and such other
permissible or authorized sources.

Where applicable for the purpose of your application for employment, we may also
require you to provide Personal Data relating to your referees, spouse(s),
family members or other dependents, and where necessary for our own internal
reference and records, with your consent, information relating to your previous
salary or pay (including the relevant documentation or records). To the extent
that you have provided (or will provide) Personal Data about your referees,
spouse(s), family members or other dependents, it is your responsibility to
inform such individuals about the processing of their Personal Data by PETRONAS
for the purposes and in the manner described in this Privacy Notice. You must
also inform them about their rights of access, rectification and deletion in
accordance with applicable law and must obtain their consent, where necessary,
to the processing and transfer of their Personal Data as set out herein, and
where you have provided (or will provide) Personal Data about your previous
salary or pay or any relevant confidential information, it is your
responsibility to obtain your previous employer’s consent, where necessary, to
the disclosure of the salary or pay or confidential information as set out
herein. 

PETRONAS will not collect, use or process any Personal Data that is prohibited
by applicable law.  The type of Personal Data actually collected by PETRONAS may
vary from jurisdiction to jurisdiction, and in some jurisdictions PETRONAS might
not collect all of the categories of Personal Data listed above.

Moreover, in addition to the Personal Data listed above, PETRONAS in accordance
with applicable law and PETRONAS’ policies, may also collect limited sensitive
Personal Data that includes but not limited to: (i) physical and/or medical
health information including vaccination status (for pre-employment physical
examination approval, and health and safety risk assessment);  (ii) racial or
ethnic origin (as legally required by third party payroll providers);
(iii) information in relation to criminal convictions (processed as part of the
application process); (iv) information about religious beliefs; and (v)
information about political opinions (“Sensitive Personal Data”).

Unless otherwise expressly stated, Personal Data would for purposes of this
Privacy Notice include reference to Sensitive Personal Data.

Reference to “PETRONAS” herein refers to Petroliam Nasional Berhad (PETRONAS)
and its subsidiaries and controlled companies. The expression “PETRONAS” is used
for convenience where references are made to PETRONAS group of companies in
general.

The companies in which Petroliam Nasional Berhad (PETRONAS) has direct or
indirect shareholding are distinct legal entities. This may also include
reference to joint venture companies in which PETRONAS is a non-controlling
co-venturer, and associated companies (as and where applicable).

We will only use your Personal Data for the purposes of the recruitment process
and/or otherwise in connection with your potential employment, our internal
record keeping, maintenance and updating of any information database(s), and for
verification purposes and security screening or background monitoring (where
permitted by local legislation).

We may provide and/or transfer your personal data to other companies within the
PETRONAS group of companies in respect of your application for employment as
well as to determine your suitability for employment within PETRONAS and its
group of companies, whether within or outside the jurisdiction where PETRONAS is
located, where your consent has been obtained. A list of the companies and
affiliates in the PETRONAS group of companies Group and their jurisdiction can
be found on PETRONAS’ website.

PETRONAS may use your Personal Data for direct marketing purposes, but only
where you have given us your express consent to do so by means of a specific
opt-in to direct marketing.

Transfers out of the EEA:

Any transfer of Personal Data from within the European Economic Area (“EEA”) to
a country outside of the EEA that has not been recognised by the EU Commission
as providing an adequate level of data protection within the meaning of the
General Data Protection Regulation will be made subject to “appropriate
safeguards” being in place to ensure the protection of your Personal Data.




Appropriate safeguards refers to data transfer agreements based on the EU
Commission standard contractual clauses for the transfer of data to third
countries.

In the absence of an adequacy decision and where appropriate safeguards are
unavailable, transfers may take place on the basis of your consent. In such a
situation, we will inform you of the possible risks associated with such a
transfer.

Alternatively, we may transfer your personal data where necessary:

                (i)          for reasons of public interest, or

 

(ii)         in connection with a legal claim.

For the avoidance of doubt, the foregoing provision shall apply also in case we
carry out onward transfer of Personal Data to any other PETRONAS group of
companies outside of the EEA (including those established in countries that have
not been recognised by the EU Commission as providing an adequate level of data
protection within the meaning of the GDPR).

We may also provide your Personal Data to third-party credit agencies,
employment agencies, security screening agencies, medical examiners, or your
referees to carry out background checks as part of the recruitment process,
enforcement or regulatory authorities as required by applicable law, and/or
otherwise in connection with your potential employment.

Unsuccessful Application

If your application is unsuccessful, we will keep your personal data only for a
reasonable period based on our business needs and in accordance with our
internal policies and procedures.

Successful Application

If your application is successful, we will process your personal data for
purposes regarding employment with us, in accordance with our Employee Privacy
Notice.

In any other case, we will retain your personal data for the period necessary to
fulfill the purposes stated herein unless a longer retention period is permitted
or required by any applicable law. We will take all reasonable steps to destroy,
or erase from our systems, all data which is no longer required.

Should there be a new purpose for the collection of your Personal Data, we shall
inform you accordingly and obtain your consent to the same, where necessary.

If you choose not to provide us with your Personal Data or if you provide
insufficient, invalid, incorrect or inaccurate Personal Data to us or decline to
provide the Personal Data we require, we may not be able to process your
application and it may impact your ability to be employed.

PETRONAS will not disclose information provided by you to third parties without
your consent other than as described in this Notice or in our full Privacy
Statement on PETRONAS’ website.

For further information regarding the storage and transfer of your personal
data, your rights in relation to your personal data, and the contact details of
our privacy officer, please read our full Privacy Statement on PETRONAS’
website.

Changes to this Privacy Notice

We reserve the right to update and amend this Privacy Notice from time to time.
You are advised to check any amendments to this Privacy Notice via PETRONAS
Career Portal. If we amend this Privacy Notice, the amendment will only apply to
personal data collected after we have posted the revised Privacy Notice.

 Language

In accordance with the requirement of Malaysian data protection and privacy law,
this Privacy Notice is issued in both English and Bahasa Malaysia. In the event
of any inconsistencies or discrepancies between the English version and the
Bahasa Malaysia version, the English version shall prevail.

 How You Can Contact Us

Any questions, comments and requests regarding this Privacy Notice are welcomed
and should be addressed to:

     Head Talent Acquisition, Human Capital Expertise, Group Human Resource
Management

 

Address                  :  Level 62, Tower 1, PETRONAS Twin Towers,

 Kuala Lumpur City Centre, 50088 Kuala Lumpur, Malaysia



Email Address        :  ghrs@petronas.com.my

Agree

Back

Create Profile to Register
   
 * Whistleblowing
 * Scam Notice
 * Privacy Statement
 * Terms of Use
 * Connect With Us
   

   
 * Whistleblowing
 * Scam Notice
 * Privacy Statement
 * Terms of Use
 * Connect With Us
   





Skip to main content.
   
 * Home
 * About Us
 * Businesses
 * Sustainability
   

I am an employee

IMPORTANT Notice: Please Read Carefully Before Using This Website Learn more
Accept Decline


 

Skip to main content.
Esc



COOKIES POLICY

We use cookies to enhance your browsing experience and for analytical purposes.
By continuing to browse, you are deemed to accept our use of cookies.
Decline Accept




 

Skip to main content.



ARE YOU STILL WITH US?

It seems you've been gone for a while. For security reasons we will end your
session automatically in 03:00 unless you would like to continue working.
End Session Continue Working

Persönlicher Tätigkeitsassistent



 * Schließen
 * Sprachausgabe aus
 * Entfernen