Atlassian SWE Internship System Design Interview

Has anyone had experience with Atlassian’s System Design Interview for INTERNSHIP?

If so, what were you asked in detail if possible?

I didn’t interview for SD specifically but I did have a few SD questions when I interviewed:

  1. Design a task scheduler that sends an API request at a given time.
  2. Design a tag system with the following requirements:
  • A user can add, remove, and update tags on content
  • A user can click on a tag and see all content that has been associated with that tag
  • A user can see a dashboard of popular tags

Thank you!

How did you go about solving the part where you create a dashboard of popular tags?

Some sort of top K. Not sure if that helps, it was a while ago and I don’t remember all the details.