Open In App

Accolite Digital (SheCodes) Interview Experience for Internship+FTE | On-Campus 2022

Recently in the month of September 2021, we had Accolite Digital placement drive. So I thought I’ll write my experience hoping it’ll help many. Also kindly refer the “Tips” part in the end.

The process had 5 rounds:



  1. MCQs test
  2. Programming test
  3. Technical Interview 1
  4. Technical Interview 2
  5. HR interview

Round 1(MCQs Test): Platform: EduThrill

Round 2(Programming Test): Platform: Codelyzer



Round 3(Technical Interview 1): Duration: 40-50 minutes

Coding questions asked were: (You need to share your screen, write the code in an IDE and run it)

  1. Reverse a given string.
  2. Print the character with highest frequency along with the frequency count in a given string.
  3. Print the given array of strings without comma.

Round 4(Technical Interview 2): Duration: 1 hour

Note: It completely depends on the panel member. Because coding questions and questions from CSE core subjects can also be asked in Technical Interview 2

Round 5(HR Interview): Duration: 15-20 minutes

Verdict: Selected

Tips:

  1. First prepare everything you’ve mentioned in your Resume and then move on to preparing on other topics.
  2. Keep your self-intro not too short and not too long. Be confident while giving self-intro. That’s the first impression.
  3. Ask permission to take a guess for questions you are not sure about.
  4. When coding questions asked, walk the interviewer through your code and thought process as you are coding.
  5. Ask questions about edge cases in case coding questions. Get clarified. It all lies in the communication.
  6. Practice a lot on DSA, if you don’t have enough time, refer to the questions mentioned below.
  7. Focus on SQL queries as well. Also implementation of overloading, overriding, etc., other OOPs concepts implementation.
  8. Also the no. of days the process happens depends on your college.
  9. Finally stay calm and confident.

Coding Questions for Reference: (Note: I have collected these questions from other Accolite interview experiences articles on GfG)

  1. https://www.geeksforgeeks.org/pairwise-swap-elements-of-a-given-linked-list/amp/
  2. https://www.geeksforgeeks.org/find-maximum-possible-stolen-value-houses/amp/
  3. https://www.geeksforgeeks.org/palindrome-pair-in-an-array-of-words-or-strings/amp/
  4. https://www.geeksforgeeks.org/remove-duplicates-from-a-given-string/amp/
  5. https://www.geeksforgeeks.org/covert-string-x-anagram-string-y-minimum-replacements/amp/
  6. https://www.geeksforgeeks.org/print-all-pairs-with-given-sum/amp/
  7. https://www.geeksforgeeks.org/move-zeroes-end-array/amp/
  8. https://www.geeksforgeeks.org/find-minimum-difference-pair/amp/
  9. https://www.geeksforgeeks.org/largest-sum-contiguous-subarray/amp/
  10. https://www.geeksforgeeks.org/maximum-product-subarray/amp/
  11. https://www.geeksforgeeks.org/nth-node-from-the-end-of-a-linked-list/amp/
  12. https://www.geeksforgeeks.org/write-a-function-to-get-the-intersection-point-of-two-linked-lists/amp/
  13. https://www.geeksforgeeks.org/delete-a-linked-list-node-at-a-given-position/amp/
  14. https://www.geeksforgeeks.org/write-a-c-function-to-print-the-middle-of-the-linked-list/amp/
  15. https://www.geeksforgeeks.org/detect-and-remove-loop-in-a-linked-list/amp/
  16. https://www.geeksforgeeks.org/merge-sort-for-linked-list/amp/
  17. https://www.geeksforgeeks.org/level-order-tree-traversal/amp/
  18. https://www.geeksforgeeks.org/tree-traversals-inorder-preorder-and-postorder/amp/
  19. https://www.geeksforgeeks.org/print-nodes-top-view-binary-tree/amp/
  20. https://www.geeksforgeeks.org/print-left-view-binary-tree/amp/
  21. https://www.geeksforgeeks.org/print-right-view-binary-tree-2/amp/
  22. https://www.geeksforgeeks.org/level-order-traversal-in-spiral-form/amp/
  23. https://www.geeksforgeeks.org/sum-nodes-binary-tree/amp/
  24. Refer to some standard pattern printing questions as well.

Hope this helps. I am forever great full for GfG and everyone contributing to GfG. A couple of weeks back I was referring to Accolite interview experience articles, can’t believe I’m writing one today. You never know. All the very best to whoever is reading this. You got this!

 

Article Tags :