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 and Answers

Updated 26 May 2025
Popular Designations

36 Interview questions

A Software Developer Intern was asked
Q. 

Polynomial Simplification Problem Statement

You are provided with two arrays representing the coefficients and degrees of a polynomial expression. Your task is to simplify this polynomial into its general ...

Ans. 

Simplify a polynomial expression by combining like terms and arranging them in descending order of degrees.

  • Iterate through the coefficients and degrees arrays to combine like terms

  • Create a new array to store the simplified polynomial in descending order of degrees

  • Return the simplified polynomial array

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Maximum Sum of Disjoint Pairs with Specific Difference

Given an array of integers and a number K, your task is to form pairs of elements from the array such that the absolute difference between them is str...

Ans. 

Find maximum sum of disjoint pairs with specific difference in an array.

  • Sort the array in non-decreasing order.

  • Iterate through the array and form pairs with absolute difference less than K.

  • Keep track of the sum of disjoint pairs to maximize it.

  • Return the maximum sum obtained.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Increasing Subsegment Problem Statement

Given a sequence ARR consisting of N integers, your task is to identify the longest subsegment of ARR, where you can change at most one number to make the subsegment...

Ans. 

Find the longest subsegment where at most one number can be changed to make it strictly increasing.

  • Iterate through the array and keep track of the longest increasing subsegment with at most one change.

  • If a number violates the increasing order, try changing it and check if the subsegment becomes strictly increasing.

  • Update the length of the longest subsegment found so far.

  • Return the length of the longest subsegment ...

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Find All Pairs Adding Up to Target

Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

Input:

The first line c...
Ans. 

Find all pairs of elements in an array that add up to a given target.

  • Iterate through the array and for each element, check if the complement (target - current element) exists in a hash set.

  • If the complement exists, add the pair to the result. If not, add the current element to the hash set.

  • Handle cases where the same element is used twice in a pair (e.g., target = 6, array = [3, 3]).

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Binary Tree Diameter Problem Statement

You are given a Binary Tree, and you need to determine the length of the diameter of the tree.

The diameter of a binary tree is the length of the longest path betwee...

Ans. 

The problem involves finding the diameter of a binary tree, which is the length of the longest path between any two end nodes in the tree.

  • Traverse the tree to find the longest path between two nodes.

  • Use recursion to calculate the diameter of the binary tree.

  • Keep track of the maximum diameter found during traversal.

  • Consider the height of the left and right subtrees to calculate the diameter.

  • Example: For the input 1...

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Delete a Node from a Linked List

You are provided with a linked list of integers. Your task is to implement a function that deletes a node located at a specified position 'POS'.

Input:

The first line con...
Ans. 

Implement a function to delete a node from a linked list at a specified position.

  • Traverse the linked list to find the node at the specified position.

  • Update the pointers of the previous and next nodes to skip the node to be deleted.

  • Handle cases where the position is at the beginning or end of the linked list.

  • Ensure to free the memory of the deleted node to avoid memory leaks.

View all Software Developer Intern interview questions

ACKO Interview Experiences

55 interviews found

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a coding round of ReactJS and JS

Round 2 - Technical 

(1 Question)

  • Q1. Design Stopwatch in HTML CSS and JS
  • Ans. 

    A simple stopwatch built using HTML, CSS, and JavaScript to track elapsed time.

    • Use HTML to create the structure: buttons for start, stop, reset, and a display for time.

    • Style the stopwatch with CSS for a clean and user-friendly interface.

    • Implement JavaScript to handle time calculations and button functionalities.

    • Use setInterval to update the display every second.

    • Store elapsed time in variables and update them based on u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and tell if you are not comfortable in particular language.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

Sql and excel then tableu

Round 2 - Technical 

(1 Question)

  • Q1. Sql and excel and basic questions
Round 3 - HR 

(1 Question)

  • Q1. Longterm aspiration
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. React js fundamental questions, JavaScript fundamental questions, project, and current work description. The interviewer was well prepared and polite.
  • Q2. What are the fundamental concepts of React.js that should be demonstrated in a machine coding interview?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was smooth and well-structured, and the behavior and understanding of the interviewer were exceptional.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Managerial questions around autonomy and alignment
Round 2 - Technical 

(2 Questions)

  • Q1. Solution architecture
  • Q2. Design patterns
Round 3 - Technical 

(2 Questions)

  • Q1. Microservice debugging
  • Q2. Database migrations
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
  • Q1. What are your expectations from ACKO?
  • Q2. Why are you looking for a change

Senior Associate Interview Questions & Answers

user image Bijay Kumar Maharana

posted on 17 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to work with ACKO?
  • Ans. 

    I want to work with ACKO because of their innovative approach to insurance and their strong focus on customer satisfaction.

    • Innovative approach to insurance - ACKO's use of technology to simplify the insurance process is impressive.

    • Strong focus on customer satisfaction - ACKO's commitment to providing excellent customer service sets them apart from other insurance companies.

    • Opportunity for growth and learning - I believ...

  • Answered by AI
  • Q2. What is insurance?

UI Developer Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic problem solving

Round 2 - Technical 

(2 Questions)

  • Q1. Implement drag and drop
  • Ans. 

    Implementing drag and drop functionality in UI development.

    • Use HTML5 drag and drop API

    • Add 'draggable' attribute to elements you want to drag

    • Implement 'dragstart', 'dragover', 'drop' events

    • Use CSS to style dragged elements

    • Consider using libraries like jQuery UI for more complex drag and drop interactions

  • Answered by AI
  • Q2. Basic JS questions
Round 3 - HR 

(1 Question)

  • Q1. Culture fit test
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Will you available 24*7 365 days ?
  • Ans. 

    I am committed to my role but cannot be available 24/7 due to personal and professional boundaries.

    • Work-life balance is essential for maintaining productivity and mental health.

    • I can be flexible with my hours, especially during critical projects or deadlines.

    • For urgent matters, I can be reached outside of regular hours, but I prefer to set clear boundaries.

    • In my previous role, I ensured timely communication during off-...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. It will be as usual self describe questions for past experience
Round 2 - Aptitude Test 

Needs to have some knowledge in advance excel

Senior Claims Associate Interview Questions & Answers

user image PARMANAND KANOJIYA

posted on 2 Apr 2025

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What is your challenge in your job and how you tackle it.
  • Q2. What is your job role how good you know your work ?
  • Ans. 

    As a Senior Claim Associate, I manage and process insurance claims, ensuring accuracy and compliance with regulations.

    • Review and analyze claims for accuracy and completeness, ensuring all necessary documentation is provided.

    • Communicate with policyholders and healthcare providers to gather information and clarify any discrepancies.

    • Utilize claims management software to track and process claims efficiently, reducing turna...

  • Answered by AI
  • Q3. Why you want to change job only money or else ?
  • Ans. 

    I seek new opportunities for growth, learning, and to contribute more effectively, not just for financial reasons.

    • Desire for professional growth: I want to take on more responsibilities and challenges that align with my career goals.

    • Learning opportunities: I'm eager to expand my skill set and knowledge in a dynamic environment.

    • Cultural fit: I'm looking for a workplace that values collaboration and innovation, which I b...

  • Answered by AI
  • Q4. Why you wanna join our company ?
  • Ans. 

    I am drawn to your company for its commitment to excellence, innovation, and employee development in the claims industry.

    • Your company's reputation for integrity and customer service aligns with my professional values.

    • I admire your focus on technology and innovation, which I believe enhances the claims process and improves client satisfaction.

    • The opportunities for professional growth and development within your organiza...

  • Answered by AI
  • Q5. What is your strength and how you are using it in you workspace
  • Ans. 

    My strength is my attention to detail, which I apply to ensure accurate claims processing and customer satisfaction.

    • Thoroughly review each claim for accuracy, reducing errors by 30%.

    • Implement a checklist system to ensure all necessary documentation is collected.

    • Provide training sessions for new associates on best practices for detail-oriented work.

    • Utilize data analysis to identify trends in claims, improving processing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Before applying for any company, not apply only for money. always ensure it will help you in your dream work.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about ACKO?
Ask anonymously on communities.

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 Management, Claims, 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
What are the most common questions asked in ACKO HR round?

The most common HR questions asked in ACKO interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why should we hire y...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.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 73 interview experiences

Difficulty level

Easy 18%
Moderate 79%
Hard 3%

Duration

Less than 2 weeks 79%
2-4 weeks 12%
4-6 weeks 6%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 348 Interviews
PayPal Interview Questions
3.8
 • 225 Interviews
Fiserv Interview Questions
2.9
 • 181 Interviews
Razorpay Interview Questions
3.6
 • 161 Interviews
KFintech Interview Questions
3.5
 • 155 Interviews
Angel One Interview Questions
3.8
 • 149 Interviews
Visa Interview Questions
3.5
 • 146 Interviews
MasterCard Interview Questions
3.9
 • 145 Interviews
Revolut Interview Questions
2.6
 • 104 Interviews
View all

ACKO Reviews and Ratings

based on 555 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.7

Salary

3.5

Job security

3.6

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 555 Reviews and Ratings
Product Designer
156 salaries
unlock blur

₹20 L/yr - ₹30 L/yr

Assistant Manager
97 salaries
unlock blur

₹5.1 L/yr - ₹11 L/yr

Senior Associate
51 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Senior Manager
51 salaries
unlock blur

₹18.5 L/yr - ₹33.4 L/yr

Claims Specialist
49 salaries
unlock blur

₹4 L/yr - ₹7.1 L/yr

Explore more salaries
Compare ACKO with

PhonePe

4.0
Compare

Fiserv

2.9
Compare

KFintech

3.5
Compare

Angel One

3.8
Compare
write
Share an Interview