Friday, June 27, 2025
31.1 C
Singapore

Scepticism that rise in Indian EP holders not due to favourable treatment under Ceca, netizens say talk to young taxi drivers and deliverymen for the full story

Singapore After explaining the challenges and trade-offs of Singapore’s foreign workforce policies in a ministerial statement, Manpower Minister Tan See Leng was met with scepticism and disbelief from netizens.

In parliament on Tuesday (July 8), Non-Constituency MPs Leong Mun Wai and Hazel Poa from the Progress Singapore Party (PSP) had asked for data on the number of foreign nationals and their dependants from countries that Singapore has free trade agreements (FTAs) with. Dr Tan pointed out that there was a misconception that if India nationals did not take up such jobs, these positions would go to Singapore residents instead.

“The misconception is that if we say ‘no’ to the foreigners coming in… these jobs they would have taken would therefore all go to Singaporeans…

Today, even as we speak, we still have about 22,000 PME jobs that are not filled. Companies are desperate to fill these jobs. They would love to take in Singaporeans if they could, because Singaporeans are more productive”, he said.

Netizens were very sceptical of what Dr Tan said. Some commented that those who wanted to know a true picture should talk to young graduates who had resorted to becoming taxi drivers or food deliverymen in order to make ends meet and because they were unable to find jobs.

See also  Born without arms, this para-cyclist raises funds for cross-country charity

Hot this week

Grab faces pushback from NTUC over incentive changes, delays implementation

SINGAPORE – Ride-hailing platform Grab has postponed changes to...

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