Friday, June 27, 2025
32.9 C
Singapore

Man who applied for ‘countless roles’ is feeling job search burnout, asks if he should take a break

SINGAPORE: A 24-year-old new graduate has been applying for what he describes as a “countless” number of jobs. And while he’s attended many interviews, he’s had no luck so far, having been rejected at various stages of the interview process.

Though he is in a good place financially, as he was able to accumulate some emergency savings over several years, naturally, he still wants to get employed.

In a post on r/askSingapore on Thursday (May 15), u/winnest01 sought advice as to whether he should take a break from jobseeking for the time being, saying that he’s feeling “Job Search Burnout” and that he’s “so close to losing it.”

“Honestly, the rejections have been causing me distress personally,” he wrote, adding that he has even lost sleep as he received two rejections within hours of each other.

The post author explained that he majored in Communications and Marketing at a university overseas, but is considering making a move to Public Relations, and asked other Reddit users if he should shift to an entirely new industry.

See also  Check out the 6 sizzling startups that pitched at MOX Demo Day batch 5

 “I would love to hear your stories and opinions on everyone here struggling with unemployment, whether retrenchment, mid-career switch, or fresh grads,” he added.

A commenter who has been in the post author’s shoes gave this advice: “I’d do what I did, 10 in the morning, 10 in the afternoon. Yeah, being jobless does mean finding a job is your ‘full-time job’. But, there are only so many quality applications you can send out.

After you’ve hit your 20, take a break, hit the gym, go for a walk, unwind whichever way you like. It’s tough out here, so maybe like others have said, lower the expectations. Just be consistent, remain optimistic and opportunistic. It’s never easy, but it’s a journey and you just gotta ride that wave.”

Another who agreed added, “In the meantime, get involved in the community – e.g., volunteer. This helps you build a network.”

Others also told him to relax, take a breath, and not pressure himself too much.

See also  Job seeker asks: 'Is it really that hard to get hired now, or is it just me?'

“Don’t stress too much about the perfect role or company just yet. The 1st year of working is just about learning how to be an adult. Learn to juggle friendships, family, a romantic relationship, your well-being, and a job. It is about figuring out how to manage upwards, downwards, and sideways. Learn how to navigate expectations. You will pick that up in any role, and those skills carry across any field,” a Reddit user advised.

“Trust me — you are just emotionally exhausted. And at your age, be open to getting a job first and then, search for a better one. The market is brutal, and it takes a lot of starts to align and bring something financially okay is a blessing.

I sympathise with you for the burnout, but please understand that at your age, do try to apply for even internships that could potentially lead you to a role in the next six months. If I were you, I would do that right away,” wrote another. /TISG

See also  Man who has been unemployed twice in the past 3 years says applying for jobs again terrifies him

Read also: Jobless Singaporean who gets by on $1K/month asks, ‘How much do you need to survive in Singapore?’

Hot this week

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });