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
Preparation
Duration: 6 months
Topics: Data structure and algorithm, Operating System, Data base Management System, OOPS Concept, NETWORKING,
Tip
Tip

Tip 1 : believe yourself
Tip 2 : be consistent
Tip 3 : practice

Application process
Where: Campus
Eligibility: 6.5 cgpa and above
Resume Tip
Resume tip

Tip 1 : include only which you know
Tip 2 : include good projects

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 mins
Interview date21 Sep 2021
Coding problem1

It was conducted around 5 pm evening and for 60 min consisting mcq and coding based on computer fundamental and dsa respectively. Round was completeed successfully.

1. SQL Questions

Sql queries output

Problem approach

Tip 1:practice
Tip 2:sql queries and concept thoroughly
Tip 3:be confident

02
Round
Easy
Face to Face
Duration60 mins
Interview date25 Sep 2021
Coding problem3

Introduction 
Coding question on array , linked list and stacks queues. 
Theoretical concept on oops.

1. Balanced parentheses

Moderate
10m average time
90% success
0/80
Asked in companies
SalesforceAmazonMicrosoft

Given an integer ‘N’ representing the number of pairs of parentheses, Find all the possible combinations of balanced parentheses with the given number of pairs of parentheses.

Note :

Conditions for valid parentheses:
1. All open brackets must be closed by the closing brackets.

2. Open brackets must be closed in the correct order.

For Example :

()()()() is a valid parentheses.
)()()( is not a valid parentheses.
Problem approach

Tip 1: solve coding problems
Tip 2: keep learning
Tip 3: improve communication skills

Try solving now

2. Sort 0 1

Moderate
30m average time
73% success
0/80
Asked in companies
AmazonMathworksDell Technologies

You must implement the Stack data structure using a Singly Linked List.


Create a class named 'Stack' which supports the following operations(all in O(1) time):


getSize: Returns an integer. Gets the current size of the stack

isEmpty: Returns a boolean. Gets whether the stack is empty

push: Returns nothing. Accepts an integer. Puts that integer at the top of the stack

pop: Returns nothing. Removes the top element of the stack. It does nothing if the stack is empty.

getTop: Returns an integer. Gets the top element of the stack. Returns -1 if the stack is empty
Try solving now

3. Implement Stack With Linked List

Moderate
30m average time
73% success
0/80
Asked in companies
AmazonMathworksDell Technologies

You must implement the Stack data structure using a Singly Linked List.


Create a class named 'Stack' which supports the following operations(all in O(1) time):


getSize: Returns an integer. Gets the current size of the stack

isEmpty: Returns a boolean. Gets whether the stack is empty

push: Returns nothing. Accepts an integer. Puts that integer at the top of the stack

pop: Returns nothing. Removes the top element of the stack. It does nothing if the stack is empty.

getTop: Returns an integer. Gets the top element of the stack. Returns -1 if the stack is empty
Try solving now
03
Round
Easy
HR Round
Duration30 mins
Interview date29 Sep 2021
Coding problem1

Introduction
Strength weakness
Achievement
Ideal person 
Preferred location
About role 
About company

1. Basic HR Questions

Strength and weakness

Problem approach

Tip 1: work on communication skills
Tip 2: be confident and clear 
Tip 3: be bold

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Accolite
702 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Accolite
776 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Accolite
677 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 8 problems
Interviewed by Accolite
668 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes