Open In App

Accolite Digital Interview Experience (On-Campus) 2023

Round 1 (Online Test):

Example:



         S = “good”             Output: 0
         S = “abaab”           Output: 1

Out of all 26 got selected for Round 2.

Round 2 (Technical Interview 1): Initially, the interviewer introduced himself and asked me to give a self-intro, Then straight away jumped into problem-solving He gave me total 3 questions



This round happened for 1 hour. The difficulty of the questions completely depends on the panel. Out of 26, around 12 got selected.

Round 3 (Technical Interview 2): It is similar to the first technical round. He asked me to give a self-intro and asked me to explain my project in detail. Some basic questions on JAVA:

Questions on DBMS

This round happened for one and a half hours.Out of 12, 3 were selected for the next round.

Round 4 (Technical Interview 3): This round happened for only 15 minutes. He gave only one coding question on Strings (Hard level)

a = “abcdef”   b = “defxa”
Output: “a”, “d”, “de”, “def”, “e”, “ef”, “f”

I gave a solution by generating all possible substrings of these strings and finding the common ones. Time complexity and Space complexity: O (length (a)!) + O (length (b)!) He was not happy and asked me to optimize it. So I gave DP tabulation approach of time complexity of O (length (a) * length (b)!) He was happy with that.

Out of 3, all three were selected for the HR round.

Round 5 (HR Round): I think this is not an elimination round. She asked some basic questions:

And she told me about company policies, package discussions and about agreements, and bonds. All three were selected.

Verdict: SELECTED

Article Tags :