Skip to main content
Tallo logoTallo logo

Find Jobs

Find Jobs Near You – Available Work in Your Location

Business
Operations Manager / Supervisor
Brooklyn Park, MD

Find & Apply For Operations Manager / Supervisor Jobs in Brooklyn Park, Maryland

Browse jobs from a variety of sources below, sorted with the most recently published, nearest to the top. Click the title to view more information and apply online.

Skip to job details
Now viewing: Terminal Operations Manager
Apply for this opportunity

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

JMJ Phillip

Terminal Operations Manager

Job Description

Terminal Operations Manager Posted on July 7, 2026 July 7, 2026 by JMJ Phillip We are seeking a Terminal Operations Manager to oversee daily terminal operations, ensuring the safe, efficient, and cost-effective movement of inbound and outbound shipments. This leadership role is responsible for managing operations, customer service, financial performance, and employee development while driving operational excellence and maintaining a strong focus on safety, quality, and continuous improvement. Position Responsibilities Operations Management Oversee daily terminal operations, including receiving, shipping, storage, and material handling activities. Develop and implement operational procedures to improve productivity and efficiency. Monitor workflow, resolve operational challenges, and ensure timely shipment processing. Maintain accurate inventory records and operational documentation. Safety & Compliance Promote and maintain a strong safety culture throughout terminal operations. Ensure compliance with company policies, industry regulations, and safety standards. Conduct regular safety meetings, inspections, and training sessions. Investigate incidents and implement corrective actions when necessary. Financial & Budget Management Manage terminal operating expenses and departmental budgets. Monitor financial performance and identify opportunities for cost savings. Oversee purchasing activities and resource allocation to support operational goals. Track key performance indicators and prepare operational reports. Customer Service Build and maintain strong relationships with customers and business partners. Address customer concerns promptly and ensure high levels of service satisfaction. Coordinate with customers to support inventory accuracy and shipment requirements. Resolve service issues while maintaining operational efficiency. Team Leadership Recruit, train, mentor, and develop terminal personnel. Establish performance expectations and provide regular coaching and feedback. Foster a collaborative, accountable, and high-performing work environment. Support employee engagement and professional development initiatives. Continuous Improvement Identify opportunities to improve terminal operations, workflow, and service quality. Implement process improvements that enhance productivity and operational performance. Utilize operational data to drive informed decision-making and performance improvements. Prerequisites Bachelor's degree in Logistics, Supply Chain Management, Business, Transportation, or a related field, or equivalent industry experience. Experience leading terminal, warehouse, distribution, or transportation operations. Strong leadership and team management skills. Experience managing budgets and operational performance metrics. Knowledge of logistics, freight movement, inventory control, and warehouse operations. Excellent organizational, communication, and problem-solving abilities. Proficiency with Microsoft Office and warehouse or transportation management systems. Ability to work in a fast-paced operational environment. Certifications (Preferred, but not Required) Certified Supply Chain Professional (CSCP) Certified in Production and Inventory Management (CPIM) OSHA Safety Certification Lean Six Sigma Green Belt or Black Belt Transportation or Logistics Management Certification What the Role Offers Competitive salary range of $125,000 - $145,000 annually Comprehensive health, dental, and vision insurance Retirement savings plan with company contributions Paid vacation, holidays, and personal time off Performance-based incentive opportunities Professional development and leadership training Collaborative and safety-focused work environment Opportunities for career growth within operations leadership Why Baltimore? Baltimore is a major transportation and logistics hub with extensive port, rail, and highway infrastructure that supports a dynamic supply chain industry. Professionals in this area benefit from a strong logistics network, diverse business opportunities, and access to a skilled workforce, making it an excellent location for operations leaders seeking to drive efficiency, customer satisfaction, and long-term operational 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