yandex
nebius
Страна
Германия
+500% приглашений

Откликайтесь
на вакансии с ИИ

Ускорим процесс поиска работы
SeniorГибридПолная занятость

Senior Software Engineer (Data Platform, C++)

Оценка ИИ

Отличная вакансия для системного инженера: работа с open-source (YTsaurus), современный стек (C++20), масштабные задачи (10 PB данных) и возможность влиять на продукт в быстрорастущей AI-cloud компании.


Вакансия из Quick Offer Global, списка международных компаний
Пожаловаться

Сложность вакансии

ЛегкоСложно
Оценка ИИ

Высокая сложность обусловлена требованиями к глубокому знанию современного C++ (C++20), опытом работы с распределенными системами и необходимостью прохождения алгоритмических секций интервью. Работа с ядром YTsaurus требует понимания низкоуровневых механизмов хранения и обработки данных.

Анализ зарплаты

Медиана95 000 €
Рынок80 000 € – 120 000 €
Оценка ИИ

Предлагаемая роль Senior-уровня в международной компании уровня Nebius обычно предполагает зарплату выше среднерыночной для Европы. Указанный диапазон соответствует топовым технологическим компаниям в Германии и Нидерландах для инженеров со специализацией в системном программировании.

Сопроводительное письмо

I am writing to express my strong interest in the Senior Software Engineer position for the Data Platform team at Nebius. With over 5 years of experience in systems programming and a deep focus on high-load distributed services, I have developed a robust expertise in modern C++ and the architectural challenges of large-scale data ecosystems. My background in building reliable, multi-tenant systems aligns perfectly with your mission to evolve the YTsaurus-based platform.

In my previous roles, I have tackled complex problems involving concurrency, performance profiling, and distributed consensus, which are critical for the projects mentioned in your roadmap, such as sharding YTsaurus masters and optimizing CHYT performance. I am particularly impressed by Nebius's approach to providing a unified ecosystem for storage and compute, and I am eager to contribute to the development of in-house functionality that scales to tens of thousands of cores. I am a pragmatic engineer who values the connection between core systems development and real-world user outcomes.

+250% к просмотрам

Составьте идеальное письмо к вакансии с ИИ-агентом

Составьте идеальное письмо к вакансии с ИИ-агентом

Откликнитесь в nebius уже сейчас

Присоединяйтесь к команде Nebius, чтобы создавать фундамент для глобальной экономики ИИ на базе передовых технологий распределенного хранения данных!

Описание вакансии

Why work at NebiusNebius is leading a new era in cloud computing to serve the global AI economy. We create the tools and resources our customers need to solve real-world challenges and transform industries, without massive infrastructure costs or the need to build large in-house AI/ML teams. Our employees work at the cutting edge of AI cloud infrastructure alongside some of the most experienced and innovative leaders and engineers in the field.

Where we workHeadquartered in Amsterdam and listed on Nasdaq, Nebius has a global footprint with R&D hubs across Europe, North America, and Israel. The team of over 1400 employees includes more than 400 highly skilled engineers with deep expertise across hardware and software engineering, as well as an in-house AI R&D team.

The role

We’re looking for a Software Engineer with strong C++ expertise to join the team building and operating Nebius Data Platform — a distributed storage and a processing platform that acts as the company’s “source of truth” and the backbone of many internal (and some external) products.

Nebius Data Platform is a single multi-tenant ecosystem based on YTsaurus — instead of running separate HDFS/Kafka/HBase-style systems, we provide storage, compute, and analytics capabilities inside one platform.

Built on top of the open-source YTsaurus ecosystem, we run and extend our own Nebius distribution and develop significant in-house functionality (core and platform-level). We can design, implement, and roll out features end-to-end on our clusters without waiting for upstream approvals and contribute upstream when it makes sense.

At scale today, this includes~500 servers, ~20k CPU cores and ~10 PB of compressed data in our largest production cluster, supporting workloads ranging from business-critical pipelines and financial transactions to large-scale ML/LLM training datasets and compute.

What’s inside the platform

You’ll work on a system that includes (and ties together):

  • Distributed Storage (Cypress): transactional semantics, tiered storage, erasure coding, replication, and strong reliability expectations.
  • Compute & ETL: a cluster-wide job scheduler (tens of thousands of cores), MapReduce, YQL for SQL-like data processing, and SPYT (Spark over YTsaurus) for modern data engineering.
  • Interactive analytics (CHYT): ClickHouse® instances spun up directly on compute nodes for fast SQL over data in-place.
  • Dynamic Tables: low-latency NoSQL KV with distributed ACID transactions for OLTP-style workloads and feature stores.
  • Orchestracto: workflow orchestration deeply integrated with the platform (Airflow-like, but platform-native).

What you’ll do

We’re looking for engineers who combine strong systems skills with product sense: understanding who uses the platform, why certain capabilities matter, and making pragmatic trade-offs to maximize impact. On our team, engineering work is expected to be connected to real users and outcomes — you’ll regularly align with internal stakeholders, clarify requirements, and help drive prioritization.

In this role, you will:

  • Design and implement new functionality in YTsaurus core (C++) with production reliability in mind.
  • Build and evolve platform-level capabilities: platform architecture and operating model—multi-cluster growth, shared primitives, and a consistent experience that scales with new teams and use cases.
  • Improve end-to-end platform experience for internal (and external-facing) users: APIs, guardrails, debugging workflows, and automation.
  • Own production quality: incident response / on-call rotation, root cause analysis, and turning learnings into durable fixes.

Example projects

  • Roll out sharded YTsaurus masters (incl. Kubernetes operator support) and build automatic balancing of metadata across master cells (consensus groups) to remove control-plane bottlenecks and unlock 10–100x cluster growth.
  • Make CHYT interactive SQL faster and more predictable at high load via performance work like data-skipping / min-max-style indexes and improved execution introspection.
  • Turn Orchestracto into a platform product by defining the building blocks, developer experience, and governance for how teams create and share workflows.
  • Scale and harden Parquet-on-S3 for native YTsaurus workloads by tackling replication/movement, consistent lifecycle semantics, and master-server metadata optimizations for performance and reliability.
  • Design and ship complete, trustworthy audit trails for data changes (who/what/when) across heterogeneous storage and compute paths.

Tech stack

  • Core: modern C++ (C++20, async + multithreaded primitives)
  • Services & tooling: Go and Python (microservices, utilities, integration tests)

What we expect

  • 5+ years of software engineering experience.
  • Strong C++ skills (you’ll write core code).
  • Working knowledge of Python and/or Go (you don’t have to be expert, but should be comfortable navigating them).
  • Experience developing and/or operating high-load, distributed services.
  • Production mindset: ability to use SSH, read logs/metrics/traces, and debug distributed systems behavior.
  • Solid CS fundamentals: algorithms, data structures, concurrency basics.

Nice to have

  • Experience with Big Data systems (YTsaurus/Hadoop/Spark/ClickHouse/Kafka-like ecosystems).
  • Experience with multi-tenant platforms, schedulers, resource isolation, quotas, and reliability engineering.
  • Strong performance engineering skills (profiling, lock contention, latency/throughput tradeoffs).

We conduct coding interviews as part of the process.

What we offer

  • Competitive salary and comprehensive benefits package.
  • Opportunities for professional growth within Nebius.
  • Flexible working arrangements.
  • A dynamic and collaborative work environment that values initiative and innovation.

We’re growing and expanding our products every day. If you’re up to the challenge and are excited about AI and ML as much as we are, join us!

+400% к собеседованиям

Создайте идеальное резюме с помощью ИИ-агента

Создайте идеальное резюме с помощью ИИ-агента

Навыки

  • C++
  • Go
  • Python
  • Distributed Systems
  • Algorithms
  • Data Structures
  • Concurrency
  • YTsaurus
  • ClickHouse
  • Kubernetes
  • SQL
  • Multithreading

Возможные вопросы на собеседовании

Позиция предполагает работу с распределенным хранилищем и транзакциями.

Как бы вы реализовали распределенную транзакцию в системе с архитектурой, подобной YTsaurus, чтобы обеспечить ACID-свойства?

В описании упоминается работа с многопоточностью и асинхронностью в C++20.

Расскажите о механизмах синхронизации, которые вы бы использовали для минимизации lock contention в высоконагруженном сервисе.

Одна из задач — оптимизация производительности CHYT и индексов.

Какие подходы к профилированию C++ приложений вы используете для поиска узких мест в CPU и I/O?

Вакансия требует опыта работы с высоконагруженными системами.

Опишите ваш опыт отладки сложного инцидента в распределенной системе: какие метрики и инструменты (логи, трассировка) помогли найти причину?

Проект включает масштабирование мастеров YTsaurus.

В чем заключаются основные сложности шардирования метаданных в распределенных файловых системах и как обеспечить консистентность между шардами?

Похожие вакансии

DstLab
200 000 ₽ – 280 000 ₽

.NET разработчик Middle+ , Senior

SeniorУдалённоРоссия
.NET Core · C++ · PostgreSQL · Entity Framework Core · REST · Git · CI/CD · Apache Kafka · RabbitMQ · React · MobX · TypeScript · HTML · CSS · JavaScript · Unit Testing
+16 навыков
Первый Бит
350 000 ₽ – 500 000 ₽

Старший разработчик C++

SeniorУдалённоРоссия
C++ · STL · Java · JVM · Python · asyncio · TCP/IP · HTTP · REST · AMQP · RabbitMQ · PostgreSQL · SQLite · Linux · Systemd · Android · Kotlin
+17 навыков
DataDev
250 000 ₽ – 300 000 ₽

Senior Java Developer

SeniorУдалённоРоссия
Java · Spring Framework · Spring Boot · Spring Cloud · Hibernate · SOLID · OOP · Redis · MongoDB · Docker · Kubernetes · CI/CD · JUnit · Mockito · Microservices · Web3
+16 навыков
Точка Банк
до 575 000 ₽

Senior Python-разработчик

SeniorУдалённоРоссия
Python · Microservices · Agile · Scrum · Unit Testing · System Design · High Load
+7 навыков
Invista
250 000 ₽ – 400 000 ₽

Senior Python Developer

SeniorУдалённоРоссия
Python · FastAPI · PostgreSQL · Redis · PyTest · unittest · CI/CD · GitHub Actions · Jenkins · REST API · GraphQL · Git
+12 навыков
FixPrice
от 1 900 ₽

Python разработчик Senior

SeniorУдалённоРоссия
Python · asyncio · FastAPI · Pydantic · PostgreSQL · Redis · MongoDB · Docker · Kubernetes · RabbitMQ · Kafka · Celery · HTMX · Bootstrap · Streamlit · LLM · OpenAI · Claude · RAG · MLOps · MLflow
+21 навыков
более 1000 офферов получено
4.9

1000+ офферов получено

Устали искать работу? Мы найдём её за вас

Quick Offer улучшит ваше резюме, подберёт лучшие вакансии и откликнется за вас. Результат — в 3 раза больше приглашений на собеседования и никакой рутины!

nebius
Страна
Германия