Onsite Tech #3: Traversing a directed graph to find all weakly connected components
Software Engineer Backend Interview Questions
2,346 software engineer backend interview questions shared by candidates
Asked to design an architecture of a data pipeline
Given a Stream of unsorted elements, return the median.
Given a String and a character return the output array where the array will have each character's minimum distance from the given character. For example if "atlassian" and "a" are given, return [0,1,1,0,1,2,1,0,1]
Why do you want to apply for Atlassian?
Technical questions were practical, heavy emphasis on culture fit
- Online coding: don't remember exactly, but medium-level Hacker Rank problems - Code design: design a router for setting and getting urls - DS: a function that gets a list of lists of votes and return top 3 candidate - System design: A product agnostic tagging system for Atlassian ecosystem- requirements: add/update/delete the tag, listing all pages for a given tag, dashboard for popular tags.
Program a tic-tac-toe game.
Solve another variation of Leetcode problem 291, Word Pattern II. This variation introduced metapatterns and requires writing a backtracking algorithm along the lines of N-Queens.
Describe a time when you had to quickly learn a new technology or tool to complete a project.
Viewing 1861 - 1870 interview questions