Atlassian Coding Interview Questions
Real coding, system design, and DSA questions from Atlassian loops - with worked solutions and active-recall review.
- Newsfeed App
An infinite social feed that scrolls at 60 fps, paginates without losing your place, and handles optimistic likes.
Android System Designhard3mo+7
- Valid Parentheses
Five escalating takes on one bracket string: validate it, point editor squigglies at it, mine the longest valid substring, repair a broken file, and validate with a corruptable wildcard.
Codinghard3mo+12
- Time-Based Key-Value Store
A key-value store with timestamped writes. Read at time t returns the latest value written at or before t; later phases add arbitrary-order inserts and range queries.
Codingmedium3mo+11
- Meeting Rooms
Given a list of half-open meeting intervals, find the minimum number of conference rooms; later phases assign specific room IDs and add capped capacity with priority eviction.
Codingmedium3mo+9
- Lowest Common Ancestor Family
Five levels of lowest-common-ancestor questions: on a binary search tree, on general binary trees, from parent pointers alone, across n-ary org charts, and in bulk batches against a static tree.
Codingmedium1w+4