Careers at ETT Groups

At Electro-Tech Transmission Pvt. Ltd., our strength lies in our people. We're constantly looking for passionate, skilled, and determined individuals who want to grow with us. Whether you're an experienced professional or a fresh graduate, we value qualities like dedication, honesty, punctuality, and a strong willingness to learn. If you enjoy working on challenging transformer projects and want to build a long-term career in this industry, we'd love to hear from you.

Current Openings

Position Qualification Experience Apply
Loading jobs...

Join us and be a part of a team that powers industries with trust, innovation, and commitment.

Career Application Form

Please fill out the form below to apply for a job

No file selected

Application Submitted!

Thank you for applying! Our HR team will review your application and get back to you shortly.

`n document.addEventListener("DOMContentLoaded", function () { // Get all award items const awardItems = document.querySelectorAll(".award-item"); // Function to remove active class from all items const removeAllActive = () => { awardItems.forEach((item) => { item.classList.remove("active"); }); }; // Function to handle click on award item const handleAwardClick = (item) => { removeAllActive(); item.classList.add("active"); }; // Add click event listeners to all award items awardItems.forEach((item) => { item.addEventListener("click", () => handleAwardClick(item)); }); // Set the first item as active initially if (awardItems.length > 0) { awardItems[0].classList.add("active"); } });