Status: Undergraduate, B Tech, Computer Science
Location: Bangalore/Hyderabad/Mumbai/Chennai/Gurgaon
About:
Accolite Digital is Hiring Fresher for the role of Software Engineer(Intern+FTE). The process was started on July 9th, 2021, and ended on July 14th, 2021. There were a total of 5 Rounds and each one was an elimination round.
Round 1: (09 July 2021)
This round consists of 30 MCQs to be solved within 30 minutes in the Accolite's Eduthrill platform.
Round 2: (09 July 2021)
This round consists of 1 coding question to be solved within 1 hour on the Accolite’s Codelyzer platform.
Consider an array with n elements and value of all the elements is zero. We can perform following operations on the array.
1. Incremental operations:Choose 1 element from the array and increment its value by 1.
2. Doubling operation: Double the values of all the elements of array.
Input: target[] = {2, 3}
Output: 4
To get the target array from {0, 0}, we
first increment both elements by 1 (2
operations), then double the array (1
operation). Finally increment second
element (1 more operation)Technical Interview 1: (12 July 2021)
This round was a technical round held on Google Meet. The duration of this round was 1 hour but it lasted for around 1 hour 15 minutes. The interviewer introduced himself and then asked me to introduce myself. He then started the interview with a normal conversation.
He asked questions on,
Given a number x, determine whether the given number is Armstrong number or not.
Input : 153
Output : Yes
153 is an Armstrong number.
1*1*1 + 5*5*5 + 3*3*3 = 153
Input : 120
Output : No
120 is not a Armstrong number.
1*1*1 + 2*2*2 + 0*0*0 = 9You need to print
Odd Occurence of the number in order of their occurrence
Counting of number is regardless of magnitude
testcase 1
n = 15
Array = { 10, 0, 1, -1, 10, 7, -8, 9, -7, 2, 9, 3, 8, 8, -9 }
output = 0 -8 9 2 3
testcase 2
n = 17
Array = { 2, -12, 0, 12, 1, 8, 10, -2, 19, 7, 7, -7, -19, 5, 2, 0, 12}
output = 2 -12 1 8 10 7 5
Write an query to print Avg of student marks per age (Eg : 23, 24, 19) with decreasing age, Table Name - STUDENT Column are Sr No., MARKS, Roll No, Age, Name
| Age | Avg. Marks |
| 24 | 67.8 |
| 23 | 65 |Technical Interview 2: (12 July 2021)
This round was also held on Google Meet. The duration of this round was 1 hour but it lasted for around 1 hour 30 minutes. The interviewer introduced himself and then asked me to introduce myself.
He asked,
Remove duplicates from a given string
Given a string S, the task is to remove all the duplicates in the given string.
input = "Leetcode"
output = "Letcod"
input = "LaBabAlce"
output = "LaBce"Explain and implement Kruskal’s Minimum Spanning Tree Algorithm
Asked me a puzzle, that you have a 3 litre Jug and a 5 litre Jug and you have to take out 4 litre of water.
In the end, he asked me whether I have any questions for him.
got selected and got a call and mail for the next round after 30 minutes.
HR Round: (13 July 2021)
This round was also held on Google Meet. The duration of this round was 30 minutes but it lasted for around 28 minutes.
and then he spoke about the company for almost 10 minutes.
In the end, he asked me whether I have any questions for him.
All the interviewer was friendly and all the interview was very interactive.
Final Result:
After 2 days I was informed about my offer.
Takeaway: