Message on Whatsapp 8879355057 for DSA(OA + Interview) + Fullstack Dev Training + 1-1 Personalized Mentoring to get 10+LPA Job
0 like 0 dislike
1,864 views
in Interview-Experiences by Expert (30,360 points) | 1,864 views

1 Answer

0 like 0 dislike
There were 2 coding rounds with a single coding question each. Expectation was working code with tests.

Design an API rate limiter which can allows R requests in T seconds. [1st round] --- Solved using a map of seconds and counts. For every hit the isAllowed function would check the last T seconds count. But test was failing due to some edge case and since no time was left it was left that way. From what I sensed via leetcode and glassdoor, this is a standard question in Atlassian coding rounds.
Given list of {page-id, size, section-id} find the largest N sections in sorted order and also the overall size of all pages. [2nd round] --- Solved using hashmap and min-heap of size N. Was able to come up with correct space ( O(inputsize) ) and time complexity ( O(inputsize + NlogN )
Feedback was not good for both. For 1st round since some tests were failing I assume the feedback was -ve. But for 2nd round there were no clear reasons for a negative feedback.

Overall it was a bad experience interviewing with Atlassian.
by Expert (30,360 points)

Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .