Accion Labs India Pvt Ltd interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Accion Labs India Pvt Ltd
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2.5 months
Topics: Data Structures, Algorithms, System Design, React, Javascript, OOPS
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Naukri
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Video Call
Duration60 minutes
Interview date20 Jun 2022
Coding problem2

Technical round with questions on DSA and Javascript.

1. Cycle Detection in a Singly Linked List

Moderate
15m average time
80% success
0/80
Asked in companies
GrabThalesSterlite Technologies Limited

You are given a Singly Linked List of integers. Return true if it has a cycle, else return false.


A cycle occurs when a node's next points back to a previous node in the list.


Example:
In the given linked list, there is a cycle, hence we return true.

Sample Example 1

Problem approach

We are going to have two loops outer-loop and inner-loop 
Maintain a count of the number of nodes visited in outer-loop.
For every node of the outer-loop, start the inner loop from head.
If the inner-loop visits the node next to the outer-loop node, then return true, else repeat the process for the next iteration of outer-loop.
If outer-loop reaches the end of list or null, then return false.

Try solving now

2. Javascript questions

Difference between var and let keyword in javascript.
What is an Immediately Invoked Function in JavaScript?

02
Round
Easy
Video Call
Duration50 minutes
Interview date24 Jun 2022
Coding problem3

Technical round based on React.

1. React Question

React class vs function

2. Javascript question

What are closures?

3. Design question

Design a todo app in React.

03
Round
Easy
HR Round
Duration30 minutes
Interview date27 Jun 2022
Coding problem1

HR round with behavioural questions mainly.

1. Basic HR Questions

1. Why Accion?
2. What are your salary expectations?

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Frontend Developer
2 rounds | 2 problems
Interviewed by Accion Labs India Pvt Ltd
1140 views
1 comments
0 upvotes
Full Stack Engineer
1 rounds | 2 problems
Interviewed by Accion Labs India Pvt Ltd
896 views
0 comments
0 upvotes
React developer
1 rounds | 2 problems
Interviewed by Accion Labs India Pvt Ltd
1112 views
0 comments
0 upvotes
Technical Associate
2 rounds | 5 problems
Interviewed by Accion Labs India Pvt Ltd
1030 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7874 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes