An Automated System for Training and Placement Activities

Year : 2024 | Volume : 01 | Issue : 02 | Page : 32-40
By

    Mahesh K. Badgujar

  1. Aarti D. Kate

  2. Srushti S. Salunke

  3. Vishruta V. Zinje

  4. Babeetta Bbhagat

  1. Student, Department of Computer Science and Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology, Khalapur, Maharashtra, India
  2. Student, Department of Computer Science and Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology, Khalapur, Maharashtra, India
  3. Student, Department of Computer Science and Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology, Khalapur, Maharashtra, India
  4. Student, Department of Computer Science and Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology, Khalapur, Maharashtra, India
  5. Assistant Professor, Department of Computer Science and Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology, Khalapur, Maharashtra, India

Abstract

The training and placement cell constitute a vital component of any institution, playing a pivotal role in molding the career trajectories of students. This system allows students, companies, and admins to log in for campus recruitment purposes. The primary aim of this project is to create a platform for the college’s placement cell, benefiting students, visiting companies, and the placement officer. The admin has access to student information, allowing for thorough monitoring. The system also consists of a company login where companies can post the job as per their requirements and view the list of students who applied for the job with their individual resumes. This system lets students view the companies that are looking for new hires. The administrator possesses comprehensive control over the system and can remove any information that doesn’t comply with the college’s placement policies. The system manages student and company data and presents this information in a professional manner to the relevant stakeholders. In this system, we have added practice tests for students to practice for their placements.

Keywords: Training and placement Officer (TPO), student, admin, Placement Cell, Coordinator module, web portal

[This article belongs to International Journal of Mobile Computing Technology(ijmct)]

How to cite this article: Mahesh K. Badgujar, Aarti D. Kate, Srushti S. Salunke, Vishruta V. Zinje, Babeetta Bbhagat An Automated System for Training and Placement Activities ijmct 2024; 01:32-40
How to cite this URL: Mahesh K. Badgujar, Aarti D. Kate, Srushti S. Salunke, Vishruta V. Zinje, Babeetta Bbhagat An Automated System for Training and Placement Activities ijmct 2024 {cited 2024 Jan 05};01:32-40. Available from: https://journals.stmjournals.com/ijmct/article=2024/view=0

var fieldValue = “[user_role]”;
if (fieldValue == ‘indexingbodies’) {
document.write(‘Full Text PDF‘);
}
else if (fieldValue == ‘administrator’) { document.write(‘Full Text PDF‘); }
else if (fieldValue == ‘ijmct’) { document.write(‘Full Text PDF‘); }
else { document.write(‘ ‘); }

References

Aneena Felix, Ajeena Sunny, Angelin Saji, “Placement Management System for Campus Recruitment,” International Journal of Innovative Science and Research Technology, Volume 5, Issue 5, May 2020.
Akshata Bhalgat, Ina Datta, Abhishek Kolkar, Aditya Mate, “Training & Placement Management System,” International Engineering Research Journal (IERJ), Volume 2, Issue 10, Dec 2017.
Rahul Kumar Modi, Dr. S.B. Vanjale, Akshit Jain, Supreet Raj, “Smart Training & Placement System,” International Journal of Computer Science and Technology (IJCST), Vol. 8, Issue 2, April – June 2017.
Praneeth Ambiti, Navaneeth Kumar B, K Hema, Vamsi Kandula, Kishore Buddha, “Student Analysis System for Training and Placement,” International Journal of Recent Technology and Engineering (IJRTE), Volume-8, Issue6, March 2020.
Mrs. Srividhya V R, Santhosh Kumar H, “Online Training and Placement Management System,” International Journal of Engineering Research & Technology (IJERT), Volume 4, Issue 22, ICACT – 2016 Conference Proceedings.
Spoorthi M S, Kavana V, Koushik S N, Veena M, “A Review on Placement Management System,” International Journal of Creative Research Thoughts (IJCRT), Volume 9, Issue 7, July 2021.
C. K. Patil, K. G. Patel, “Study of Implementation of Online Placement System,” International Journal of Advanced Technology in Engineering and Science (IJATES), Vol. No.4, Issue No. 03, Mar 2016.
Sandeep S. Chorge, Ganesh A. Bhabad, Balaji D. Chate3, Rahul T. Take, Nitin R. Shinde, “Online Training and Placement Portal with Android Application,” International Journal of Advance Research and Innovative Ideas in Education (IJARIIE), Vol-3, Issue-3, 2017.
FU Yue, “A Study of Student Information Management Software,” International Conference of Online Analysis and Computing Science (ICOACS), IEEE, May 2016.
Dipin Budhrani, Vivek Mulchandani, Yugchhaya Galphat, “Student Information Management System,” International Journal of Engineering Development and Research (IJEDR), Volume 6, Issue 1, 2018.
J. Swathi, K. Priya Tharsini, S. Suganya Janani, Asso.Prof Dr.G. Vinoth Chakkaravarthy, “Training and Placement Cell Application,” International Research Journal of Engineering and Technology (IRJET), Volume 05, Issue 03, Mar-2018.
Anbubala.R, Anjali.V, Jeyalakshmi.PR, Ranjini.V, Sri Mathura devi. G, “Web Based Placement Management System,” International Journal of Computer Science and Information Technologies (IJCSIT), Vol. 7 (2), 2016.
Payal Gothi, Jidnyasa Raut, Prof. Nileema Pathak, Komal Patil, Riddhi Kamat, “CABAL-Training and Placement Departmental Portal,” IOSR Journal of Engineering (IOSRJEN), Mar 2018.
Prof. Teshu Gaurav Singh, Monika Devi, Godawari Chouhan, “Review on Training & Placement Cell System,” International Journal of Latest Technology in Engineering, Management & Applied Science (IJLTEMAS), Volume VII, Issue III, March 2018.
Pratiksha Gaikwad, Dr. Ram Joshi, Sheetal Kanthale, Mrinal Chaudhari, Savani Kadam, “Training and Placement Portal,” International Research Journal of Engineering and Technology (IRJET), Volume 04, Issue 12, Dec-2017


Regular Issue Subscription Review Article
Volume 01
Issue 02
Received October 2, 2023
Accepted December 28, 2023
Published January 5, 2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}