Careers

Join the Team Driving Excellence!

At MSA Motors, we believe in creating a workplace where passion meets innovation. As a leading Maruti Suzuki dealership since 1998, we take pride in delivering exceptional customer service. Our success is driven by a team of dedicated professionals who share our vision of growth and customer satisfaction.

We offer exciting career opportunities across various roles, from sales and service to administration and management. At MSA Motors, you’ll be part of a collaborative and dynamic environment that values creativity, hard work, and continuous learning.

Why Work with Us?

  • A supportive and inclusive workplace culture
  • Opportunities for professional growth and development
  • Competitive compensation and benefits
  • Training programs to enhance your skills
  • Be part of a trusted brand with a legacy of over 25 years

Apply for Your Dream Job at MSA Motors

Vehicle added!
The vehicle is already in the wishlist!
document.addEventListener('DOMContentLoaded', function () { // Get the select element and the input field const selectField = document.querySelector('select[name="Other"]'); // Replace with your select field name const otherInput = document.querySelector('input[name="Other"]'); // Replace with your input field name // Add an event listener for the select field selectField.addEventListener('change', function () { if (this.value === 'Other') { // Check if 'Other' is selected otherInput.disabled = false; // Enable the input field } else { otherInput.disabled = true; // Disable the input field otherInput.value = ''; // Clear the input field } }); });