PracHub
QuestionsPremiumLearningGuidesCheatsheetNEWCoaches
|Home/System Design/Atlassian

Design a scalable tagging system

Last updated: Mar 29, 2026

Quick Overview

This question evaluates understanding of distributed systems, data modeling, indexing, sharding, caching, consistency models, and multi-tenant architecture for building high-throughput tagging and query services.

  • hard
  • Atlassian
  • System Design
  • Software Engineer

Design a scalable tagging system

Company: Atlassian

Role: Software Engineer

Category: System Design

Difficulty: hard

Interview Round: Technical Screen

##### Question Design a scalable tagging system that supports creating tags, associating multiple tags with items, querying by single or combined tags, handling high read/write traffic, and ensuring consistency with sharding, caching, and indexing strategies.

Quick Answer: This question evaluates understanding of distributed systems, data modeling, indexing, sharding, caching, consistency models, and multi-tenant architecture for building high-throughput tagging and query services.

Related Interview Questions

  • Design a simple greeting-card web app - Atlassian (medium)
  • Design a distributed rate limiter service - Atlassian (medium)
  • Design a Data Stream Processor - Atlassian (easy)
  • Design a scalable chatbot platform - Atlassian (medium)
  • Diagnose why a scaled system became slow - Atlassian (medium)
Atlassian logo
Atlassian
Aug 4, 2025, 10:55 AM
Software Engineer
Technical Screen
System Design
16
0

System Design: Scalable Tagging Service

Context

You are designing a multi-tenant tagging service for a large-scale SaaS product. Items (e.g., documents, issues, pages) can have multiple tags. The system must support high read/write throughput and efficient queries by one or multiple tags.

Assume scale on the order of:

  • 100M items, 10M distinct tags, average 5–20 tags per item
  • Peak 10k read QPS, 2k write QPS (tag add/remove)
  • Multi-tenant isolation is required

Requirements

  1. Create and manage tags
  2. Associate/dissociate multiple tags with an item
  3. Query items:
    • by a single tag
    • by a combination of tags (AND/OR), with pagination and sort (e.g., recency)
  4. High availability and low latency for reads; scalable writes
  5. Consistency model: clearly define and implement (eventual vs read-your-writes)
  6. Sharding, caching, and indexing strategies for scale
  7. Operability: monitoring, reindexing, backfills

Deliverables

  • Data model and storage choices
  • Read and write paths (including APIs)
  • Indexing strategy for tag queries (single and combined)
  • Sharding/partitioning plan
  • Caching strategy and invalidation
  • Consistency trade-offs and mechanisms
  • Handling hot tags, skew, and growth

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Atlassian•More Software Engineer•Atlassian Software Engineer•Atlassian System Design•Software Engineer System Design
PracHub

Master your tech interviews with 7,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.