Wednesday, July 20, 2022
HomeWordPress DevelopmentAtlassian Interview Expertise for Summer season Internship (On-Campus)

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


View Dialogue

Enhance Article

Save Article

Like Article

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

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

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

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

I used to be in a position to remedy all three questions fully, round 20 minutes earlier than the tip of the take a look at length. The end result for this spherical was declared on the identical day and 26 candidates have been shortlisted out of round 250 – 300. I used to be considered one of them.

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

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

ROUND 3: HR ROUND:

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

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

TIPS AND TRICKS

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

Due to GeeksforGeeks for offering such a beautiful platform, hope this text helps!

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments