PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/eBay

Design a Relational-to-DynamoDB Migration System

Last updated: May 12, 2026

Quick Overview

This question evaluates expertise in system design for large-scale relational-to-DynamoDB migrations, including NoSQL data modeling, schema and access-pattern analysis, historical backfill, change-data-capture, validation, cutover and rollback planning, and operational monitoring; it is categorized under System Design and database migration/NoSQL domains. It is commonly asked to assess practical application of architectural concepts and trade-offs required to achieve minimal downtime, ensure data correctness, and maintain availability and observability, emphasizing applied system-level design rather than low-level implementation details.

  • medium
  • eBay
  • System Design
  • Software Engineer

Design a Relational-to-DynamoDB Migration System

Company: eBay

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Onsite

Design a production migration system that moves an existing e-commerce service from a relational database to DynamoDB with minimal downtime. Your design should cover: - How to analyze the existing relational schema and access patterns. - How to model the target DynamoDB tables, partition keys, sort keys, and secondary indexes. - How to perform the initial historical backfill. - How to capture and replay ongoing writes while the migration is in progress. - How to validate data correctness between the old and new stores. - How to cut traffic over safely from the relational database to DynamoDB. - How to roll back if the migration causes correctness, latency, or availability problems. - What key indicators you would monitor during the migration and after cutover.

Quick Answer: This question evaluates expertise in system design for large-scale relational-to-DynamoDB migrations, including NoSQL data modeling, schema and access-pattern analysis, historical backfill, change-data-capture, validation, cutover and rollback planning, and operational monitoring; it is categorized under System Design and database migration/NoSQL domains. It is commonly asked to assess practical application of architectural concepts and trade-offs required to achieve minimal downtime, ensure data correctness, and maintain availability and observability, emphasizing applied system-level design rather than low-level implementation details.

Related Interview Questions

  • Design an Ad Assignment API - eBay (medium)
  • Design a Top-K trending service - eBay (medium)
  • Design an online marketplace for buying and selling - eBay (hard)
  • Handle cache-update conflicts in distributed services - eBay (hard)
eBay logo
eBay
Apr 8, 2026, 12:00 AM
Software Engineer
Onsite
System Design
6
0

Design a production migration system that moves an existing e-commerce service from a relational database to DynamoDB with minimal downtime.

Your design should cover:

  • How to analyze the existing relational schema and access patterns.
  • How to model the target DynamoDB tables, partition keys, sort keys, and secondary indexes.
  • How to perform the initial historical backfill.
  • How to capture and replay ongoing writes while the migration is in progress.
  • How to validate data correctness between the old and new stores.
  • How to cut traffic over safely from the relational database to DynamoDB.
  • How to roll back if the migration causes correctness, latency, or availability problems.
  • What key indicators you would monitor during the migration and after cutover.

Solution

Show

Submit Your Answer

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More eBay•More Software Engineer•eBay Software Engineer•eBay System Design•Software Engineer System Design
PracHub

Master your tech interviews with 8,500+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities
  • Student Access

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.