This is an unedited manuscript accepted for publication and provided as an Article in Press for early access at the author’s request. The article will undergo copyediting, typesetting, and galley proof review before final publication. Please be aware that errors may be identified during production that could affect the content. All legal disclaimers of the journal apply.
Tejas Kailas Darekar,
Vedant Ajit Kadlak,
Jaydev Manna,
Pratham Keshav Thombare,
Sharayu Patil,
- Student, Department of Computer Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology (VIMEET), Maharashtra, India
- Student, Department of Computer Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology (VIMEET), Maharashtra, India
- Student, Department of Computer Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology (VIMEET), Maharashtra, India
- Student, Department of Computer Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology (VIMEET), Maharashtra, India
- Professor, Department of Computer Engineering, Vishwaniketan’s Institute of Management Entrepreneurship and Engineering Technology (VIMEET), Maharashtra, India
Abstract
From the early foundations of career counselling, the role of self-awareness in making informed career choices has been well recognized. widely regarded as the pioneer of career counselling, emphasized the necessity of understanding oneself to make wise career decisions. He proposed that this self- awareness should be systematically connected to job requirements and opportunities through logical reasoning and structured analysis. This approach aims to empower individuals to make well-informed career decisions, improve job performance, enhance job satisfaction, and facilitate seamless employment opportunities. Expanding on suggested that an individual’s temperament could influence career choices. Over time, vocational counselling has increasingly acknowledged the crucial role of personality in shaping career interests, demonstrating a profound connection between the two. Historically, personality traits, along with related aspects such as character, temperament, and moral values, have played a key role in career decision-making. Today, career counselling often includes personality evaluations to assist individuals in managing their career paths. Unlike earlier approaches that viewed personality as solely linked to vocational interests, contemporary career counselling sees personality as a combination of diverse traits influencing key career factors such as job engagement, satisfaction, and performance. While personality does not single-handedly determine career outcomes, it interacts with adaptability and external conditions to shape professional success. Personality assessments play a pivotal role in career planning, enabling self-regulation and enhancing career guidance programs, especially when personalized feedback is provided. These assessments help individuals reflect on, reassess, and refine their career-related self-concepts. Additionally, they align self-perceptions with external evaluations, promoting a balanced and realistic approach to career decision-making. Furthermore, personality traits such as high neuroticism and low conscientiousness can lead to difficulties in making career choices.
Keywords: Career, career guidance, personality, application, technology
[This article belongs to Journal of Computer Technology & Applications ]
Tejas Kailas Darekar, Vedant Ajit Kadlak, Jaydev Manna, Pratham Keshav Thombare, Sharayu Patil. Career Counselling and Personality Assessment App. Journal of Computer Technology & Applications. 2025; 16(02):-.
Tejas Kailas Darekar, Vedant Ajit Kadlak, Jaydev Manna, Pratham Keshav Thombare, Sharayu Patil. Career Counselling and Personality Assessment App. Journal of Computer Technology & Applications. 2025; 16(02):-. Available from: https://journals.stmjournals.com/jocta/article=2025/view=0
References
- Al-Barrak MA, Al-Razgan M. Predicting students final GPA using decision trees: a case study. International journal of information and education technology. 2016 Jul 1;6(7):528.
- Romero C, Ventura S. Educational data mining: a review of the state of the art. IEEE Transactions on Systems, Man, and Cybernetics, Part C (applications and reviews). 2010 Jul 26;40(6):601-18.
- Kotsiantis S, Pierrakeas C, Pintelas P. Predicting students’performance in distance learning using machine learning techniques. Applied Artificial Intelligence. 2004 May 1;18(5):411-26.
- Cortez P, Silva A. Using data mining to predict secondary school student performance. EUROSIS. 2008; 5:5–12.
- Kaur P, Singh M, Josan GS. Classification and prediction based data mining algorithms to predict slow learners in education sector. Procedia Computer Science. 2015 Jan 1;57:500-8.
- Frank A. Uci machine learning repository. irvine, ca: University of california, school of information and computer science. http://archive. ics. uci. edu/ml. 2010.
- Kuhn M, Johnson K. Applied predictive modeling. New York: Springer; 2013 Jan.
- Han J, Pei J, Tong H. Data mining: concepts and techniques. Morgan kaufmann; 2022 Jul 2.
- Breiman L. Machine Learning. 2001;45(1):5–32. Available from: https://link.springer.com/article/10.1023/A:1010933404324
- Vapnik V. The nature of statistical learning theory. Springer science & business media; 1999 Nov 19.

Journal of Computer Technology & Applications
| Volume | 16 |
| Issue | 02 |
| Received | 04/02/2025 |
| Accepted | 11/04/2025 |
| Published | 15/04/2025 |
| Publication Time | 70 Days |
async function fetchCitationCount(doi) {
let apiUrl = `https://api.crossref.org/works/${doi}`;
try {
let response = await fetch(apiUrl);
let data = await response.json();
let citationCount = data.message[“is-referenced-by-count”];
document.getElementById(“citation-count”).innerText = `Citations: ${citationCount}`;
} catch (error) {
console.error(“Error fetching citation count:”, error);
document.getElementById(“citation-count”).innerText = “Citations: Data unavailable”;
}
}
fetchCitationCount(“10.37591/JOCTA.v16i02.0”);