{"id":10285,"date":"2024-01-09T14:16:59","date_gmt":"2024-01-09T14:16:59","guid":{"rendered":"https:\/\/100t.com.br\/?p=10285"},"modified":"2024-06-08T20:54:06","modified_gmt":"2024-06-08T20:54:06","slug":"vagas-walmart","status":"publish","type":"post","link":"https:\/\/100t.com.br\/cs\/vagas-walmart\/","title":{"rendered":"Voln\u00e1 pracovn\u00ed m\u00edsta ve Walmartu: Aktu\u00e1ln\u00ed p\u0159\u00edle\u017eitosti a jak se p\u0159ihl\u00e1sit"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Walmart Jobs<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>V tomto \u010dl\u00e1nku zjist\u00edte, jak za\u010d\u00edt svou kari\u00e9ru ve Walmartu, jednom z nejv\u011bt\u0161\u00edch \u0159et\u011bzc\u016f supermarket\u016f na sv\u011bt\u011b.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>S\u00ed\u0165 nab\u00edz\u00ed p\u0159\u00edle\u017eitosti od pozic na z\u00e1kladn\u00ed \u00farovni, jako jsou pokladn\u00ed, a\u017e po mana\u017eersk\u00e9 pozice.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-29l5dl\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/careers.walmart.com\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          P\u0158\u00cdLE\u017dITOST        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          VOLN\u00c1 M\u00cdSTA WALMART        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              REGISTROVAT            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              ONLINE            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Pod\u00edvejte se, jak se uch\u00e1zet o pr\u00e1ci ve va\u0161em m\u011bst\u011b.        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.walmart.com\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              V\u00cdCE INFORMAC\u00cd            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.walmart.com\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              V\u00cdCE INFORMAC\u00cd            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Budete p\u0159esm\u011brov\u00e1ni na jin\u00fd web        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/careers.walmart.com\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Pod\u00edvejte se, jak se uch\u00e1zet o pr\u00e1ci ve va\u0161em m\u011bst\u011b              <\/p>\n              <a href=\"https:\/\/careers.walmart.com\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    V\u00cdCE INFORMAC\u00cd                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Budete p\u0159esm\u011brov\u00e1ni na jin\u00fd web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>V\u00edce ne\u017e 4700 jednotek<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>S v\u00edce ne\u017e 4 700 obchody ve Spojen\u00fdch st\u00e1tech nab\u00edz\u00ed \u0159et\u011bzec tis\u00edce voln\u00fdch m\u00edst po cel\u00e9 zemi. Mezi nimi jsou p\u0159\u00edle\u017eitosti pro n\u00e1sleduj\u00edc\u00ed funkce:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Pokladn\u00ed<\/strong>: Z\u00e1kaznick\u00fd servis a zpracov\u00e1n\u00ed plateb;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>mana\u017eer supermarketu<\/strong>: Dohled nad \u010dinnost\u00ed a \u0159\u00edzen\u00edm t\u00fdmu;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Dozorce podl\u00e9haj\u00edc\u00ed zk\u00e1ze<\/strong>: Zodpov\u011bdnost za koordinaci rychloobr\u00e1tkov\u00fdch spot\u0159ebn\u00edch produkt\u016f;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>\u00fa\u0159edn\u00ed asistent<\/strong>: Podpora p\u0159i administrativn\u00edch \u00fakonech a organizaci.<\/li>\n<\/div><\/ul>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-processo-para-se-inscrever-nas-vagas-de-emprego-no-walmart\">Proces \u017e\u00e1dosti o pr\u00e1ci ve Walmartu<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Chcete-li se uch\u00e1zet o pr\u00e1ci ve Walmartu a otev\u0159\u00edt dve\u0159e slibn\u00e9 kari\u00e9\u0159e v jednom z nejv\u011bt\u0161\u00edch maloobchodn\u00edch \u0159et\u011bzc\u016f na sv\u011bt\u011b, postupujte takto:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>1. <strong>Nav\u0161tivte ofici\u00e1ln\u00ed str\u00e1nky<\/strong>: Nav\u0161tivte webov\u00e9 str\u00e1nky spole\u010dnosti, kde najdete informace o voln\u00fdch pozic\u00edch.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>2. <strong>Mo\u017enosti v\u00fdzkumu<\/strong>: Proch\u00e1zejte r\u016fzn\u00e9 pracovn\u00ed kategorie a pozice nab\u00edzen\u00e9 spole\u010dnost\u00ed Walmart.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>3. <strong>Vyberte si voln\u00e9 m\u00edsto<\/strong>: Vyberte pozici, kter\u00e1 nejl\u00e9pe odpov\u00edd\u00e1 va\u0161im dovednostem, zku\u0161enostem a profesn\u00edm c\u00edl\u016fm.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>4. <strong>Vytvo\u0159it \u00fa\u010det<\/strong>: Pro spu\u0161t\u011bn\u00ed aplikace si vytvo\u0159te profil na pracovn\u00edm port\u00e1lu spole\u010dnosti.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>5. <strong>Vypl\u0148te fromul\u00e1\u0159<\/strong>: Vypl\u0148te registra\u010dn\u00ed formul\u00e1\u0159 sv\u00fdmi osobn\u00edmi a profesn\u00edmi \u00fadaji.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>6. <strong>Po\u0161lete \u017eivotopis<\/strong>: P\u0159ipojte sv\u016fj \u017eivotopis a dal\u0161\u00ed relevantn\u00ed dokumenty, jako jsou doporu\u010duj\u00edc\u00ed dopisy nebo certifik\u00e1ty.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>7. <strong>Potvr\u010fte odesl\u00e1n\u00ed<\/strong>: Zkontrolujte, zda jsou v\u0161echny informace spr\u00e1vn\u00e9 a ode\u0161lete sv\u016fj formul\u00e1\u0159.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Budete-li se \u0159\u00eddit t\u011bmito kroky, budete na nejlep\u0161\u00ed cest\u011b k z\u00edsk\u00e1n\u00ed pr\u00e1ce ve Walmartu a profesn\u00edmu r\u016fstu!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Tipy, jak zv\u00fd\u0161it sv\u00e9 \u0161ance na p\u0159ijet\u00ed do Walmartu<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Chcete-li zv\u00fd\u0161it sv\u00e9 \u0161ance na z\u00edsk\u00e1n\u00ed zam\u011bstn\u00e1n\u00ed ve Walmartu, je d\u016fle\u017eit\u00e9 efektivn\u011b prezentovat sv\u00e9 dovednosti a odhodl\u00e1n\u00ed b\u011bhem procesu hodnocen\u00ed.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pod\u00edvejte se na tyto tipy:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>1. Prozkoumejte spole\u010dnost<\/strong>: dozv\u011bd\u011bt se o kultu\u0159e a hodnot\u00e1ch Walmartu;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>2. P\u0159izp\u016fsobte si sv\u016fj \u017eivotopis<\/strong>: zv\u00fdraznit dovednosti a zku\u0161enosti relevantn\u00ed pro po\u017eadovanou pozici;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>3. Zd\u016frazn\u011bte mezilidsk\u00e9 dovednosti;<\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>4. Vystavte ur\u010den\u00ed se z\u00e1kaznick\u00fdm servisem;<\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>5. P\u0159ipravte se na ot\u00e1zky t\u00fdkaj\u00edc\u00ed se chov\u00e1n\u00ed;<\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>6. Prok\u00e1zat \u010dasovou dostupnost;<\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>7. <strong>Ptejte se na relevantn\u00ed ot\u00e1zky<\/strong>: souvis\u00ed s pozic\u00ed, t\u00fdmem a organiza\u010dn\u00edm klimatem;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>8. Bu\u010fte dochviln\u00ed a chovejte se profesion\u00e1ln\u011b<\/strong>: dostavit se v ur\u010den\u00fd \u010das na pohovor a nosit vhodn\u00e9 oble\u010den\u00ed;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>9. Po pohovoru bu\u010fte v kontaktu<\/strong>: po\u0161lete e-mail s pod\u011bkov\u00e1n\u00edm a pos\u00edlen\u00edm va\u0161eho z\u00e1jmu o pozici.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>P\u0159edpoklady pro aplikaci<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Z\u00e1kladn\u00ed p\u0159edpoklady pro p\u0159ihl\u00e1\u0161en\u00ed do supermarket\u016f Walmart jsou:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>P\u0159edchoz\u00ed zku\u0161enosti s prodejem nebo z\u00e1kaznick\u00fdm servisem<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Z\u00e1kladn\u00ed znalosti v \u0159\u00edzen\u00ed technologick\u00fdch za\u0159\u00edzen\u00ed jako jsou po\u010d\u00edta\u010de nebo registra\u010dn\u00ed pokladny<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Schopnost pracovat v t\u00fdmu a v dynamick\u00e9m pracovn\u00edm prost\u0159ed\u00ed<\/li>\n<\/div><\/ul>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Existuj\u00ed ve Walmartu programy \u0161kolen\u00ed nebo st\u00e1\u017e\u00ed?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Walmart nab\u00edz\u00ed \u0161kolic\u00ed a st\u00e1\u017eov\u00e9 programy pro studenty a profesion\u00e1ly, kte\u0159\u00ed maj\u00ed z\u00e1jem rozv\u00edjet sv\u00e9 dovednosti a budovat kari\u00e9ru ve spole\u010dnosti. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tyto programy maj\u00ed tendenci se li\u0161it v d\u00e9lce trv\u00e1n\u00ed a lze je nal\u00e9zt na ofici\u00e1ln\u00edch webov\u00fdch str\u00e1nk\u00e1ch nebo na platform\u00e1ch pr\u00e1ce a st\u00e1\u017e\u00ed.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>O \u0159et\u011bzci supermarket\u016f Walmart<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Walmart zalo\u017eil Sam Walton, americk\u00fd obchodn\u00ed magn\u00e1t, v roce 1962. Jeho prvn\u00ed obchod byl otev\u0159en v Rogers, Arkansas. Spole\u010dnost byla vytvo\u0159ena s filozofi\u00ed nab\u00edzet n\u00edzk\u00e9 ceny a skv\u011bl\u00fd z\u00e1kaznick\u00fd servis.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Samova spole\u010dnost se py\u0161n\u00ed t\u00edm, \u017ee je nejv\u011bt\u0161\u00edm \u0159et\u011bzcem supermarket\u016f na sv\u011bt\u011b s v\u00edce ne\u017e 4 700 obchody ve Spojen\u00fdch st\u00e1tech a v\u00edce ne\u017e 10 500 po cel\u00e9m sv\u011bt\u011b.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jednotky jsou distribuov\u00e1ny ve 24 zem\u00edch v\u010detn\u011b Mexika, Kanady, Spojen\u00e9ho kr\u00e1lovstv\u00ed, Indie a n\u011bkolika zem\u00ed St\u0159edn\u00ed a Ji\u017en\u00ed Ameriky a zam\u011bstn\u00e1vaj\u00ed v\u00edce ne\u017e 2,2 milionu zam\u011bstnanc\u016f po cel\u00e9m sv\u011bt\u011b, co\u017e z n\u00ed d\u011bl\u00e1 jednoho z nejv\u011bt\u0161\u00edch soukrom\u00fdch zam\u011bstnavatel\u016f na sv\u011bt\u011b.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Sam&#039;s Club a Walmart<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>N\u00e1kupn\u00ed klub je sou\u010d\u00e1st\u00ed stejn\u00e9 skupiny spole\u010dnost\u00ed, kter\u00e9 zalo\u017eil Sam Walton. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Model n\u00e1kupn\u00edho klubu je jin\u00fd, proto\u017ee zahrnuje z\u00e1kazn\u00edky, kte\u0159\u00ed se pot\u0159ebuj\u00ed p\u0159ipojit k \u0159et\u011bzci, aby mohli nakupovat v obchodech.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Na s\u00edti najdete v\u0161e od zahradnick\u00fdch materi\u00e1l\u016f, potravin, elektroniky, n\u00e1bytku a v\u0161eho, co najdete v obchodech Walmart, nicm\u00e9n\u011b u Sama se nakupuje ve velk\u00e9m.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Hlavn\u00edm c\u00edlem s\u00edt\u011b je nab\u00edzet produkty v mno\u017estv\u00ed, za superkonkuren\u010dn\u00ed ceny, slou\u017eit mal\u00fdm podnik\u016fm a spot\u0159ebitel\u016fm, kte\u0159\u00ed cht\u011bj\u00ed u\u0161et\u0159it pen\u00edze n\u00e1kupem ve velk\u00fdch objemech.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Je \u010das podat p\u0159ihl\u00e1\u0161ku<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nyn\u00ed, kdy\u017e v\u00edte trochu v\u00edce o historii Walmartu a dostupn\u00fdch p\u0159\u00edle\u017eitostech, co takhle se zaregistrovat a uch\u00e1zet se o pr\u00e1ci?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jednodu\u0161e p\u0159ejd\u011bte na web p\u0159es odkaz n\u00ed\u017ee a zahajte proces.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-2wTwfS\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/careers.walmart.com\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          P\u0158\u00cdLE\u017dITOST        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          VOLN\u00c1 M\u00cdSTA WALMART        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              REGISTROVAT            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              ONLINE            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Pod\u00edvejte se, jak se uch\u00e1zet o pr\u00e1ci ve va\u0161em m\u011bst\u011b.        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.walmart.com\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              V\u00cdCE INFORMAC\u00cd            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.walmart.com\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              V\u00cdCE INFORMAC\u00cd            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Budete p\u0159esm\u011brov\u00e1ni na jin\u00fd web        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/careers.walmart.com\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Pod\u00edvejte se, jak se uch\u00e1zet o pr\u00e1ci ve va\u0161em m\u011bst\u011b              <\/p>\n              <a href=\"https:\/\/careers.walmart.com\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    V\u00cdCE INFORMAC\u00cd                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Budete p\u0159esm\u011brov\u00e1ni na jin\u00fd web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div>","protected":false},"excerpt":{"rendered":"<p>Hled\u00e1te pracovn\u00ed p\u0159\u00edle\u017eitost? Pod\u00edvejte se, jak se zapojit do v\u00fdb\u011brov\u00e9ho \u0159\u00edzen\u00ed jednoho z nejv\u011bt\u0161\u00edch maloobchodn\u00edk\u016f na sv\u011bt\u011b.<\/p>","protected":false},"author":4,"featured_media":10650,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[619],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Vagas de emprego no Walmart: Oportunidades atuais e como se candidatar - 100 Tech<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/100t.com.br\/cs\/vagas-walmart\/\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vagas de emprego no Walmart: Oportunidades atuais e como se candidatar\" \/>\n<meta property=\"og:description\" content=\"Est\u00e1 em busca de uma oportunidade de trabalho? Confira como participar do processo seletivo de um dos maiores varejistas do mundo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/100t.com.br\/cs\/vagas-walmart\/\" \/>\n<meta property=\"og:site_name\" content=\"100 Tech\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-09T14:16:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-08T20:54:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Felipe Barbosa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/100t.com.br\/#website\",\"url\":\"https:\/\/100t.com.br\/\",\"name\":\"100 Tech\",\"description\":\"Tecnologia e Informa\u00e7\u00e3o\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/100t.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"cs-CZ\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"cs-CZ\",\"@id\":\"https:\/\/100t.com.br\/vagas-walmart\/#primaryimage\",\"url\":\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart-1.jpg\",\"contentUrl\":\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart-1.jpg\",\"width\":1200,\"height\":800},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/100t.com.br\/vagas-walmart\/#webpage\",\"url\":\"https:\/\/100t.com.br\/vagas-walmart\/\",\"name\":\"Vagas de emprego no Walmart: Oportunidades atuais e como se candidatar - 100 Tech\",\"isPartOf\":{\"@id\":\"https:\/\/100t.com.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/100t.com.br\/vagas-walmart\/#primaryimage\"},\"datePublished\":\"2024-01-09T14:16:59+00:00\",\"dateModified\":\"2024-06-08T20:54:06+00:00\",\"author\":{\"@id\":\"https:\/\/100t.com.br\/#\/schema\/person\/fe9df411861b065c0ebfe5cbd39c6569\"},\"breadcrumb\":{\"@id\":\"https:\/\/100t.com.br\/vagas-walmart\/#breadcrumb\"},\"inLanguage\":\"cs-CZ\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/100t.com.br\/vagas-walmart\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/100t.com.br\/vagas-walmart\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/100t.com.br\/cs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Vagas de emprego no Walmart: Oportunidades atuais e como se candidatar\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/100t.com.br\/#\/schema\/person\/fe9df411861b065c0ebfe5cbd39c6569\",\"name\":\"Felipe Barbosa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"cs-CZ\",\"@id\":\"https:\/\/100t.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bd34257ba1611774186d5a99de1f5427?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bd34257ba1611774186d5a99de1f5427?s=96&d=mm&r=g\",\"caption\":\"Felipe Barbosa\"},\"url\":\"https:\/\/100t.com.br\/cs\/author\/feliperdrums\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Vagas de emprego no Walmart: Oportunidades atuais e como se candidatar - 100 Tech","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/100t.com.br\/cs\/vagas-walmart\/","og_locale":"cs_CZ","og_type":"article","og_title":"Vagas de emprego no Walmart: Oportunidades atuais e como se candidatar","og_description":"Est\u00e1 em busca de uma oportunidade de trabalho? Confira como participar do processo seletivo de um dos maiores varejistas do mundo.","og_url":"https:\/\/100t.com.br\/cs\/vagas-walmart\/","og_site_name":"100 Tech","article_published_time":"2024-01-09T14:16:59+00:00","article_modified_time":"2024-06-08T20:54:06+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Felipe Barbosa","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/100t.com.br\/#website","url":"https:\/\/100t.com.br\/","name":"100 Tech","description":"Tecnologia e Informa\u00e7\u00e3o","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/100t.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"cs-CZ"},{"@type":"ImageObject","inLanguage":"cs-CZ","@id":"https:\/\/100t.com.br\/vagas-walmart\/#primaryimage","url":"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart-1.jpg","contentUrl":"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/walmart-1.jpg","width":1200,"height":800},{"@type":"WebPage","@id":"https:\/\/100t.com.br\/vagas-walmart\/#webpage","url":"https:\/\/100t.com.br\/vagas-walmart\/","name":"Vagas de emprego no Walmart: Oportunidades atuais e como se candidatar - 100 Tech","isPartOf":{"@id":"https:\/\/100t.com.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/100t.com.br\/vagas-walmart\/#primaryimage"},"datePublished":"2024-01-09T14:16:59+00:00","dateModified":"2024-06-08T20:54:06+00:00","author":{"@id":"https:\/\/100t.com.br\/#\/schema\/person\/fe9df411861b065c0ebfe5cbd39c6569"},"breadcrumb":{"@id":"https:\/\/100t.com.br\/vagas-walmart\/#breadcrumb"},"inLanguage":"cs-CZ","potentialAction":[{"@type":"ReadAction","target":["https:\/\/100t.com.br\/vagas-walmart\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/100t.com.br\/vagas-walmart\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/100t.com.br\/cs\/"},{"@type":"ListItem","position":2,"name":"Vagas de emprego no Walmart: Oportunidades atuais e como se candidatar"}]},{"@type":"Person","@id":"https:\/\/100t.com.br\/#\/schema\/person\/fe9df411861b065c0ebfe5cbd39c6569","name":"Felipe Barbosa","image":{"@type":"ImageObject","inLanguage":"cs-CZ","@id":"https:\/\/100t.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/bd34257ba1611774186d5a99de1f5427?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bd34257ba1611774186d5a99de1f5427?s=96&d=mm&r=g","caption":"Felipe Barbosa"},"url":"https:\/\/100t.com.br\/cs\/author\/feliperdrums\/"}]}},"_links":{"self":[{"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/posts\/10285"}],"collection":[{"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/comments?post=10285"}],"version-history":[{"count":0,"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/posts\/10285\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/media\/10650"}],"wp:attachment":[{"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/media?parent=10285"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/categories?post=10285"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/100t.com.br\/cs\/wp-json\/wp\/v2\/tags?post=10285"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}