hilton.taleo.net Open in urlscan Pro
68.233.76.181  Public Scan

Submitted URL: http://hilton.taleo.net/careersection/us_hotel_ext/profile.ftl?lang=en&alt=1
Effective URL: https://hilton.taleo.net/careersection/us_hotel_ext/profile.ftl?lang=en&alt=1
Submission: On May 07 via manual from SA — Scanned from DE

Form analysis 1 forms found in the DOM

POST /careersection/careersection/privacyagreement/statementBeforeAuthentification.jsf

<form id="dialogTemplate-dialogForm" method="post" action="/careersection/careersection/privacyagreement/statementBeforeAuthentification.jsf" enctype="application/x-www-form-urlencoded"><input type="hidden" id="dialogTemplate-dialogFormvmVSIds"
    name="dialogTemplate-dialogFormvmVSIds" value="H4sIAAAAAAAAAFvzloG1hEFCPzmxKDW1qDg1uSQzP08/My8ltUIvqzitEgDUAUy9IAAAAA==">
  <span class="accessmanagement"><span class="masterbody"><input id="dialogTemplate-dialogForm:flowHeader:ftlstate" type="hidden" name="dialogTemplate-dialogForm:flowHeader:ftlstate"><input id="dialogTemplate-dialogForm:flowHeader:cshtstate"
        type="hidden" name="dialogTemplate-dialogForm:flowHeader:cshtstate"><input id="dialogTemplate-dialogForm:flowHeader:Logged" type="hidden" name="dialogTemplate-dialogForm:flowHeader:Logged" value="false">
      <input type="hidden" name="iniurl.src" value="">
      <script type="text/javascript" src="/careersection/2023PRD.1.0.28.3.0/js/mobile.js"></script>
      <script type="text/javascript" src="/careersection/2023PRD.1.0.28.3.0/js/integration/iframes_communication.js"></script>
      <script type="text/javascript" src="/careersection/2023PRD.1.0.28.3.0/js/integration/candidate_data_handler.js"></script>
      <script type="text/javascript">
        <!--
        function crossFrameScripting() {
          // TT#157678 - Prevent Frame usage. (esamson)
          //if (AgentUtils.isIE)
          //{
          try {
            if (self.document.domain.toString() != top.document.domain.toString()) {
              throw "Access is denied";
            }
          } catch (exc) {
            if (top != self) {
              top.location = self.location;
            }
          }
          //}
          // /TT#157678 - Prevent Frame usage. (esamson)
        }
        // 
        -->
      </script>
      <script type="text/javascript">
        crossFrameScripting()
      </script>
      <script type="text/javascript">
        <!--
        $(document).ready(function() {
          window.setTimeout(function() {
            $('.skype_pnh_container').html('');
            $('.skype_pnh_print_container').removeClass('skype_pnh_print_container');
          }, 500);
        });
        // 
        -->
      </script>
      <script type="text/javascript">
        <!--
        function sendUIMessage2(msg) {
          if (!document.createElement) {
            return true;
          }
          // Notify our Flex app to keep the http feedback in sync
          if (AKCore.mainFlexControlId_ != null) {
            var flexObject = document.getElementById(AKCore.mainFlexControlId_);
            if (flexObject && flexObject.notifyFlexUIMessage) {
              flexObject.notifyFlexUIMessage(msg);
            }
          }
          var url = contextPath_ + "/UIMessageReceiver.jss?msg=" + msg;
          if (!msgSenderIFrame_ && document.createElement) {
            // create the IFrame and assign a reference to the
            // object to our global variable msgSenderIFrame_.
            // this will only happen the first time 
            // sendUIMessage2() is called
            try {
              var tempIFrame = document.createElement('iframe');
              tempIFrame.setAttribute('id', 'RSIFrame');
              tempIFrame.style.border = '0';
              tempIFrame.style.width = '0';
              tempIFrame.style.height = '0';
              tempIFrame.style.display = 'none';
              tempIFrame.style.visibility = 'hidden';
              tempIFrame.title = '';
              tempIFrame.src = url;
              msgSenderIFrame_ = document.body.appendChild(tempIFrame);
              if (document.frames) {
                // this is for IE5 Mac, because it will only
                // allow access to the document object
                // of the IFrame if we access it through
                // the document.frames array
                msgSenderIFrame_ = document.frames['RSIFrame'];
              }
            } catch (exception) {
              // This is for IE5 PC, which does not allow dynamic creation
              // and manipulation of an iframe object. Instead, we'll fake
              // it up by creating our own objects.
              iframeHTML = '\<iframe id="RSIFrame" title="" style="';
              iframeHTML += 'border:0;';
              iframeHTML += 'width:0;';
              iframeHTML += 'height:0;';
              iframeHTML += 'display:none;';
              iframeHTML += 'visibility:hidden;';
              iframeHTML += '"><\/iframe>';
              document.body.innerHTML += iframeHTML;
              msgSenderIFrame_ = {};
              msgSenderIFrame_.document = {};
              msgSenderIFrame_.document.location = {};
              msgSenderIFrame_.document.location.iframe = document.getElementById('RSIFrame');
              msgSenderIFrame_.document.location.replace = function(location) {
                this.iframe.src = location;
              }
            }
          }
          if (navigator.userAgent.indexOf('Gecko') != -1 && !msgSenderIFrame_.contentDocument) {
            // we have to give NS6 a fraction of a second
            // to recognize the new IFrame
            var func = "sendUIMessage2('" + url + "')";
            setTimeout(func, 10);
            return false;
          }
          var iFrameDoc = getIFrameDoc(msgSenderIFrame_);
          if (iFrameDoc == null) {
            return true;
          }
          iFrameDoc.location.replace(url);
          return false;
        }

        function onUnload(pEvent) {
          logViewInfo("unload");
          // Invalidate the session when leaving the domain.
          var ourForm = document.jsfForm();
          // Invalidate the session when the window is explicitely closed.
          var altUrl = ourForm['esmurl'];
          // Invalidate the session when leaving the domain.
          var isLogged = findElementsEndingWithId(document, "Logged", null, true)[0];
          if (ourForm && ourForm['akPBISWLD'] && !ourForm['akPBISWLD'].dontcheckdomain && leavingDomain_ && isLogged.value == "true") {
            invalidateSession();
            if (altUrl != null) {
              var tempIFrame = document.createElement('iframe');
              tempIFrame.setAttribute('id', 'RSIFrame');
              tempIFrame.style.border = '0';
              tempIFrame.style.width = '0';
              tempIFrame.style.height = '0';
              tempIFrame.style.display = 'none';
              tempIFrame.style.visibility = 'hidden';
              tempIFrame.title = '';
              tempIFrame.src = altUrl.value;
              document.body.appendChild(tempIFrame);
            }
          }
        }
        // 
        -->
      </script>
      <script type="text/javascript">
        <!--
        function redirectSession() {
          var expiredSessionUrl = findElementsEndingWithId(document, "expiredSessionUrl", null, true)[0];
          window.location = contextPath_ + expiredSessionUrl.value;
        }
        // 
        -->
      </script>
      <script type="text/javascript">
        <!--
        function addEvent(el, evname, func) {
          if (el.attachEvent) { // IE
            el.attachEvent("on" + evname, func);
          } else if (el.addEventListener) { // Gecko / W3C
            el.addEventListener(evname, func, true);
          } else {
            el["on" + evname] = func;
          }
        }

        function moveSkipNavToTop() {
          var skipNavObj = findElementsEndingWithId(document, "gotoContent", null, true)[0];
          if (skipNavObj) {
            skipNavObj.parentNode.removeChild(skipNavObj);
            document.body.insertBefore(skipNavObj, document.body.firstChild);
          }
        }
        addEvent(window, "load", moveSkipNavToTop);
        /**
         * This method is used to find all H1, H2, H3, H4, H5 and H6 Tags in a HTML Page and if a Tag is empty,
         * it is removed from the DOM Tree for accessibility reason.
         * 
         * @since TT149196
         * @author esamson
         */
        function removeEmptyHeading() {
          for (var i = 1; i <= 6; i++) {
            var headings = document.getElementsByTagName("h" + i.toString());
            if (headings) {
              for (var hi = 0; hi < headings.length; hi++) {
                var heading = headings[hi];
                if (heading) {
                  var text;
                  if (document.all) {
                    // IE.
                    text = heading.innerText;
                  } else {
                    // FireFox.
                    text = heading.textContent;
                  }
                  // IE and FireFox have different representations of an empty content.
                  if (text == "" || text == " ") {
                    heading.parentNode.removeChild(heading);
                    // "headings" variable is an array, so when 1 node is removed from the Dom Tree,
                    // the array is updated too.  So to avoid the next Tag to not be validated, we
                    // decrement the iterator counter for each element removed.
                    hi--;
                  }
                }
              }
            }
          }
        }
        addEvent(window, "load", removeEmptyHeading);

        function unloadMess() {
          var mess = "";
          // Invalidate the session when leaving the domain.
          var ourForm = document.jsfForm();
          var isLogged = findElementsEndingWithId(document, "Logged", null, true)[0];
          if (ourForm && ourForm['akPBISWLD'] && !ourForm['akPBISWLD'].dontcheckdomain && leavingDomain_ && isLogged.value == "true" && !sessionExpired) {
            var field = findElementsEndingWithId(document, "ISWLDMessage", null, true)[0];
            if (field) {
              return field.value;
            }
          }
          return;
        }
        addEvent(window, "beforeunload", unloadMess);
        // 
        -->
      </script>
      <span class="headersection"><span class="box"><span class="boxtop"><span class="boxb1-top"></span><span class="boxb2-top"></span><span class="boxb3-top"></span><span class="boxb4-top"></span></span></span><input
          id="dialogTemplate-dialogForm:flowHeader:ISWLDMessage" type="hidden" name="dialogTemplate-dialogForm:flowHeader:ISWLDMessage"><input id="dialogTemplate-dialogForm:flowHeader:expiredSessionUrl" type="hidden"
          name="dialogTemplate-dialogForm:flowHeader:expiredSessionUrl" value="/careersection/us_hotel_ext/jobsearch.ftl?lang=en"><span class="headerpanel"><span style="display: block; overflow: hidden;"><span class="userpanel leftpanel"><span
                class="username">Welcome. You are not signed in.</span><span class="hidden-audible">&nbsp;</span></span><span class="hidden-audible" aria-hidden="true"> | </span><span class="rightpanel"><span class="metapanel"><span
                  class="metagrouppanel"><span
                    class="metalink"></span><a id="dialogTemplate-dialogForm-flowHeader-loginAction" href="#" title="Log in to the system" onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-flowHeader-loginAction',null, null, true);return taleo.core.event.setAndReturnFalse(event);">Sign In</a></span><span
                  class="metapanel"></span></span></span><span class="clearpanel"></span></span>
          <ul class="linkpanel">
            <li class="link" id="jobSearchTabActionS">
              <span class="magnifierimg"></span><span
                class="grouplink"><a id="dialogTemplate-dialogForm-flowHeader-jobSearchTabAction" href="#" title="Go to the section Job Search" onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-flowHeader-jobSearchTabAction',null, null, true);return taleo.core.event.setAndReturnFalse(event);">Job Search</a></span>
            </li>
          </ul>
        </span><span class="link2panel"><span class="spacerlink2panel"></span></span></span><span id="dialogTemplate-dialogForm-masterbody"
        class="mainsection"><a href="#" id="dialogTemplate-dialogForm-j_id_id9pc2" name="mainContent" class="hidden-audible" tabindex="-1">Beginning of the main content section.</a>
        <input id="dialogTemplate-dialogForm:StatementBeforeAuthentificationContent:cookieDisabled" type="hidden" name="dialogTemplate-dialogForm:StatementBeforeAuthentificationContent:cookieDisabled" value="false"><span class="mainsection"><span
            class="mastercontentpanel"><span class="blockpanel"><span class="metagrouppanel" style="display:inline;"><span class="metapanel" style="display: block; text-align: right; margin: 0px"><span
                    class="metalink2"><a href="#" role="button" title="View a printable version of the privacy agreement" onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-j_id_id13pc6',null,'rO0ABXVyABxbTGNvbS50YWxlby5ha2lyYS51dGlsLlBhaXI7vF1o/6soCwQCAAB4cAAAAAFzcgAZY29tLnRhbGVvLmFraXJhLnV0aWwuUGFpcu5e8Mx5P5VjAgACTAAFZmlyc3R0ABJMamF2YS9sYW5nL09iamVjdDtMAAZzZWNvbmRxAH4AA3hwdAAWc2VsZWN0ZWRMb2NhbGVGb3JQYXJhbXQAAmVueQ==', true);return taleo.core.event.setAndReturnFalse(event);" class="nav-btn"><span class="nav-btn2"><span class="nav-btn3"><span class="nav-btn4"><span class="nav-btn5">Printable Format</span></span></span></span></a></span></span>
                <script type="text/javascript">
                  <!--
                  function checkCookie() {
                    var cookieEnabled = navigator.cookieEnabled;
                    if (!cookieEnabled) {
                      document.cookie = "testcookie";
                      cookieEnabled = document.cookie.indexOf("testcookie") != -1;
                    }
                    findElementsEndingWithId(window.document.jsfForm(), 'cookieDisabled', null, true)[0].value = !cookieEnabled;
                    return cookieEnabled && ifCookieEnabled();
                  }

                  function ifCookieEnabled() {
                    var cookieErrorMessagePanelRef = findElementsEndingWithId(window.document.jsfForm(), 'cookieErrorMessagePanel', null, true)[0];
                    if (typeof cookieErrorMessagePanelRef != "undefined") cookieErrorMessagePanelRef.style.display = "none";
                  }
                  window.onload = checkCookie;
                  // 
                  -->
                </script>
                <span id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-cookieErrorMessagePanel" class="message-notification" style="display: none;"><span
                    id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-cookieErrorMessageTitle" class="message-title">The action cannot be completed.</span><span class="hidden-audible">&nbsp;</span><span
                    id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-cookieErrorMessageContent" class="message-text">Cookies are not enabled on your browser. Please enable cookies in your browser preferences and refresh your
                    browser to continue.</span><span class="hidden-audible">&nbsp;</span></span><span style="clear: both;"></span>
              </span>
              <h1 class="no-change-header"><span class="titlepage">Privacy Agreement</span><span class="hidden-audible">&nbsp;</span></h1><span class="entity-label">Select a language</span><span class="hidden-audible">&nbsp;</span><span
                class="inputselectpanel"><select name="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-j_id_id26pc6" class="inputselect" size="1" onchange="submit()">
                  <option value="da">Danish</option>
                  <option value="en" selected=" selected">English</option>
                  <option value="en-GB">English (United Kingdom)</option>
                  <option value="fr-FR">French (France)</option>
                  <option value="de">German</option>
                  <option value="it">Italian</option>
                  <option value="ja">Japanese</option>
                  <option value="pt-BR">Portuguese (Brazil)</option>
                  <option value="ru">Russian</option>
                  <option value="zh-CN">Simplified Chinese</option>
                  <option value="es">Spanish</option>
                  <option value="tr">Turkish</option>
                </select></span><span class="separatorpanel"></span>
              <fieldset class="no-border">
                <div class="iframepanel" tabindex="0" lang="en">
                  <div>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Hilton</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Applicant Privacy Notice</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:right"><span style="font-family:arial"><span style="font-size:1em"><strong>Last Updated:</strong> July 2021</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Hilton Worldwide Holdings Inc. and its direct and indirect subsidiaries ("Hilton", “we”, “our” or “us”) value the trust of
                          individuals submitting job applications on the Hilton Careers Site (“you” or “Applicant”) and are committed to the responsible management, use and protection of personal information. This Applicant Privacy Notice (this
                          "Notice") applies to all the information collected by Hilton to facilitate your job application and includes your use of our Careers Site. This Notice explains how Hilton processes the personal information that we collect
                          through the job application process (“personal information”). Please note that this Notice applies only to Hilton’s processing of your personal information on the Careers Site and if you are applying for a Hilton corporate
                          position, or a position at a property that is managed by Hilton. You may be applying for a position at a franchised property in which case, the franchised property will process your personal data in accordance with its own
                          policies and procedures, which may be provided to you via a separate privacy policy.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Personal information submitted to other Hilton web sites will be used in accordance with our
                          <a href="https://hiltonhonors3.hilton.com/en/policy/global-privacy-statement/index.html" rel="external" target="_blank">Global Privacy Statement</a>.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">The Careers Site is operated by Hilton, 7930 Jones Branch Drive, McLean, Virginia, USA 22102, in order to support the
                          recruitment functions of Hilton and Hilton properties. The Careers Site is not intended for distribution or use in any jurisdiction or country where such distribution or use would be contrary to local law or
                          regulation.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Where local laws impose greater obligations or restrictions on the use of personal information, or require additional
                          information to be provided to you, this Notice may be supplemented by local policies or procedures that are specific to a particular region, country or entity. <span style="text-decoration:underline">In particular, Appendix
                            A to this Notice includes additional information applicable to Applicants residing in countries that have enacted privacy laws giving certain additional rights to residents of those countries. These countries include, but
                            are not limited to, those in the European Economic Area, the United Kingdom and Switzerland (collectively, the “EEA”), Argentina, Australia, Brazil, Canada, China, Israel, Japan, Kenya, Nigeria, and Turkey.</span> Where
                          additional consent, consultation or other rights exist under local laws, Hilton’s processing of personal information will be subject to the exercise of those rights.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">In some locations around the world, Hilton manages hotel properties on behalf of a third party owner. At many of those
                          properties, the Hotel owner (and not Hilton) is the actual employer, and Hilton performs recruiting and hiring functions on behalf of the owner. You understand and agree that, by applying through this site, you may be
                          applying for a position with a company other than Hilton, where Hilton is serving as the recruiter, but will not be your employer of record.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">If you accept a position with Hilton or the Hotel owner, you will be considered a Hilton “Team Member” and a separate
                          notice will govern our use of your personal information.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Some positions listed on the Hilton Careers Site are for positions with a franchised property. For these positions, the
                          franchise management company or property owner (and not Hilton) is the actual employer. By providing access to the Hilton Careers site, Hilton does not perform or exercise any direction, oversight or control over any
                          recruiting or hiring functions on behalf of franchisees and allows access to its Careers Site for applicants of these franchise entities as an optional resource only. You understand and agree that, by applying through this
                          site, you may be applying for a position with a franchised property (not Hilton) and Hilton will not be your employer of record.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Your Acknowledgement</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Please read this Notice carefully and indicate your acknowledgment and acceptance of our collection, retention, use,
                          transfer and disclosure of personal information as described in this Notice by clicking the "I Accept" button at the end of this Notice.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Your personal information may be transferred to countries outside your home country, including countries where data
                          protection laws may differ from those of your home country.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Hilton maintains safeguards designed to protect your personal information. Please see Appendix A for additional
                          information.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Information We Collect</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Hilton may collect personal information in connection with your submitting to apply or searching for a position on the
                          Hilton Careers Site. This includes information you provide as well as passive information collection.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">• <em><span style="text-decoration:underline">Information You Provide</span></em></span></span></p>
                    <span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">&nbsp;</span></span></span>
                    <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span
                            style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span style="font-size:1em">Log-in and password, for users of the Careers Site;<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Information on how you found out about the job;<br>
                        </span></span><em style="font-size: medium; font-family: arial;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em">•&nbsp;</span></span>Identifiers&nbsp;</em><span
                        style="font-family:arial"><span style="font-size:1em">and</span></span> <em style="font-size: medium; font-family: arial;">contact Information&nbsp;</em><span style="font-family:arial"><span style="font-size:1em">including
                          names and addresses, telephone numbers, mobile telephone numbers, email addresses, dates of birth, Social Security numbers, driver’s license or state identification numbers, bank account information, and other similar
                          contact information and identifiers);<br>
                        </span></span><em style="font-size: medium; font-family: arial;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em">•&nbsp;</span></span>Professional&nbsp;</em><span
                        style="font-family:arial"><span style="font-size:1em">and</span></span> <em style="font-size: medium; font-family: arial;">employment-related information&nbsp;</em><span style="font-family:arial"><span
                          style="font-size:1em">including:</span></span><br>
                      <span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;•&nbsp;</span></span></span><span
                        style="font-family:arial"><span style="font-size:1em">data submitted with employment applications including employment history and experience, employment recommendations or references, employment preferences, willingness to
                          relocate, willingness to travel, desired salary, CV, résumé, cover letter, etc.</span></span>
                    </blockquote>
                    <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                          &nbsp;</span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">background check and criminal history;</span></span></blockquote>
                    <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                          &nbsp;</span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">work authorization;</span></span></blockquote>
                    <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                          &nbsp;</span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">fitness for duty data and reports;</span></span></blockquote>
                    <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><em style="font-size: medium; font-family: arial;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span
                            style="font-size:1em">•&nbsp;</span></span>Education information&nbsp;</em><span style="font-family:arial"><span style="font-size:1em">including education history such as education level, school, major, certifications
                          held, etc.<br>
                        </span></span><em style="font-size: medium; font-family: arial;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em">•&nbsp;</span></span>Protected classification
                        information&nbsp;</em><span style="font-family:arial"><span style="font-size:1em">including characteristics of protected classifications under applicable state or federal law by your self-identification (such as Age range,
                          Gender, Religion, Disabled, Ethnic Group).<br>
                        </span></span><em style="font-size: medium; font-family: arial;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em">•&nbsp;</span></span>Internet or other electronic
                        network activity information&nbsp;</em><span style="font-family:arial"><span style="font-size:1em">including all activity on the Hilton Careers Site or Hilton information systems, such as search history on the Careers
                          Site.<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">Hilton may also collect the following information from applicants in the United Kingdom and Ireland and other EEA jurisdictions, as well as Canada:<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Right to Work Document Type;<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">For Visa/Work Permits, the type of such permit;<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Related to a Right to Work Document or Permit: Document Number, Country of Issue, Place of Issue, Issue Date, Expiration Date.</span></span></blockquote>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;<br> We do not require, but you may voluntarily choose to provide, other relevant information as part of your
                          application. Please do not submit the following sensitive information unless we specifically request that you provide such information so that we may comply with our legal obligations and/or internal policies relating to
                          diversity and anti-discrimination: sexual orientation, race, ethnic origin, religion, political and religious beliefs, disability, marital status, creed, nationality, national origin, color and/or age.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">By voluntarily submitting information about your racial or ethnic origin; physical or mental health or condition; job
                          evaluations or educational records; commission (or alleged commission) of an offence or related proceedings; political opinions or beliefs; religious beliefs; sex life; membership in a trade union or political party, you
                          expressly authorize Hilton to receive and process such information for the purpose of processing your application.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Any information you submit must be true, complete, and not misleading and you must have the lawful right to provide it. If
                          not, this may lead to a rejection of your application during the application process or disciplinary action including immediate dismissal if you have been hired.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">If you intend to provide us with details of a reference or any other third party as part of your CV/resume, it is your
                          responsibility to obtain consent from that third party prior to providing his/her personal information to us.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">The provision of personal information, including on the Careers Site, is voluntary. Please note however that the failure
                          to provide sufficient information may result in you being unable to be considered for employment.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em">•&nbsp;</span></span><span style="font-family:arial"><span
                            style="font-size:1em"><em>Passive Information Collection: Cookies and Similar Technology</em></span></span></p>
                    </blockquote>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">We and our service providers may use "cookies" and similar technologies on the Careers Site. Cookies are data that a web
                          server transfers to an individual's computer for record keeping purposes. We use cookies and other technologies to better serve you with more tailored information and facilitate your ongoing access to and use of our Careers
                          Site. If you do not want information collected through the use of cookies, there is a simple procedure in most browsers that allows you to automatically decline cookies, or to be given the choice of declining or accepting
                          the transfer of a particular cookie, or cookies from a particular website, to your computer. However, if you decline session management cookies from Taleo (the third-party that hosts the Careers Site), the Careers Site may
                          not function properly for you.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">If you are a resident of certain countries, we are required to obtain your consent before placing certain cookies or
                          similar technology on your computer. We will separately prompt you for this consent before we attempt to place a cookie or similar technology on your computer.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Legal Bases, Use, and Disclosure of Personal Information</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">The information that you submit on the Careers Site will be stored in the United States (and in the relevant
                          jurisdiction(s) if the job relates to one of our franchise companies or affiliated entities outside of the United States). As a reminder, you may be applying for a position at a franchised property in which case, the
                          franchised property will process your personal data in accordance with its own policies and procedures, which may be provided to you via a separate privacy policy.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">The following information may be collected, used, transferred and disclosed by employees, consultants and/or service
                          providers of Hilton around the world for Hilton's global recruitment functions and for related management and planning purposes, including, as permitted by local law, to:</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span
                            style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span style="font-size:1em">Maintain personnel records and record retention requirements.<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Prevent unauthorized access to or use of the Hilton’s property, including Hilton’s information systems, electronic devices, network, and data.<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Investigate complaints, grievances, and suspected violations of Hilton policy.<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Design, implement, and promote Hilton’s diversity and inclusion programs<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Improve safety of our facilities for employees, customers and the public with regard to use of Hilton property and equipment.<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Confirm eligibility for employment and related checks regarding fitness for duty.<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Conduct background checks if you are offered a job.<br>
                        </span></span><span style="font-family:arial, &quot;times new roman&quot;, verdana, sans-serif"><span style="font-size:1em"><span style="font-size:1em">•&nbsp;</span></span></span><span style="font-family:arial"><span
                          style="font-size:1em">Comply with applicable state and federal health, labor, employment, benefits, workers compensation, disability, equal employment opportunity, workplace safety, and related laws, guidance, or
                          recommendations</span></span></blockquote>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;<br> Personal information about you will be added to Hilton's international candidate database and may be used for
                          the purposes of considering whether your profile is suitable for other job vacancies at Hilton. If we elect to make you an offer, personal information you submit may be incorporated into our human resources system and used
                          to manage the new-hire process. The processing of your personal information for these purposes is based on your consent. If you become a Team Member, any personal information that you submit may become part of your Team
                          Member file and may be used for other employment/work-related purposes and otherwise in accordance with the Hilton Team Member Privacy Notice.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">To the extent any use is inconsistent with or outside of the contemplated uses in this Notice, we will communicate it to
                          you at the time of use.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <div style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Personal information about you will be reviewed by Hilton Team Members or agents who have a business need to access such
                          personal information and may include recruiters, human resources personnel, technical services personnel and managers or their designees.</span></span></div>
                    <div style="margin-top: 0px; margin-bottom: 0px;">&nbsp;</div>
                    <blockquote dir="ltr" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px;">
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">We may share personal information about you with selected service providers or consultants acting on our behalf, such as
                            third parties assisting Hilton with the operation of the Careers Site (including (a) Taleo (with its primary place of business at 4140 Dublin Boulevard, Suite 400, Dublin, CA 94568 USA), which is the Applicant Tracking
                            System and hosts job openings for the Careers Site, (b) Phenom (with its primary place of business at 300 Brookside Ave., Building 18, Suite 200, Ambler, PA 19022), which hosts the Careers Site and talent relationship and
                            content management system, and (c) SHL (with its primary place of business at 1 Atwell Place, Thames Ditton, Surrey, KT7 ONE UK), which conducts job- specific candidate assessments). Those third parties are required by
                            contract to use appropriate measures to protect the confidentiality and security of personal information.</span></span></p>
                    </blockquote>
                    <p dir="ltr" style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p dir="ltr" style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Hilton also may disclose personal information about you in order to:</span></span></p>
                    <p dir="ltr" style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><span style="font-family:arial"><span style="font-size:1em">1. Protect the legal rights, privacy, safety or property of Hilton or its Team Members, agents,
                          contractors, customers or the public;<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">2. Protect the safety and security of visitors to our web sites or other properties;<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">3. Protect against fraud or other illegal activity or for risk management purposes;<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">4. Respond to inquiries or requests from legal authorities;<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">5. Permit Hilton to pursue available remedies or limit the damages that we may sustain;<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">6. Enforce our website Terms of Service;<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">7. Respond to an emergency;<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">8. Comply with the law or legal process;<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">9. Effect a license, sale or transfer of a business or assets (including in connection with any bankruptcy or similar proceedings); or<br>
                        </span></span><span style="font-family:arial"><span style="font-size:1em">10. Manage acquisitions, mergers and re-organizations.</span></span></blockquote>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Data Retention</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">We are required to retain information relating to candidates applying for jobs within the United States. We will retain
                          your personal information for three years, or a longer time if required or allowable by applicable law, during which time we or a franchise company or affiliate may contact you regarding open positions. Personal Information
                          of candidates applying for jobs in other parts of the world will be retained in accordance with local law. If there is no activity in relation to the personal information, Hilton may remove it from its database, subject to
                          Hilton's data retention obligations and policies and any applicable legal or regulatory obligations or for the period of time permitted by local laws, for the purpose of considering whether your skills are suitable for other
                          opportunities.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Note that Hilton may delete personal information about you at any time (including your CV/resume), without any reason.
                          Therefore, please retain your own copy of the personal information provided to us.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Access, Correction and Deletion</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">If you choose to register on the Careers Site, you may access, review, and change some of the personal information
                          collected about you and stored on the Careers Site by logging into the Careers Site and choosing to update your account information. The updated profile will be used as the default the next time you apply for a job using
                          your account online. To change personal information that you already have submitted for consideration for a specific position, please resubmit your application to update personal information about you that is associated with
                          that job application. We encourage you to promptly update your personal information if it changes or is inaccurate. Upon your request, we will deactivate or remove your personal information from our active databases,
                          although some information may be retained as permitted or required by law.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">If you have any questions or concerns about how we otherwise process personal information please contact us at the e-mail
                          link below.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em">[Click here to send an email to
                          <a href="mailto:DataProtectionOffice@hilton.com">DataProtectionOffice@hilton.com</a>]</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">You may access, modify or object to the use of personal information as permitted by applicable local law. Applicants who
                          would like to review, update, or request that we delete their personal information should go to the
                          <strong><a href="https://www.hilton.com/en/hilton-honors/personal-data-requests/" rel="external" target="_blank">Data Subject Rights Portal</a></strong> or should send a request in writing to
                          <a href="mailto:DataProtectionOffice@Hilton.com">DataProtectionOffice@Hilton.com</a> or Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA. Please note, however, that certain personal information
                          may be exempt from access, correction or deletion rights pursuant to applicable data protection laws. If you are a resident of a country that grants you certain rights with respect to your personal information (such as EEA
                          residents), you may have other rights with respect to your personal information, which are explained in <strong>Appendix A</strong>.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Career Site Security</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">We take reasonable precautions to safeguard the personal information transmitted between visitors and the Careers Site and
                          the personal information stored on our servers. Unfortunately, no method of transmitting or storing data can be guaranteed to be 100% secure. Do not send sensitive information via email. It is your sole responsibility to use
                          the appropriate level of care whenever communicating with us.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">If you have reason to believe that your interaction with us is no longer secure (for example, you feel that the security
                          of any account you might have with us has been compromised), you should immediately notify us of the problem by contacting us at the link below.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em">[Click here to send an email to <a href="mailto:ISC@hilton.com">ISC@hilton.com</a>]</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Hilton hereby disclaims, as far as permitted by law, any liability for itself and its affiliated companies and contractors
                          for any of your information sent to our Careers Site that is lost, misused, illegally accessed, disclosed, altered or destroyed or not integrally or timely delivered to our Careers Site.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Links to other websites</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">The Careers Site may contain links to other websites. The operators of those other websites may collect information about
                          you, through cookies or other technologies. If you link to another website, you will leave the Careers Site and this Notice will not apply to your use of and activity on those other sites.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">If you provide personal information through or on any other site, your transaction will occur on that website (not the
                          Hilton Careers Site) and the personal information you provide will be collected by, and controlled by, the privacy policy of that website operator.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Links on the Careers Site to other websites are provided only as a convenience, and the inclusion of such links does not
                          imply endorsement of the linked site. We encourage you to read the legal notice posted on those sites, including their privacy policies. We have no responsibility or liability for your visits to, or the data collection or
                          use practices of, other sites.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Law Applicable to Job Application</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">The Careers Site allows you to benefit from Hilton's centralized global recruitment function, while applying for jobs
                          worldwide. This Careers Site is operated from the United States. Accordingly, any personal information you submit to the Careers Site will be collected in the U.S. and will be subject to U.S. laws. However, if we share your
                          personal information with a Hilton entity located in another country in its capacity as a potential employer (or acting as recruiter for a Hotel owner), the Hilton entity will handle your personal information in accordance
                          with this Notice. Franchisee entities may handle your information pursuant to a separate privacy notice they may provide to you. Any hiring or other employment-related decisions will be made by the hiring entity in
                          accordance with the laws of the country where the job will be located. Please see Appendix A for additional information on International Data Transfers.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>About Children</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">The Careers Site is not intended for minors under the age of 15 or the lawful age of employment (whichever is greater) in
                          any country in which we operate.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Changes to the Notice</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">We reserve the right to amend this Notice at any time without advance notice in order to address future developments of
                          Hilton, the Careers Site or changes in industry or legal trends. We will post the revised Notice on the Careers Site or announce the change on the home page of the Careers Site. You can determine when the Notice was revised
                          by referring to the "Last Updated" legend on the top of this Notice. Any changes will become effective upon the posting of the revised Notice on the Careers Site. By continuing to use the Careers Site following such changes,
                          you will be deemed to have agreed to such changes. If you do not agree with the terms of this Notice, in whole or part, you can choose to not continue to use the Careers Site.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Additional Privacy Provisions for Applicants from Certain Countries</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>Please see Appendix A</strong> for additional provisions that pertain to you if you are a
                          resident of a country that has enacted a privacy law granting additional rights to residents of that country.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>APPENDIX A</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong>ADDITIONAL PROVISIONS APPLICABLE TO PROCESSING OF PERSONAL INFORMATION OF APPLICANTS FROM
                            COUNTRIES WITH PRIVACY LAWS GRANTING ADDITIONAL RIGHTS TO INDIVIDUALS</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">For applicants from countries that have enacted privacy laws granting additional rights to individuals, this Appendix
                          outlines certain additional information that Hilton is obligated to provide to you, as well as certain rights you have with respect to the processing of your personal information, pursuant to applicable local
                          laws.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em"><strong>Hilton Controller:</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Hilton Domestic Operating Company Inc. is the data controller with respect to your personal information and can be
                          contacted by email at <a href="mailto:DataProtectionOffice@Hilton.com">DataProtectionOffice@Hilton.com</a> or at the following address:</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Hilton Data Protection Officer</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">7930 Jones Branch Drive</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">McLean, Virginia 22102 USA</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em"><strong>Purposes and Legal Basis for Processing</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Hilton processes your personal information for the purpose of either recruiting and evaluating candidates for employment,
                          or to allow franchisee entities to access your personal information if you are applying for a position at a franchised property. Hilton processes your information pursuant to its legitimate business interests and, in some
                          cases, based on your consent.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em"><strong>Data Subject Rights</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em"><strong><em>Access, Correction and Erasure Requests:</em></strong> Applicants who would like to review, update, or request
                          that we delete their personal information should go to the <strong><a href="https://www.hilton.com/en/hilton-honors/personal-data-requests/" rel="external" target="_blank">Data Subject Rights Portal</a></strong> or should
                          send a request in writing to <a href="mailto:DataProtectionOffice@Hilton.com">DataProtectionOffice@Hilton.com</a> or Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA. Please note, however, that
                          certain personal information may be exempt from access, correction or deletion rights pursuant to applicable data protection laws.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em"><strong>Restriction Requests:</strong> Applicants who would like to request that Hilton cease processing of certain
                          personal information should go to the <strong><a href="https://www.hilton.com/en/hilton-honors/personal-data-requests/" rel="external" target="_blank">Data Subject Rights Portal</a></strong> or should send a request in
                          writing to <a href="mailto:DataProtectionOffice@Hilton.com">DataProtectionOffice@Hilton.com</a> or Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Please note, however, that certain personal information may be exempt from such requests pursuant to applicable data
                          protection laws.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em"><strong>Data Portability Requests:</strong> Applicants who would like to request a copy of certain of their personal
                          information, or request that such personal information be transmitted to a third party, should go to the
                          <strong><a href="https://www.hilton.com/en/hilton-honors/personal-data-requests/" rel="external" target="_blank">Data Subject Rights Portal</a></strong> or should send a request in writing to
                          <a href="mailto:DataProtectionOffice@Hilton.com">DataProtectionOffice@Hilton.com</a> or Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA. Please note, however, that data portability rights apply
                          only in limited circumstances and to limited data sets.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Disclosures of your Information</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">In order to administer and manage the job application process, and to otherwise perform the activities set forth in this
                          Notice, your information will be shared with other Hilton personnel, such as personnel responsible for hiring determinations, members of the human resources team, as well as other employees and individuals within Hilton
                          involved in the recruitment and selection process. Hilton will provide franchisee entities with access to your information if you are applying for a job with a franchise property.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">Your information will be shared with various third party service providers engaged by Hilton to support its recruitment
                          efforts for its corporate offices and owned and managed properties. These third parties include:</span></span></p>
                    <ul>
                      <li>
                        <div style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">human resources services, performance management and talent management</span></span></div>
                      </li>
                      <li>
                        <div style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">back office IT systems suppliers and providers</span></span></div>
                      </li>
                    </ul>
                    <blockquote dir="ltr" style="margin-right: 0px;">
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">We will also share information with legal and regulatory authorities and our accountants, auditors, lawyers and other
                            outside professional advisors.</span></span></p>
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">We also share information with third parties:</span></span></p>
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                      <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    </blockquote>
                    <ul dir="ltr">
                      <li>
                        <div style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">if, in good faith, we believe that the disclosure is required to comply with a judicial proceeding, court order,
                              subpoena, warrant or legal process, and such disclosure is in compliance with local law;</span></span></div>
                      </li>
                    </ul>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <ul dir="ltr">
                      <li>
                        <div style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">in the event of a merger or acquisition, asset sale, a transfer of some or all of Hilton’s business, or other
                              related transaction; and</span></span></div>
                      </li>
                    </ul>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <ul dir="ltr">
                      <li>
                        <div style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">when we believe in good faith that disclosure is required by law or to protect the safety of our employees, the
                              public or Hilton property.</span></span></div>
                      </li>
                    </ul>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em"><strong>International Data Transfers</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">We reserve the right to transfer your personal information to, or process your personal information in, countries that
                          have not been found to provide adequate protection of data pursuant to a country-specific law. In particular, we collect and store the personal information you provide via the Careers Site in the United States.</span></span>
                    </p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">We use appropriate safeguards for the transfer of personal information among our affiliates in various jurisdictions, and
                          where required, we have implemented data transfer agreements, such as the European Commission controller-to- controller standard contractual clauses or other similar safeguards, for such purposes. To obtain a copy of theses
                          clauses or additional information on transfers, you may send your request to <a href="mailto:privacy@hilton.com">privacy@hilton.com</a>.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em"><strong>Complaints</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">You have the right to lodge a complaint regarding the processing of your personal information with us at
                          <a href="mailto:privacy@hilton.com">privacy@hilton.com</a> or with the supervisory authority in the Member State of your residence or place of work if you believe that the processing of your personal information infringes
                          applicable local laws.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em"><strong>Privacy Notice Changes</strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">This Notice may be changed from time to time. You can determine when this Notice was last revised by referring to the
                          “Last Updated” legend at the top of this Notice. Any changes to this Notice will become effective upon our posting of the revised Notice on the Careers Site.</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family:arial"><span style="font-size:1em">&nbsp;<span style="font-family:arial"><span style="font-size:1em"><span style="font-family:arial"><span
                                  style="font-size:1em"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></span></span></span></span></span></span></p>
                  </div>
                </div>
              </fieldset><span class="separatorpanel"></span><input id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-ContinueButton" type="button"
                name="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-ContinueButton" value="I Accept" title="I Accept"
                onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-ContinueButton',null, null, true);return taleo.core.event.setAndReturnFalse(event);"><input
                id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-CancelButton" type="button" name="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-CancelButton" value="I Decline" title="I Decline"
                onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-CancelButton',null, null, true);return taleo.core.event.setAndReturnFalse(event);">
            </span></span></span></span>
    </span></span><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState"
    value="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"
    autocomplete="off"><input type="hidden" id="stateSavers" name="stateSavers" value="H4sIAAAAAAAAAFvzloG1uIhBLiuxLFGvtCQzR885PycnNbkkMz+vWMU1t6CkMji1RPRrkewW5tMaTAwMFQWVADrPGpc0AAAA">
  <input type="hidden" id="jsfCmdId" name="jsfCmdId" value="">
  <input type="hidden" id="isLegalDisclaimerAcceptPending" name="isLegalDisclaimerAcceptPending">
  <input type="hidden" id="bookmarkURLHF" name="bookmarkURLHF"
    value="https://hilton.taleo.net/careersection/careersection/privacyagreement/statementBeforeAuthentification.jsf?cookieDisabled=null&amp;isLegalDisclaimerAcceptPending=null&amp;navigateTo=null&amp;portal=null&amp;redirectionURI=https://hilton.taleo.net/careersection/us_hotel_ext/profile.ftl?lang=en&amp;alt=1">
  <input type="hidden" id="tz" name="tz">
  <input type="hidden" id="dialogTemplate-dialogForm" name="dialogTemplate-dialogForm" value="dialogTemplate-dialogForm">
  <input type="hidden" id="langDirection" name="langDirection" value="ltr">
  <input type="hidden" id="navigateTo" name="navigateTo">
  <input type="hidden" id="vmAction" name="vmAction">
  <input type="hidden" id="cookieDisabled" name="cookieDisabled">
  <input type="hidden" id="bookmarkNameHF" name="bookmarkNameHF" value="Privacy Agreement">
  <input type="hidden" id="tno" name="tno" value="0">
  <input type="hidden" id="jsfCmdParams" name="jsfCmdParams">
  <input type="hidden" id="portal" name="portal">
  <input type="hidden" id="lang" name="lang" value="en">
  <input type="hidden" id="csrftoken" name="csrftoken" value="huz+AiDbgwPGO/lli1tBySaCgEKXrR7uwbEzIpMSMD0=">
  <input type="hidden" id="redirectionURI" name="redirectionURI" value="https://hilton.taleo.net/careersection/us_hotel_ext/profile.ftl?lang=en&amp;alt=1">
</form>

Text Content

Go to the main content section.
Menu
Close Menu
 * Culture
 * Blog
 * Benefits
 * Diversity
 * Military Hiring
 * Career Paths
 * Brands
 * Connect
 * Events
 * Search Jobs

 * Hilton.com
 * Current Team Member

 * Glassdoor
 * Facebook
 * LinkedIn
 * YouTube
 * Twitter
 * Instagram

Copyright © 2023 Hilton

 * Culture
   * Blog
 * Benefits
 * Diversity
   * Military Hiring
 * Career Paths
 * Brands
 * Connect
   * Events
 * Search Jobs

Welcome. You are not signed in.  | Sign In
 * Job Search

Beginning of the main content section. Printable Format The action cannot be
completed. Cookies are not enabled on your browser. Please enable cookies in
your browser preferences and refresh your browser to continue. 


PRIVACY AGREEMENT 

Select a language DanishEnglishEnglish (United Kingdom)French
(France)GermanItalianJapanesePortuguese (Brazil)RussianSimplified
ChineseSpanishTurkish

Hilton

 

 

Applicant Privacy Notice

 

Last Updated: July 2021

 

Hilton Worldwide Holdings Inc. and its direct and indirect subsidiaries
("Hilton", “we”, “our” or “us”) value the trust of individuals submitting job
applications on the Hilton Careers Site (“you” or “Applicant”) and are committed
to the responsible management, use and protection of personal information. This
Applicant Privacy Notice (this "Notice") applies to all the information
collected by Hilton to facilitate your job application and includes your use of
our Careers Site. This Notice explains how Hilton processes the personal
information that we collect through the job application process (“personal
information”). Please note that this Notice applies only to Hilton’s processing
of your personal information on the Careers Site and if you are applying for a
Hilton corporate position, or a position at a property that is managed by
Hilton. You may be applying for a position at a franchised property in which
case, the franchised property will process your personal data in accordance with
its own policies and procedures, which may be provided to you via a separate
privacy policy.

 

Personal information submitted to other Hilton web sites will be used in
accordance with our Global Privacy Statement.

 

The Careers Site is operated by Hilton, 7930 Jones Branch Drive, McLean,
Virginia, USA 22102, in order to support the recruitment functions of Hilton and
Hilton properties. The Careers Site is not intended for distribution or use in
any jurisdiction or country where such distribution or use would be contrary to
local law or regulation.

 

Where local laws impose greater obligations or restrictions on the use of
personal information, or require additional information to be provided to you,
this Notice may be supplemented by local policies or procedures that are
specific to a particular region, country or entity. In particular, Appendix A to
this Notice includes additional information applicable to Applicants residing in
countries that have enacted privacy laws giving certain additional rights to
residents of those countries. These countries include, but are not limited to,
those in the European Economic Area, the United Kingdom and Switzerland
(collectively, the “EEA”), Argentina, Australia, Brazil, Canada, China, Israel,
Japan, Kenya, Nigeria, and Turkey. Where additional consent, consultation or
other rights exist under local laws, Hilton’s processing of personal information
will be subject to the exercise of those rights.

 

In some locations around the world, Hilton manages hotel properties on behalf of
a third party owner. At many of those properties, the Hotel owner (and not
Hilton) is the actual employer, and Hilton performs recruiting and hiring
functions on behalf of the owner. You understand and agree that, by applying
through this site, you may be applying for a position with a company other than
Hilton, where Hilton is serving as the recruiter, but will not be your employer
of record.

 

If you accept a position with Hilton or the Hotel owner, you will be considered
a Hilton “Team Member” and a separate notice will govern our use of your
personal information.

 

Some positions listed on the Hilton Careers Site are for positions with a
franchised property. For these positions, the franchise management company or
property owner (and not Hilton) is the actual employer. By providing access to
the Hilton Careers site, Hilton does not perform or exercise any direction,
oversight or control over any recruiting or hiring functions on behalf of
franchisees and allows access to its Careers Site for applicants of these
franchise entities as an optional resource only. You understand and agree that,
by applying through this site, you may be applying for a position with a
franchised property (not Hilton) and Hilton will not be your employer of record.

 

 

Your Acknowledgement

 

Please read this Notice carefully and indicate your acknowledgment and
acceptance of our collection, retention, use, transfer and disclosure of
personal information as described in this Notice by clicking the "I Accept"
button at the end of this Notice.

 

Your personal information may be transferred to countries outside your home
country, including countries where data protection laws may differ from those of
your home country.

 

Hilton maintains safeguards designed to protect your personal information.
Please see Appendix A for additional information.

 

 

Information We Collect

 

Hilton may collect personal information in connection with your submitting to
apply or searching for a position on the Hilton Careers Site. This includes
information you provide as well as passive information collection.

 

• Information You Provide

 

> • Log-in and password, for users of the Careers Site;
> • Information on how you found out about the job;
> • Identifiers and contact Information including names and addresses, telephone
> numbers, mobile telephone numbers, email addresses, dates of birth, Social
> Security numbers, driver’s license or state identification numbers, bank
> account information, and other similar contact information and identifiers);
> • Professional and employment-related information including:
>            • data submitted with employment applications including employment
> history and experience, employment recommendations or references, employment
> preferences, willingness to relocate, willingness to travel, desired salary,
> CV, résumé, cover letter, etc.

>            • background check and criminal history;

>            • work authorization;

>            • fitness for duty data and reports;

> • Education information including education history such as education level,
> school, major, certifications held, etc.
> • Protected classification information including characteristics of protected
> classifications under applicable state or federal law by your
> self-identification (such as Age range, Gender, Religion, Disabled, Ethnic
> Group).
> • Internet or other electronic network activity information including all
> activity on the Hilton Careers Site or Hilton information systems, such as
> search history on the Careers Site.
> Hilton may also collect the following information from applicants in the
> United Kingdom and Ireland and other EEA jurisdictions, as well as Canada:
> • Right to Work Document Type;
> • For Visa/Work Permits, the type of such permit;
> • Related to a Right to Work Document or Permit: Document Number, Country of
> Issue, Place of Issue, Issue Date, Expiration Date.

 
We do not require, but you may voluntarily choose to provide, other relevant
information as part of your application. Please do not submit the following
sensitive information unless we specifically request that you provide such
information so that we may comply with our legal obligations and/or internal
policies relating to diversity and anti-discrimination: sexual orientation,
race, ethnic origin, religion, political and religious beliefs, disability,
marital status, creed, nationality, national origin, color and/or age.

 

By voluntarily submitting information about your racial or ethnic origin;
physical or mental health or condition; job evaluations or educational records;
commission (or alleged commission) of an offence or related proceedings;
political opinions or beliefs; religious beliefs; sex life; membership in a
trade union or political party, you expressly authorize Hilton to receive and
process such information for the purpose of processing your application.

 

Any information you submit must be true, complete, and not misleading and you
must have the lawful right to provide it. If not, this may lead to a rejection
of your application during the application process or disciplinary action
including immediate dismissal if you have been hired.

 

If you intend to provide us with details of a reference or any other third party
as part of your CV/resume, it is your responsibility to obtain consent from that
third party prior to providing his/her personal information to us.

 

The provision of personal information, including on the Careers Site, is
voluntary. Please note however that the failure to provide sufficient
information may result in you being unable to be considered for employment.

 

> • Passive Information Collection: Cookies and Similar Technology

 

We and our service providers may use "cookies" and similar technologies on the
Careers Site. Cookies are data that a web server transfers to an individual's
computer for record keeping purposes. We use cookies and other technologies to
better serve you with more tailored information and facilitate your ongoing
access to and use of our Careers Site. If you do not want information collected
through the use of cookies, there is a simple procedure in most browsers that
allows you to automatically decline cookies, or to be given the choice of
declining or accepting the transfer of a particular cookie, or cookies from a
particular website, to your computer. However, if you decline session management
cookies from Taleo (the third-party that hosts the Careers Site), the Careers
Site may not function properly for you.

 

If you are a resident of certain countries, we are required to obtain your
consent before placing certain cookies or similar technology on your computer.
We will separately prompt you for this consent before we attempt to place a
cookie or similar technology on your computer.

 

 

Legal Bases, Use, and Disclosure of Personal Information

 

The information that you submit on the Careers Site will be stored in the United
States (and in the relevant jurisdiction(s) if the job relates to one of our
franchise companies or affiliated entities outside of the United States). As a
reminder, you may be applying for a position at a franchised property in which
case, the franchised property will process your personal data in accordance with
its own policies and procedures, which may be provided to you via a separate
privacy policy.

 

The following information may be collected, used, transferred and disclosed by
employees, consultants and/or service providers of Hilton around the world for
Hilton's global recruitment functions and for related management and planning
purposes, including, as permitted by local law, to:

 

> • Maintain personnel records and record retention requirements.
> • Prevent unauthorized access to or use of the Hilton’s property, including
> Hilton’s information systems, electronic devices, network, and data.
> • Investigate complaints, grievances, and suspected violations of Hilton
> policy.
> • Design, implement, and promote Hilton’s diversity and inclusion programs
> • Improve safety of our facilities for employees, customers and the public
> with regard to use of Hilton property and equipment.
> • Confirm eligibility for employment and related checks regarding fitness for
> duty.
> • Conduct background checks if you are offered a job.
> • Comply with applicable state and federal health, labor, employment,
> benefits, workers compensation, disability, equal employment opportunity,
> workplace safety, and related laws, guidance, or recommendations

 
Personal information about you will be added to Hilton's international candidate
database and may be used for the purposes of considering whether your profile is
suitable for other job vacancies at Hilton. If we elect to make you an offer,
personal information you submit may be incorporated into our human resources
system and used to manage the new-hire process. The processing of your personal
information for these purposes is based on your consent. If you become a Team
Member, any personal information that you submit may become part of your Team
Member file and may be used for other employment/work-related purposes and
otherwise in accordance with the Hilton Team Member Privacy Notice.

 

To the extent any use is inconsistent with or outside of the contemplated uses
in this Notice, we will communicate it to you at the time of use.

 

Personal information about you will be reviewed by Hilton Team Members or agents
who have a business need to access such personal information and may include
recruiters, human resources personnel, technical services personnel and managers
or their designees.
 

> We may share personal information about you with selected service providers or
> consultants acting on our behalf, such as third parties assisting Hilton with
> the operation of the Careers Site (including (a) Taleo (with its primary place
> of business at 4140 Dublin Boulevard, Suite 400, Dublin, CA 94568 USA), which
> is the Applicant Tracking System and hosts job openings for the Careers Site,
> (b) Phenom (with its primary place of business at 300 Brookside Ave., Building
> 18, Suite 200, Ambler, PA 19022), which hosts the Careers Site and talent
> relationship and content management system, and (c) SHL (with its primary
> place of business at 1 Atwell Place, Thames Ditton, Surrey, KT7 ONE UK), which
> conducts job- specific candidate assessments). Those third parties are
> required by contract to use appropriate measures to protect the
> confidentiality and security of personal information.

 

Hilton also may disclose personal information about you in order to:

 

> 1. Protect the legal rights, privacy, safety or property of Hilton or its Team
> Members, agents, contractors, customers or the public;
> 2. Protect the safety and security of visitors to our web sites or other
> properties;
> 3. Protect against fraud or other illegal activity or for risk management
> purposes;
> 4. Respond to inquiries or requests from legal authorities;
> 5. Permit Hilton to pursue available remedies or limit the damages that we may
> sustain;
> 6. Enforce our website Terms of Service;
> 7. Respond to an emergency;
> 8. Comply with the law or legal process;
> 9. Effect a license, sale or transfer of a business or assets (including in
> connection with any bankruptcy or similar proceedings); or
> 10. Manage acquisitions, mergers and re-organizations.

 

 

Data Retention

 

We are required to retain information relating to candidates applying for jobs
within the United States. We will retain your personal information for three
years, or a longer time if required or allowable by applicable law, during which
time we or a franchise company or affiliate may contact you regarding open
positions. Personal Information of candidates applying for jobs in other parts
of the world will be retained in accordance with local law. If there is no
activity in relation to the personal information, Hilton may remove it from its
database, subject to Hilton's data retention obligations and policies and any
applicable legal or regulatory obligations or for the period of time permitted
by local laws, for the purpose of considering whether your skills are suitable
for other opportunities.

 

Note that Hilton may delete personal information about you at any time
(including your CV/resume), without any reason. Therefore, please retain your
own copy of the personal information provided to us.

 

 

Access, Correction and Deletion

 

If you choose to register on the Careers Site, you may access, review, and
change some of the personal information collected about you and stored on the
Careers Site by logging into the Careers Site and choosing to update your
account information. The updated profile will be used as the default the next
time you apply for a job using your account online. To change personal
information that you already have submitted for consideration for a specific
position, please resubmit your application to update personal information about
you that is associated with that job application. We encourage you to promptly
update your personal information if it changes or is inaccurate. Upon your
request, we will deactivate or remove your personal information from our active
databases, although some information may be retained as permitted or required by
law.

 

If you have any questions or concerns about how we otherwise process personal
information please contact us at the e-mail link below.

 

 

[Click here to send an email to DataProtectionOffice@hilton.com]

 

You may access, modify or object to the use of personal information as permitted
by applicable local law. Applicants who would like to review, update, or request
that we delete their personal information should go to the Data Subject Rights
Portal or should send a request in writing to DataProtectionOffice@Hilton.com or
Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA.
Please note, however, that certain personal information may be exempt from
access, correction or deletion rights pursuant to applicable data protection
laws. If you are a resident of a country that grants you certain rights with
respect to your personal information (such as EEA residents), you may have other
rights with respect to your personal information, which are explained in
Appendix A.

 

 

Career Site Security

 

We take reasonable precautions to safeguard the personal information transmitted
between visitors and the Careers Site and the personal information stored on our
servers. Unfortunately, no method of transmitting or storing data can be
guaranteed to be 100% secure. Do not send sensitive information via email. It is
your sole responsibility to use the appropriate level of care whenever
communicating with us.

 

If you have reason to believe that your interaction with us is no longer secure
(for example, you feel that the security of any account you might have with us
has been compromised), you should immediately notify us of the problem by
contacting us at the link below.

 

 

[Click here to send an email to ISC@hilton.com]

 

 

Hilton hereby disclaims, as far as permitted by law, any liability for itself
and its affiliated companies and contractors for any of your information sent to
our Careers Site that is lost, misused, illegally accessed, disclosed, altered
or destroyed or not integrally or timely delivered to our Careers Site.

 

 

Links to other websites

 

The Careers Site may contain links to other websites. The operators of those
other websites may collect information about you, through cookies or other
technologies. If you link to another website, you will leave the Careers Site
and this Notice will not apply to your use of and activity on those other sites.

 

If you provide personal information through or on any other site, your
transaction will occur on that website (not the Hilton Careers Site) and the
personal information you provide will be collected by, and controlled by, the
privacy policy of that website operator.

 

Links on the Careers Site to other websites are provided only as a convenience,
and the inclusion of such links does not imply endorsement of the linked site.
We encourage you to read the legal notice posted on those sites, including their
privacy policies. We have no responsibility or liability for your visits to, or
the data collection or use practices of, other sites.

 

 

Law Applicable to Job Application

 

The Careers Site allows you to benefit from Hilton's centralized global
recruitment function, while applying for jobs worldwide. This Careers Site is
operated from the United States. Accordingly, any personal information you
submit to the Careers Site will be collected in the U.S. and will be subject to
U.S. laws. However, if we share your personal information with a Hilton entity
located in another country in its capacity as a potential employer (or acting as
recruiter for a Hotel owner), the Hilton entity will handle your personal
information in accordance with this Notice. Franchisee entities may handle your
information pursuant to a separate privacy notice they may provide to you. Any
hiring or other employment-related decisions will be made by the hiring entity
in accordance with the laws of the country where the job will be located. Please
see Appendix A for additional information on International Data Transfers.

 

 

About Children

 

The Careers Site is not intended for minors under the age of 15 or the lawful
age of employment (whichever is greater) in any country in which we operate.

 

 

Changes to the Notice

 

We reserve the right to amend this Notice at any time without advance notice in
order to address future developments of Hilton, the Careers Site or changes in
industry or legal trends. We will post the revised Notice on the Careers Site or
announce the change on the home page of the Careers Site. You can determine when
the Notice was revised by referring to the "Last Updated" legend on the top of
this Notice. Any changes will become effective upon the posting of the revised
Notice on the Careers Site. By continuing to use the Careers Site following such
changes, you will be deemed to have agreed to such changes. If you do not agree
with the terms of this Notice, in whole or part, you can choose to not continue
to use the Careers Site.

 

 

Additional Privacy Provisions for Applicants from Certain Countries

 

Please see Appendix A for additional provisions that pertain to you if you are a
resident of a country that has enacted a privacy law granting additional rights
to residents of that country.

 

 

APPENDIX A

 

ADDITIONAL PROVISIONS APPLICABLE TO PROCESSING OF PERSONAL INFORMATION OF
APPLICANTS FROM COUNTRIES WITH PRIVACY LAWS GRANTING ADDITIONAL RIGHTS TO
INDIVIDUALS

 

 

For applicants from countries that have enacted privacy laws granting additional
rights to individuals, this Appendix outlines certain additional information
that Hilton is obligated to provide to you, as well as certain rights you have
with respect to the processing of your personal information, pursuant to
applicable local laws.

 

 

 

Hilton Controller:

 

 

 

Hilton Domestic Operating Company Inc. is the data controller with respect to
your personal information and can be contacted by email at
DataProtectionOffice@Hilton.com or at the following address:

 

 

 

Hilton Data Protection Officer

7930 Jones Branch Drive

McLean, Virginia 22102 USA

 

 

 

Purposes and Legal Basis for Processing

 

 

 

Hilton processes your personal information for the purpose of either recruiting
and evaluating candidates for employment, or to allow franchisee entities to
access your personal information if you are applying for a position at a
franchised property. Hilton processes your information pursuant to its
legitimate business interests and, in some cases, based on your consent.

 

 

 

Data Subject Rights

 

 

 

Access, Correction and Erasure Requests: Applicants who would like to review,
update, or request that we delete their personal information should go to the
Data Subject Rights Portal or should send a request in writing to
DataProtectionOffice@Hilton.com or Hilton Data Protection Office, 7930 Jones
Branch Drive, McLean, VA 22102, USA. Please note, however, that certain personal
information may be exempt from access, correction or deletion rights pursuant to
applicable data protection laws.

 

 

 

Restriction Requests: Applicants who would like to request that Hilton cease
processing of certain personal information should go to the Data Subject Rights
Portal or should send a request in writing to DataProtectionOffice@Hilton.com or
Hilton Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA.

 

 

 

Please note, however, that certain personal information may be exempt from such
requests pursuant to applicable data protection laws.

 

 

Data Portability Requests: Applicants who would like to request a copy of
certain of their personal information, or request that such personal information
be transmitted to a third party, should go to the Data Subject Rights Portal or
should send a request in writing to DataProtectionOffice@Hilton.com or Hilton
Data Protection Office, 7930 Jones Branch Drive, McLean, VA 22102, USA. Please
note, however, that data portability rights apply only in limited circumstances
and to limited data sets.

 

 

 

Disclosures of your Information

 

 

 

In order to administer and manage the job application process, and to otherwise
perform the activities set forth in this Notice, your information will be shared
with other Hilton personnel, such as personnel responsible for hiring
determinations, members of the human resources team, as well as other employees
and individuals within Hilton involved in the recruitment and selection process.
Hilton will provide franchisee entities with access to your information if you
are applying for a job with a franchise property.

 

Your information will be shared with various third party service providers
engaged by Hilton to support its recruitment efforts for its corporate offices
and owned and managed properties. These third parties include:

 * human resources services, performance management and talent management
 * back office IT systems suppliers and providers

>  
> 
> We will also share information with legal and regulatory authorities and our
> accountants, auditors, lawyers and other outside professional advisors.
> 
>  
> 
>  
> 
>  
> 
> We also share information with third parties:
> 
>  
> 
>  
> 
>  

 * if, in good faith, we believe that the disclosure is required to comply with
   a judicial proceeding, court order, subpoena, warrant or legal process, and
   such disclosure is in compliance with local law;

 

 * in the event of a merger or acquisition, asset sale, a transfer of some or
   all of Hilton’s business, or other related transaction; and

 

 * when we believe in good faith that disclosure is required by law or to
   protect the safety of our employees, the public or Hilton property.

 

 

 

 

 

International Data Transfers

 

We reserve the right to transfer your personal information to, or process your
personal information in, countries that have not been found to provide adequate
protection of data pursuant to a country-specific law. In particular, we collect
and store the personal information you provide via the Careers Site in the
United States.

 

We use appropriate safeguards for the transfer of personal information among our
affiliates in various jurisdictions, and where required, we have implemented
data transfer agreements, such as the European Commission controller-to-
controller standard contractual clauses or other similar safeguards, for such
purposes. To obtain a copy of theses clauses or additional information on
transfers, you may send your request to privacy@hilton.com.

 

 

Complaints

You have the right to lodge a complaint regarding the processing of your
personal information with us at privacy@hilton.com or with the supervisory
authority in the Member State of your residence or place of work if you believe
that the processing of your personal information infringes applicable local
laws.

 

 

Privacy Notice Changes

This Notice may be changed from time to time. You can determine when this Notice
was last revised by referring to the “Last Updated” legend at the top of this
Notice. Any changes to this Notice will become effective upon our posting of the
revised Notice on the Careers Site.

 

 

  

 * Recruitment Fraud
 * Accessibility Assistance
 * Employment Disclaimer
 * Equal Opportunity Employer
 * Personal Information

 * Hilton.com
 * Careers Home
 * Current Team Member
 * Global Privacy Statement


CULTURE

 * Diversity and Inclusion
 * Career Growth
 * Heart of House
 * The Hilton Effect


BENEFITS

 * Thrive at Hilton
 * Unique Hilton Benefits
 * Parental Assistance
 * Employee Recognition


CAREER PATHS

 * Hotels
 * Corporate
 * Universities
 * Work From Home


BRANDS


CONNECT

 * Social Media
 * Job Alerts
 * Events
 * Blogs


SEARCH JOBS

Copyright © 2023 Hilton


@HILTONCAREERS

 * Glassdoor
 * Facebook
 * LinkedIn
 * YouTube
 * Twitter
 * Instagram