368,611open jobs
9,439companies
50,719added this week
Browse all
Salary
$106k – $354k per year (Estimated)
Location
In office (Singapore)
Employment
Full-Time
Overview
Company
Impact
Profile match
Activate Interactive is a digital technology consultancy, software engineering, and healthtech solutions firm headquartered in Singapore, with regional offshore development centers (ODCs) in Malaysia, Indonesia, and Vietnam. Founded in 1997 and co-led by CEO Joel Ko, the privately held enterprise operates on a B2B and B2G IT consulting, custom software development, managed services, and digital transformation contract model.

Activate Interactive Pte Ltd (“Activate”) is a leading technology consultancy headquartered in Singapore with a presence in Malaysia and Indonesia. Our clients are empowered with quality, cost-effective, and impactful end-to-end application development, like mobile and web applications, and cloud technology that remove technology roadblocks and increase their business efficiency.

We believe in positively impacting the lives of people around us and the environment we live in through the use of technology. Hence, we are committed to providing a conducive environment for all employees to realise their full potential, who in turn have the opportunity to continuously drive innovation.

We are searching for our next team members to join our growing team.

If you love the idea of being part of a growing company with exciting prospects in mobile and web technologies that create positive impact on people’s lives, then we would love to hear from you.

Co-Development Business Unit is looking for a Software Engineer

This is a fixed term contract role. The engagement is 1 year.

Internal Code: A26268

We are looking for a Full-Stack Software Engineer to join the Singapore Examinations and Assessment Board (SEAB) team, working on Scanvas - SEAB's next-generation AI-powered platform for digitising national examination scripts.

This is not a role where you spend your days inside a browser tab. You will write web applications, yes - but you will also write code that talks to scanners, ships as a desktop application to scan-room operators, and integrates with AI services that process hundreds of thousands of exam pages under real time pressure. If that breadth excites you rather than unsettles you, read on.

The Singapore Examinations and Assessment Board designs and administers national examinations - PSLE, GCE N/O/A-Levels, and more - that shape the educational journey of hundreds of thousands of students every year. Trust, integrity, and precision are not aspirational values here; they are operational requirements.

SEAB is in the middle of a technology modernisation. Scanvas replaces existing scanning stack with a platform that SEAB owns, controls, and can evolve - and it must be production-ready for national exam seasons where failure is not an option.

What Scanvas Is

Scanvas is an Optical Mark Recognition (OMR) and script digitisation platform. It does two things:

On the hardware side: scan-room operators use a desktop application (ScanController) to drive high-throughput TWAIN-compatible document scanners, validate scans in real time, and upload captured images to the cloud.

On the platform side: a web application lets assessment staff generate script templates from exam paper PDFs using AI (zone detection, LLM-assisted layout), process uploaded scans against those templates, and route digitised responses to the marking system. The two sides are tightly coupled. Understanding one helps you build the other

  • You will touch real hardware. The scanners are physical machines in a physical room. When something breaks - a driver handshake, a paper jam mid-batch, a scan that arrives corrupted - your code needs to handle it gracefully, and you need to be comfortable debugging it.
  • The desktop application runs on government-managed Windows machines, not your MacBook. Distribution, update management, and compatibility constraints are real engineering problems here.
  • AI is not a feature you bolt on. Template generation, zone detection, and handwriting OCR are core to what Scanvas does. You will integrate and tune these pipelines, not just call an API and hope.
  • The workload is lumpy and extreme. 12 million pages must be scanned and processed across a three-month window each year, with days that peak above a million pages. The system you build will either hold or collapse under that load - there is no gradual rollout.
  • Build and maintain the Scanvas web platform - API routes, background job queues, database models, and the canvas-based template editor that assessment staff use to configure OMR zones.
  • Build and maintain the ScanController desktop application - the interface between scan-room operators, the scanner hardware, and the cloud backend.
  • Integrate hardware: scanner SDKs, driver interfaces (TWAIN/ISIS/WIA or vendor APIs), and scan-capture pipelines that validate quality and handle errors before upload.
  • Integrate AI services: LLM APIs for OMR template generation, computer vision for zone detection, and document OCR/ICR for handwritten and typed responses on mix-form booklets.
  • Design and optimise for throughput - job queues, concurrency limits, rate-limited external AI calls, and S3 storage pipelines that must sustain peak exam-season load.
  • Collaborate with the Product Manager and operations team to turn real scan-room workflows into software that people trust under pressure.
  • Maintain engineering rigour: TDD, typed code, clean API boundaries, meaningful CI gates, and documentation that the next engineer can actually use

Requirements

What are we looking for?

  • The fundamentals matter most. We are not prescriptive about your current stack. Engineers who understand why systems behave the way they do pick up new frameworks quickly.
  • Engineers who only know their current framework struggle when the problem doesn't fit the tutorial.
  • What the fundamentals look like in practice:
  • You can design a system given a set of constraints and articulate the trade-offs you made. You don't need a framework to do this.
  • You understand concurrency - threads, event loops, async/await - well enough to reason about race conditions and bottlenecks, not just write await and hope.
  • You write tests before you're asked to, not because it's policy but because you've been burned by not doing it.
  • You've debugged something that crossed a system boundary - a network call, an OS driver, a hardware device - and know how to work methodically when the usual tools don't apply.

What you bring:

  • Solid full-stack experience - web frontend, backend APIs, relational databases. The specific framework matters less than the depth of understanding behind it.
  • Comfort building desktop applications, whether native, Electron-based, or equivalent.
  • You understand the operational differences between shipping a web app and shipping a binary that runs on someone else's managed machine.
  • Some experience (or genuine appetite for) hardware or device integration - SDKs, serial/USB interfaces, vendor APIs, driver-level debugging. You don't need to be an embedded engineer, but you shouldn't be intimidated by it either.
  • Experience integrating AI/ML APIs into production systems - not just calling an endpoint, but handling rate limits, retries, token budgets, prompt versioning, and evaluating output quality.
  • Comfort with cloud infrastructure: containers, managed services, object storage, job queues. You understand what runs where and why.
  • Strong foundation in software hygiene: version control discipline, automated testing, code review, and CI/CD.
  • Experience with image processing pipelines (ingest, validate, transform, store at scale)
  • Prior work in the Singapore Government Tech Stack
  • Familiarity with OMR, document scanning, or similar high-throughput document processing contexts.
  • TypeScript, Next.js, C# - our current stack. Mention it if you know it, but don't let unfamiliarity stop you from applying.

What We Are Not Looking For

  • Engineers who are only comfortable when the problem has a well-documented npm package. Hardware has datasheets and vendor SDKs, not Stack Overflow answers.
  • Engineers who treat "it worked on my machine" as a shipping criterion. Scan rooms run on managed Windows environments with locked-down network policies and no developer tools installed.
  • Engineers who outsource architectural thinking entirely to AI coding assistants. We use AI tools and encourage it - but the engineer needs to own the design, verify the output, and catch the mistakes.
  • Engineers who treat testing and security as someone else's job. In a system that processes national exam papers, untested code is a liability we cannot carry.

Signals That Will Stand Out

  • You've integrated a hardware device or vendor SDK into software and can describe a failure mode you had to debug - and how you did it.
  • You've built something that runs as a deployed desktop application, not just a web app with npm start.
  • You have a view on the right level of abstraction between hardware, application logic, and cloud - not just "it depends" but an actual opinion you can defend.
  • You've worked in a high-stakes operational context where downtime had consequences beyond a Slack alert.

Benefits

What do we offer in return?

Competitive Compensation: Market competitive salary and variable performance bonus aligned to your skills, impact, and contribution.

Benefits: Outpatient medical, specialist medical coverage and generous customisable flexi benefits, or flexi allowance; life and health insurance, thoughtful perks like special occasions “red packet” and CNY goodies, etc.

Employee Wellness: Support for your physical, mental, and overall well-being through year-round initiatives.

Growth & Development: Learning programmes, certification support, and a dedicated staff development budget. (We are a “SHRI 2025 Gold winner” in “Learning & Development; Coaching & Mentoring”)

Career Progression: Structured career pathways that enable you to grow along a technical/domain expert track or a leadership track.

Competency Framework: A structured and practical framework to support you to develop, perform, and succeed.

Flexible Work Arrangement: Staff may choose to work flexi-place, flexi-time, and flexi-load based on existing framework

Why you'll love working with us?

If you are looking for opportunities to collaborate with leading industry experts and be surrounded by highly motivated and talented peers, we welcome you to join us. We provide all employees with equal opportunities to grow and develop with us. We believe your success is our success.

Does it sound like something you are interested in exploring further? Please be in touch with our team for an initial chat.

Activate Interactive Singapore is an equal opportunity employer. Employment decisions will be based on merit, qualifications and abilities. Activate Interactive Pte Ltd does not discriminate in employment opportunities or practices on the basis of race, colour, religion, gender, sexuality, national origin, age, disability, marital status or any other characteristics protected by law.

Protecting your privacy and the security of your data are longstanding top priorities for Activate Interactive Pte Ltd.

Your personal data will be processed for the purposes of managing Activate Interactive Pte Ltd’s recruitment related activities, which include setting up and conducting interviews and tests for applicants, evaluating and assessing the results, and as is otherwise needed in the recruitment and hiring processes.

Please consult our Privacy Notice (https://www.activate.sg/privacy-policy ) to know more about how we collect, use, and transfer the personal data of our candidates. Here you can find how you can request for access, correction and/or withdrawal of your Personal Data.

Free account
Stop reading job ads. Get the ones that fit.
One free account turns this page into a shortlist built around your stack, your level and your pay.
Match on every job. Stack, seniority, pay and location, scored against your profile.
368,611 open roles. Read straight off company career pages, refreshed every day.
Unlimited applications. Every one you send is tracked in one place, on-site or on a company board.
3 tailored CVs a month. Rewritten for the exact job you are applying to. Included free.
Create a free account
Free forever. No card. Under a minute.

Your match

How well do you fit this role?
Two answers are enough for a real match. No account needed.
Check my fit
Answers stay in this browser until you create an account.

Recommended for you based on this role

Similar stack
Same company
Singapore
up to $48k per year (net) • Remote/Hybrid • Moscow
Node JS
Python
TypeScript
JavaScript
Node JS
Nest.JS
Python
Django
FastAPI
Databases
Apache Kafka
pgvector
Pinecone
PostgreSQL
Qdrant
RabbitMQ
Redis
AI/ML
Chain-of-Thought
Claude
Claude Code
Copilot
Cursor
LangChain
LlamaIndex
LLM
Prompt Engineering
RAG
Anthropic
Function Calling
OpenAI
Structured Outputs
Frontend
GraphQL
Next.js
React.js
Redux
Redux Toolkit
Zustand
Mobile
State Management
DevOps
AWS
CI/CD
Docker
GCP
GitHub Actions
GitLab CI
Grafana
Kubernetes
Prometheus
Yandex Cloud
GitHub
GitLab
Apply
$24k – $64k per year (Estimated) • Remote/Hybrid • Full-Time • 8+ years exp • Bachelor's Degree • Chennai
Python
Scala
SQL
TypeScript
JavaScript
Java
Python
pySpark
Java
Spring Boot
Databases
Apache Kafka
Databricks
AI/ML
AI Agents
Copilot
Google ADK
LLM
NLP
Prompt Engineering
Spark
Devin
Model Context Protocol
Frontend
Angular
React.js
DevOps
AWS
Azure
CI/CD
Docker
GCP
Kubernetes
OpenShift
GitHub
Analytics
ETL/ELT
Apply
$61k – $143k per year (Estimated) • Remote/Hybrid • Full-Time • 4+ years exp • Cambridge
Go
Node JS
Python
TypeScript
JavaScript
Databases
ElasticSearch
MySQL
Frontend
GraphQL
Next.js
React.js
DevOps
CI/CD
Kubernetes
Apply
$23k – $62k per year (Estimated) • In office • Full-Time • 10+ years exp • Gurgaon
C#
SQL
Databases
Apache Kafka
Redis
DevOps
Azure
CI/CD
Docker
gRPC
Kubernetes
Apply
In office • Full-Time • Hosur
DevOps
CI/CD
Jenkins
Management
Jira
Apply
$134k – $263k per year (Estimated) • In office • Full-Time • 10+ years exp • Bachelor's Degree • Singapore
DevOps
CI/CD
Management
Jira
QA
Playwright
Postman
Selenium
Apply
$104k – $345k per year (Estimated) • In office • Full-Time • Bachelor's Degree • Singapore
JavaScript
Python
SQL
TypeScript
AI/ML
Model Context Protocol
RAG
Frontend
React.js
DevOps
AWS
CI/CD
Git
Rest API
Analytics
Tableau
Apply
In office • Full-Time • Bachelor's Degree • Singapore
Apex
JavaScript
Python
TypeScript
Apex
Lightning Web Components
AI/ML
Model Context Protocol
RAG
Frontend
Web Components
DevOps
AWS
CI/CD
Git
Rest API
Marketing
Salesforce
Apply
$103k – $341k per year (Estimated) • In office • Full-Time • 4+ years exp • Bachelor's Degree • Singapore
Node JS
TypeScript
JavaScript
Databases
DynamoDB
PostgreSQL
AI/ML
Copilot
OpenAI
Frontend
Next.js
React.js
Mobile
PWA
Twilio
DevOps
Amazon EC2
AWS
AWS Lambda
CI/CD
Docker
Kubernetes
Terraform
GitHub
Apply
$75k – $212k per year (Estimated) • In office • Full-Time • 7+ years exp • Bachelor's Degree • Singapore
Node JS
TypeScript
JavaScript
Databases
DynamoDB
PostgreSQL
AI/ML
Copilot
OpenAI
Frontend
Next.js
React.js
Mobile
PWA
Twilio
DevOps
Amazon EC2
AWS
AWS Lambda
CI/CD
Docker
Kubernetes
Terraform
GitHub
Apply
$117k – $251k per year (Estimated) • Remote/Hybrid • Full-Time • Singapore
Apply
$74k – $126k per year (Estimated) • In office • Full-Time • Singapore
Python
Apply
$88k – $191k per year (Estimated) • Remote/Hybrid • Full-Time • 5+ years exp • Singapore
C++
Java
Kotlin
Python
Mobile
JUnit
DevOps
Git
gRPC
Jenkins
JFrog Artifactory
Shift-Left
Cybersecurity
Shift-Left Security
QA
Pytest
Robot Framework
TestNG
Apply
Senior AI Architect 5 hours ago
$138k – $304k per year (Estimated) • In office • Full-Time • 6+ years exp • Bachelor's Degree • Singapore
Python
SQL
Databases
Databricks
AI/ML
AI Agents
LangGraph
OpenAI
RAG
Spark
LangChain
DevOps
Azure
Apply
$64k – $189k per year (Estimated) • Remote/Hybrid • Full-Time • 1+ year exp • Bachelor's Degree • Singapore
Python
SQL
Databases
Apache Kafka
AI/ML
Amazon SageMaker
Kubeflow
MLFlow
Spark
Vertex AI
DevOps
AWS
Azure
Azure DevOps
CI/CD
Docker
GCP
GitLab
GitLab CI
Jenkins
Kubernetes
Apply
See all jobs
This is one of many
368,611 more open roles from verified company boards, updated every day.