QLS Alblasserdam, South Holland, Netherlands
Join or sign in to find your next job
Join to apply for the Machine operator role at QLS
QLS Alblasserdam, South Holland, Netherlands
15 hours ago Be among the first 25 applicants
Join to apply for the Machine operator role at QLS
Get AI-powered advice on this job and more exclusive features.
- Ervaring als Machine Operator of technisch medewerker;
Ben jij technisch handig, werk je graag in een dynamische omgeving en wil je een belangrijke schakel zijn in het logistieke proces? Dan is deze functie als Machine Operator bij QLS iets voor jou!
Wat ga je doen?
Als Machine Operator ben jij verantwoordelijk voor het bedienen, instellen en controleren van diverse machines in ons fulfilmentcentrum. Jij zorgt dat alles soepel draait en dat onze pakketten efficiënt en foutloos verwerkt worden.
Jouw Belangrijkste Taken
- Bedienen en instellen van dozenopzetmachines, dozensluiters, Autostore en transportbanden;
- Signaleren en zelfstandig oplossen van kleine storingen aan de machines;
- Uitvoeren van eerstelijns onderhoud en schoonmaakwerkzaamheden;
- Controleren van de output en kwaliteit van de verpakkings- en transportlijnen;
- Zorgen voor een veilige, nette werkomgeving rondom de machines;
- Registreren van storingen en uitgevoerde werkzaamheden in het onderhoudssysteem;
- Signaleren van verbeterpunten en meedenken over procesoptimalisatie.
Waar werk je?
Als Machine Operator kom je terecht in een modern fulfilmentcentrum in
Alblasserdam, waar teamwork, snelheid en nauwkeurigheid centraal staan. Samen met je collega’s zorg je dat duizenden pakketten dagelijks op tijd bij de klant komen.
Wat vragen we van jou?
- Affiniteit met techniek en logistieke processen;
- Ervaring als Machine Operator of technisch medewerker;
- Je bent zelfstandig, nauwkeurig en denkt graag mee over hoe het beter kan;
- Je hebt een groot verantwoordelijkheidsgevoel en werkt graag in een team;
- Je vindt het geen probleem om in een dynamische magazijnomgeving aan de slag te gaan.
Wat bieden wij jou?
- Een uitdagende, afwisselende functie als Machine Operator in een snelgroeiende organisatie;
- Werken met moderne technieken zoals AutoStore en geautomatiseerde verpakkingslijnen;
- Ruimte voor eigen initiatief en verbeterideeën;
- Een marktconform salaris en goede secundaire arbeidsvoorwaarden;
- Volop doorgroeimogelijkheden binnen QLS.
Over QLS
QLS is een toonaangevende speler in e-commerce logistiek in de Benelux. We regelen voor honderden webshops het complete logistieke proces – van opslag tot bezorging – en dat doen we met innovatieve technologie, automatisering en een jong, enthousiast team.
Klinkt dit als jouw nieuwe uitdaging?
Solliciteer dan direct op de functie Machine Operator! We kijken uit naar je reactie!
Solliciteer direct!
"*" geeft vereiste velden aan
Naam*
E-mailadres*
Telefoonnummer
Motivatie/Toelichting
CV*
Toegestane bestandstypen: pdf, doc, docx, pages, Max. bestandsgrootte: 128 MB.
Voeg CV toe
/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https://qls.nl/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_6').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_6').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "6", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_6" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_6"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_6" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 6, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]], > */
Seniority level
Seniority level
Mid-Senior level
Employment type
Employment type
Full-time
Job function
Job function
Management and Manufacturing Industries
Transportation, Logistics, Supply Chain and Storage
Referrals increase your chances of interviewing at QLS by 2x
Get notified about new Machine Operator jobs in Alblasserdam, South Holland, Netherlands.
Zoeterwoude, South Holland, Netherlands 1 day ago
Schoonhoven, South Holland, Netherlands 5 months ago
Rotterdam, South Holland, Netherlands 3 weeks ago
Rotterdam, South Holland, Netherlands 8 months ago
The Hague, South Holland, Netherlands 1 month ago
Dinteloord, North Brabant, Netherlands 1 week ago
Moerdijk, North Brabant, Netherlands 2 years ago
Barendrecht, South Holland, Netherlands 1 week ago
Zoeterwoude, South Holland, Netherlands 1 day ago
Rotterdam, South Holland, Netherlands 1 year ago
Pernis, South Holland, Netherlands 1 month ago
Roosendaal, North Brabant, Netherlands 1 month ago
Barendrecht, South Holland, Netherlands 7 months ago
Oud-Beijerland, South Holland, Netherlands 21 hours ago
Barendrecht, South Holland, Netherlands 6 days ago
Monster, South Holland, Netherlands 1 month ago
Zoetermeer, South Holland, Netherlands €2,700.00-€3,200.00 2 weeks ago
Rotterdam, South Holland, Netherlands 2 weeks ago
Oud-Beijerland, South Holland, Netherlands 1 day ago
Dordrecht, South Holland, Netherlands 9 hours ago
Waddinxveen, South Holland, Netherlands 2 weeks ago
Dordrecht, South Holland, Netherlands 9 hours ago
Oosterhout, North Brabant, Netherlands 1 week ago
Loon op Zand, North Brabant, Netherlands 4 months ago
Loon op Zand, North Brabant, Netherlands 4 months ago
We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.