Open In App

Accolite Digital Interview Experience For FTE

Last Updated : 01 Nov, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

ROUND-1 (ONLINE ASSESSMENT)

Around 260 students were shortlisted for online tests, test contained one DSA question based on a graph and mcqs on CS fundamentals and aptitude. One more thing there was no such feature available to run the test cases, you have to design your test cases. A total of 47 out of 260 students were shortlisted for interview rounds further.

ROUND-2 (TECHNICAL INTERVIEW 1)

The round starts with my introduction and a quick overview of my projects. Then there was a discussion on the project and its related technologies. Then he started with a DSA question which I solved using a doubly linked list. I need to design a buffer where we can insert a new char at the end, move left, move right, undo the operation, and delete the char from the current position. I was able to solve it and my interview went on for about an hour.

ROUND-3 (TECHNICAL INTERVIEW 2)

In this round, the interviewer mainly focuses on my concepts first she asks 8-9 questions on oops, for eg- types of inheritance, and declaration of class without creating its object. She asked me three SQL query-based questions that were not too tough. She asked me to print a pattern which was quite easy. Then she gave me a DSA question- we have an array of integers and all are unique, we have to update the array and place the rank of each element in their place. arr[] = {1,9,11,4} and updated arr[] = {1,3,4,2}. Then I went for the next round.

ROUND-4 (TECHNICAL INTERVIEW 3)

Firstly interviewer introduced himself, he had an experience of 12 years. We then have a discussion on my projects. There were two coding questions asked. One was we had a matrix of 0 and 1 which was sorted row-wise and we had to find the row with a maximum number of 1’s. The other one I don’t remember. A total of 12 were qualified for the HR round.

ROUND-5 (HR ROUND)

This was a proper HR round I can say, went up to 50 mins and she asked me everything about me and my personality. For the HR round be confident and fair, don’t try to bluff your interviewer.

At last 7 students were selected for FTE and I was one of them.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads