[![Image]() Meet Jobicy Copilot — free AI autofill for job applications + remote job alerts ›](#)   [All remote jobs](https://jobicy.com/jobs.md)Open role[![Zuora logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/43baa0bd-221.jpg)](https://jobicy.com/company/zuora.md)Remote opportunity at[Zuora](https://jobicy.com/company/zuora.md)

# Senior Software Engineer

Review the role, location requirements, compensation details, and application process before deciding whether this opportunity fits your next career move.

[Apply for this job](#job-application)[View company](https://jobicy.com/company/zuora.md)Share4 Sep 2026Published24Listing views2Application actions4 Oct 2026Apply before  Opportunity details

## About this role.

AI SummaryZuora is hiring a Senior Software Engineer to architect and scale an agentic deal-desk platform in a hybrid Foster City, California role. The engineer will build Java microservices and the AI agent harness, including execution loops, tool dispatch, state management, prompt assembly, validation, and retries. The role requires deep expertise in Java, distributed systems, cloud infrastructure, secure runtime design, and LLM-agent orchestration. It also carries technical leadership expectations, including setting engineering standards, advancing evaluation-driven development, and mentoring senior engineers.

## Role DNA

A quick view of the complexity, pace, ownership and collaboration implied by the job description.

### Job Complexity

5/5EasyHard

### Pace & Pressure

5/5RelaxedFast-paced

### Autonomy Level

5/5GuidedFull ownership

### Communication Load

4/5IndependentCollaborative

AI insightThis is a technically demanding senior IC role combining high-throughput distributed Java services with production-grade agent-runtime engineering and security controls. Success requires independently making architecture decisions in a non-deterministic AI domain while coordinating with product, platform, and deal-desk stakeholders.

## Salary analysis

Estimated compensation compared with the broader US market for similar roles.

Estimated job medianMarket rate$195,700US market range$165k–$230k0$253k

AI insightThe disclosed annual base-pay range is $164,800 to $226,600 USD, with a midpoint of $195,700. This is competitive with the estimated US market base-salary range of $165,000 to $230,000 for a senior software engineer specializing in distributed systems and production AI-agent infrastructure, particularly in the San Francisco Bay Area. Bonus, equity, and benefits may be additional and are not included in the base-pay median.

## Core skills

Skills and capabilities most closely associated with this opportunity.

[Java 17](https://jobicy.com/jobs?search_keywords=Java%2017.md)[Spring Boot](https://jobicy.com/jobs?search_keywords=Spring%20Boot.md)[Microservices](https://jobicy.com/jobs?search_keywords=Microservices.md)[LLM agent orchestration](https://jobicy.com/jobs?search_keywords=LLM%20agent%20orchestration.md)[LangGraph](https://jobicy.com/jobs?search_keywords=LangGraph.md)[AWS](https://jobicy.com/jobs?search_keywords=AWS.md)[Kubernetes](https://jobicy.com/jobs?search_keywords=Kubernetes.md)[Kafka](https://jobicy.com/jobs?search_keywords=Kafka.md)[Redis](https://jobicy.com/jobs?search_keywords=Redis.md)[PostgreSQL](https://jobicy.com/jobs?search_keywords=PostgreSQL.md)

Sample interview questionsHow would you design an agent execution loop that remains reliable when an LLM produces malformed or unsafe tool requests?I would separate model output from execution through strict schema validation, authorization checks, deterministic policy rules, and a bounded retry strategy. Each action would be logged with correlation IDs and state transitions, while unsafe or invalid requests would be rejected or routed to a safe fallback rather than executed.

Describe how you would manage context and memory for a multi-turn enterprise deal negotiation agent.

I would keep a compact, structured session state for current deal facts and decisions, store auditable events separately, and use retrieval for durable historical knowledge. Context compaction would preserve constraints, approvals, and unresolved actions while vector retrieval would supply only relevant policy or account information to each step.

What trade-offs would you consider when building event-driven Java services for an agent platform?

I would prioritize idempotent consumers, durable event contracts, ordering strategy, retry and dead-letter handling, and observability across asynchronous workflows. I would use synchronous APIs only where immediate user feedback is required, while Kafka or similar messaging would support resilient state transitions, audits, and integrations.

How would you defend an agent tool-dispatch layer against prompt injection and improper tool invocation?

Tool permissions should be enforced by the runtime, not trusted to the model prompt. I would use allowlisted tools, least-privilege credentials, typed input schemas, policy checks against trusted system data, sandboxed execution, and complete audit trails for every attempted action.

How do you evaluate an LLM-powered workflow before and after production release?

I would define representative golden datasets and measurable criteria such as tool-selection accuracy, policy compliance, latency, cost, and task completion rate. In production, I would trace every run, monitor failure patterns and drift, sample outcomes for human review, and use controlled releases to validate changes before broad rollout.

About Zuora

At Zuora, we help businesses grow smarter and adapt faster. Our platform powers modern business models — from subscriptions and usage-based pricing to AI-driven and outcome-based offerings — helping companies launch new products, automate complex billing, and unlock predictable, recurring revenue.

We’ve led the Subscription Economy for more than a decade. Now we’re evolving again by building the definitive platform for quote to cash and helping companies monetize their products and services with an adaptable, AI-ready foundation.

Role Overview

Zuora is seeking a Senior Software Engineer to architect and scale our Agentic Deal Desk product. In this high-impact IC role, you will build resilient, high-throughput Java microservices alongside the underlying AI agent harness—the runtime scaffolding, execution loop, tool dispatch system, and state management engine that converts non-deterministic LLMs into reliable, enterprise-grade deal-desk agents.

Location & Work Arrangements

This role is based in our Foster City, CA office and follows a hybrid work model. Team members are expected to work onsite three days per week to foster collaboration, innovation, and team connectivity.

This is not a fully remote position.

Key Responsibilities

* Agent Harness Engineering: Build and own the core agent harness layer, including the execution loop (ReAct/Plan-Act), state persistence, dynamic prompt assembly, output schema validation, and retry mechanisms.
* Tool Dispatch & Sandboxing: Design safe tool-execution runtimes and schema-validated function dispatchers that allow agents to execute complex deal operations, policy checks, and pricing adjustments securely.
* Context & Memory Management: Engineer context compaction, short-term session scratchpads, and long-term memory retrieval pipelines (RAG/vector search) to eliminate context degradation during multi-turn deal negotiations.
* Guardrails & Feedback Loops: Build computational and inferential feedback sensors (evaluators, deterministic policy linters, and verification checks) to enforce strict margin guardrails, discount limits, and compliance rules.
* Backend Architecture: Design low-latency, event-driven Core Java microservices to back the harness, driving state transitions, audit logs, and integration with Zuora Billing and CRM platforms.
* Technical Leadership: Set technical standards for agent harness design, drive evaluation/eval-driven development practices, and mentor senior engineers across squads.

Required Qualifications

* Core Java Mastery: 8+ years of hands-on experience in modern Java (17+), JVM internals, concurrency models, Spring Boot, and cloud-native distributed architecture.
* Agent Harness & Runtime Systems: Deep experience building the infrastructure surrounding LLMs—agent loops, state-machine tracking, tool calling/dispatch systems, context window management, and structured output parsing.
* Agentic Frameworks & AI Tooling: Practical experience with LangGraph, CrewAI, AutoGen, LlamaIndex, or custom in-house agent orchestration runtimes and vector databases (e.g., Pgvector, Pinecone).
* Distributed Infrastructure: Heavy background in event-driven architecture (Kafka/RabbitMQ), high-performance caching (Redis), relational databases (PostgreSQL/MySQL), and REST/gRPC API design.
* Cloud & Runtime Security: Experience with AWS, Docker/container isolation, Kubernetes, and securing agent execution pathways against improper tool invocations or prompt injection.

Preferred Experience

* AWS Agentic Enablement: Production experience leveraging Amazon Bedrock Agents (Action Groups, Knowledge Bases, Multi-Agent Collaboration) and Guardrails for Amazon Bedrock to enforce policy boundaries and tool permissions.
* Serverless Agent Scaffolding: Experience utilizing AWS Lambda, Step Functions, DynamoDB, and ECS/Fargate for isolated tool-execution environments, persistent session state checkpointing, and agent workflow orchestration.
* AWS AI Observability & Evals: Familiarity with continuous agent monitoring, trace/span evaluation frameworks (e.g., Amazon Bedrock AgentCore Evaluations, CloudWatch), and LLM-as-a-judge pipelines for non-deterministic applications.
* Domain Expertise: Experience in Enterprise Deal Desk operations, revenue operations, quote-to-cash workflows, dynamic pricing engines, or high-volume SaaS approval chains.

Benefits

Zuora offers a comprehensive total rewards package designed to support ZEOs’ wellbeing, growth, and flexibility. While specific offerings may vary by country, we typically provide:

* Competitive compensation, variable bonus and performance-based reward opportunities, and retirement programs
* Medical Insurance
* Generous, flexible time off, plus paid holidays, wellness days, and a company-wide year-end break
* Paid parental leave (including fully paid leave for eligible ZEOs, subject to local policy)
* Learning & development stipend to support ongoing growth
* Opportunities to volunteer and give back, including charitable donation matching where available
* Mental wellbeing resources and support

*Benefits may vary by location; details will be shared during the interview process

#ZEOLife at Zuora

ZEOs (our employees) are empowered to take ownership, challenge the status quo, and make a real impact. We:

* Collaborate deeply across teams and regions
* Learn constantly and iterate often
* Build an inclusive, high-performance culture where people feel inspired, connected, and valued

Our Commitment to an Inclusive Workplace

Think, be and do you.
At Zuora, different perspectives, experiences, and contributions matter — everyone counts.

Zuora is proud to be an Equal Opportunity Employer committed to creating an inclusive environment for all. We do not discriminate on the basis of, and consider individuals seeking employment with Zuora without regard to, race, religion, color, national origin, sex (including pregnancy, childbirth, reproductive health decisions, or related medical conditions), sexual orientation, gender identity, gender expression, age, status as a protected veteran, status as an individual with a disability, genetic information, political views or activity, or other applicable legally protected characteristics.

We encourage candidates from all backgrounds to apply. Applicants in need of special assistance or accommodation during the interview process or in accessing our website may contact us by sending an email to [assistance@zuora.com](mailto:assistance@zuora.com) (or local equivalent, where applicable).

The base pay details represent the annualized salary range for the posted position. While we share a comprehensive range, a candidate’s final base salary will fall within these guidelines and will be determined based on multiple factors including but not limited to: qualifications of the candidate, job related knowledge, prior related experience, specific and unique skills, the location of the role, internal equity and internal budget. Base pay is only one element of Zuora’s Total Rewards Package. Additional elements may also include bonus/variable compensation, equity and comprehensive benefits, more details found [here](https://www.zuora.com/careers-life/).

Base Pay Details

$164,800—$226,600 USD

Show more

[Apply now >](https://jobicy.com/jobs/152526-senior-software-engineer-6.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.

Next step

## Apply now.

Follow the employer’s application method and review Jobicy’s safety guidance before sharing personal information.

Keep exploring

## Related remote jobs.

Matched by job category10 related opportunities[Software Engineering](https://jobicy.com/categories/engineering.md) [Browse all jobs](https://jobicy.com/jobs.md)
*
![Zuora logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/43baa0bd-221.jpg)
Zuora  Sep 4

### [Senior Software Engineer (Revenue)](https://jobicy.com/jobs/152529-senior-software-engineer-revenue.md)

About Zuora At Zuora, we help businesses grow smarter and adapt faster. Our platform powers modern business models — from subscriptions and usage-based pricing to AI-driven and outcome-based offerings —…

*
![Zuora logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/43baa0bd-221.jpg)
Zuora  Sep 4

### [Senior Java Engineer](https://jobicy.com/jobs/152522-senior-java-engineer.md)

About Zuora At Zuora, we help businesses grow smarter and adapt faster. Our platform powers modern business models — from subscriptions and usage-based pricing to AI-driven and outcome-based offerings —…

*
![Ramp logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/7fafb2d0-221.png)
Ramp  Sep 4

### [Software Engineer, Security, Stablecoin](https://jobicy.com/jobs/152505-software-engineer-security-stablecoin.md)

About Ramp Ramp is building the smart infrastructure for finance teams, embedded in the transaction flow of every dollar a business spends. We automate how over $200B in annualized spend…

*
![HackerOne logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/8937d355-221.png)
HackerOne  Sep 4

### [Senior Manager, AI Engineering](https://jobicy.com/jobs/152504-senior-manager-ai-engineering.md)

HackerOne is a global leader in Continuous Threat Exposure Management (CTEM). The HackerOne Platform unites agentic AI solutions with the ingenuity of the world’s largest community of security researchers to…

*
![Canonical logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/b4d068a9-221-1.png)
Canonical  Sep 4

### [Senior Software Engineer – MAAS](https://jobicy.com/jobs/150127-senior-software-engineer-maas.md)

Canonical is a leading provider of open source software and operating systems to the global enterprise and technology markets. Our platform, Ubuntu, is very widely used in breakthrough enterprise initiatives…

*
![Canonical logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/b4d068a9-221-1.png)
Canonical  Sep 4

### [C, Golang Software Engineer working on dqlite, a Raft extension for SQLite](https://jobicy.com/jobs/150128-c-golang-software-engineer-working-on-dqlite-a-raft-extension-for-sqlite.md)

Canonical is a leading provider of open source software and operating systems to the global enterprise and technology markets. Our platform, Ubuntu, is very widely used in breakthrough enterprise initiatives…

*
![J.S. Held logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/07/c07a8b907401-221.webp)
J.S. Held  Sep 4

### [Senior Accident Reconstruction Engineer](https://jobicy.com/jobs/150161-senior-accident-reconstruction-engineer.md)

Company DescriptionAre you looking to join an organization that is growing and dynamic? What about a high-energy, collaborative environment that rewards hard work?J.S. Held is a global consulting firm that…

*
![Nebius logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/06/d90c0566-221.webp)
Nebius  Sep 4

### [Senior Hypervisor Engineer](https://jobicy.com/jobs/150137-senior-hypervisor-engineer.md)

About Nebius: Nebius is leading a new era in cloud infrastructure for the global AI economy. We are building a full-stack AI cloud platform that supports developers and enterprises from…

*
![Nebius logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/06/d90c0566-221.webp)
Nebius  Sep 4

### [Software Engineer in Network Infrastructure](https://jobicy.com/jobs/150131-software-engineer-in-network-infrastructure.md)

About Nebius: Nebius is leading a new era in cloud infrastructure for the global AI economy. We are building a full-stack AI cloud platform that supports developers and enterprises from…

*
![Canonical logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/b4d068a9-221-1.png)
Canonical  Sep 4

### [Senior Software Engineer (Backend)](https://jobicy.com/jobs/150125-senior-software-engineer-backend.md)

Canonical is a leading provider of open source software and operating systems to the global enterprise and technology markets. Our platform, Ubuntu, is very widely used in breakthrough enterprise initiatives…