Atlassian Interview Guide

Updated · techinterview.org

Atlassian Interview Guide

Company Overview: Atlassian is known for collaboration software including Jira, Confluence, Trello, and Bitbucket. The company emphasizes teamwork, openness, and values-driven culture.

Interview Process

Timeline: 3-4 weeks

  1. Recruiter Screen (30 min) – Background, interest in Atlassian
  2. Technical Phone Screen (45-60 min) – Coding problem with shared editor
  3. Onsite/Virtual (4-5 rounds, full day)
    • 2 coding rounds (60 min each)
    • 1 system design round (60 min) – for mid-level+
    • 1 behavioral/values round (45 min)
    • Optional: Hiring manager round

Question Types & Difficulty

Coding Questions (60%)

  • Difficulty: Medium (70%), Easy-Medium (30%)
  • Focus Areas:
    • String manipulation and parsing (common)
    • Arrays and hash maps
    • Trees and graphs
    • Design problems (object-oriented design)
  • Style: Practical, real-world scenarios related to Atlassian products

System Design (20%)

  • For: Senior engineers (3+ years)
  • Common Topics:
    • Design collaborative editing system (like Confluence)
    • Design task management system (like Jira)
    • Design notification system
    • Real-time collaboration features

Values & Behavioral (20%)

  • Atlassian places heavy emphasis on company values
  • Values: Open company, no bullshit; Build with heart and balance; Don’t #@!% the customer; Play as a team; Be the change you seek
  • Expect specific questions about collaboration and teamwork

Common Interview Questions

Coding:

  • Parse and validate Jira ticket syntax
  • Implement permission system for documents
  • Design rate limiter for API
  • Find all mentions (@user) in text
  • Implement undo/redo functionality
  • Merge intervals (calendar conflicts)

Behavioral:

  • Tell me about a time you collaborated with a difficult team member
  • Describe a situation where you disagreed with a decision
  • How do you handle feedback?
  • Give an example of when you went above and beyond

Preparation Strategy

Technical (4-6 weeks)

  • Week 1-2: Arrays, strings, hash maps (Atlassian favorites)
  • Week 3-4: Trees, graphs, object-oriented design
  • Week 5-6: System design (if senior), mock interviews
  • Practice: 50-75 LeetCode problems (focus on Medium)

Behavioral (1-2 weeks)

  • Study Atlassian values deeply
  • Prepare 5-7 STAR stories demonstrating each value
  • Emphasize teamwork and collaboration
  • Research Atlassian products (use them if possible)

Interview Tips

Do:

  • ? Communicate clearly and often
  • ? Show enthusiasm for collaboration tools
  • ? Demonstrate values alignment (especially teamwork)
  • ? Ask clarifying questions
  • ? Test your code thoroughly
  • ? Discuss trade-offs in system design

Don’t:

  • ? Be overly competitive or individualistic
  • ? Dismiss teamwork questions
  • ? Ignore product context
  • ? Rush through problems without planning

Salary & Levels

LevelTitleBase SalaryTotal Comp
P3Software Engineer$120-150K$140-180K
P4Senior Software Engineer$150-190K$190-250K
P5Senior Engineer II$180-220K$250-350K
P6Principal Engineer$220-280K$350-500K+

Note: Total comp includes base + stock + bonus. Figures are approximate and vary by location.

Company Culture

  • Work-Life Balance: Excellent – Known for healthy work culture
  • Remote: Distributed-first company, strong remote support
  • Perks: Generous PTO, ShipIt days (innovation time), equity for all
  • Growth: Strong internal mobility, learning budget

Success Rate & Difficulty

  • Overall Difficulty: Medium (3/5)
  • Accept Rate: ~15-20% (moderately selective)
  • Interview Duration: 3-4 weeks average
  • Preparation Time: 6-8 weeks recommended

Final Advice

Atlassian is looking for strong engineers who are also great teammates. Technical skills matter, but cultural fit is equally important. Emphasize collaboration, show genuine interest in building tools that help teams work better, and demonstrate alignment with company values. The interview process is thorough but fair, and the company is known for transparent communication throughout.

Best for: Engineers who value team culture, work-life balance, and building impactful collaboration tools.

Practice these system design problems that appear in Atlassian interviews:

Explore all our company interview guides covering FAANG, startups, and high-growth tech companies.

Related system design: Monotonic Stack Patterns: Complete Interview Guide (2025)

Related system design: System Design Interview: Design Dropbox / Google Drive (Cloud Storage)

Related system design: Low-Level Design: Library Management System (OOP Interview)

Related system design: String Manipulation Interview Patterns: Complete Guide (2025)

See also: System Design Interview: Design a Pastebin / Code Snippet Service

See also: Object-Oriented Design Patterns for Coding Interviews

See also: System Design Interview: Design a Feature Flag System

  • Sorting Algorithm Interview Patterns: Quicksort, Merge Sort, Counting Sort, Custom Sort
  • System Design Interview: Design Google Docs / Collaborative Editing
  • Tree Interview Patterns: DFS, BFS, LCA, BST, Tree DP, Serialization
  • 1D Dynamic Programming Interview Patterns: House Robber, LIS, Coin Change, Word Break
  • System Design Interview: Design a Real-Time Chat Application (WhatsApp/Slack)
  • Trie (Prefix Tree) Interview Patterns: Autocomplete, Word Search, Wildcard
  • System Design Interview: Design a Configuration Management System (etcd/Consul)
  • System Design Interview: Design a Search Engine (Query Processing and Ranking)
  • System Design Interview: Design a Code Review and Pull Request Platform
  • Backtracking Algorithm Interview Patterns: Subsets, Permutations, N-Queens, Word Search
  • System Design Interview: Design a Subscription Billing System
  • System Design Interview: Design a Multi-Tenant SaaS Platform
  • System Design Interview: Design a Real-Time Collaborative Whiteboard (Miro/Figma)
  • Shortest Path Algorithm Interview Patterns: Dijkstra, Bellman-Ford, Floyd-Warshall
  • Advanced Dynamic Programming Patterns: State Machine, Interval DP, Tree DP, Bitmask
  • String Algorithm Interview Patterns: Sliding Window, Palindromes, Anagrams, Rolling Hash
  • System Design Interview: Design a Cloud File Storage System (Dropbox/Google Drive)
  • System Design Interview: Design a Web Crawler and Search Indexer
  • Union-Find (Disjoint Set Union) Interview Patterns: Connected Components, Kruskal’s MST
  • Greedy Algorithm Interview Patterns: Intervals, Jump Game, Task Scheduler
  • Recursion and Memoization Interview Patterns: LCS, Edit Distance, Word Break
  • Interval DP and Advanced Dynamic Programming: Burst Balloons, State Machine, Tree DP
  • System Design Interview: Design a Real-Time Collaborative Editor (Google Docs)
  • Heap and Priority Queue Interview Patterns: Top K, Median Stream, Merge K Lists
  • Two Pointers and Sliding Window Interview Patterns
  • Graph Algorithm Interview Patterns: BFS, DFS, Dijkstra, Topological Sort
  • System Design Interview: Design an API Gateway
  • Segment Tree and Range Query Patterns: Fenwick Tree, Lazy Propagation, Order Statistics
  • Trie and String Matching Interview Patterns: Autocomplete, KMP, Rabin-Karp
  • Amortized Analysis and Complexity Patterns: Dynamic Arrays, Union-Find, Monotonic Deque
  • System Design Interview: Design a Web Search Engine (Google)
  • Minimum Spanning Tree: Kruskal’s and Prim’s Algorithm Interview Guide
  • Dynamic Programming Patterns II: Knapsack, LCS, Edit Distance & State Machines
  • OOD Interview Patterns: LRU Cache, Parking Lot & Elevator System
  • Recursion and Backtracking Interview Patterns: Permutations, N-Queens, Sudoku
  • System Design Interview: Design a CI/CD Deployment Pipeline
  • Tree Dynamic Programming Interview Patterns: Diameter, Path Sum & House Robber
  • Stack Interview Patterns: Parentheses, Calculator, Histogram & Min Stack
  • Two Pointers and Sliding Window Interview Patterns: Complete Guide
  • Trie Data Structure Interview Patterns: Autocomplete, Word Search & XOR
  • Graph Algorithms Interview Patterns: BFS, DFS, Dijkstra & Cycle Detection
  • Math and Number Theory Interview Patterns
  • Database Indexing Interview Guide
  • Concurrency Interview Patterns: Locks, Thread Safety, Producer-Consumer
  • Sorting Algorithms Interview Guide: Quicksort, Mergesort, Counting Sort
  • Hash Map Interview Patterns: Two Sum, Frequency Counting, Sliding Window
  • System Design: Object Storage (Amazon S3)
  • Topological Sort Interview Patterns: Kahn’s Algorithm, DFS Ordering, Cycle Detection
  • Matrix and Grid DP Interview Patterns: Unique Paths, Minimum Path Sum, Dungeon
  • Segment Tree and Fenwick Tree (BIT) Interview Patterns
  • Recursion Interview Patterns: Memoization, Tree Recursion, Classic Problems
  • Bit Manipulation Interview Patterns: XOR Tricks, Bit Masks, Power of 2
  • Divide and Conquer Interview Patterns: Merge Sort, Quick Select, Master Theorem
  • System Design: Rate Limiting Service
  • Monotonic Stack Interview Patterns: Next Greater, Histograms, Stock Span
  • Union-Find (Disjoint Set Union) Interview Patterns
  • System Design: Search Engine (Google / Elasticsearch)
  • Backtracking Interview Patterns: Subsets, Permutations, N-Queens
  • Binary Tree Interview Patterns: Traversal, DFS, BFS, and Classic Problems
  • System Design: Real-Time Chat System (WhatsApp / Slack)
  • System Design: File Storage and Sync Service (Dropbox)
  • String DP Interview Patterns: LCS, Edit Distance, Palindrome DP
  • Linked List Interview Patterns
  • System Design: Hotel and Airbnb Booking System
  • Dynamic Programming Knapsack Patterns
  • System Design: Email Service at Scale (SendGrid/Gmail)
  • Interval and Greedy Algorithm Interview Patterns
  • System Design: Ticketing and Seat Reservation System
  • Stack and Queue Interview Patterns
  • Binary Search Interview Patterns
  • Sliding Window and Two Pointer Interview Patterns
  • System Design: Kubernetes and Container Orchestration
  • Graph Algorithm Interview Patterns
  • Trie and String Algorithm Interview Patterns
  • 📌 Related System Design: Low-Level Design: Chess Game (OOP Interview)

    📌 Related: Low-Level Design: Parking Lot System (OOP Interview)

    📌 Related: Low-Level Design: Hotel Booking System (OOP Interview)

    📌 Related: Low-Level Design: ATM Machine (State Pattern Interview)

    📌 Related: Segment Tree and Fenwick Tree Interview Patterns (2025)

    📌 Related: Low-Level Design: Snake and Ladder Game (OOP Interview)

    📌 Related: Low-Level Design: Movie Ticket Booking System (OOP Interview)

    📌 Related: Low-Level Design: Tic-Tac-Toe Game (OOP Interview)

    📌 Related: Dynamic Programming Interview Patterns (2025)

    📌 Related: Low-Level Design: Library Management System (OOP Interview)

    📌 Related: Low-Level Design: Vending Machine (OOP Interview)

    📌 Related: Graph Traversal Interview Patterns (2025)

    📌 Related: Low-Level Design: Chat Application (OOP Interview)

    📌 Related: Sliding Window Interview Patterns (2025)

    📌 Related: Low-Level Design: Elevator System (OOP Interview)

    📌 Related: Dynamic Programming on Strings: LCS, Edit Distance, and Patterns (2025)

    📌 Related: Interval Algorithm Interview Patterns (2025)

    📌 Related: Trie (Prefix Tree) Interview Patterns (2025)

    📌 Related: Low-Level Design: Pub/Sub Event System (OOP Interview)

    📌 Related: Union-Find (DSU) Interview Patterns (2025)

    📌 Related: Low-Level Design: Task Scheduler / Job Queue (OOP Interview)

    📌 Related: System Design Interview: Design a Distributed Search Engine

    📌 Related: Low-Level Design: Logging Framework (OOP Interview)

    📌 Related: Low-Level Design: Parking Lot System (OOP Interview)

    📌 Related: Two Pointers Interview Patterns (2025)

    📌 Related: Graph BFS and DFS Interview Patterns (2025)

    📌 Related: Low-Level Design: Online Auction System (OOP Interview)

    📌 Related: Dynamic Programming: Knapsack and Subset Sum Patterns (2025)

    📌 Related: Low-Level Design: Stock Order Book (Trading System OOP Interview)

    Related system design: Interval and Scheduling Interview Patterns (2025)

    Related: Low-Level Design: Movie Ticket Booking System (BookMyShow/Fandango)

    Related: Prefix Sum Interview Patterns: Subarray Sum, 2D Range Query, Product

    Related: Low-Level Design: Online Code Judge (LeetCode-style Submission System)

    Related system design: Low-Level Design: Customer Support Ticketing System (SLA, Routing, State Machine)

    Related system design: Low-Level Design: Subscription and Billing System (Recurring Payments, Proration, Retry)

    Related system design: System Design: Distributed Task Queue and Job Scheduler (Celery, SQS, Redis)

    Related system design: System Design: Collaborative Document Editing (Google Docs) — OT, CRDT, and WebSockets

    Related system design: System Design: Real-time Chat and Messaging System (WhatsApp/Slack) — WebSockets, Pub/Sub, Scale

    Related system design: Interval Interview Patterns: Merge, Insert, Meeting Rooms, Sweep Line (2025)

    Related system design: System Design: Distributed File System (GFS, HDFS, S3) — Architecture and Fault Tolerance

    Related system design: System Design: Event-Driven Architecture — Kafka, Event Sourcing, CQRS, and Saga Pattern

    Related system design: Low-Level Design: Appointment Booking System — Availability, Conflict Prevention, and Reminders

    Related system design: System Design: Configuration Management Service — Feature Flags, Dynamic Config, and Safe Rollouts

    Related system design: System Design: Distributed Locking — Redis Redlock, ZooKeeper, and Database Locks

    Related system design: Low-Level Design: Customer Support Ticketing System — Routing, SLA, Escalation, and Knowledge Base

    Related system design: Low-Level Design: Employee Leave Management System — Accrual, Approval Workflows, Balances, and Compliance

    Related system design: System Design: Consensus Algorithms — Raft, Paxos, Leader Election, and Distributed Agreement

    Related system design: Low-Level Design: Task Management System — Boards, Workflows, Assignments, Due Dates, and Notifications

    Related system design: Number Theory and Math Interview Patterns: GCD, Primes, Modular Arithmetic, Fast Power (2025)

    Related system design: Low-Level Design: Insurance Claims System — Claim Submission, Review Workflow, Settlement, and Fraud Detection

    Related system design: Low-Level Design: Document Management System — Versioning, Permissions, Full-text Search, and Collaboration

    Related system design: Low-Level Design: Pharmacy Prescription System — Drug Interactions, Refills, Insurance Adjudication, and Dispensing

    Related system design: System Design: API Design Best Practices — REST, Versioning, Pagination, Rate Limiting, and GraphQL

    Related system design: Low-Level Design: Healthcare Appointment Booking — Scheduling, Reminders, EMR Integration

    Related system design: Low-Level Design: Content Management System — Drafts, Versioning, Roles, and Publishing Workflow

    Related system design: Low-Level Design: Survey and Form Builder — Dynamic Schemas, Conditional Logic, and Analytics

    Related system design: Topological Sort and Strongly Connected Components: Interview Patterns for Directed Graphs (2025)

    Related system design: Low-Level Design: Real Estate Listing Platform — Property Search, Geospatial Queries, and Agent Matching

    Related system design: Low-Level Design: Job Scheduler — Cron Jobs, Distributed Task Execution, and Retry Logic

    Related system design: System Design: Observability Platform — Logs, Metrics, Distributed Tracing, and Alerting

    Related system design: System Design: Distributed Lock Service — Redlock, Fencing Tokens, and Leader Election

    Related system design: Low-Level Design: Subscription Billing — Recurring Charges, Proration, and Dunning Management

    Related system design: Low-Level Design: Multi-Tenant SaaS Platform — Tenant Isolation, Schema Design, and Rate Limiting

    Related system design: System Design: Event Sourcing and CQRS — Append-Only Events, Projections, and Read Models

    Related system design: Graph Shortest Path Interview Patterns: Dijkstra, Bellman-Ford, BFS, and Floyd-Warshall (2025)

    Related system design: Low-Level Design: Online Learning Platform (Coursera/Udemy) — Courses, Progress, and Certificates

    Related system design: Graph BFS Interview Patterns: Shortest Path, Islands, Word Ladder, and Multi-Source BFS (2025)

    Related system design: Low-Level Design: Task Management System (Trello/Jira) — Boards, Workflows, and Notifications

    Related system design: Graph Topological Sort Interview Patterns: Kahn’s Algorithm, DFS Post-Order, and Cycle Detection (2025)

    Related system design: System Design: Audit Log — Immutable Event Trail, Compliance, and Tamper Detection

    Related system design: Tree Traversal Interview Patterns: Inorder, Level Order, Zigzag, and Serialize/Deserialize (2025)

    Related system design: Advanced Greedy Interview Patterns: Interval Scheduling, Jump Game, and Huffman Coding (2025)

    Related system design: Low-Level Design: Collaborative Document Editor — Operational Transform, CRDT, and Conflict Resolution

    Related system design: Advanced Sliding Window Interview Patterns: Variable Size, String Problems, and Monotonic Deque (2025)

    Related system design: Low-Level Design: Calendar App — Event Scheduling, Recurring Events, and Conflict Detection

    Related system design: Union-Find (Disjoint Set Union) Interview Patterns: Path Compression, Connectivity, and Advanced Problems (2025)

    Related system design: System Design: Workflow Engine — DAG Execution, State Persistence, and Fault Tolerance

    Related system design: Advanced Two-Pointer Interview Patterns: Three Sum, Trapping Rain Water, and Container Problems (2025)

    Related system design: System Design: Appointment Scheduling — Time Slot Management, Booking Conflicts, and Reminders

    Related system design: Monotonic Stack Interview Patterns: Next Greater Element, Largest Rectangle, and Stock Span (2025)

    Related system design: Advanced Trie Interview Patterns: Word Search, Palindrome Pairs, and Replace Words (2025)

    See also: Matrix and Graph Interview Patterns

    See also: Advanced Recursion and Backtracking Interview Patterns

    See also: Dynamic Programming on Strings

    See also: Segment Tree and Fenwick Tree Interview Patterns

    See also: Sorting Algorithms for Interviews

    See also: Advanced Linked List Interview Patterns

    See also: Advanced Binary Search Interview Patterns

    See also: Advanced Tree Interview Patterns

    See also: Dynamic Programming on Grids

    See also: Advanced Graph Algorithms for Interviews

    See also: System Design: Vector Database

    See also: Advanced Greedy Algorithm Interview Patterns

    See also: DP State Machine Interview Patterns

    See also: System Design: Access Control and Authorization

    See also: Low-Level Design: Issue Tracker

    See also: Low-Level Design: Document Storage System

    See also: Bit Manipulation Interview Patterns

    See also: Sliding Window Interview Patterns

    See also: Two Pointers Interview Patterns

    See also: Stack and Queue Interview Patterns

    See also: Monotonic Stack Interview Patterns

    See also: Union-Find Interview Patterns

    See also: Low-Level Design: Content Management System

    See also: Binary Search Interview Patterns

    See also: Low-Level Design: Smart Home System

    See also: Advanced Trie Interview Patterns

    See also: Recursion and Divide-and-Conquer Interview Patterns

    See also: String Manipulation Interview Patterns

    Atlassian coding rounds include number theory and combinatorics. See patterns in Math and Number Theory Interview Patterns.

    Atlassian interviews test heap-based algorithms. See common patterns in Heap and Priority Queue Interview Patterns.

    Atlassian system design interviews cover form and survey builders. Review the full LLD in Survey Builder Low-Level Design.

    Atlassian product interviews cover Jira-style time tracking. Review the full LLD in Time Tracking System Low-Level Design.

    Atlassian interviews test DP optimization. Review key patterns in Dynamic Programming Optimization Patterns.

    Atlassian interviews include advanced data structure problems. Review segment tree and BIT in Segment Tree and Fenwick Tree Patterns.

    Atlassian Jira is the canonical ticketing system. Review the full LLD in IT Ticketing System Low-Level Design.

    Atlassian coding rounds test graph algorithms. Review cycle detection patterns in Graph Cycle Detection Interview Patterns.

    See also: Sorting Algorithm Deep Dive: Quicksort, Mergesort, Heapsort, and Counting Sort

    Atlassian coding rounds include backtracking. Review the universal template and patterns in Backtracking Interview Patterns.

    Atlassian Confluence uses collaborative editing. Review OT and CRDT design in Collaborative Document Editing System Design.

    See also: Advanced Number Theory Interview Patterns: CRT, Euler Totient, and Digit DP

    See also: Priority Queue and Monotonic Queue Patterns: Sliding Window, Top-K, and Scheduling

    See also: Advanced Stack Interview Patterns: Monotonic Stack, Calculator, and Expression Parsing (2025)

    See also: Low-Level Design: Code Review Tool – Diffs, Comments, Approvals, and CI Integration (2025)

    See also: Low-Level Design: Digital Library System – Catalog, Borrowing, Reservations, and DRM (2025)

    Atlassian products rely on complex permissions. Review RBAC, Zanzibar patterns, and inheritance in Access Control System Low-Level Design.

    Atlassian coding rounds include range queries. Review prefix sums, difference arrays, and segment trees in Range Query Interview Patterns.

    Atlassian coding rounds include string processing. Review sliding window and rolling hash patterns in String Interview Patterns.

    Atlassian tests data structures. Review linked list patterns including dummy head and random pointer copy in Linked List Interview Patterns.

    Atlassian tests tree traversal patterns. Review tree DP including state machine and multiple return values in Dynamic Programming on Trees Interview Patterns.

    Atlassian coding rounds include string DP. Review edit distance, distinct subsequences, and LCS in Dynamic Programming on Strings Interview Patterns.

    Atlassian products use event-driven patterns. Review event sourcing, CQRS, and saga patterns in Event-Driven Architecture System Design.

    Atlassian coding rounds include design patterns. Review Factory, Decorator, and Singleton in Object-Oriented Design Patterns for Coding Interviews.

    Atlassian coding rounds include prefix sum problems. Review subarray sum and 2D prefix patterns in Prefix Sum Interview Patterns.

    Atlassian coding rounds include math problems. Review GCD, primes, and combinatorics patterns in Number Theory Interview Patterns.

    Atlassian coding rounds include stack problems. Review monotonic stack and bracket patterns in Stack Interview Patterns.

    Atlassian system design covers API gateway and service routing. Review the full LLD in API Gateway Low-Level Design.

    Atlassian coding rounds include dependency ordering. Review topological sort patterns in Topological Sort Interview Patterns.

    Atlassian system design covers task queues and job schedulers. Review the full LLD in Task Queue System Low-Level Design.

    Atlassian system design covers distributed configuration. Review the full config service LLD in Distributed Configuration Service Low-Level Design.

    Atlassian coding rounds include string problems. Review string hashing patterns in String Hashing Interview Patterns.

    Atlassian system design covers permission systems. Review RBAC, caching, and row-level security in Permission and Authorization System Low-Level Design.

    Atlassian system design covers distributed and multi-region architecture. Review the full LLD in Multi-Region Architecture Low-Level Design.

    Atlassian system design covers API gateway rate limiting. Review the full rate limiter LLD in Rate Limiting System Low-Level Design (Token Bucket, Leaky Bucket).

    Atlassian system design covers event notification and webhooks. Review the full LLD in Webhook Delivery System Low-Level Design.

    Atlassian system design covers secrets management for microservices. Review the full LLD in Secret Manager System Low-Level Design.

    Atlassian system design covers distributed logging. Review the log aggregation LLD in Log Aggregation System Low-Level Design.

    Atlassian system design covers CI/CD and DevOps pipelines. Review the full pipeline LLD in CI/CD Pipeline System Low-Level Design.

    Atlassian system design covers message reliability patterns. Review the full DLQ LLD in Dead Letter Queue (DLQ) System Low-Level Design.

    Atlassian system design covers DNS and service discovery. Review the DNS resolver LLD in DNS Resolver and DNS System Design.

    Multi-tenant SaaS architecture and RLS design is covered in our Multi-Tenancy System Low-Level Design.

    GDPR right to erasure system design is covered in our GDPR Data Deletion System Low-Level Design.

    Immutable audit log system design is covered in our Audit Log System Low-Level Design.

    Access control and permission system design is covered in our Access Control System Low-Level Design.

    Configuration management system design is covered in our Configuration Management System Low-Level Design.

    newsletter

    What's actually being asked right now

    Interview patterns & comp trends, straight to your inbox.

    No spam. Unsubscribe anytime.

    newsletter

    What's actually being asked right now

    Interview patterns & comp trends, straight to your inbox.

    No spam. Unsubscribe anytime.

    1972 Soviet postage stamp commemorating the Mars 2 probe

    worth a read

    Mars For The Rest of Us — a weekly-or-more deep dive on the technical side of Mars exploration: rocket propulsion, microbiology, mission architecture, and everything in between. Written by Maciej Ceglowski.

    Read it on Substack
    Scroll to Top