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

Filter interviews by

ACKO Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top ACKO Interview Questions and Answers

View all 39 questions

ACKO Interview Experiences

Popular Designations

48 interviews found

I was interviewed in May 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 75 Minutes
Round difficulty - Medium

The round consisted of 2 Coding based based questions.
These question were easy for as I have already done this while preparing.

  • Q1. 

    Flip Equivalent Binary Tree Problem

    Determine whether two binary trees, given by their roots 'ROOT1' and 'ROOT2', are flip equivalent. A tree can be transformed into a flip equivalent through any number o...

  • Ans. 

    The problem is to determine if two binary trees are flip equivalent after performing flip operations on one of the trees.

    • Perform a depth-first search (DFS) on both trees simultaneously

    • At each node, check if the values are equal and the left and right subtrees are either both null or both not null

    • If the above conditions are met, recursively check the flip equivalence of the left and right subtrees

    • If any of the condition...

  • Answered by AI
  • Q2. 

    Split Array Into Increasing Subsequences Problem Statement

    You are provided with an integer array ARR of size N sorted in ascending order. Your task is to determine if it is possible to split this array i...

  • Ans. 

    The task is to determine if an integer array can be split into one or more increasing subsequences with a length of at least 3.

    • Check if the array can be split into increasing subsequences by iterating through the array.

    • Keep track of the current subsequence and its length while iterating.

    • If the difference between the current element and the previous element is not 1, start a new subsequence.

    • If the length of any subseque...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

The interview started a bit late as I it to be at 11:30 am but started at 12:15pm So Had to wait. Apart from these the overall experience was great and the interviewer was also kind and had a smiling face.

  • Q1. 

    Ninja and Alternating Largest Problem Statement

    Ninja is given a sequence of numbers and needs to rearrange them so that every second element is greater than its neighbors on both sides.

    Example:

    Input:
    ...
  • Ans. 

    The task is to rearrange the given array such that every second element is greater than its left and right element.

    • Iterate through the array and check if every second element is greater than its left and right element

    • If not, swap the current element with its adjacent element to satisfy the condition

    • Continue this process until the entire array satisfies the condition

    • Return 1 if the array satisfies the condition, else re

  • Answered by AI
Round 3 - Video Call 

Round duration - 30 Minutes
Round difficulty - Easy

10:30 PM 
Interviewer was Cool.

Round 4 - HR 

Round duration - 5 minutes
Round difficulty - Easy

At 10:00 am

Interview Preparation Tips

Eligibility criteriaNo criteria But only 8+ plus CGPA were eventually shortlisted on basis of resumeAcko interview preparation:Topics to prepare for the interview - DSA, DBMS, Puzzles, OS, System DesignTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Never never try to cheat in online interview the interviewer will definitely get to know.
Tip 2 : Psuedo code presentation matters a lot so name Your variable properly and with proper indentation.
Tip 3 : Keep on trying even if You feel that's not the right answer so at least put that idea forward.
Tip 4 : Do Leetcode medium questions as much as possible As they are mostly asked in Interviews.

Application resume tips for other job seekers

Tip 1 : Avoid unnecessary details on Resume
Tip 2 : Make It look clean and also keep it of one page

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA Round & Introduction Round
  • Q2. DP Question related to subsequence
Round 2 - Technical 

(2 Questions)

  • Q1. Design Parking Lot
  • Ans. 

    Design a parking lot system with multiple levels and spots for cars.

    • Create a class for ParkingLot with attributes like levels, spots per level, etc.

    • Implement methods for parking a car, removing a car, checking availability, etc.

    • Consider implementing a ticketing system for tracking parked cars.

    • Utilize data structures like arrays, lists, or maps to manage parking spots efficiently.

  • Answered by AI
  • Q2. Sort Numbers with large file
  • Ans. 

    Use external sorting algorithm like merge sort to efficiently sort numbers in a large file.

    • Break the large file into smaller chunks that can fit into memory

    • Sort each chunk individually using a sorting algorithm like merge sort

    • Merge the sorted chunks back together to get the final sorted result

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
ACKO Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Was asked simple puzzle questions.

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. It was about my confidence for doing night shift
  • Q2. She asked about myself
Round 2 - One-on-one 

(3 Questions)

  • Q1. Willing to be in rotational and night shift
  • Ans. 

    Yes, I am willing to work in rotational and night shifts.

    • I am flexible with my schedule and can adapt to different shifts

    • I understand the importance of providing customer service 24/7

    • I have previous experience working in rotational or night shifts

    • I am willing to work weekends and holidays if required

  • Answered by AI
  • Q2. Why do you want to switch to non voice ?
  • Q3. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Whenever you are at interview don't let yourself down as Epicenter Hr and Others rounds are so easy and they make it learn as well and also guide before going for one on one ops round so that we get selected anyhow. best of Luck for newbies 👍

Customer Service Representative Interview Questions asked at other Companies

Q1. 4) What is the difference between BPO and KPO?
View answer (3)

ACKO interview questions for popular designations

 Software Developer Intern

 (4)

 Assistant Manager

 (3)

 Software Developer

 (2)

 Operations Manager

 (2)

 Senior Associate

 (1)

 Associate Product Manager

 (1)

 Customer Service Associate

 (1)

 Product Manager

 (1)

Interview Questions & Answers

user image Anonymous

posted on 31 May 2022

I was interviewed in Apr 2022.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Medium

It had 2 DS questions based on array manipulation and 1 ReactJS app question for making a Timer.

Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Questions and discussion on System Design and Performance optimisation.

  • Q1. Can you describe a design challenge you faced in your previous work and how you addressed it?
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Medium

General HR round, non tech questions like expectations, why leaving current role etc.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as UI Developer 2 in BangaloreEligibility criteriaNoneAcko interview preparation:Topics to prepare for the interview - ReactJS, Redux, Next JS, Typescript, System DesignTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practise DSA basics and System design problems.
Tip 2 : Make some web projects from scratch.
Tip 3 : Read about performance optimisation.

Application resume tips for other job seekers

Tip 1 : Do not put false things on resume. Should be able to explain things mentioned in resume.
Tip 2 : Elaborate your work experience.

Final outcome of the interviewSelected

Get interview-ready with Top ACKO Interview Questions

I applied via LinkedIn and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself Previous internship discussion Discussion on projects
Round 2 - Technical 

(1 Question)

  • Q1. Case Studies based on the challenges at the company
Round 3 - HR 

(1 Question)

  • Q1. Compensation Details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Specific! When you don't know something, mention that you don't know it instead of blabbering something!

Jobs at ACKO

View all

I was interviewed in Feb 2022.

Round 1 - Aptitude Test 

3 coding question 1 SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Question about tree check tree is bst or not ?write code on it
  • Q2. Array question find 1st repeated element in o(n).
  • Ans. 

    Find the first repeated element in an array of strings in O(n) time complexity.

    • Create a hash table to store the frequency of each element.

    • Traverse the array and check if the element is already present in the hash table.

    • If it is present, return the element as the first repeated element.

    • If no element is repeated, return null or -1.

    • Example: ['apple', 'banana', 'orange', 'apple'] => 'apple'

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Multiple of big integers and find complexity
  • Ans. 

    Question about finding complexity of multiplying big integers.

    • Big integers require more memory and processing power than regular integers.

    • Multiplying two n-digit integers takes O(n^2) time using the standard algorithm.

    • There are faster algorithms like Karatsuba and FFT which have lower complexity.

    • The complexity of multiplying two n-digit integers using Karatsuba algorithm is O(n^log2(3)).

    • The complexity of multiplying tw...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence focus on coding and core subjects.

Skills evaluated in this interview

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2022

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Assignment 

Excel tests formulas of countifs sumifs

Round 3 - HR 

(2 Questions)

  • Q1. Why did you quit previous organization
  • Q2. How did you got to know about acko

Interview Preparation Tips

Topics to prepare for ACKO Team Lead interview:
  • Team Management
Interview preparation tips for other job seekers - Be prepared for Excel test as they will be only looking for some one who has mis Excel knowlegde

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Job description
Round 3 - Aptitude Test 

Grammar, skill, email

Round 4 - Technical 

(3 Questions)

  • Q1. Technical related
  • Q2. Automobiles Related
  • Q3. Motor Related Customer Interaction

Interview Preparation Tips

Interview preparation tips for other job seekers - Standard procedure

Customer Service Associate Interview Questions asked at other Companies

Q1. Situational: If customer gets damaged product and he is saying he want to return the product then what you will do? (write an mail)
View answer (39)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2022. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Please go through your resume.
Round 2 - Technical 

(1 Question)

  • Q1. Where did you work before
Round 3 - HR 

(1 Question)

  • Q1. Hikes and ratings

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not choose carrier at Acko

Senior Associate 2 Interview Questions asked at other Companies

Q1. How to troubleshoot Outlook unable to send and received mail ?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

ACKO Interview FAQs

How many rounds are there in ACKO interview?
ACKO interview process usually has 2-3 rounds. The most common rounds in the ACKO interview process are HR, One-on-one Round and Technical.
How to prepare for ACKO interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at ACKO. The most common topics and skills that interviewers at ACKO expect are Claims, Management, Analytical, Monitoring and Customer Experience.
What are the top questions asked in ACKO interview?

Some of the top questions asked at the ACKO interview -

  1. Can you chalk down a plan for employee engagement for all kind of employ...read more
  2. What are the effective approaches in operations to improve customer experien...read more
  3. What is the best organizational culture for employee orientation initiatives, i...read more
How long is the ACKO interview process?

The duration of ACKO interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

LIST OF COMPANIES

KP Reliable Technique India

Overview

LIST OF COMPANIES

Kritter Software Technology

Overview

JOBS

ACKO

No Jobs

SALARIES

Capgemini Engineering

INTERVIEWS

Capgemini Engineering

No Interviews

INTERVIEWS

Capgemini Engineering

No Interviews

DESIGNATION

DESIGNATION

SALARIES

ACKO

Tell us how to improve this page.

ACKO Interview Process

based on 66 interviews

Interview experience

4.3
  
Good
View more

ACKO Reviews and Ratings

based on 498 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.8

Salary

3.5

Job security

3.6

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 498 Reviews and Ratings
UI Engineer - 2

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Sr Manager - Business Finance

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Software Development Engineer - 3

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Executive
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Claims Specialist
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ACKO with

PolicyBazaar

3.6
Compare

Digit Insurance

4.0
Compare

ICICI Lombard General Insurance Company

3.7
Compare

Bajaj Allianz General Insurance

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent