# Principal Engineer

Remote from[UK](https://jobicy.com/job-region/uk.md)Annual salary Undisclosed Salary information is not provided for this position.
Check our [Salary Directory](https://jobicy.com/salaries.md) to estimate the average compensation for similar roles.Department  [Software Engineering](https://jobicy.com/categories/engineering.md) Employment type Full Time, Job posted25 Jun 2026Apply before25 Jul 2026Experience level  Senior
Views / Applies 305 / 70 [About company](https://jobicy.com/company/masabi.md) [Share](#share)

About [Masabi](https://jobicy.com/company/masabi.md)

Fare Payments for Public Transport Made Simple

*

[Computer Software](https://jobicy.com/company-category/software.md)
*  2012

Verified job posting This job post has been [manually reviewed](https://jobicy.com/tools/help-center/employee/how-does-jobicy-verify-the-legitimacy-of-remote-job-listings.md) for authenticity and compliance.       Tailor Resume Check Job Fit Cover Letter

### Tailor my resume to this job

Discover how to best rewrite and optimize your resume for this specific job. You'll receive personalized suggestions and detailed guidance to highlight your key strengths, effectively address the job requirements, and make your application more compelling to recruiters and hiring managers.     After analyzing your resume, I can provide several recommendations to better position yourself for this role.  Your background in software development shows strong technical skills, particularly in Java and Python development. However, for this Senior Backend Developer position, I notice there could be more emphasis on your experience with microservices architecture and cloud technologies, which are key requirements for this role. I recommend highlighting specific projects where you utilized these technologies and quantifying your achievements to demonstrate impact... Upgrade to Plus

### Am I a good fit for this job?

Understand your compatibility with this specific job opportunity. Our detailed analysis will assess your resume against the role's requirements, providing insights into your potential fit, key skill alignments, and areas you might need to develop to be a strong candidate.     After assessing your resume against the job requirements, here's a summary of your fit:  1. Overall Match: Moderate Fit (Approx. 65-70%). Your resume shows good alignment with several core responsibilities for the Project Manager role, especially your experience in agile methodologies and stakeholder communication.
2. Key Strengths: Your PMP certification and proven track record in delivering projects on time are strong assets for this position.
3. Potential Gap: The role specifies experience with 'XYZ specific software', which is not explicitly mentioned in your resume. If you have this experience, ensure it's highlighted.
4. Recommendation: Consider adding a quantifiable achievement related to budget management, as this is often a key metric for PM roles... Upgrade to Plus

### Cover Letter Assistant

Need help writing a compelling cover letter? Our system can analyze this job and your resume to help you draft personalized paragraphs that highlight your strengths and impress hiring managers.      Let me help you draft a strong opening...  Dear Hiring Manager, I am writing to express my keen interest in the Senior Marketing Manager position. My background in developing data-driven marketing strategies and leading successful product launches, as detailed in my resume, directly aligns with your need for a candidate capable of enhancing brand visibility and driving market share growth. I am confident I can make a significant contribution to your team... Upgrade to Plus

###  AI Summary

Masabi is seeking a Principal Engineer to join its Architecture team, driving the technical direction of the Justride fare payment platform used globally. This senior role combines deep technical expertise with strong judgment, requiring hands-on contributions in code, design, and architecture. The ideal candidate has experience shaping distributed systems and microservices, working with AWS, and tackling scalability and performance challenges. They will act as a technical advisor across teams, define platform blueprints, and produce clear documentation. The position offers an opportunity to influence a platform serving millions of users worldwide.

### Role DNA

Job Complexity Easy Hard

AI Insight This is a senior leadership role requiring deep expertise in distributed systems, cloud architecture, and cross-team collaboration, along with hands-on technical skills and the ability to navigate ambiguity. The combination of technical depth, strategic influence, and industry experience makes it highly challenging.

### Salary Analysis

Median  Market Rate  $230,000US Market $180k – 300k 0 $330k      AI Insight No salary was provided in the listing. Based on market data for a Principal Engineer in the US (especially with AWS and distributed systems expertise), the median salary is estimated at $230,000. This role typically commands top-tier compensation due to its seniority and impact.

### Core Skills Required

[Distributed Systems](https://jobicy.com/jobs?search_keywords=Distributed+Systems.md) [Microservices Architecture](https://jobicy.com/jobs?search_keywords=Microservices+Architecture.md) [AWS](https://jobicy.com/jobs?search_keywords=AWS.md) [Platform Architecture](https://jobicy.com/jobs?search_keywords=Platform+Architecture.md) [Technical Leadership](https://jobicy.com/jobs?search_keywords=Technical+Leadership.md) [Scalability](https://jobicy.com/jobs?search_keywords=Scalability.md) [Performance Optimization](https://jobicy.com/jobs?search_keywords=Performance+Optimization.md) [REST API Design](https://jobicy.com/jobs?search_keywords=REST+API+Design.md) [Data Architecture](https://jobicy.com/jobs?search_keywords=Data+Architecture.md) [Software Engineering](https://jobicy.com/jobs?search_keywords=Software+Engineering.md)

### Cover Letter Sample

I am excited to apply for the Principal Engineer role at Masabi. With over 10 years of experience designing and evolving distributed systems and microservices architectures, I have a strong track record of shaping technical direction across multiple teams. My hands-on expertise with AWS and modern infrastructure practices aligns perfectly with Masabi's platform needs.

I have successfully led architecture initiatives that improved scalability, reliability, and cost efficiency, and I am comfortable navigating ambiguity to turn complex problems into clear technical approaches. I am particularly drawn to Masabi's mission of driving the fare payment revolution and would welcome the opportunity to contribute to a platform used by millions globally.

I look forward to the possibility of discussing how my experience can support Masabi's technical vision.

Copy

### Sample Interview Questions

Describe a time when you had to make a significant architectural decision that involved trade-offs between scalability, cost, and performance. How did you approach it?At my previous company, we were migrating a monolithic service to microservices. We had to choose between using AWS Lambda for cost efficiency and EC2 for better performance. I led a proof-of-concept comparing both options under realistic load, factoring in cold start latency and throughput. We ultimately chose a hybrid approach: Lambda for bursty, low-latency endpoints and EC2 for high-throughput, steady-state services. This balanced cost and performance while meeting SLAs.How do you stay hands-on while also providing technical leadership across multiple teams?I allocate a portion of my time each week to direct code contributions, often tackling complex or cross-cutting issues that unblock teams. I also participate in design reviews and pair programming sessions. By staying close to the implementation, I ensure my architectural guidance is grounded in practical realities. Additionally, I mentor senior engineers to amplify my impact.Can you walk me through how you would design a scalable and resilient fare collection platform that handles millions of transactions per day?I would start by defining clear service boundaries, using an event-driven architecture with message queues for asynchronous processing. The system would be stateless where possible, using AWS services like DynamoDB for high-throughput data and SQS for decoupling. For resilience, I'd implement circuit breakers, retries with exponential backoff, and multi-AZ deployment. I'd also design for eventual consistency where appropriate, using idempotency keys for critical operations.How do you approach defining and evolving architecture standards across an engineering organization?I believe in collaborative governance. I would establish an architecture forum with representatives from each team to discuss and propose standards. For each standard, we'd document the rationale, trade-offs, and examples. I'd also create a lightweight review process for new services or major changes to ensure alignment. To keep standards evolving, we'd hold regular retrospectives and update them based on lessons learned.Describe a complex problem you encountered with data architecture (e.g., data pipelines, warehousing) and how you solved it.At a previous role, we had a data pipeline that was failing to meet latency requirements due to a bottleneck in the ETL process. The pipeline ingested real-time events and needed to update a data warehouse for analytics. I redesigned the pipeline to use Apache Kafka for streaming and implemented a lambda architecture with both batch and stream processing. This reduced latency from hours to seconds and improved data freshness for business decisions.  About Us_
// At Masabi, we’re driving the fare payment revolution, powering the journeys of millions all over the world. We build fare collection platforms that allow riders to seamlessly buy and present tickets for public transport either on their mobile phones, from a ticket machine, or even by tapping their bank card to travel.

Our Justride platform is used in over 250 locations globally, including some of the largest cities in the world. With our industry-first mobile ticketing SDK, we’ve partnered with large players in the transport space, including Uber, Moovit and Transit.

Your own journey is important to us too. Choosing a role here means joining a network of innovators from all walks of life; a group of passionate individuals who consistently deliver. Here, you’ll find the tools you need to build the career you want. Whether you’re taking the direct route or trying a new path, we’ll support you no matter what.

## The Role_

// We’re looking for a Principal Engineer to join Masabi’s Architecture team.

This is a senior role for someone who combines deep technical expertise with strong judgement and the ability to operate across teams. You’ll help shape the technical direction of Masabi’s platform while staying close enough to the detail to design, review and deliver meaningful technical work.

Working across the engineering organisation, you’ll act as a senior technical leader: defining and evolving architecture, guiding complex decisions, and contributing hands-on where it matters most.

The role suits someone who can move between system-level thinking and implementation, someone who understands trade-offs, can navigate ambiguity, and helps turn complex or loosely defined problems into clear, practical technical approaches.

##
Responsibilities_

*

Shape Masabi’s platform architecture, including platform blueprint definition, standards and best practices

*

Design and deliver scalable, robust, cost efficient services aligned with platform blueprint

*

Stay hands-on in code and technical delivery, including reviews and targeted contributions

*

Identify and work through complex platform challenges related to scalability, performance, resilience and cost

*

Act as a senior technical advisor across engineering teams, supporting and influencing technical decisions and ensuring Masabi standards are followed

*

Shape and contribute to technical roadmap planning and prioritisation of platform improvements

*

Support RFP estimation and technical scoping for complex initiatives

*

Produce clear, high-quality technical documentation and architecture artefacts

*

Improve how architecture is understood and applied across engineering and the wider business

*

Contribute to and help shape technical forums and working groups, including areas such as API and architecture governance

##
About You_

*

You bring strong experience designing and evolving distributed systems and microservices architectures

*

You’ve operated at Principal or Staff level, shaping technical direction across multiple teams or domains

*

You are comfortable staying hands-on, contributing in code, design and delivery when needed

*

You have strong experience with cloud platforms (AWS preferred) and modern infrastructure practices

*

You’ve worked on systems where scale, reliability, performance and cost trade-offs matter, and can navigate those decisions thoughtfully

*

You have proven experience in data architecture (e.g. data platforms, pipelines, warehousing or data lakes)

*

You can take loosely defined (early stage) business or technical problems and turn them into clear, actionable technical approaches

*

You communicate complex ideas clearly and effectively, and produce structured documentation that helps both technical and non-technical audiences make decisions

*

You’ve contributed to engineering standards, architecture patterns or platform direction

*

Interest in or exposure to AI-enabled systems, particularly understanding architectural implications in production

## Nice To Have_

*

Experience with REST API design in complex, multi-service environments

*

Experience breaking monolithic applications into microservices architectures

*

Experience with event-driven architectures (e.g. Kafka, schema governance)

*

Experience improving cloud cost and system efficiency at scale

*

Familiarity with a range of tools and technologies including:

Development: Kotlin, Java

*

Data storage: DynamoDB, MySQL

*

Infrastructure as code and CI/CD: Terraform, GitLab CI/CD

// You don’t need to have experience in every area listed above. If you bring strong fundamentals, good judgement and a willingness to learn, we’d still love to hear from you.

## Some of Our Benefits_

*

25 days of holiday per year plus the option to buy another 5 days pro-rated

*

Private Healthcare via AXA, including pre-existing conditions and mental health

*

Life Insurance

*

Menopause support

*

Choice of workstation

*

Ability to work for up to 3 months per year from any country in the world (certain limitations)

*

Pension scheme

*

Training allowance of up to £1000 per year

*

£200 annual allowance for any home office need or improvement

*

Enhanced family leave pay

*

Cycle to work scheme

*

Regular social gatherings with a monthly allowance for each employee

*

Fun and collaborative environment with a focus on making a difference in the world

Careers at Masabi are for people going places – driven by a mission to make transit fair and accessible for all.

// We are a network of innovators from all walks of life, passionate about making a difference. At Masabi, we operate with openness and trust, creating an environment where everyone feels empowered to bring their whole, authentic selves to work.

Whoever you are, just be yourself.
// We welcome applications from underrepresented groups, including disabled and neurodivergent people, and can make adjustments at any stage of the process. You’re also welcome to share your pronouns whenever you feel comfortable. Together, we simplify journeys, remove barriers, and improve daily life for millions.

Why Join Masabi?

*

Driven by Purpose – We believe in journeys made simple. The work isn’t always easy, but the best things never are.

*

Encouraged to Accelerate – Masabi is going places and our people are in the driving seat. Whether you’re taking the direct route or exploring new paths, we support your journey.

*

Advancing with Empathy – We put people first and foster a culture of learning, not blame. No matter your cargo, we share the load.

We’re already powering journeys – are you ready to join us?

Show more

[Apply now >](https://jobicy.com/jobs/143481-principal-engineer.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

## How to apply

## See a few more

Similar Software Engineering remote jobs

*
![MLabs logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/635fcb8b-221.png)

MLabs

[Senior Android Engineer](https://jobicy.com/jobs/144909-senior-android-engineer-2.md)

Location: Remote – EU remoteRemote | Full-timeCompensation: €90K – €110KWe are hiring on behalf of our client, a high-growth, venture-backed financial technology organization who is seeking an exceptional Senior Android Engineer to join…

![Germany flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/de.svg)

![Netherlands flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/nl.svg)
DE, NL +2 more, PT, PL•Full TimeEUR 90k-110k/year*
![1Password logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/09/WRILS-200909195848-296323.png)

1Password

[Senior Security Engineer, GRC Automation](https://jobicy.com/jobs/144932-senior-security-engineer-grc-automation.md)

1Password is growing. We’ve surpassed $400M in ARR and we’re continuing to accelerate, earning a spot on the Forbes Cloud 100 for four years in a row and teaming up…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)

![Canada flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/ca.svg)
US, CA•Full TimeUSD 144k-214k/year*
![ManTech logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/265c7fe8-221-1.png)

ManTech

[Agentic AI Developer](https://jobicy.com/jobs/145128-agentic-ai-developer.md)

General information Requisition # R68149 Locations USA-Remote Work Posting Date 05/29/2026 Security Clearance Required None Remote Type Fully Remote Time Type Full time Description & Requirements Elevate your career with…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 63,500-105,900/year*
![Kubikware logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/e55f1c3e-221.png)

Kubikware

[Node.js & React Tech Lead (Latam, Remote)](https://jobicy.com/jobs/147980-node-js-react-tech-lead-latam-remote.md)

We are Kubikware™, a digital agency with 20+ years of experience designing and developing web and mobile platforms, as well as video games, AR/VR apps, and AI/ML. We are headquartered…

![LATAM flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/latam.svg)
LATAM•Full TimeNEW*
![Kubikware logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/e55f1c3e-221.png)

Kubikware

[Laravel & React Engineer (Remote, Latam)](https://jobicy.com/jobs/147975-laravel-react-engineer-remote-latam.md)

We are Kubikware™, a digital agency with 20 years of experience designing and developing web and mobile platforms, as well as video games, AR/VR apps, and AI/ML. We are headquartered…

![LATAM flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/latam.svg)
LATAM•Full TimeNEW*
![Kubikware logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/e55f1c3e-221.png)

Kubikware

[Full-Stack Node.js and React Engineer](https://jobicy.com/jobs/147974-full-stack-node-js-and-react-engineer.md)

We are Kubikware™, a digital agency with 20+ years of experience designing and developing web and mobile platforms, as well as video games, AR/VR apps, and AI/ML. We are headquartered…

![LATAM flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/latam.svg)
LATAM•Full TimeNEW*
![Autodesk logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/03/983ea436405fa9ab72f858e1f1b874a7.jpeg)

Autodesk

[CPQ Architect](https://jobicy.com/jobs/147705-cpq-architect.md)

Job Requisition ID #26WD98345Position Overview Autodesk is looking for an experienced Salesforce CPQ Architect to join our dynamic team. As a Salesforce CPQ Architect, you will play a pivotal role…

![APAC flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/apac.svg)

![Australia flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/au.svg)
APAC, AU•Full TimeNEW*
![ManTech logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/265c7fe8-221-1.png)

ManTech

[Senior Model Based System Engineer](https://jobicy.com/jobs/142065-senior-model-based-system-engineer.md)

General information Requisition # R67188 Locations USA-Remote Work Posting Date 04/16/2026 Security Clearance Required Interim Secret Remote Type Fully Remote Time Type Full time Description & Requirements Shape the future…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 89,100-148,200/year*
![NVIDIA logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/52745899-221.jpeg)

NVIDIA

[Senior HPC Performance Engineer](https://jobicy.com/jobs/142109-senior-hpc-performance-engineer.md)

As a member of our team in NVIDIA’s NVHPC compilers & tools group, you will analyze and run High Performance Computing (HPC) applications on HPC servers and systems to gain…

![Europe flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/eu.svg)
EU•Full TimeNEW*
![NVIDIA logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/52745899-221.jpeg)

NVIDIA

[Senior Software Engineer, JAX](https://jobicy.com/jobs/142111-senior-software-engineer-jax.md)

NVIDIA is hiring senior engineers to develop its AI platform and more specifically its performance optimizations in deep learning frameworks using JAX, a tool that can differentiate between Python control…

![Europe flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/eu.svg)
EU•Full TimeUSD 292,500-507k/year
[More Jobs](https://jobicy.com/jobs.md)