Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ACKO Team. If you also belong to the team, you can get access from here

ACKO Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 462 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

ACKO Software Developer Intern Interview Questions, Process, and Tips

Updated 13 Feb 2023

Top ACKO Software Developer Intern Interview Questions and Answers

  • Q1. Matrix Chain Multiplication. Given a chain of matrices A1, A2, A3,.....An. Your task is to find out the minimum cost to multiply these matrices. The cost of matrix multip ...read more
  • Q2. Move Zeros To Left You are given an array 'ARR' of integers. Your task is to modify the array so that all the array elements having zero values get pushed to the left and ...read more
  • Q3. Maximum sum of pairs with specific difference You are given an array of integers and a number ‘K’. You can pair two elements in the array 'ARR' if the absolute difference ...read more
View all 16 questions

4 ACKO Software Developer Intern Interview Experiences

21 questions found

Sort by: Popular
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

4 coding problems + 1 sql problem

2

Technical Round (2 Questions)

  • Q1. Gas Station Problem On leetcode
  • Q2. Simple Tree Traversal Problem LC medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics and have deep understanding of your project and also focus on cs fundamentals.

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Feb 2021.

4 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Easy

The online round had 2 coding questions and one question of a regular expression.

  • Q1. Two Sum You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that the...read more
  • Q2. Increasing Subsegment Gary has a sequence 'ARR', consisting of 'N' integers. We'll call a sequence ARR[i], ARR[i+1], ..., ARR[j] where 1 ≤ i...read more
  • Q3. Regular Expression Regular Expression question: Write a regular expression that returns true if the first character of the string is the same as the last charac...read more
2

Video Call Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

First 10 minutes started with the Introduction. Then he asked about my projects. He seemed interested in my projects and asked a lot of questions about them. He asked questions related to Node Js, React Js, Mongo DB, AWS as all these were mentioned in my Resume. Around 25 minutes was completed explaining each and everything.

Then he started with the coding questions. I was allowed to share my screen and use any of my favourite text editors. I chose ‘VS Code’.

I was able to solve 2 coding questions very easily. I got stuck in the puzzle as I didn’t solve any puzzles before. I was able to come up with different approaches, but they weren’t the most optimal. He tried giving me a lot of hints but still wasn’t able to solve it. I had a positive can-do attitude throughout, and I was really close to solving it.

Feedback: He told me I performed well and asked if I had any questions for him. I asked for the solution to the puzzle. He explained to me the solution and I told him that I will practice puzzles.

Around 5-6 students got selected for 2nd Interview.

  • Q1. Move Zeros To Left You are given an array 'ARR' of integers. Your task is to modify the array so that all the array elements having zero values get pus...read more
  • Q2. Maximum sum of pairs with specific difference You are given an array of integers and a number ‘K’. You can pair two elements in the array 'ARR' if the a...read more
  • Q3. Puzzle There are 25 horses among which you need to find out the fastest 3 horses. You can conduct race among at most 5 to find out their relative speed. At no p...read more
3

Video Call Round (1 Question)

Round duration - 35 minutes
Round difficulty - Medium

It started with a brief Introduction and in-depth discussions on projects. He also asked me a lot of questions about my previous internship. He asked me some behavioural questions as well.

I was able to solve the question, and he did not ask me any other questions. This round was really short for me and was finished in around 35 minutes, well before time. I asked about my feedback, and he told me that the ‘HR’ will get back to me. I thought he was not satisfied with my answers and I will be rejected though I gave very good answers to every question.

3 students got selected for the next round. I think he was satisfied and did not want to waste more time asking questions.

  • Q1. Evaluate the Polynomial You are given two arrays of coefficients and degrees of a polynomial expression. You need to simplify the polynomial in general form by ...read more
4

HR Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It started with an introduction and discussion on projects. He seemed very curious about my project and went ahead to cross-question every functionality. We discussed everything and how the code works. He asked me a lot of questions on ‘Socket’ as my project mentioned it.

HR-related questions such as:
Why do you want to join the company?
Where do you see yourself in the next 5 years?
What are your strengths and weakness?

  • Q1. Scoping and Hoisting.
  • Q2. Explain in brief about async-await
  • Q3. Scenario-based networking question: Suppose you are working on ‘WhatsApp’, sometimes the message gets lost. Explain how would you detect this and check this in ...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Lovely Professional University. I applied for the job as SDE - Intern in BangaloreEligibility criteria7 CGPAAcko interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Puzzles, Project, Mock InterviewsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must know the standard algorithms (eg: searching, sorting)
Tip 2 : Practise mock interviews with your friends

Application resume tips for other job seekers

Tip 1 : Project with the deployed link and Github link
Tip 2 : Don't put information which is not relevant to the job profile

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with top interview questions

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Dec 2020.

3 Interview Rounds

1

Video Call Round (3 Questions)

Round duration - 50 minutes
Round difficulty - Easy

  • Q1. Move Zeros To Left You are given an array 'ARR' of integers. Your task is to modify the array so that all the array elements having zero values get push...read more
  • Q2. Operating System

    Difference between Process and Thread.
    What is multithreading?

  • Q3. Rat in a Maze problem You are given a 'N' * 'N' maze with a rat placed at 'MAZE[0][0]'. Find and print all paths that rat can follow to ...read more
2

Video Call Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

First 10 minutes started with the Introduction. Then he asked about my projects. He seemed interested in my projects and asked a lot of questions about them.

  • Q1. Matrix Chain Multiplication. Given a chain of matrices A1, A2, A3,.....An. Your task is to find out the minimum cost to multiply these matrices. The cost of mat...read more
  • Q2. System Design

    Design Instagram

  • Q3. DBMS

    Basic questions like ACID properties.
    Difference between mysql and sql etc

3

HR Round (1 Question)

Round duration - 20 minutes
Round difficulty - Easy

  • Q1. General Questions

    Why do you want to join the company?
    Where do you see yourself in the next 5 years?
    What are your strengths and weakness?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BengaluruEligibility criteriaResume ShortlistingAcko interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Design, Dynamic Programming, Puzzles, Competitive CodingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Good understanding OOPS
Tip 2 : Practice standard Ds and Algo questions 
Tip 3 : Be confident

Application resume tips for other job seekers

Tip 1 : Resume should be one page.
Tip 2 : Don't mention those things your not confident of

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed before Sep 2020.

2 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 30 minutes
Round difficulty - Easy

  • Q1. Delete a Node from Linked List You have been given a linked list of integers. Your task is to write a function that deletes a node from a given position, 'P...read more
2

Assignment Round (1 Question)

Round duration - 120 minutes
Round difficulty - Easy

  • Q1. Diameter Of Binary Tree You are given a Binary Tree. You are supposed to return the length of the diameter of the tree. The diameter of a binary tree is the len...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. Eligibility criteriaNo criteriaAcko interview preparation:Topics to prepare for the interview - frontedn , backend , basic of every projects , os , algorithm , data structuresTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Have good projects
Tip 2 : Have good internships
Tip 3 : Clear all basic

Application resume tips for other job seekers

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

Final outcome of the interviewSelected

Skills evaluated in this interview

ACKO interview questions for designations

 Software Developer

 (2)

 Software Engineer2

 (1)

 Java Developer

 (1)

 Senior Software Engineer

 (1)

 Software Development Engineer II

 (1)

 User Experience Researcher Intern

 (1)

 SDE (Software Development Engineer)

 (1)

 android and Flutter Developer

 (1)

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via campus placement at VNR Vignan Jyothi Institute of Engineering and Technology, Hyderabad and was interviewed in Aug 2024.

3 Interview Rounds

1

Coding Test Round

5 coding questions, 2-medium and 3 easy - medium

2

Technical Round (4 Questions)

  • Q1. Linked List Concept
  • Q2. DSA: prime no. or not optimal approach
  • Q3. Class, object with real time examples
  • Q4. SQL types of normal forms
3

HR Round (2 Questions)

  • Q1. About Projects and contribution in that
  • Q2. Managerial Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on projects, dsa, subjects, and sql mainly

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Campus Placement and was interviewed in Aug 2024.

2 Interview Rounds

1

Coding Test Round

After 3 sections of aptitude, English and core subjects, there were two coding problems both based on string one was easy and other was medium.

2

Technical Round (5 Questions)

  • Q1. Explain the projects in your resume
  • Q2. Explain the backend side of your project
  • Q3. How did you implement concepts of OOP in your projects
  • Q4. How to handle duplicate entries in the database
  • Q5. Write a code to tell whether a string is palindrome or not

Interview Preparation Tips

Topics to prepare for Principal Global Services Software Developer interview:
  • Java
  • Backend
  • OOPS
  • DBMS
Interview preparation tips for other job seekers - Be confident, it is easy to crack

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 No response

I applied via Naukri.com and was interviewed in Oct 2024.

4 Interview Rounds

1

Aptitude Test Round

Easy level to Medium level

2

Coding Test Round

2 Easy questions of DSA

3

One-on-one Round (2 Questions)

  • Q1. One DSA question
  • Q2. Normal discussion about tech stack
4

HR Round (2 Questions)

  • Q1. Tell about yourself
  • Q2. Why do you want to join digit?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go easy.. Nothing is hard in digit hiring
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

I applied via Job Portal

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. How api calls work?
  • Q2. Number of ways for array sorting
2

Technical Round (2 Questions)

  • Q1. Coding question on binary search
  • Q2. String patterns coding question

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. What lib list ?
  • Q2. What is Physical file
2

Technical Round (2 Questions)

  • Q1. What is batch job
  • Q2. What is interctive job
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Easy level DSA questions are there

2

One-on-one Round (2 Questions)

  • Q1. Tell me about yourself
  • Q2. Projects discussion

ACKO Interview FAQs

How many rounds are there in ACKO Software Developer Intern interview?
ACKO interview process usually has 3 rounds. The most common rounds in the ACKO interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in ACKO Software Developer Intern interview?

Some of the top questions asked at the ACKO Software Developer Intern interview -

  1. Simple Tree Traversal Problem LC med...read more
  2. Gas Station Problem On leetc...read more

Tell us how to improve this page.

ACKO Software Developer Intern Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

4.5

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Assistant Manager
87 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Customer Service Executive
49 salaries
unlock blur

₹2.8 L/yr - ₹5.1 L/yr

Claims Specialist
46 salaries
unlock blur

₹4 L/yr - ₹6.8 L/yr

Senior Associate
41 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Software Engineer
34 salaries
unlock blur

₹9 L/yr - ₹23.4 L/yr

Explore more salaries
Compare ACKO with

PolicyBazaar

3.6
Compare

Digit Insurance

3.9
Compare

ICICI Lombard General Insurance Company

3.7
Compare

Bajaj Allianz General Insurance

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview