Atlassian Interview Expertise for Summer season Internship (On-Campus)

0
1

5348

5348 View Dialogue 5348

5348 Enhance Article 5348

5348 Save Article 5348

5348 Like Article 5348

5348 Atlassian visited our school for 5348 hiring summer time interns. The 5348 eligible branches have been CSE, 5348 ECE & EE, and the 5348 C.G.P.A. needed to be higher 5348 than 7. The hiring course 5348 of consisted of three rounds 5348 – The coding Spherical, the 5348 DSA interview Spherical and the 5348 HR spherical. All of the 5348 rounds have been eliminatory.

5348 ROUND 1: CODING ROUND
5348 This was a written spherical 5348 carried out on the HackerRank 5348 platform. 3 questions had 5348 to be solved inside 5348 90 minutes. The spherical was 5348 proctored, and the digital camera 5348 and microphone have been ON.

  • 5348 The primary query was primarily 5348 based on Binary Search – 5348 5348 https://www.geeksforgeeks.org/queries-counts-array-elements-values-given-rang/ 5348 .
  • 5348 The second query was a 5348 bit sophisticated and difficult. It 5348 was like we’re given an 5348 array of named 5348 instructions 5348 which consists of the 5348 letters ‘L’ and ‘R’. Let 5348 its dimension be 5348 n 5348 . Then we calculate 5348 2^n 5348 . After that, we take 5348 5348 low as 1 and excessive 5348 as 2^n 5348 . After that, we run 5348 the loop n occasions(suppose the 5348 loop variable to be I 5348 ), and every time we 5348 should contemplate the mid of 5348 high and low, and relying 5348 on that worth now we 5348 have to insert I in 5348 our reply vector. After that 5348 relying on whether or not 5348 instructions[i] 5348 is ‘L’ or ‘R’ 5348 now we have to both 5348 contemplate the left half, i.e., 5348 low -mid, or the precise 5348 half, i.e., mid to excessive. 5348 I felt this query was 5348 essentially the most sophisticated of 5348 all of the three however 5348 lastly I used to be 5348 ready to determine what needed.
  • 5348 The third query was like 5348 we got an array of 5348 arrays of format : 5348 [ [ taskNo, ItemID, TimeLimit] 5348 5348 ] and a variable known 5348 as 5348 ExpiryLimit 5348 . If the 5348 taskNo 5348 is 0 then we 5348 have to add the 5348 ItemID 5348 in our checklist with 5348 the Time restrict of its 5348 expiry as 5348 TimeLimit 5348 if 5348 taskNo 5348 is 1 and if 5348 5348 ItemID 5348 is already current in 5348 our checklist, then now we 5348 have to test if the 5348 current time is inside 5348 TimeLimit 5348 of that merchandise if 5348 sure then now we have 5348 so as to add 5348 ExpiryLimit 5348 to its 5348 TimeLimit 5348 . Lastly, we needed to 5348 return the variety of Gadgets 5348 nonetheless unexpired after processing all 5348 of the duties.

5348 The second and third questions 5348 aren’t current on any platform, 5348 so I couldn’t add hyperlinks.

5348 I used to be capable 5348 of resolve all three questions 5348 utterly, round 20 minutes earlier 5348 than the tip of the 5348 check length. The outcome for 5348 this spherical was declared on 5348 the identical day and 26 5348 candidates have been shortlisted out 5348 of round 250 – 300. 5348 I used to be one 5348 in every of them.

5348 ROUND 2: DATA STRUCTURE AND 5348 ALGORITHM INTERVIEW ROUND
5348 The interview was scheduled for 5348 the following day of the 5348 written spherical. The interview began 5348 at 10 A.M and lasted 5348 for about an hour. The 5348 platform used was Zoom.

  • 5348 First, the interviewer launched himself, 5348 after which I used to 5348 be requested to do the 5348 identical. Then he requested me 5348 to arrange the IDE and 5348 gave the primary query the 5348 place there have been 2 5348 arrays of strings and we 5348 needed to return the index 5348 of that string from array 5348 1 which is an anagram 5348 of the strings in array 5348 2. I solved the query 5348 rapidly.
  • 5348 He then requested me concerning 5348 the time complexity of the 5348 issue and requested if it 5348 could possibly be optimized any 5348 additional utilizing some information construction.
  • 5348 Then he requested me about 5348 Trie DS. I mentioned that 5348 I used to be nonetheless 5348 in a studying course of 5348 and knew little or no 5348 about Trie. He mentioned “Okay, 5348 it’s not a difficulty ” 5348 and gave the following query 5348 as follows:
  • 5348 We’re given an array of 5348 strings, the place now we 5348 have to return teams of 5348 all strings which consisted of 5348 the identical alphabets. I shared 5348 the display and solved it 5348 rapidly. After that also, 20-25 5348 minutes have been left so 5348 he gave one other query 5348 as follows:
  • 5348 We’re given an array of 5348 passwords, and now we have 5348 to create a brand new 5348 password such that the no. 5348 of occurrences of any alphabet 5348 in all of the passwords 5348 doesn’t match with our new 5348 password. I solved this query 5348 as nicely and the interviewer 5348 gave the impression to be 5348 fairly glad with the approaches.
  • 5348 No questions associated to core 5348 CS have been requested.
  • 5348 He then requested me if 5348 I had any questions for 5348 him, I requested two inquiries 5348 to him and he replied 5348 very properly. The interview ended 5348 and inside an hour I 5348 acquired the mail that I 5348 used to be shortlisted for 5348 the HR spherical and the 5348 spherical was scheduled simply quarter-hour 5348 after I acquired the mail.

5348 ROUND 3: HR ROUND:

  • 5348 The interview once more began 5348 with the interviewer’s introduction adopted 5348 by mine. Within the introduction, 5348 I additionally talked about the 5348 groups and golf equipment of 5348 our school which I used 5348 to be an of, and 5348 he appreciated that I had 5348 so many issues to do.
  • 5348 We then had a superb 5348 dialogue about my MERN stack 5348 undertaking and he requested totally 5348 concerning the implementation and functionalities 5348 of the undertaking. Since my 5348 undertaking was deployed, I shared 5348 my display and confirmed him 5348 working.
  • 5348 He additionally requested a number 5348 of behavioral questions primarily based 5348 on this undertaking itself like 5348 “How do you come to 5348 know whether or not this 5348 undertaking serves its function or 5348 not”.
  • 5348 He additionally requested concerning the 5348 tech stacks I had labored 5348 with and whether or not 5348 I select e to be 5348 a frontend, backend, or full 5348 stack developer.
  • 5348 He additionally requested varied situational 5348 questions like ” Inform me 5348 about someday if you needed 5348 to compromise your decisions whereas 5348 working in a crew”, ” 5348 Inform me if you misjudged 5348 any person”, and many others. 5348 I answered all of the 5348 questions actually as I had 5348 been in a number of 5348 groups and golf equipment and 5348 had precise issues advised to 5348 the interviewer.
  • 5348 The spherical ended with interviewing 5348 me for questions I wish 5348 to ask.
  • 5348 I requested him about Atlassian’s 5348 Values and he shared his 5348 display and defined every thing 5348 very properly. The interview led 5348 to about 40 minutes.

5348 On the exact same day, 5348 the outcomes have been declared 5348 and I used to be 5348 lucky sufficient to get chosen 5348 for the position of software 5348 program engineer summer time intern.

5348 TIPS AND TRICKS

  • 5348 Work Onerous constantly and attempt 5348 to have a superb maintain 5348 in problem-solving, take part in 5348 contests to develop your expertise 5348 to unravel an issue inside 5348 a restricted time, and refer 5348 to numerous articles so that 5348 you’ve got a good suggestion 5348 about time complexity evaluation.
  • 5348 In the course of the 5348 interview tries to be interactive 5348 and communicate out aloud your 5348 concepts whereas fixing the issue 5348 in order that the interviewer 5348 will get to understand how 5348 you suppose and the way 5348 you method an issue. Additionally, 5348 make clear your real doubts 5348 concerning the query slightly than 5348 assuming issues.
  • 5348 Atlassian is thought for giving 5348 significance to its values, so 5348 undergo their values and within 5348 the HR Spherical attempt to 5348 be sincere.
  • 5348 Make a superb CV the 5348 place it is best to 5348 point out your coding expertise 5348 and your score and stars, 5348 however throughout the introduction chorus 5348 from telling about your scores, 5348 stars, no of questions solved, 5348 and many others, because the 5348 interviewer is there to check 5348 your expertise totally, so simply 5348 point out that you just 5348 resolve issues in varied platforms 5348 like geeks for geeks, leetcode, 5348 and many others.

5348 Because of GeeksforGeeks for offering 5348 such a beautiful platform, hope 5348 this text helps!

5348

LEAVE A REPLY

Please enter your comment!
Please enter your name here