AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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.7

based on 553 Reviews

Play video Play video Video summary
  • About
  • Reviews
    553
  • Salaries
    2.5k
  • Interviews
    55
  • Jobs
    32
  • Benefits
    30
  • Photos
    13

Filter interviews by

ACKO Interview Questions and Answers

Updated 26 May 2025
Popular Designations

43 Interview questions

An UI Developer was asked 5mo ago
Q. Implement drag and drop functionality.
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

View all UI Developer interview questions
An Operations Manager was asked 6mo ago
Q. What are the effective approaches in operations to improve customer experience?
Ans. 

Effective approaches in operations to improve customer experience include streamlining processes, implementing technology, and focusing on employee training.

  • Streamline processes to reduce wait times and improve efficiency

  • Implement technology such as self-service kiosks or online ordering systems

  • Focus on employee training to ensure consistent and high-quality service

  • Collect and analyze customer feedback to make dat...

View all Operations Manager interview questions
An Operations Manager was asked 6mo ago
Q. What is the best organizational culture for employee orientation initiatives, in your opinion?
Ans. 

A supportive and inclusive organizational culture is best for employee orientation initiatives.

  • Encourage open communication and feedback between new employees and management.

  • Provide mentorship programs to help new employees acclimate to the company culture.

  • Promote teamwork and collaboration among employees to foster a sense of belonging.

  • Celebrate diversity and inclusion to create a welcoming environment for all em...

View all Operations Manager interview questions
A Senior Associate was asked 6mo ago
Q. What is insurance?
Ans. 

Insurance is a financial product that provides protection against financial losses resulting from unexpected events.

  • Insurance involves a contract between an individual or entity (the policyholder) and an insurance company.

  • The policyholder pays a premium in exchange for coverage and protection against specified risks.

  • Types of insurance include health, life, auto, home, and business insurance.

  • Insurance helps individ...

View all Senior Associate interview questions
A Procurement Specialist was asked 6mo ago
Q. Are you available 24/7, 365 days a year?
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...

View all Procurement Specialist interview questions
A Software Development Engineer II was asked 7mo ago
Q. Design a Stopwatch using HTML, CSS, and JavaScript.
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...

View all Software Development Engineer II interview questions
A Java Developer was asked 11mo ago
Q. Write code to manage a parking system where the initial charge is 10 rupees for 10 minutes, and every additional minute costs 2 rupees.
Ans. 

Java code to manage parking fees based on time parked, with incremental charges.

  • Initial charge: 10 rupees for the first 10 minutes.

  • After 10 minutes, every additional minute increases the charge by 2 rupees.

  • Example: 15 minutes parked = 10 + (5 * 2) = 20 rupees.

  • Use a method to calculate total fee based on input time.

  • Consider edge cases like negative time or zero time.

View all Java Developer interview questions
Are these interview questions helpful?
🔥 Asked by recruiter 2 times
A Product Manager was asked 12mo ago
Q. Design Instagram for kids.
Ans. 

A kid-friendly version of Instagram with enhanced safety features and parental controls.

  • Implement strict age verification processes to ensure only kids can create accounts

  • Enable parents to monitor and approve all friend requests and messages

  • Restrict access to certain content and features deemed inappropriate for children

  • Include educational and creative tools to encourage positive interactions

View all Product Manager interview questions
An Assistant Manager was asked 12mo ago
Q. How would you approach analyzing a data set?
Ans. 

Approach a data set by first understanding the context and purpose, then cleaning and organizing the data, analyzing it using appropriate tools and techniques, and finally interpreting the results to draw meaningful insights.

  • Understand the context and purpose of the data set before diving in.

  • Clean and organize the data by removing duplicates, handling missing values, and standardizing formats.

  • Use appropriate tools...

View all Assistant Manager interview questions
A Software Developer was asked
Q. How would you sort numbers in a 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

View all Software Developer interview questions
1 2 3 4 5

ACKO Interview Experiences

55 interviews found

Software Development Engineer II Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2024

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
    Add your answer

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

Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Mar 2025

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
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Longterm aspiration
  • Add your answer
Anonymous

User Interface Engineer 2 Interview Questions & Answers

user image Anonymous

posted on 28 Apr 2025

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.
  • Add your answer
  • Q2. What are the fundamental concepts of React.js that should be demonstrated in a machine coding interview?
  • Add your answer

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.
Anonymous

Senior Engineering Manager Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2024

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
  • Add your answer
Round 2 - Technical 

(2 Questions)

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

(2 Questions)

  • Q1. Microservice debugging
  • Add your answer
  • Q2. Database migrations
  • Add your answer
Anonymous

Product Designer Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2025

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

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
    Add your answer
  • Q2. What is insurance?
  • Add your answer
Anonymous

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
    Add your answer
  • Q2. Basic JS questions
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Culture fit test
  • Add your answer
Anonymous

Procurement Specialist Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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
    Add your answer
Anonymous

MIS Specialist Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

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
  • Add your answer
Round 2 - Aptitude Test 

Needs to have some knowledge in advance excel

Anonymous

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.
  • Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer

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.
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ACKO?
Ask anonymously on communities.
More about working at ACKO
golden leaf award AmbitionBox awards

#11 Top Rated Tech Startup - 2024

golden leaf award
  • HQ - Bengaluru/Bangalore, Karnataka, India
  • FinTech
  • 1k-5k Employees (India)
  • Internet

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, Excel and Monitoring.
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.

ACKO Interviews By Designations

  • ACKO Software Developer Intern Interview Questions
  • ACKO Assistant Manager Interview Questions
  • ACKO Software Developer Interview Questions
  • ACKO Operations Manager Interview Questions
  • ACKO Team Lead Interview Questions
  • ACKO Associate Product Manager Interview Questions
  • ACKO Customer Service Associate Interview Questions
  • ACKO Business Analyst Interview Questions
  • Show more
  • ACKO Java Developer Interview Questions
  • ACKO SDE (Software Development Engineer) Interview Questions

Interview Questions for Popular Designations

  • Software Developer Intern Interview Questions
  • Executive Interview Questions
  • Team Lead Interview Questions
  • Intern Interview Questions
  • Senior Associate Interview Questions
  • Senior Engineer Interview Questions
  • Sales Executive Interview Questions
  • Consultant Interview Questions
  • Show more
  • Java Developer Interview Questions
  • HR Executive Interview Questions

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
PhonePe Interview Questions
4.0
 • 345 Interviews
PayPal
PayPal Interview Questions
3.8
 • 225 Interviews
Fiserv
Fiserv Interview Questions
2.9
 • 181 Interviews
Razorpay
Razorpay Interview Questions
3.5
 • 161 Interviews
KFintech
KFintech Interview Questions
3.5
 • 154 Interviews
Angel One
Angel One Interview Questions
3.8
 • 149 Interviews
Visa
Visa Interview Questions
3.5
 • 146 Interviews
MasterCard
MasterCard Interview Questions
3.9
 • 145 Interviews
Broadridge Financial Solutions
Broadridge Financial Solutions Interview Questions
3.9
 • 145 Interviews
Revolut
Revolut Interview Questions
2.6
 • 103 Interviews
View all

ACKO Reviews and Ratings

based on 553 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 553 Reviews and Ratings
Jobs at ACKO
ACKO
Lead DevOps Engineer

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

ACKO
Senior Product Designer

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

ACKO
Principle Engineer

Bangalore / Bengaluru

8-15 Yrs

Not Disclosed

Explore more jobs
ACKO Salaries in India
Product Designer
156 salaries
unlock blur

₹15.7 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

₹10.5 L/yr - ₹44 L/yr

Claims Specialist
43 salaries
unlock blur

₹4 L/yr - ₹7.1 L/yr

Explore more salaries
Compare ACKO with
PhonePe

PhonePe

4.0
Compare
Fiserv

Fiserv

2.9
Compare
KFintech

KFintech

3.5
Compare
Angel One

Angel One

3.8
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • ACKO Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter