Accolite interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Accolite
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1.5 months
Topics: Data Structures, Strings and Arrays, OOPS, Projects related technologies, Operating Systems
Tip
Tip

Tip 1 : Have thorough knowledge of the technologies used in your projects
Tip 2 : Go through the important questions of subjects like OOPS and Operating Systems
Tip 3 : Practice string and array related questions the most

Application process
Where: Other
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Include subjects in the resume too.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration100 minutes
Interview date8 Sep 2020
Coding problem0

In the first round, we were supposed to complete at least 20 MCQ assessments with an average score greater than 60%. Each test consists of 5 MCQ and for each question you were given approximately 4-5 minutes depending on the question. The environment is like a game where you have to be consistent and fast at the same time. You are given a period of 5-6 days in which you need to complete the assessments. You can choose timings according to your availability.

02
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date22 Sep 2020
Coding problem1

In this question we were given a single coding problem that was required to be solved in 60 minutes. It was a medium-hard level problem and passing 3 out of 5 test cases was enough to move on to the next round. The codelyser platform was not much user friendly as it had a lot of extra things making it complicated. We were given a week to solve the question. We could start any time we want and after starting the test we had 60 minutes to complete it.

1. Contain Virus

Hard
45m average time
55% success
0/120
Asked in companies
AppleMercer MettlAccolite

You have been given a 2D model of a country, with the help of a matrix containing 0 and 1. The 0’s in the model represent uninfected cells and 1’s represent the cells contaminated by a deadly spreading virus. Only a single wall can be built between any two cells of the model that are adjacent in all four directions, on their shared boundary.

With every passing night, the virus spreads to all the adjacent cells, unless the cells are blocked by a wall. You need to build walls in order to stop the virus from spreading in the whole country. Note that you can only install walls around only one region which is the affected area that threatens to infect the most uninfected cells of the matrix in one day.

Given the state of each cell, your task is to find the number of walls you used to stop as many cells as possible from being infected.

Try solving now
03
Round
Easy
Video Call
Duration90 minutes
Interview date10 Oct 2020
Coding problem2

The interview started with the basic questions of introduction, and quickly moved to the coding question. I was first given a coding question, then asked some subject related questions and finally another coding question too. The last 30 minutes was the HR round, in which the basic HR questions were asked. The interviewer was very cool and helped whenever I got stuck. It was in the day from 11:00 AM to 12:30 PM.

1. Count Special Palindromic Substrings

Moderate
30m average time
70% success
0/80
Asked in companies
BarclaysAccolitePaxcom

You are given a string 'STR'. Your task is to count the number of special palindromic substrings of size greater than 1 that the given string contains. A substring is said to be a special palindrome in the following two cases:

If all the characters in the substring are the same.

If the length of the substring is odd and only the middle element is different, while all the other characters are the same. 
Example:
“aba” is a special palindrome, while “abaa” is not
Try solving now

2. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
WalmartZS AssociatesIntuit

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which operator is used for exponentiation in Python?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
4 rounds | 5 problems
Interviewed by Accolite
905 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 3 problems
Interviewed by Accolite
1620 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 1 problems
Interviewed by Accolite
760 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 9 problems
Interviewed by Accolite
573 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
13855 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
13095 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
9196 views
2 comments
0 upvotes