Round 2 (Technical Round)

This round was started with my introduction and after that interviewer asked me about my project , he asked : Describe your project , what it does and what all tech stack you have used .

After that he jumped to DSA problems :

Problem 1 :

Given the linked list , find if the linked list is palindrome or not . I had to create the node and stuff related to linked list and then I had to define the method .

Problem 2 :

Given the 2 head of the linked list , I was asked to find if it is Y shaped linked list or not . For this problem , I gave 5-6 approaches (brute force to optimal ) and then I came up with the most optimal approach . Don’t think of the standard approaches , we just have to check if it has the intersection point or not , we don’t need to find the first intersecting node.

In all the problem , I had to write the code.

Arcesium Interview Experience

There were total 5 rounds consisting 1 written round/ coding round ,

3 technical rounds and 1 HR round .

Similar Reads

Round 1 / Coding Round :

Here , plenty of mcq’s were asked based on aptitude , language test and theory subjects. One thing I noticed ,A lot of java pseudo code problems were asked . Then after this mcq , 2 coding problems were there ....

Round 2 (Technical Round) :

This round was started with my introduction and after that interviewer asked me about my project , he asked : Describe your project , what it does and what all tech stack you have used ....

Round 3 (Technical Round ) :

She asked me , how was your first round , after I answered she asked if I know the tree data structure or not . Then ,...

Round 4 (Technical Round ) :

It was the toughest round for me . He started off with the DSA Problems again but I was expecting to get theory questions....

Round 5 (HR round ) :

There were some standard questions which was asked to me . Here it goes :...

Contact Us