This significant placement marks another milestone in our journey toward building strong industry-academic linkages and empowering students with career-defining opportunities. We extend heartfelt congratulations to our placed students for reaching this important step in their professional journey.
🏭 About Shaktiman Pvt. Ltd. – Pioneers in Agricultural Innovation
Shaktiman Pvt. Ltd., the brand identity of Tirth Agro Technology Pvt. Ltd., is a name synonymous with quality and innovation in the agricultural machinery sector. With a presence in over 100 countries and a legacy of delivering cutting-edge technology for modern farming, Shaktiman has played a crucial role in transforming India’s agrarian economy.
The organization is known for its progressive work culture, cutting-edge R&D, and dynamic production processes. Getting placed in such a renowned and forward-thinking company is a testament to the technical skill and professional readiness of our students from Dr. Subhash University, the best private university in Gujarat.
![Here's the Python implementation of the `birthday` function that solves the problem effectively using a sliding window approach: --- ### ✅ **Function Explanation** We need to count the number of **contiguous segments** of length `m` (Ron’s birth month) from the list `s`, such that the **sum** of that segment equals `d` (Ron’s birth day). --- ### ✅ **Python Function Implementation** ```python def birthday(s, d, m): count = 0 n = len(s) for i in range(n - m + 1): segment = s[i:i+m] if sum(segment) == d: count += 1 return count ``` --- ### 📥 **Input Format for Usage** ```python # Sample Input 0 s = [1, 2, 1, 3, 2] d = 3 # Ron's birth day m = 2 # Ron's birth month print(birthday(s, d, m)) # Output: 2 ``` --- ### ✅ **Explanation with Sample Input 0** Chocolate bar: `[1, 2, 1, 3, 2]` Looking for **segments of 2 squares** (`m = 2`) that **sum to 3** (`d = 3`): * `[1, 2]` → 3 ✅ * `[2, 1]` → 3 ✅ * `[1, 3]` → 4 ❌ * `[3, 2]` → 5 ❌ **Total ways = 2** --- ### 📌 Constraints Considered * Works for edge cases like `n = 1` (only one square) * Supports any `m <= n` * Runs efficiently even for large values due to the simple loop with bounded complexity --- Let me know if you'd like a version optimized for memory or larger input sizes using a true **sliding window** without re-summing every segment.](https://dsuni.ac.in/wp-content/uploads/2025/07/WhatsApp-Image-2025-07-15-at-2.21.20-PM-300x300.jpeg)
🎓 Academic Excellence Meets Industry Needs
The success of these students is not a coincidence—it is the result of a carefully designed academic curriculum, practical exposure, and dedicated mentorship at the School of Engineering & Technology, Dr. Subhash University.
Our engineering programs are structured to keep pace with modern technological demands, ensuring that students are not only strong in theory but are also well-versed in hands-on skills and real-world applications. Core subjects such as Mechanical Design, Industrial Engineering, CAD/CAM, Manufacturing Technology, and Mechatronics are taught through an industry-oriented lens.
Moreover, regular industrial visits, technical workshops, and internship opportunities keep our students engaged with current industry practices—giving them a clear advantage when they step into the job market.
💼 Training & Placement: A Launchpad for Career Growth
The Training & Placement Cell at Dr. Subhash University, the best private university in Gujarat, plays a pivotal role in shaping the career paths of our students. From resume-building workshops and interview coaching to arranging campus recruitment drives and industrial collaborations, the T&P cell ensures our students are industry-ready.
Our placement drive with Shaktiman Pvt. Ltd. was the result of months of strategic planning, collaboration, and coordination. The recruiters were impressed by the technical knowledge, confidence, and communication skills of our students, which ultimately led to their successful selection.
![Here's the Python implementation of the `birthday` function that solves the problem effectively using a sliding window approach: --- ### ✅ **Function Explanation** We need to count the number of **contiguous segments** of length `m` (Ron’s birth month) from the list `s`, such that the **sum** of that segment equals `d` (Ron’s birth day). --- ### ✅ **Python Function Implementation** ```python def birthday(s, d, m): count = 0 n = len(s) for i in range(n - m + 1): segment = s[i:i+m] if sum(segment) == d: count += 1 return count ``` --- ### 📥 **Input Format for Usage** ```python # Sample Input 0 s = [1, 2, 1, 3, 2] d = 3 # Ron's birth day m = 2 # Ron's birth month print(birthday(s, d, m)) # Output: 2 ``` --- ### ✅ **Explanation with Sample Input 0** Chocolate bar: `[1, 2, 1, 3, 2]` Looking for **segments of 2 squares** (`m = 2`) that **sum to 3** (`d = 3`): * `[1, 2]` → 3 ✅ * `[2, 1]` → 3 ✅ * `[1, 3]` → 4 ❌ * `[3, 2]` → 5 ❌ **Total ways = 2** --- ### 📌 Constraints Considered * Works for edge cases like `n = 1` (only one square) * Supports any `m <= n` * Runs efficiently even for large values due to the simple loop with bounded complexity --- Let me know if you'd like a version optimized for memory or larger input sizes using a true **sliding window** without re-summing every segment.](https://dsuni.ac.in/wp-content/uploads/2025/07/Screenshot_29-300x194.png)
🌟 Student Testimonials: Real Stories of Real Success
The placed students shared their excitement and gratitude after receiving their offer letters from Shaktiman Pvt. Ltd. They credited the university’s supportive faculty, strong curriculum, and placement training sessions for preparing them to seize this opportunity.
From mastering engineering concepts to participating in mock interviews and group discussions, they highlighted how their journey at Dr. Subhash University was instrumental in building their confidence and competence.
🛠️ Industry Integration and Practical Exposure
One of the core values at Dr. Subhash University, the best private university in Gujarat, is providing real-time industry exposure to its students. Through strategic tie-ups with companies like Shaktiman Pvt. Ltd., we offer internships, live projects, and mentorship programs that simulate the work environment and expectations of top industries.
These initiatives ensure that our students graduate with not just a degree, but with the experience and mindset required to thrive in professional settings from day one.

📣 A Message to Aspiring Engineers
This placement success is not just a milestone—it is an inspiration. To all aspiring engineers, let this achievement be a reminder that with the right education, training, and determination, you too can build a bright future in leading industries.
Dr. Subhash University, the best private university in Gujarat, offers a vibrant, opportunity-rich environment where students can grow academically and professionally. With advanced infrastructure, industry-aligned education, and a strong placement network, the university is a gateway to rewarding careers.
🎯 In Conclusion
The placement of our students at Shaktiman Pvt. Ltd. is a proud testament to the caliber of our students and the academic excellence at Dr. Subhash University. As these young engineers embark on their professional journeys, we wish them continued success and hope they continue to make the university proud.
We look forward to many more such success stories in the years to come—because at Dr. Subhash University, every student’s success is our success.