About RSPL Group 🏢
RSPL Group is a diversified conglomerate with a strong presence in various sectors, including FMCG, Dairy, Real Estate, and more. Committed to excellence and innovation, RSPL Group fosters a dynamic and growth-oriented work environment. We are pleased to announce multiple job openings across various functions at our Soda Ash Plant in Dwarka, Gujarat. If you are a motivated professional seeking significant growth and a dynamic career, we invite you to explore the exciting opportunities available to contribute to our continued success! 🌱
About the Roles: Multiple Positions Across Various Departments! 💼
RSPL Group is looking for talented and driven individuals to join our team in Dwarka, Gujarat. We have openings for various roles, from freshers to experienced professionals, across departments like Process, Procurement, EHS & ESG. This is a fantastic chance to become part of a leading industrial group and make a tangible impact! 🚀
Key Opportunities & Details of Positions 📋
Here’s a snapshot of the exciting roles available:
Department | Position | Qualification | Experience | Preferred Industry |
Process | DET/GET | Diploma/B.E./B.Tech | Fresher | 2024/2025 Pass out Only |
Process | Jr. Engineer/Assistant Engineer | Diploma /B.E./B.Tech | 1 to 3 Years | Chemical/Cement/Petrochemical |
Process | Engineer | Diploma/B.E./B.Tech | 3 to 5 Years | Chemical/Cement/Petrochemical |
Process | Senior Engineer | B.E./B.Tech | 5 to 7 Years | Chemical/Cement/Petrochemical |
Process | Assistant Manager | B.E./B.Tech | 7 to 10 Years | Soda Ash/Cement Only |
Procurement | Officer | B.Com/M.Com/MBA | 3 to 5 Years | FMCG/Chemical/Manufacturing/Project |
Procurement | Assistant Manager | B.Com/M.Com/MBA | 7 to 8 Years | FMCG/Chemical/Manufacturing/Project |
EHS & ESG | Assistant Manager – Fire | BE/B.Tech + Degree in Fire | 7 to 10 Years | Chemical/Cement/Petrochemical |
EHS & ESG | Senior Officer | BE/B.Tech + ADIS/PDIS | 5 to 7 Years | Chemical/Cement/Petrochemical |
What We’re Looking For (Qualifications) ✅
- Educational Background: As detailed in the table above, qualifications vary by role, ranging from Diploma/B.E./B.Tech to B.Com/M.Com/MBA, with specific requirements for certain positions like a Degree in Fire for EHS. 🎓
- Experience: Opportunities available for freshers (2024/2025 pass-outs) up to senior professionals with 10+ years of experience. 📈
- Industry Preference: Candidates with experience in Chemical, Cement, Petrochemical, FMCG, Manufacturing, or Project industries will be preferred. 🏭
- Motivation: Seeking motivated professionals who are eager to learn, grow, and contribute to a dynamic work environment. 💪
Why Join RSPL Group? (Benefits & Perks) ✨
- Growth Opportunities: Be part of a diverse group with significant scope for career advancement. 🌱
- Dynamic Environment: Work in a challenging and rewarding industrial setting. 💡
- Impactful Work: Contribute to the operations of a key plant in the Soda Ash sector. 🌍
- Team Collaboration: Join a team that values expertise and collaborative spirit. 🤝
Location 📍
- Dwarka, Gujarat, India 🇮🇳
How to Apply ➡️
Ready to take the next step in your career with RSPL Group? Here’s how to apply:
- Email Your CV: Alternatively, share your CV on the given mail ID with the subject “Applied – [position] & [Department]” to: 📧 careers.sodaash@rsplgroup.com
Note: Shortlisted candidates would be contacted by our HR Team. 📞
/* In your website's CSS file */
.table-responsive-container { /* or target the div around your table */
width: 100%;
overflow-x: auto; /* Adds horizontal scroll if content overflows */
-webkit-overflow-scrolling: touch; /* For smoother scrolling on iOS */
}
/* Optional: Basic table styling for readability */
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
th, td {
padding: 10px;
border: 1px solid #ddd;
text-align: left;
white-space: nowrap; /* Prevents text from wrapping within cells, forcing scroll */
}
th {
background-color: #f2f2f2;
font-weight: bold;
}
/* For even more flexibility, you might consider using media queries
to change table layout on very small screens, e.g.,
@media (max-width: 768px) {
table, thead, tbody, th, td, tr {
display: block;
}
thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
tr { border: 1px solid #ccc; }
td {
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
}
td:before {
position: absolute;
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
content: attr(data-label);
font-weight: bold;
}
}
*/