LPU Placement News | Campus Recruitment Updates
Mobile View Desktop View

Meet LPU students and alumni who transformed their ideas into successful startups and businesses. From tech ventures to creative brands, these young entrepreneurs are creating jobs, solving problems, and making an impact.

Bibin Babu
Bibin Babu Founder: Growqr
Sachin Khosla
Sachin Khosla Founder: DigiMantra
Anirudh Sharma
Anirudh Sharma Founder: Digantara
Vishal Kedia
Vishal Kedia Founder: Calmras and Toujoo
Shiv Dada
Shiv Dada Founder: 23DC
Mohit Chawla
Mohit Chawla Founder: 23DC

Placement Highlights

LPU students secure exciting career opportunities through on-campus and off-campus placements with leading companies in India and around the world.

Top recruiters also selected thousands of LPU students at differential packages up to ₹10 Lakh
100s of LPU Alumni working in MNCs across US, Canada, UK and Australia at the packages of over ₹1 Crore.

LPU students use their skills, creativity, freelancing, internships, content creation, and business ideas to earn money while continuing their studies on campus, and may set off a part of their fee back.

return res.text(); }) .then(function(text) { var founders = parseCSV(text); var grouped = groupByRevenueRange(founders); var mainContainer = document.getElementById('revenue-generation-row'); // Clear the container mainContainer.innerHTML = ''; // Define order of ranges var rangeOrder = ['10 Lakh Above', '5-10 Lakh', '1-5 Lakh', 'Less than 1 Lakh']; // Map ranges to display text var rangeDisplayText = { '10 Lakh Above': '₹10 lakhs & above', '5-10 Lakh': '₹5 - ₹10 lakhs', '1-5 Lakh': '₹1 - ₹5 lakhs', 'Less than 1 Lakh': 'Less than ₹1 lakh' }; rangeOrder.forEach(function(range) { var foundersList = grouped[range]; // Only create section if there are founders in this range if (foundersList.length > 0) { // Create heading var headingDiv = document.createElement('div'); headingDiv.className = 'col-12 mt-4'; var displayText = rangeDisplayText[range] || range; headingDiv.innerHTML = '

' + displayText + '

'; mainContainer.appendChild(headingDiv); // Create row for cards var rowDiv = document.createElement('div'); rowDiv.className = 'row g-4 col-12 mb-4'; foundersList.forEach(function(founder) { rowDiv.appendChild(buildCard(founder)); }); mainContainer.appendChild(rowDiv); } }); }) .catch(function(err) { console.error('Could not load revenue-generation.csv:', err); }); }());