Open In App

Accolite Digital Interview Experience for SE FTE + Intern | On-Campus

I’ll be sharing my experience with the recruitment process I went through for Accolite Digital in the month of September 2021.

Interview Process: In total there were 5 rounds, each one was an elimination type of round consisting –



  1. MCQ Round
  2. Coding Round
  3. Tech Interview Round 1
  4. Tech Interview Round 2
  5. HR Round

Round 1: MCQ Round

Out of 190 Students, only 72 students were shortlisted. My score was 83% so I got selected for the next round.



Round 2: Coding Round

This round started exactly after one hour after the completion of round 1. This round consists of 1 coding question to be solved within 1 hour on Accolite’s Codelyzer platform. The question was a bit hard.

The question was :

Now out of 72 students, 21 students were shortlisted for the next round that was Technical Round I.

Round 3: Technical Round 1

Time: Approx 1.5 hours

This Round was conducted on the Google Meet Platform. It started with my introduction. After that he asked me to tell him about the tools and techniques that I’d used in my project, also the interviewer asked me to show the code of the project by sharing my screen. As my project was based on CNN and the interviewer also had the same background, he started asking questions. The questions were like why I had used 32 filters in my first Convolution layer and 64 filters on the other Convolution layer, can I use the sigmoid function in place of the softmax function, why I used the dropout layer.

He then directly jumped to coding questions. The questions were :

  1. Pairwise swap elements of a one-dimensional array. ( He asked me to present my screen with Notepad++ and told me to write the code ).
    (https://www.includehelp.com/c-programs/c-one-dimensional-array-programs-to-swap-adjacent-elements.aspx )
  2. He then asked me to write the code for Pairwise swap elements of a linked list.
    (https://www.geeksforgeeks.org/pairwise-swap-elements-of-a-given-linked-list-by-changing-links/amp/ )
  3. He then made me write the code for finding the middle element in a linked list.
    (https://www.geeksforgeeks.org/write-a-c-function-to-print-the-middle-of-the-linked-list/amp/ )
  4. Finding the Intersection Point of two linked lists was the other question.
    (https://www.geeksforgeeks.org/write-a-function-to-get-the-intersection-point-of-two-linked-lists/amp/ )
  5. Sum of all nodes in a binary tree. (Approach only)
    (https://www.geeksforgeeks.org/sum-nodes-binary-tree/amp/ )
  6. Left View of a Binary Tree. (Approach only)
    (https://www.geeksforgeeks.org/print-left-view-binary-tree/amp/ )
  7. Spiral Traversal of a Binary Tree (Left to Right as well as Right to Left zig-zag). (Approach only)
    (https://www.geeksforgeeks.org/level-order-traversal-in-spiral-form/amp/ )
  8. Find a pair in an array having a minimum difference. (Approach only)
    (https://www.geeksforgeeks.org/find-minimum-difference-pair/amp/ )
  9. Find the sum of a contiguous subarray within a one-dimensional array of numbers that has the largest sum. (Approach only)
    (https://www.geeksforgeeks.org/largest-sum-contiguous-subarray/amp/ )
  10. Maximum Product Contiguous subarray. (Approach only)
    (https://www.geeksforgeeks.org/maximum-product-subarray/amp/ )

Now out of 21 students, 12 students were shortlisted for the next round that was Technical Round II.

Round 4: Technical Round 2

Time: Approx 1 hour

Out of 12, only 7 students were shortlisted for the HR Round.

Round 5: HR Round

Time: Approx 25 minutes

All the rounds were conducted on the same day with a 15 – 20 minutes gap in between.

After two days they declared the result and selected 3 students for FTE and 2 students for Intern + FTE and I was one of them selected for both Intern as well as FTE.

Tips:

Thank you.

Article Tags :