Novo curso: Como conseguir vagas remotas em empresas que pagam $120k+/ano
NaGringa
Guia da empresaTier A

Como se preparar para entrevistas na Atlassian

Reunimos aqui as perguntas públicas já associadas à Atlassian para te ajudar a estudar com mais contexto, entender o tipo de cobrança e priorizar melhor sua preparação.

Perguntas reais

Use este recorte para sair do estudo genérico e praticar com exemplos que já apareceram em processos reais.

Foco de preparação

Veja rapidamente quais tipos de pergunta aparecem mais e organize seu treino com mais intenção.

Próximos comparativos

Depois de estudar esta empresa, compare com empresas parecidas para evitar preparação estreita demais.

Perguntas de entrevistas da empresa

O que já apareceu em processos da Atlassian

Use esta página como ponto de partida para estudar a empresa. O ideal é praticar essas perguntas e depois expandir para variações parecidas.

Meta
Amazon
Microsoft
Atlassian
+6
System DesignSenior

Design a Top-K System

Design a system that efficiently retrieves top-k items (songs, videos, hashtags, etc.) based on user activity or engagement metrics within specified time windows. The system should handle real-time data aggregation and support queries like "top 10 songs in the last 7 days" or "trending hashtags in the past 24 hours."

O que treinar

Treine requisitos, arquitetura e decisões de escala.

10 empresas
Ver detalhes
Meta
Atlassian
Microsoft
Flex
+5
System DesignSenior

Design a Social Media Feed Generation System

Design a social media feed system that generates and populates personalized feeds for users on platforms like Twitter, Instagram, or Facebook.

O que treinar

Treine requisitos, arquitetura e decisões de escala.

9 empresas
Ver detalhes
DoorDash
Meta
Atlassian
Oracle
+4
BehavioralMid-level

Describe a time you failed and how you managed the situation

O que treinar

Prepare histórias concretas com contexto, ação e resultado.

8 empresas
Ver detalhes
DoorDash
PayPal
Oracle
Atlassian
+2
BehavioralSenior

Tell me about a project of your choice and its challenges

O que treinar

Prepare histórias concretas com contexto, ação e resultado.

6 empresas
Ver detalhes
Stripe
Meta
Atlassian
Amazon
+1
BehavioralStaff+

What are the signals you're looking for if an engineer is ready for a promo

O que treinar

Prepare histórias concretas com contexto, ação e resultado.

5 empresas
Ver detalhes
DoorDash
Meta
Atlassian
Coinbase
+1
BehavioralStaff+

Describe a time when you had to get alignment across the organization

O que treinar

Prepare histórias concretas com contexto, ação e resultado.

5 empresas
Ver detalhes
Meta
Canva
Amazon
LinkedIn
+1
CodingMid-level

Leetcode 236. Lowest Common Ancestor of a Binary Tree

Given a binary tree and two nodes p and q, find their lowest common ancestor — the deepest node that has both p and q as descendants (a node can be a descendant of itself). The tree can be large (up to 2e5 nodes), nodes are unique and p and q are guaranteed to exist.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

5 empresas
Ver detalhes
Rippling
Oracle
Meta
Reddit
+1
System DesignStaff+

Design a News Aggregator System

Design a news aggregation system like Google News that allows users to subscribe to different news sources, categories, and topics, then view a personalized real-time news feed based on their interests.

O que treinar

Treine requisitos, arquitetura e decisões de escala.

5 empresas
Ver detalhes
DoorDash
Meta
Atlassian
Etsy
BehavioralStaff+

Tell me about a time when someone on your team was struggling and how you helped them

O que treinar

Prepare histórias concretas com contexto, ação e resultado.

4 empresas
Ver detalhes
Meta
Amazon
Atlassian
Google
CodingStaff+

Design a File Search and Directory Traversal System

Design and implement a file search system that can traverse directory structures and locate files based on various criteria. The solution should incorporate object-oriented programming principles, support extensible filtering mechanisms, and be optimized for performance. Consider implementing algorithms like DFS or BFS for traversal, and discuss scalability considerations for adding new search filters and optimizations such as byte-level operations.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

4 empresas
Ver detalhes
Meta
Palantir
Apple
Atlassian
CodingMid-level

Leetcode 353. Design Snake Game

Simulate a Snake game on an m×n grid supporting move(direction): the snake advances, grows when it eats sequentially placed food (increasing score), and the game ends on collision with walls or the snake's own body. Candidates should track the snake body and occupied cells efficiently for frequent moves (e.g., deque + hash set) and handle food lookup and collision checks.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

4 empresas
Ver detalhes
Google
Meta
Atlassian
LinkedIn
System DesignStaff+

Design a Trending Hashtags System

Design a highly scalable system that tracks and computes the top K trending hashtags (e.g., top 30-50) across different time windows (last 5/15/30/60 minutes or custom intervals) for billions of users, with support for filtering by geography (local/global) and categories (food, sports, politics).

O que treinar

Treine requisitos, arquitetura e decisões de escala.

4 empresas
Ver detalhes
DoorDash
Meta
Atlassian
TechnicalSenior

Design a News Feed Ranking System

Design a system to rank news feed items based on relevance, user preferences, and other factors.

O que treinar

Revise fundamentos, debugging e tomada de decisão técnica.

3 empresas
Ver detalhes
Spotify
Atlassian
Amazon
CodingStaff+

Lowest Common Parent in Org Chart

Given an org chart, write an algorithm to determine the lowest common parent of a list of children. Expected to build the graph on my local machine and run the code to show it worked.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

3 empresas
Ver detalhes
Amazon
Atlassian
Google
CodingMid-level

Leetcode 452. Minimum Number of Arrows to Burst Balloons

Given a list of intervals [x_start, x_end] (endpoints inclusive), find the minimum number of points on the x-axis (vertical arrows) such that each interval contains at least one point. This is the classic interval-stabbing/covering problem: choose the fewest x positions that hit all intervals.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

3 empresas
Ver detalhes
LinkedIn
Atlassian
Meta
CodingStaff+

Leetcode 432. All O`one Data Structure

Design a data structure that supports incrementing and decrementing string counts (removing keys when their count drops to zero) and can return any key with the current maximum or minimum count, with all operations required to run in O(1) average time.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

3 empresas
Ver detalhes
DoorDash
Meta
Atlassian
BehavioralStaff+

Tell me about the hardest feedback you've ever had to delivered

O que treinar

Prepare histórias concretas com contexto, ação e resultado.

3 empresas
Ver detalhes
Atlassian
Meta
Google
System DesignStaff+

Design a Web Crawler

Design a web crawler that takes seed URLs as input, discovers and crawls linked pages, extracts image URLs from web pages, and handles duplicate URL filtering while scaling to enterprise-level requirements.

O que treinar

Treine requisitos, arquitetura e decisões de escala.

3 empresas
Ver detalhes
Atlassian
CodingSenior

Leetcode 2353. Design a Food Rating System

Maintain a collection of foods with dynamic ratings that supports updating a food's rating and querying the highest-rated food for a given cuisine (ties broken by lexicographic order). The core challenge is efficiently maintaining per-cuisine orderings so updates and max-queries are fast.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

1 empresa
Ver detalhes
Atlassian
CodingMid-level

Leetcode 1341. Movie Rating

Determine (1) the user who rated the most distinct movies by aggregating MovieRating and breaking ties by the lexicographically smallest user name, and (2) the movie with the highest average rating among reviews in February 2020 by grouping/averaging ratings for that month and breaking ties by the lexicographically smallest movie title.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

1 empresa
Ver detalhes
Atlassian
System DesignSenior

Design a Tagging System for Atlassian Products

Design a unified tagging system for Atlassian products (JIRA tickets, Confluence documents, Bitbucket PRs) that allows users to add/remove/update tags on any content, click tags to view associated items across products, and see a dashboard of the top K most popular tags.

O que treinar

Treine requisitos, arquitetura e decisões de escala.

1 empresa
Ver detalhes
Atlassian
System DesignMid-level

Design a project collaboration system

Design a system that allows team members to collaborate on projects, track progress, share resources, and communicate effectively throughout the project lifecycle.

O que treinar

Treine requisitos, arquitetura e decisões de escala.

1 empresa
Ver detalhes
Atlassian
System DesignStaff+

Design a Color Picker

Design a color picker application that allows users to select colors, save them as favorites, and share their favorite colors with friends. Address scalability challenges, performance bottlenecks, and issues that may affect some users differently under high load conditions.

O que treinar

Treine requisitos, arquitetura e decisões de escala.

1 empresa
Ver detalhes
Empresas relacionadas

Explore empresas parecidas

Continue explorando o banco completo para Atlassian

No app você amplia a busca com mais perguntas, compara empresas parecidas e continua a preparação com filtros mais precisos.