# Senior Software Engineer, Backend – Platform Team

Remote from[Canada](https://jobicy.com/job-region/canada.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 posted10 Jun 2026Apply before10 Jul 2026Experience level  Senior
Views / Applies 3494 / 1056 [About company](https://jobicy.com/company/cresta.md) [Share](#share)

About [Cresta](https://jobicy.com/company/cresta.md)

Real-Time Intelligence for Contact Centers

*

[Information Technology & Services](https://jobicy.com/company-category/information-technology-services.md)
*  2017

Actively Hiring  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

Cresta is seeking a Senior Backend Engineer to join its Platform Team, focusing on building robust backend systems for agent assist integrations (chat/email) and scalable authentication solutions. As part of a well-funded AI startup backed by top investors, you will architect distributed systems that manage real-time conversation state, ensure high availability, and support enterprise-grade customer integrations. This role involves collaboration with frontend platform, ML, infra, and auth teams, as well as direct customer engagement to address integration challenges. Ideal candidates are versatile backend engineers with expertise in distributed systems, real-time communication, and IAM systems, looking to apply their skills to real-world AI systems in complex enterprise environments.

### Role DNA

Job Complexity Easy Hard Pace & Pressure Relaxed Fast-paced Autonomy Level Guided Full Ownership Communication Load Independent Highly Collaborative

AI Insight This senior role requires strong technical depth in distributed systems, real-time services, and authentication, but does not demand principal-level architecture design, so a difficulty of 4 is appropriate.

### Salary Analysis

Median  Market Rate  $160,000US Market $130k – 200k 0 $220k      AI Insight No salary was specified in the listing. For a Senior Backend Engineer at a well-funded AI startup in the US, the market range is typically $130k to $200k, with a median around $160k. Cresta's role likely falls within this competitive range, potentially including equity.

### Core Skills Required

[Backend Engineering](https://jobicy.com/jobs?search_keywords=Backend+Engineering.md) [Distributed Systems](https://jobicy.com/jobs?search_keywords=Distributed+Systems.md) [Real-Time Communication](https://jobicy.com/jobs?search_keywords=RealTime+Communication.md) [Authentication/IAM](https://jobicy.com/jobs?search_keywords=AuthenticationIAM.md) [Python](https://jobicy.com/jobs?search_keywords=Python.md) [Cloud Infrastructure](https://jobicy.com/jobs?search_keywords=Cloud+Infrastructure.md) [Microservices](https://jobicy.com/jobs?search_keywords=Microservices.md) [REST APIs](https://jobicy.com/jobs?search_keywords=REST+APIs.md) [Enterprise Integrations](https://jobicy.com/jobs?search_keywords=Enterprise+Integrations.md) [Kubernetes](https://jobicy.com/jobs?search_keywords=Kubernetes.md)

### Cover Letter Sample

I am writing to express my strong interest in the Senior Software Engineer, Backend - Platform Team position at Cresta. With a deep background in designing scalable distributed systems and real-time communication frameworks, I am excited by the opportunity to contribute to Cresta's AI-driven customer experience platform.

Your focus on enterprise-grade integrations and specialized authentication systems aligns perfectly with my expertise in building robust backend services and implementing secure IAM solutions. I have successfully led similar integration efforts for large-scale platforms, ensuring high availability and low latency.

I am particularly drawn to the chance to work at the intersection of backend engineering and AI, collaborating with diverse teams to solve complex challenges. My experience with containerization, cloud-native architectures, and cross-team collaboration would enable me to hit the ground running.

I look forward to the possibility of bringing my passion for engineering excellence and customer-centric development to Cresta and helping shape the future of conversational AI.

Copy

### Sample Interview Questions

Describe a time you designed a distributed system for real-time communication. What were the key challenges and how did you address them?At my previous company, I designed a chat service that needed to handle millions of concurrent connections. Key challenges included ensuring low latency and reliable message delivery. We used WebSockets for real-time communication, implemented a pub/sub model with Redis, and used a message queue for persistence. To handle failover, we deployed multiple instances behind a load balancer and used health checks. We also implemented circuit breakers to prevent cascading failures.How would you approach building an authentication system that supports both human users and service accounts for external integrations?I would start by defining the authentication flows: OAuth 2.0 for user authentication and API keys or JWT tokens for service accounts. For users, we'd use OpenID Connect for single sign-on. For service accounts, we'd issue long-lived credentials with scoped permissions. We'd store secrets securely using a vault service and enforce least privilege. Additionally, we'd implement rate limiting and audit logging to track usage.Explain how you would ensure high availability and low latency for a real-time agent assist service.High availability can be achieved by deploying across multiple availability zones and using auto-scaling groups. Low latency requires minimizing network hops, so we'd use edge caching and keep data in memory (e.g., Redis). For real-time communication, we'd use persistent connections (WebSockets) and handle reconnection gracefully. Monitoring and alerting (e.g., Prometheus, Grafana) would help identify bottlenecks quickly.Tell me about a time you had to work with multiple teams (e.g., frontend, ML, infra) to deliver a complex integration. How did you manage dependencies and communication?I led a project to integrate a recommendation system with our frontend and ML teams. We had weekly sync meetings to align on API contracts and timelines. I created a shared document tracking dependencies and milestones. To avoid blockers, we used feature flags to deploy incrementally. Regular demos ensured everyone was on the same page. The key was proactive communication and setting clear expectations.How do you handle a production issue that affects customer integrations? Walk me through your troubleshooting process.First, I'd identify the severity and impact, then triage based on customer SLA. I'd check dashboards and logs to pinpoint the issue (e.g., latency spike, error rate). If it's a known pattern, I'd apply a hotfix or rollback. For unknown issues, I'd replicate in a staging environment and use debugging tools. After resolution, I'd conduct a post-mortem to implement preventatives like better monitoring or automated tests.  Cresta unlocks the true potential of the customer experience, turning every conversation into a competitive advantage. Cresta’s unified AI platform combines conversational AI agents, real-time human agent augmentation, and comprehensive conversation intelligence to drive revenue and efficiency gains across every channel. The world’s leading companies, including United Airlines, Cox Communications, and Marriott, use Cresta to power world-class customer experiences every day.

Born from the Stanford AI Lab, Cresta has raised more than $270 million from the world’s leading investors, including a16z, Greylock, and Sequoia. Cresta’s leadership includes some of the leading minds in AI today. Our CEO, [Ping Wu](https://www.linkedin.com/in/pingwu/), founded and led Google’s Contact Center AI and Vertex AI platforms before joining Cresta to build the future of AI-driven customer experiences.

Over the next few years, AI is going to redefine how people all over the world interact with businesses every day. Come build that future at Cresta.

### About the role:

Cresta’s Core Platform underpins the company’s entire product portfolio. Our long term vision is to build a robust, reliable, secure, and extensible foundation that supports continued innovation, satisfies enterprise customer requirements, and keeps operational costs in check. Two critical components for that are agent assist backend services and scalable authentication systems, tools, processes and frameworks based on industry standards and security best practices.

This role is focused on building various backend systems needed to enable successful customer integrations:

* Enable agent assist integration for chat and email. This involves working with the frontend platform team, ML teams, infra team and other backend services.
* Expand our backend agent assist services to meet customer requirements and feature requests.
* Address any customer issues that block integrations, affect user experience or system performance.
* Work with the auth and security team to meet Cresta’s diverse authentication and security needs for internal workflows and external customer facing integrations.

We are looking for strong versatile backend engineers who want to work at the intersection of distributed systems, real-time communication, enterprise integrations, and IAM systems.

Why This Role Is Unique:

* Enterprise-Grade Integrations: Design robust integrations with major CCaaS platforms and customer systems.
* Specialized Auth Experience: Join the Cresta auth team and help build specialized authentication systems to authenticate users, service accounts, virtual agents, server workloads, cloud based authentication for external integrations, etc.
* Agent Assist Integrations: Work directly with the frontend platform team to build solutions for agent assist integrations for various channels such as chat and email and help rollout these integrations in customer environments.

If you’re a strong backend engineer who wants to apply your expertise to real-world AI systems operating inside complex enterprise ecosystems, and expand your expertise in auth, this role offers that opportunity.

Responsibilities:

* Contribute to building the best-in-class company in addition to building the best-in-class product.
* Architect systems that manage real-time conversation state, context propagation, and session lifecycle.
* Play a substantial role in the agent assist integration process (chat and email) and authentication engineering team.
* Work with Cresta product and engineering teams, build and continuously improve the Cresta platform and new product requirements.
* Stay closely with customers and their requirements, analyze the technical tradeoffs, own the customer facing deliverables.
* Demonstrate the engineering best practices in deliverables and daily work. Uphold others to the same high standards.
* Technical ownership in a substantial part of the Cresta authentication stack.
* Ensure high availability, low latency, and strong observability for real-time conversation systems.
* Implement authentication, authorization, compliance, and enterprise security best practices across integrations.
* Drive improvements in reliability, performance, and scalability in production environments handling high interaction volumes

### Qualifications We Value:

* Bachelor’s degree in Computer Science or related field.
* 5+ years of experience building scalable backend systems in production environments.
* Strong experience designing and maintaining robust APIs (REST, gRPC).
* Solid understanding of distributed systems and real-time communication architectures.
* Experience integrating with third-party enterprise platforms and APIs.
* Experience working with CCaaS platforms or contact center systems is a strong plus.
* Familiarity with AI Agents, Virtual Agents, or LLM-based systems is a plus.
* Experience with containerized environments (Kubernetes, Docker).
* Experience with cloud platforms such as AWS, GCP, or Azure.
* Strong understanding of system reliability, observability, and security in enterprise environments.
* Experience in building authentication systems is a plus.

Perks & Benefits:

* We offer Cresta employees a variety of medical, dental, and vision plans, designed to fit you and your family’s needs
* Paid parental leave to support you and your family
* Monthly Health & Wellness allowance
* Work from home office stipend to help you succeed in a remote environment
* Lunch reimbursement for in-office employees
* PTO: 3 weeks in Canada

Compensation for this position includes a base salary, equity, and a variety of benefits. Actual base salaries will be based on candidate-specific factors, including experience, skillset, and location, and local minimum pay requirements as applicable. We are actively hiring for this role in the US and Canada. Your recruiter can provide further details.

This posting will be used to fill a newly-created role.

We have noticed a rise in recruiting impersonations across the industry, where scammers attempt to access candidates’ personal and financial information through fake interviews and offers. All Cresta recruiting email communications will always come from the @cresta.ai domain. Any outreach claiming to be from Cresta via other sources should be ignored. If you are uncertain whether you have been contacted by an official Cresta employee, reach out to recruiting@cresta.ai

Show more

[Apply now >](https://jobicy.com/jobs/146081-senior-software-engineer-backend-platform-team.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

*
![NBCUniversal logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/836510d4-221-2.jpg)

NBCUniversal

[Data Engineer, Engineering & Operations](https://jobicy.com/jobs/148199-data-engineer-engineering-operations.md)

Company DescriptionNBCUniversal is one of the world’s leading media and entertainment companies. We create world-class content, which we distribute across our portfolio of film, television, and streaming, and bring to…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 115k-145k/year*
![Lingraphica logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/12/0ebd0674d0b000a5783705e1b9ae1dd7.png)

Lingraphica

[Software Engineer – Unity](https://jobicy.com/jobs/148197-software-engineer-unity.md)

Company DescriptionLingraphica is a mission-driven organization that provides speech-generating devices to help improve communication, speech, and quality of life for people with communication impairments. Lingraphica is a leader in augmentative and alternative communication…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 84k-97,400/year*
![Veeam Software logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/f7716b71-221.jpg)

Veeam Software

[Software Developer in Test (JavaScript)](https://jobicy.com/jobs/144087-software-developer-in-test-javascript-2.md)

Veeam is the Data and AI Trust Company, specializing in helping organizations ensure their data and AI are fully understood, secured, and resilient to enable the acceleration of safe AI…

![Poland flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/pl.svg)
PL•Full TimeNEW*
![Aviatrix logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/c783b38c-221.jpeg)

Aviatrix

[Senior Solutions Architect – ACE](https://jobicy.com/jobs/148145-senior-solutions-architect-ace.md)

WHO WE ARE: Aviatrix® is pioneering the Cloud Native Security Fabric — the architecture the Containment Era requires. The Cloud Native Security Fabric governs every workload communication path across…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 121,829-143,328/year*
![Chainguard logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/e4b6aacf-221.jpeg)

Chainguard

[Engineering Manager, Internal Developer Platform](https://jobicy.com/jobs/148144-engineering-manager-internal-developer-platform.md)

Chainguard is the trusted source for open source. By delivering hardened, secure, and production-ready builds of all the open source software engineers and AI agents rely on, Chainguard helps organizations…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 205k-230k/year*
![Reddit logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/10/Reddit.jpg)

Reddit

[Senior Software Engineer, Storage](https://jobicy.com/jobs/148143-senior-software-engineer-storage.md)

Reddit is a community of communities. It’s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 217k-303,900/year*
![Okta logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/d54f5eb5-221.png)

Okta

[Demo Engineer](https://jobicy.com/jobs/148141-demo-engineer.md)

Secure Every Identity, from AI to HumanIdentity is the key to unlocking the potential of AI. Okta secures AI by building the trusted, neutral infrastructure that enables organizations to safely…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 160k-246k/year*
![Verra Mobility logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/98f74d13-221.png)

Verra Mobility

[Senior Network Engineer](https://jobicy.com/jobs/143126-senior-network-engineer.md)

Position Overview: The Senior Network Engineer (Load Balancing) will be responsible for the design, implementation, and optimization of enterprise-grade load balancing and traffic management solutions across on-prem and cloud environments. This role is…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeNEW*
![Life360 logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/02/f269bad3-221.jpeg)

Life360

[Staff AI Architect, Family AI Lab](https://jobicy.com/jobs/143221-staff-ai-architect-family-ai-lab.md)

About Life360Life360’s mission is to keep people close to the ones they love. Our category-leading mobile app,Tile tracking devices, and Pet GPS tracker empower members to protect the people, pets,…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 197k-290k/year*
![Lumen Technologies logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/09/bab8bfe71b006d34181034e47e6b2c52.jpg)

Lumen Technologies

[Network Design Engineer V (WAN /Job Package Engineer) ABMS](https://jobicy.com/jobs/143399-network-design-engineer-v-wan-job-package-engineer-abms.md)

Lumen is the trusted network for AI. We’re transforming how businesses connect, secure, and scale in an AI-driven world.By connecting people, data, and applications quickly, securely, and effortlessly, we help…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 132,232-193,940/year
[More Jobs](https://jobicy.com/jobs.md)