// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
29 C
Singapore

49,000 foreign jobs vs 500 local jobs?

By: Leong Sze Hian

I refer to the article “Private school graduates find it harder to land jobs: Poll” (Straits Times, Sep 24). It states that “Only 58 per cent of the fresh graduates who had no prior working experience found full-time jobs within six months of completing their studies. Another 21 per cent managed to find only part-time or contract work.”

In the last 18 months from January 2015 to June 2016 – employment change was 49,000 foreign jobs against only 500 jobs for locals.

With an average of 20,000 new citizens and 30,000 new PRs granted per year – how many of the “locals” jobs went to Singaporeans?

To what extent has our liberal foreign labour policies contributed to the employment woes of our Singaporean graduates and Singaporean workers in general?

See also  The Lees: Goodbye, Camelot

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

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); } });