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

SDE - 1

Accolite
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
Recently, I gave an interview at Accolite Digital, so I did not prepare that much, but I learned some topics like DBMS, OOP, operating systems, data structures, and algorithms.
Application story
I applied in Accolite Digital through LinkedIn. One of the HR called me and send me an email of coding challenge.
Why selected/rejected for the role?
I was cleared all the interview and coding challenge but hr did not match my expectations, so I did not accept their offer
Preparation
Duration: 3 months
Topics: I prepared multiple topics like object oriented programming, Java, spring boot, DSA etc.
Tip
Tip

Tip 1: Practice At least 250 Questions.
Tip 2: Do at least 2 projects

Application process
Where: Linkedin
Eligibility: NA
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date15 May 2023
Coding problem2

1. Spring Boot Question

Tell about the architecture of spring boot application. (Learn)

2. OOPs Questions

1. What is Encapsulation? (Learn)

2. Explain Multilevel inheritance. (Learn)

02
Round
Medium
Face to Face
Duration40 minutes
Interview date17 May 2023
Coding problem2

1. Check If The String Is A Palindrome

Easy
10m average time
90% success
0/40
Asked in companies
GrabIntuitTech Mahindra

You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces.

Note :

String 'S' is NOT case sensitive.

Example :

Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
Try solving now

2. Insert Interval

Moderate
30m average time
65% success
0/80
Asked in companies
FacebookSamsungAdPushup

You are given a 2-dimensional array ‘Intervals’ containing a list of non-overlapping intervals sorted by their start time. You are given an interval ‘newInterval’. Your task is to insert the given interval at the correct position and merge all necessary intervals to produce a list with only mutually exclusive intervals.

For Example:
Consider 'Intervals' = [[1, 3], [5, 7], [8, 12]], and 'newInterval' = [4, 6] 
The interval [4, 6] overlaps with [5, 7]. Therefore we can merge the intervals and produce an interval [4, 7]. Hence the answer [[1,3], [4,7], [8,12]]
Try solving now
03
Round
Easy
HR Round
Duration25 minutes
Interview date18 May 2023
Coding problem1

1. Basic HR Questions

Tell me about yourself.

What are your expectations?

 

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 - 1
3 rounds | 7 problems
Interviewed by Accolite
450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Accolite
508 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Accolite
425 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 8 problems
Interviewed by Accolite
422 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
107483 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
51829 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
32108 views
6 comments
0 upvotes