Principal Software Engineer, Platform Services (PMTS)

Relha LLC

San Francisco, Northern (CA, KY)

Hybrid

USD 238,000 - 345,000

Full time

27 hours ago
Be an early applicant
Application generator

Turn this role into an interview — a resume and cover letter built around what this employer wants.

Get past ATS filters

Job summary

Salesforce seeks a Principal Software Engineer, Platform Services to design, build, and maintain backend services powering data products and AI agent workloads. You’ll work on distributed Python/Go services, AWS Bedrock integration, and a Snowflake-based lakehouse, with emphasis on reliability, observability, and scalable architecture.

As part of the Developer Experience team, you’ll craft tooling, pipelines, and CI/CD that help data teams ship governed, discoverable data products quickly.

Qualifications

  • 15+ years designing, building, and maintaining production backend services at scale.
  • Expert-level Python / Go / Java for server-side development; solid grasp of relevant frameworks and the WSGI/ASGI model.
  • Service & API design: REST (and/or gRPC), request/response and streaming patterns, pagination, versioning, idempotency, and backward-compatible contracts.
  • Data layer: SQL and data modeling, query optimization and indexing, transactions, connection pooling; relational, warehouse (Snowflake), and NoSQL/key-value (DynamoDB) stores.
  • Server-side patterns: caching strategies, background jobs/workers, queues and event-driven processing, rate limiting, retries/backoff, and timeouts.
  • Performance & reliability: profiling, load handling, latency/throughput trade-offs, graceful degradation, and designing for failure.
  • Observability: structured logging, metrics, distributed tracing, and debugging live production issues.
  • Production AWS: ECS/containers, Lambda, IAM, API Gateway, DynamoDB.
  • Infrastructure as code with Terraform; CI/CD (GitHub Actions or equivalent) and container builds.
  • Distributed systems: scalable, resilient, loosely coupled services with proper failure handling.
  • Security: OAuth/OIDC, authz, multi-tenant isolation, secrets management.
  • Nice to have: dbt, Airflow/MWAA, Snowflake hands-on experience.

Responsibilities

  • Design, build, and maintain backend services in Python/Go to support Data Platform Services — Agent runtimes on AWS Bedrock AgentCore / ECS Fargate, and event-driven Lambda handlers for AI Platform Services.
  • Design and maintain abstraction layers for data domain customers via custom developed utilities.
  • Maintain and service infrastructure using IaC (Terraform) for AWS accounts.
  • Build RAG pipelines and tool-calling AI agents for data products: retrieval, orchestration, grounding/citations, and evaluation.
  • Integrate model providers with LLM Gateway with response streaming, prompt caching, and structured outputs in an auditable way (OTeL).
  • Stand up eval harnesses, guardrails, and tracing so agent quality, latency, and cost are measurable and regressions are caught before release.
  • Build and maintain data-platform automation: dbt services, MWAA/Airflow orchestration, and tooling that makes data products discoverable, governed, and consumable.
  • Extend the platform CLI and shared utilities that data teams use as their day-to-day interface to the platform.
  • Implement auth and identity: OAuth/OIDC flows (per-user 3LO, token vaulting, session binding), least-privilege IAM, and secrets management.
  • Own service reliability and delivery: Terraform, GitHub Actions CI/CD, container builds, structured logging, metrics/tracing, alerting, and cost controls.
  • Set technical direction: system and API design, code review, and mentoring.

Skills

Python
Go
Java
REST
gRPC
SQL
AWS
Terraform
Airflow
CI/CD
Distributed systems

Tools

Snowflake
Iceberg
dbt
MWAA

Job description

Principal Software Engineer, Platform Services (PMTS)

To get the best candidate experience, please consider applying for a maximum of 3 roles within 12 months to ensure you are not duplicating efforts.

Job Category
Software Engineering
About Salesforce

Salesforce is the #1 AI CRM, where humans with agents drive customer success together. Here, ambition meets action. Tech meets trust. And innovation isn’t a buzzword — it’s a way of life. The world of work as we know it is changing and we’re looking for Trailblazers who are passionate about bettering business and the world through AI, driving innovation, and keeping Salesforce’s core values at the heart of it all.

Ready to level-up your career at the company leading workforce transformation in the agentic era? You’re in the right place! Agentforce is the future of AI, and you are the future of Salesforce.

Summary

Design, build, and maintain the backend services, APIs, data-platform automation, and AI platform / agent systems behind our data products. This is a backend-heavy role: distributed Python services, streaming. LLM/agent runtimes on AWS, RAG pipelines, and the dbt/Airflow automation that powers a Snowflake-based lakehouse.

You will work inside the Developer Experience team, whose mandate is to build the tooling, "paved paths," and automation that let internal data teams ship discoverable, governed, and consumable data products quickly and safely.

About the platform you’ll work on

Lakehouse & warehouse — Snowflake with Apache Iceberg tables in a medallion architecture (Bronze → Silver → Gold → Semantic Views).

Transformation — dbt (Cloud on Fusion) with data contracts, tag-driven governance, and automated project-evaluation checks.

Orchestration — Airflow on AWS MWAA; DAGs and schedules authored and deployed through platform tooling and CI (metadata driven).

Developer tooling — an internal CLI and reusable utilities (dbt, Iceberg operations, Snowflake load, REST API based ingestions, etc.) that abstract the platform for data teams.

Data quality & governance — Monte Carlo for data observability (monitors as code) and centralized governance (tagging, lineage, PII classification, cataloging).

AI layer — Agent/MCP/Skill deployment framework, RAG, semantic router / broker agents, over our data products and catalog metadata; conversational agents in Slack;

model access via AWS Bedrock / AgentCore, centralized LLM Gateway, and Snowflake Cortex.

Cloud & delivery — AWS (ECS Fargate, Lambda, API Gateway, DynamoDB, S3, IAM, etc.), Terraform IaC, GitHub Actions CI/CD, containerized builds, structured logging, metrics, and tracing.

Responsibilities
Backend services

Design, build, and maintain backend services in Python / Go to support our Data Platform Services — Agent runtimes on AWS Bedrock AgentCore / ECS Fargate, and event-driven Lambda handlers for our AI Platform Services

Design and maintain our abstraction layers for for our data domain customers via custom developed utilities

Maintain and service our infrastructure using IaC (Terraform) for our AWS accounts

AI / agents

Build RAG pipelines and tool-calling AI agents for our data products: retrieval, orchestration, grounding/citations, and evaluation.

Integrate model providers with our LLM Gateway with response streaming, prompt caching, and structured outputs in an auditable way (OTeL)

Stand up eval harnesses, guardrails, and tracing so agent quality, latency, and cost are measurable and regressions are caught before release.

Build and maintain data-platform automation: dbt services, MWAA/Airflow orchestration, and tooling that makes data products discoverable, governed, and consumable.

Extend the platform CLI and shared utilities that data teams use as their day-to-day interface to the platform.

Identity & security

Implement auth and identity: OAuth/OIDC flows (per-user 3LO, token vaulting, session binding), least-privilege IAM, and secrets management.

Enforce multi-tenant isolation and per-user identity/RBAC across services and agents.

Reliability & delivery

Own service reliability and delivery: Terraform, GitHub Actions CI/CD, container builds, structured logging, metrics/tracing, alerting, and cost controls.

Set technical direction: system and API design, code review, and mentoring.

Required skills

15+ years designing, building, and maintaining production backend services at scale

Expert-level Python / Go / Java for server-side development; solid grasp of relevant frameworks and the WSGI/ASGI model.

Service & API design: REST (and/or gRPC), request/response and streaming patterns, pagination, versioning, idempotency, and backward-compatible contracts.

Data layer: SQL and data modeling, query optimization and indexing, transactions, connection pooling; relational, warehouse (Snowflake), and NoSQL/key-value (DynamoDB) stores.

Server-side patterns: caching strategies, background jobs/workers, queues and event-driven processing, rate limiting, retries/backoff, and timeouts.

Performance & reliability: profiling, load handling, latency/throughput trade-offs, graceful degradation, and designing for failure.

Observability: structured logging, metrics, distributed tracing, and debugging live production issues.

Software engineering fundamentals

OOP (required): encapsulation, abstraction, inheritance, composition, polymorphism; SOLID principles; design patterns applied pragmatically; strong domain modeling.

Solid data structures & algorithms; ability to reason about time/space complexity.

Concurrency & async programming (async/await, threading, event loops) and their failure modes.

Testing (unit, integration, end-to-end) and testable design; Git and PR-based workflows; disciplined code review.

Production AWS: ECS/containers, Lambda, IAM, API Gateway, DynamoDB.

Infrastructure as code with Terraform; CI/CD (GitHub Actions or equivalent) and container builds.

Distributed systems

Building services that are horizontally scalable, resilient, and loosely coupled; handling consistency, retries, idempotency, and partial failure.

Security

OAuth/OIDC, authn/authz, token handling, least-privilege access, multi-tenant isolation, secrets management.

Building LLM applications in production (not research).

RAG: chunking, embeddings, vector search, hybrid search, reranking, grounding/citations, context-window management, retrieval evaluation.

Agents: prompt engineering, tool use/function calling, structured outputs, single- and multi-step orchestration, prompt caching.

Integration with model providers — Anthropic/Claude, AWS Bedrock/AgentCore, Snowflake Cortex — and response streaming.

AI quality & ops: eval harnesses, guardrails, tracing/observability, token/latency/cost optimization.

Nice to have

dbt, Airflow/MWAA, Snowflake hands-on experience.

MCP (Model Context Protocol) and/or applied RAG.

Slack platform (Bolt, Socket Mode, Block Kit) or other real-time/conversational backends.

Data observability (Monte Carlo) or data-quality/governance tooling.

Fine-tuning/adaptation, semantic caching, or model routing/fallback.

Experience adding AI capabilities to existing production systems.

Iceberg / open table formats and lakehouse patterns.

Tableau or other BI integration.

Unleash Your Potential

When you join Salesforce, you’ll be limitless in all areas of your life. Our benefits and resources support you to find balance and be your best, and our AI agents accelerate your impact so you can do your best. Together, we’ll bring the power of Agentforce to organizations of all sizes and deliver amazing experiences that customers love.

Accommodations

If you need a reasonable accommodation during the application or the recruiting process, please submit a request via this Accommodations Request Form.

Please note that Salesforce uses artificial intelligence (AI) tools to help our recruiters assess and evaluate candidates’ resumes and qualifications throughout the recruiting process. Humans will always make any candidate selection and hiring decisions. Please see our Candidate Privacy Statement for more information about how we use your personal data and your rights, including with regard to use of AI tools and opt out options.

Posting Statement

Salesforce is an equal opportunity employer and maintains a policy of non-discrimination with all employees and applicants for employment. What does that mean exactly? It means that at Salesforce, we believe in equality for all. And we believe we can lead the path to equality in part by creating a workplace that’s inclusive, and free from discrimination. Know your rights: workplace discrimination is illegal. Any employee or potential employee will be assessed on the basis of merit, competence and qualifications — without regard to race, religion, color, national origin, sex, sexual orientation, gender expression or identity, transgender status, age, disability, veteran or marital status, political viewpoint, or other classifications protected by law. This policy applies to current and prospective employees, no matter where they are in their Salesforce employment journey. It also applies to recruiting, hiring, job assignment, compensation, promotion, benefits, training, assessment of job performance, discipline, termination, and everything in between. Recruiting, hiring, and promotion decisions at Salesforce are fair and based on merit. The same goes for compensation, benefits, promotions, transfers, reduction in workforce, recall, training, and education.

In the United States, compensation offered will be determined by factors such as location, job level, job-related knowledge, skills, and experience. Certain roles may be eligible for incentive compensation, equity, and benefits. Salesforce offers a variety of benefits to help you live well including: time off programs, medical, dental, vision, mental health support, paid parental leave, life and disability insurance, 401(k), and an employee stock purchasing program. More details about company benefits can be found at the following link: https://www.salesforcebenefits.com.Pursuant to the San Francisco Fair Chance Ordinance and the Los Angeles Fair Chance Initiative for Hiring, Salesforce will consider for employment qualified applicants with arrest and conviction records.

At Salesforce, we believe in equitable compensation practices that reflect the dynamic nature of labor markets across various regions.

The typical base salary range for this position is $197,300 - $313,700 annually. In select cities within the San Francisco and New York City metropolitan area, the base salary range for this role is $237,700 - $344,700 annually.

The range represents base salary only, and does not include company bonus, incentive for sales roles, equity or benefits, as applicable.

Get your free, confidential resume review.
or drag and drop your file here.
Similar jobs

Similar jobs worth comparing

Senior, Software Engineer, Cryptographic Asset Monitoring
Senior, Software Engineer, Cryptographic Asset Monitoring

Salesforce • Bellevue (WA)

On-site
USD 149,000 - 224,000
Software Engineering MTS
Software Engineering MTS

Salesforce • San Francisco (CA)

On-site
USD 117,000 - 177,000
Senior, Software Engineer, Cryptographic Asset Monitoring
Senior, Software Engineer, Cryptographic Asset Monitoring

Salesforce • San Francisco (CA)

On-site
USD 179,000 - 246,000
Software Engineering PMTS - Data Platform
Software Engineering PMTS - Data Platform

Relha LLC • San Francisco (CA), Northern (KY)

Hybrid
USD 210,000 - 320,000
Software Engineering PMTS – Data Platform
Software Engineering PMTS – Data Platform

Salesforce • San Francisco (CA)

On-site
USD 197,000 - 314,000
Senior Backend Software Engineer
Senior Backend Software Engineer

Salesforce • San Francisco (CA)

Hybrid
USD 140,000 - 210,000
Office-Flex
Principal Data Platform Engineer
Principal Data Platform Engineer

Salesforce, Inc. • San Francisco (CA), Northern (KY)

On-site
USD 197,000 - 314,000
Principal Software Engineer / Data Scientist, AI
Principal Software Engineer / Data Scientist, AI

salesforce.com, inc. • San Francisco (CA)

On-site
USD 97,000 - 345,000
Principal Software Engineer / Data Scientist, AI
Principal Software Engineer / Data Scientist, AI

Socket.dev • San Francisco (CA)

On-site
USD 97,000 - 314,000
AI Native Software Engineer
AI Native Software Engineer

Relha LLC • San Francisco (CA), Northern (KY)

Hybrid
USD 197,000 - 314,000