Skip to main content
Tallo logoTallo logo

Find Jobs

Find Jobs Near You – Available Work in Your Location

Skip to job details

Back to Results

Apply for this opportunity

To apply for this job, you'll continue to an external website or email application.

JMJ Phillip

Quality Manager

Career Insights for Director of Quality Assurance

See where this job fits in the broader career landscape. Knowing your career path helps you see what's possible from here.

Scorecard

Based on Ohio data

Review key factors to help you decide if this role fits your goals. How is this calculated?

Were these scores useful?

What they do

A Director of Quality Assurance oversees and directs the overall operations of quality assurance within a company to ensure continuous improvement and compliance.

$135,861 / year median in Ohio

-3% projected decline

Explore Career

Job Description

Quality Manager Posted on October 15, 2025 October 15, 2025 by JMJ Phillip We are seeking an experienced and detail-oriented Quality Manager to lead and oversee all aspects of product and process quality management within the organization. The ideal candidate will possess strong leadership, analytical, and problem-solving skills, ensuring that quality objectives are achieved through effective systems, processes, and team collaboration. This role plays a key part in maintaining high standards of excellence, compliance, and continuous improvement across operations. Position Responsibilities Quality Leadership and Strategy Develop and implement short- and long-term quality objectives aligned with company goals. Recommend policies and programs to enhance competitiveness, efficiency, and profitability. Lead the organization's quality strategy, ensuring compliance with industry standards and regulations. Operational Quality Management Coordinate and manage all quality operations using contemporary techniques such as FMEA, process flow analysis, and total quality management. Oversee internal, supplier, and field product quality issues, ensuring timely root cause and corrective action (RCCA). Collaborate with production and engineering teams to reduce waste and improve process reliability. Certification and Compliance Oversight Manage company quality certifications, including AS9100, ISO, and NADCAP. Conduct internal and supplier audits to ensure compliance with regulatory and customer standards. Serve as the company's Quality Management Representative and lead management review meetings. Quality Systems and Data Management Maintain and continuously improve the Quality Management System (QMS) and document control systems. Track and analyze quality metrics, customer portal data, and supplier performance. Prepare and present reports on quality trends, performance indicators, and improvement actions. Team Leadership and Development Supervise and develop the quality assurance team to ensure consistent application of standards and procedures. Foster a culture of continuous improvement and accountability across all quality functions. Ensure adherence to company policies, safety standards, and regulatory requirements. Prerequisites Bachelor's degree in Engineering, Business, or a related field. 4-6 years of significant management experience in Quality Control or Quality Assurance within a manufacturing environment. Strong knowledge of contemporary quality tools and methodologies (FMEA, TQM, Lean, etc.). Excellent analytical, leadership, and communication skills. Familiarity with electronics or aerospace manufacturing environments preferred. Certifications (Preferred, but not Required) ASQ Certified Quality Engineer (CQE) or Certified Quality Manager (CQM)
ISO 9001
Lead Auditor Certification Six Sigma Green or Black Belt Certification What the Role Offers Competitive salary range: $80,000.00 - $125,000.00 Comprehensive benefits package, including health, dental, and retirement plans. Opportunities for professional growth and leadership development. A collaborative and quality-driven workplace focused on innovation and excellence. Why Urbana? Urbana offers a thriving industrial and manufacturing community with a strong emphasis on innovation, precision, and quality craftsmanship—making it an ideal environment for professionals dedicated to advancing quality systems, operational excellence, and organizational success. Upload your resume to Apply • Accepted file types: pdf, doc, docx, txt, Max.
file size:
32 MB. Email • Additional Please add me to your mailing list so I hear about new jobs first I'd like to learn about resume writing and career coaching services from Employment BOOST Get 30 days free on Careerology - the #1 platform for job skills gform.initializeOnLoaded( function() {gformInitSpinner( 5, 'https://jmjphillip.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_5').on('load',function(){var contents = jQuery(this).contents().find('•').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_5');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_5').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_5').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_5').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_5').removeClass('gform_validation_error');}setTimeout( function() { /• delay the scroll by 50 milliseconds to fix a bug in chrome •/ jQuery(document).scrollTop(jQuery('#gform_wrapper_5').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_5').val();gformInitSpinner( 5, 'https://jmjphillip.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [5, current_page]);window['gf_submitting_5'] = 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_5').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_5').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [5]);window['gf_submitting_5'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_5').text());}else{jQuery('#gform_5').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ form
Id:
"5", current
Page:
"current_page", abort: function() { this.preventDefault(); } }]); if (event event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_5" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_5"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_5" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 5, 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, child
List:
false, subtree: true, attribute
Filter:
[ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); Apply Now