Premium Employer

i

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

Digit Insurance Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Digit Insurance Interview Questions and Answers

Updated 10 Jun 2025
Popular Designations

54 Interview questions

A Python Software Developer was asked 2mo ago
Q. What are the different data types available in Python?
Ans. 

Python supports various data types, including numeric, sequence, mapping, set, and boolean types, each serving different purposes.

  • Numeric Types: Includes integers (e.g., 5), floats (e.g., 3.14), and complex numbers (e.g., 2 + 3j).

  • Sequence Types: Lists (e.g., [1, 2, 3]), tuples (e.g., (1, 2, 3)), and strings (e.g., 'Hello') are used to store ordered collections.

  • Mapping Type: The dictionary (e.g., {'key': 'value'}) ...

View all Python Software Developer interview questions
A Python Software Developer was asked 2mo ago
Q. What are the different date structures available in Python?
Ans. 

Python offers various date structures for handling dates and times, including datetime, date, time, and timedelta classes.

  • datetime: The main class for manipulating dates and times, allowing for operations like addition and subtraction. Example: datetime.now()

  • date: Represents a date (year, month, day) without time. Example: date(2023, 10, 5)

  • time: Represents a time (hour, minute, second, microsecond) without a date....

View all Python Software Developer interview questions
An Angular Frontend Developer was asked 3mo ago
Q. What is event bubbling?
Ans. 

Event bubbling is a JavaScript event propagation mechanism where events propagate from child to parent elements.

  • In event bubbling, when an event occurs on an element, it first triggers on that element and then on its parent elements.

  • For example, if a button inside a div is clicked, the click event is first captured by the button, then by the div.

  • This allows for event delegation, where a single event listener can m...

View all Angular Frontend Developer interview questions
An Angular Frontend Developer was asked 3mo ago
Q. What is event capturing?
Ans. 

Event capturing is a phase in the event propagation model where events are captured from the root to the target element.

  • Event capturing occurs before the target element receives the event.

  • It is the first phase of event propagation, followed by event bubbling.

  • In capturing, the event travels down from the document root to the target element.

  • Example: If you have a button inside a div, the event will first trigger on ...

View all Angular Frontend Developer interview questions
An Angular Frontend Developer was asked 3mo ago
Q. What are components in Angular?
Ans. 

Components in Angular are reusable building blocks that encapsulate HTML, CSS, and logic for UI elements.

  • Components are defined using the @Component decorator.

  • Each component has a template that defines its view, e.g., <h1>{{ title }}</h1>.

  • Components can have their own styles, defined in the styles property.

  • They can communicate with each other using Input and Output properties.

  • Example: A parent componen...

View all Angular Frontend Developer interview questions
A SSE - UI was asked 4mo ago
Q. Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array.
Ans. 

Find missing numbers in array of strings

  • Convert array of strings to array of integers

  • Find the minimum and maximum numbers in the array

  • Iterate through the range of numbers between the minimum and maximum to find missing numbers

A Cms Officer was asked 5mo ago
Q. What are the current Tax Deducted at Source (TDS) rates?
Ans. 

The current TDS rates vary depending on the type of income and range from 1% to 30%.

  • TDS rates range from 1% to 30% depending on the type of income

  • For salary income, TDS rates can range from 5% to 30%

  • For interest income, TDS rates are typically 10%

  • For rental income, TDS rates are usually 10%

View all Cms Officer interview questions
Are these interview questions helpful?
A Salon Manager was asked 6mo ago
Q. Explain the concept of a guesstimate.
Ans. 

A guesstimate is an estimate made without using precise data, often based on rough calculations or educated guesses.

  • Guesstimates are commonly used in situations where exact data is not available.

  • They are often based on approximations, assumptions, and general knowledge.

  • For example, estimating the number of jellybeans in a jar or the weight of an elephant based on its size would be considered guesstimates.

View all Salon Manager interview questions
A Project Manager was asked 6mo ago
Q. What is your place of domicile?
Ans. 

I currently reside in a cozy apartment in downtown Seattle.

  • My place of domicile is in Seattle, Washington.

  • I live in a cozy apartment in downtown Seattle.

  • I have been a resident of Seattle for the past five years.

View all Project Manager interview questions
A Project Manager was asked 6mo ago
Q. What is adjusted R-squared in descriptive statistics, and what information can be derived from it?
Ans. 

Adjusted R-squared is a statistical measure that adjusts the R-squared value for the number of predictors in a regression model.

  • Adjusted R-squared takes into account the number of predictors in a regression model, providing a more accurate measure of the model's goodness of fit.

  • It penalizes the addition of unnecessary predictors, helping to prevent overfitting.

  • A higher adjusted R-squared value indicates a better f...

View all Project Manager interview questions

Digit Insurance Interview Experiences

158 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

The aptitude test consisted of a combination of three types of subjects: Quantitative, English, and Logical Reasoning. The difficulty level was challenging, and it would be beneficial to review the basics of the CAT exam.

Round 2 - Technical 

(6 Questions)

  • Q1. What is the SUBSTITUTE function in Excel, and how can it be used?
  • Ans. 

    The SUBSTITUTE function in Excel replaces a specific occurrence of a text string with another text string.

    • Syntax: SUBSTITUTE(text, old_text, new_text, instance_num)

    • text: The original text string where replacement will occur

    • old_text: The text string to be replaced

    • new_text: The text string to replace old_text with

    • instance_num: Optional parameter to specify which occurrence of old_text to replace

    • Example: =SUBSTITUTE("appl...

  • Answered by AI
  • Q2. What is a pivot table in Excel, and how can it be accessed and utilized?
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Accessed by selecting the data range you want to analyze, then going to the 'Insert' tab and clicking on 'PivotTable'.

    • Utilized by dragging and dropping fields into the 'Rows', 'Columns', 'Values', and 'Filters' areas to organize and summarize data.

    • Can be used to quickly analyze large dataset...

  • Answered by AI
  • Q3. What are the differences between Tableau and Power BI, and which one is considered superior?
  • Ans. 

    Tableau and Power BI are both powerful data visualization tools, with Tableau being more user-friendly and Power BI offering better integration with Microsoft products.

    • Tableau is known for its user-friendly interface and ease of use for creating visually appealing dashboards.

    • Power BI offers better integration with Microsoft products such as Excel, SharePoint, and SQL Server.

    • Tableau is considered superior for its ease o...

  • Answered by AI
  • Q4. What is the process to sort the top 10 rows in Excel?
  • Ans. 

    To sort the top 10 rows in Excel, select the range of data, go to the Data tab, click on Sort, choose the column to sort by, select Top 10 from the options, and specify whether to sort in ascending or descending order.

    • Select the range of data containing the top 10 rows you want to sort.

    • Go to the Data tab in Excel.

    • Click on the Sort button.

    • Choose the column you want to sort by.

    • Select 'Top 10' from the 'Sort On' dropdown ...

  • Answered by AI
  • Q5. What is adjusted R-squared in descriptive statistics, and what information can be derived from it?
  • Ans. 

    Adjusted R-squared is a statistical measure that adjusts the R-squared value for the number of predictors in a regression model.

    • Adjusted R-squared takes into account the number of predictors in a regression model, providing a more accurate measure of the model's goodness of fit.

    • It penalizes the addition of unnecessary predictors, helping to prevent overfitting.

    • A higher adjusted R-squared value indicates a better fit of...

  • Answered by AI
  • Q6. What is correlation, and what conclusions can be drawn from it?
  • Ans. 

    Correlation is a statistical measure that describes the relationship between two variables.

    • Correlation can range from -1 to 1, with 0 indicating no correlation, 1 indicating a perfect positive correlation, and -1 indicating a perfect negative correlation.

    • A positive correlation means that as one variable increases, the other variable also tends to increase. For example, there is a positive correlation between studying h...

  • Answered by AI
Round 3 - Role Based 

(4 Questions)

  • Q1. What are the five stages of project?
  • Ans. 

    The five stages of a project are initiation, planning, execution, monitoring and controlling, and closing.

    • Initiation: Defining the project, its scope, objectives, and stakeholders.

    • Planning: Creating a detailed project plan, including tasks, timelines, resources, and budget.

    • Execution: Carrying out the project plan and completing the work.

    • Monitoring and Controlling: Tracking project progress, managing changes, and ensuri...

  • Answered by AI
  • Q2. What is the difference between a project manager and a product manager?
  • Ans. 

    Project managers focus on overseeing the execution of a specific project, while product managers are responsible for the overall strategy and development of a product.

    • Project managers are focused on the successful completion of a project within scope, budget, and time constraints.

    • Product managers are responsible for the strategic direction, development, and success of a product throughout its lifecycle.

    • Project managers...

  • Answered by AI
  • Q3. What are two limitations of food delivery apps that you believe need improvement?
  • Ans. 

    Limitations of food delivery apps that need improvement

    • Inaccurate delivery times leading to customer dissatisfaction

    • Limited restaurant options available on the app

    • Difficulty in customizing orders or making special requests

    • Issues with order accuracy and missing items

    • Lack of transparency in pricing and additional fees

  • Answered by AI
  • Q4. Can you provide a real-life example of a project where you led a team to successful completion?
  • Ans. 

    Led a team to successfully launch a new software application for a client

    • Developed project timeline and milestones

    • Assigned tasks to team members based on their strengths

    • Held regular team meetings to track progress and address any issues

    • Collaborated with client to ensure project met their expectations

    • Conducted thorough testing and quality assurance before final launch

  • Answered by AI
Round 4 - HR 

(5 Questions)

  • Q1. What is your place of domicile?
  • Ans. 

    I currently reside in a cozy apartment in downtown Seattle.

    • My place of domicile is in Seattle, Washington.

    • I live in a cozy apartment in downtown Seattle.

    • I have been a resident of Seattle for the past five years.

  • Answered by AI
  • Q2. Can you describe your family background and the members who live in your household?
  • Ans. 

    I come from a close-knit family with my parents and two siblings living in our household.

    • Close-knit family

    • Parents and two siblings

    • Living together in the same household

  • Answered by AI
  • Q3. Is the family income derived from a business or from job holders?
  • Ans. 

    Family income can be derived from both a business and job holders.

    • Family income can come from a business owned by a family member.

    • Family income can also come from salaries earned by family members from their jobs.

    • In some cases, family income may be a combination of income from both business and job holders.

    • Examples: A family may own a small business like a bakery and also have family members working in corporate jobs.

    • A...

  • Answered by AI
  • Q4. What is your motivation for choosing to work in the insurance industry?
  • Ans. 

    I am motivated to work in the insurance industry because of its stability, growth opportunities, and the chance to help individuals and businesses protect themselves financially.

    • Stability: Insurance is a stable industry that is less affected by economic downturns.

    • Growth opportunities: There are various career paths and opportunities for advancement within the insurance industry.

    • Helping others: Working in insurance allo...

  • Answered by AI
  • Q5. Are you willing to relocate to Bengaluru?
  • Ans. 

    Yes, I am willing to relocate to Bengaluru for the Project Manager position.

    • I am open to relocating for the right opportunity

    • I have experience working in different locations

    • I am excited about the prospect of working in Bengaluru

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Digit Insurance Project Manager interview:
  • SQL
  • Statistics
  • Power Bi
Interview preparation tips for other job seekers - You should thoroughly review the job description, prepare by studying the basics and areas of depth where you feel comfortable, and be ready to answer questions confidently.

Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. Second Largest in Array
  • Ans. 

    Find the second largest string in an array of strings.

    • Sort the array of strings in descending order

    • Return the second element in the sorted array

  • Answered by AI
  • Q2. Find missing numbers in array
  • Ans. 

    Find missing numbers in array of strings

    • Convert array of strings to array of integers

    • Find the minimum and maximum numbers in the array

    • Iterate through the range of numbers between the minimum and maximum to find missing numbers

  • Answered by AI
  • Q3. Hoisting Dead zone Es6 features Debounce and throttling Event delegation Dev dependencies and dependencies d/f Changedetection Performance optimization Content projection Sematic tags TestBed
  • Ans. 

    The question covers various topics related to front-end development, including hoisting, ES6 features, debounce and throttling, event delegation, dev dependencies, performance optimization, content projection, semantic tags, TestBed, and more.

    • Hoisting refers to the behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • ES6 features inc...

  • Answered by AI

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Questions from arrays and strings and some aptitude questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to merge 2 csv files
  • Ans. 

    To merge two CSV files, you can use software like Microsoft Excel or programming languages like Python.

    • Open both CSV files in a software like Microsoft Excel.

    • Copy the data from one CSV file and paste it into the other CSV file.

    • Save the merged CSV file with a new name.

    • Alternatively, you can use programming languages like Python to merge CSV files by reading both files, combining the data, and writing to a new file.

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

(1 Question)

  • Q1. 3 reasons why u choose this company
  • Ans. 

    I applied to this company because of its reputation in the industry, opportunities for growth, and company culture.

    • Reputation in the industry - I have heard great things about the company's innovative projects and successful track record.

    • Opportunities for growth - The company offers various training programs and career advancement opportunities for employees.

    • Company culture - I value a positive work environment and the...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Questions on python

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

  • Q1. Three friends went to a restaurant and split a $30 bill evenly, paying $10 each. However, the waiter informs them of a $5 discount, which they receive as a refund. The friends then split the $5 refund, kee...
  • Q2. Given a list of integers containing both positive and negative numbers, what approach can be used to identify the second smallest number in the list?
  • Ans. 

    To find the second smallest number, iterate through the list while tracking the smallest and second smallest values.

    • Initialize two variables, 'smallest' and 'secondSmallest', to infinity.

    • Iterate through the list of integers.

    • For each number, update 'smallest' if the number is less than 'smallest'.

    • If the number is between 'smallest' and 'secondSmallest', update 'secondSmallest'.

    • Return 'secondSmallest' after the loop ends...

  • Answered by AI

Salon Manager Interview Questions & Answers

user image Anonymous

posted on 29 Dec 2024

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Focus on problem-solving, logical reasoning, quantitative analysis, and verbal ability.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain different type of insurance policies
  • Ans. 

    Insurance policies include health, life, auto, home, and business insurance.

    • Health insurance covers medical expenses and treatments.

    • Life insurance provides financial protection to beneficiaries in case of the insured's death.

    • Auto insurance covers damages and liabilities related to vehicles.

    • Home insurance protects against damages to the home and belongings.

    • Business insurance covers risks associated with running a busine...

  • Answered by AI
  • Q2. Explain guesstimate
  • Ans. 

    A guesstimate is an estimate made without using precise data, often based on rough calculations or educated guesses.

    • Guesstimates are commonly used in situations where exact data is not available.

    • They are often based on approximations, assumptions, and general knowledge.

    • For example, estimating the number of jellybeans in a jar or the weight of an elephant based on its size would be considered guesstimates.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Cv based question answer
  • Q2. About internship and job-role question
Round 4 - HR 

(1 Question)

  • Q1. Explain about your role
  • Ans. 

    As a Salon Manager, I oversee daily operations, manage staff, handle customer service, and ensure the salon runs smoothly.

    • Manage staff schedules and performance

    • Handle customer complaints and feedback

    • Ensure salon cleanliness and organization

    • Monitor inventory and order supplies

    • Create marketing strategies to attract new clients

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

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

Round 1 - HR 

(2 Questions)

  • Q1. First round was about introduction
  • Q2. Discussing about job role and why i choose this role
Round 2 - One-on-one 

(2 Questions)

  • Q1. Question was about my skills
  • Q2. Question was about my final year project

Interview Preparation Tips

Interview preparation tips for other job seekers - be a open minded person and think out of the box
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join digit?
  • Ans. 

    I want to join digit because of its innovative approach to technology and its reputation for fostering professional growth.

    • Digit's focus on cutting-edge technology aligns with my passion for innovation.

    • I am impressed by Digit's track record of supporting employee development and career advancement.

    • I believe Digit's collaborative work environment will allow me to thrive and contribute effectively.

  • Answered by AI
  • Q2. Tell us about yourself
  • Ans. 

    Experienced Senior Associate with a background in finance and project management.

    • Over 5 years of experience in financial analysis and reporting

    • Skilled in project management and leading cross-functional teams

    • Strong communication and presentation skills

    • Proficient in data analysis and financial modeling

    • Previous experience working with Fortune 500 companies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck , keep it simple.

Interview Questions & Answers

user image Anonymous

posted on 26 Oct 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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. WHY PYTHON FOR DATA SCIENCE WHILE OTHER LANGUAGE AVAILABLE
  • Ans. 

    Python is preferred for data science due to its simplicity, versatility, and extensive libraries.

    • Python is easy to learn and read, making it accessible for beginners and experts alike.

    • Python has a wide range of libraries like NumPy, Pandas, and Scikit-learn for data manipulation and analysis.

    • Python's versatility allows for seamless integration with other languages and tools, enhancing productivity.

    • Python's strong commu...

  • Answered by AI
  • Q2. LAMBDA VS FUNCTION. WHY LAMBDA, WHAT MAKES IT MORE SPECIFIC
  • Q3. ARRAY VS LIST, LIST VS SERIES
  • Q4. USE CASES OF 1D,2D,3D ARRAY
  • Q5. HOW TO FIT A LINE IN SINE WAVE, COSINE WAVE, CIRCLE
  • Ans. 

    To fit a line in sine wave, cosine wave, or circle, use linear regression to find the best-fitting line.

    • Use linear regression to find the equation of a line that best fits the data points in the sine wave, cosine wave, or circle.

    • For sine wave and cosine wave, the equation of the line can be in the form y = mx + c, where m is the slope and c is the y-intercept.

    • For a circle, the equation of the line can be in the form y ...

  • Answered by AI

Skills evaluated in this interview

Team Lead Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Personal Introduction
  • Q2. Experience & Qualification
Round 2 - One-on-one 

(2 Questions)

  • Q1. Personal Introduction
  • Q2. Experience & Qualification

Interview Preparation Tips

Interview preparation tips for other job seekers - NA NA NA NA NA NA NA NA NA NA NA NA

HR Executive Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - CV Shortlisting 

(1 Question)

  • Q1. No questions were asked
Round 2 - Aptitude Test 

It was basic test topics which were asked was PNC, Graphs, Basic age and algebra, TBH everybody has different set of questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Intro, Internship( as i was fresher), basic knowledge of hiring process, platforms
Round 4 - HR 

(1 Question)

  • Q1. Location, Internship, Why digit

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Digit Insurance?
Ask anonymously on communities.

Digit Insurance Interview FAQs

How many rounds are there in Digit Insurance interview?
Digit Insurance interview process usually has 2-3 rounds. The most common rounds in the Digit Insurance interview process are One-on-one Round, HR and Technical.
How to prepare for Digit Insurance 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 Digit Insurance. The most common topics and skills that interviewers at Digit Insurance expect are Communication Skills, Sales, General Insurance, Telesales and Life Insurance.
What are the top questions asked in Digit Insurance interview?

Some of the top questions asked at the Digit Insurance interview -

  1. What is the SUBSTITUTE function in Excel, and how can it be us...read more
  2. What are the differences between Tableau and Power BI, and which one is conside...read more
  3. What are two limitations of food delivery apps that you believe need improvemen...read more
What are the most common questions asked in Digit Insurance HR round?

The most common HR questions asked in Digit Insurance interview are -

  1. What are your salary expectatio...read more
  2. What are your strengths and weakness...read more
  3. Why are you looking for a chan...read more
How long is the Digit Insurance interview process?

The duration of Digit Insurance 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.2/5

based on 182 interview experiences

Difficulty level

Easy 21%
Moderate 68%
Hard 11%

Duration

Less than 2 weeks 72%
2-4 weeks 23%
4-6 weeks 1%
More than 8 weeks 4%
View more
Join Digit Insurance One of India's leading digital full stack insurance companies.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 464 Interviews
Meesho Interview Questions
3.7
 • 361 Interviews
CARS24 Interview Questions
3.5
 • 359 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto Interview Questions
3.5
 • 289 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
Tata 1mg Interview Questions
3.6
 • 180 Interviews
Paisabazaar.com Interview Questions
3.4
 • 152 Interviews
Urban Company Interview Questions
3.4
 • 143 Interviews
Ninjacart Interview Questions
3.9
 • 99 Interviews
View all

Digit Insurance Reviews and Ratings

based on 1.3k reviews

3.8/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.5

Salary

3.9

Job security

3.7

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 1.3k Reviews and Ratings
Customer Care Executive

Jaipur

0-2 Yrs

₹ 2.5-3.3 LPA

Customer Support Executive

Pune

0-3 Yrs

₹ 2.8-3.3 LPA

Relationship Manager

New Delhi

2-7 Yrs

₹ 2-6 LPA

Explore more jobs
Software Engineer
403 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Associate Manager
281 salaries
unlock blur

₹4.4 L/yr - ₹15.5 L/yr

Senior Associate
243 salaries
unlock blur

₹4.1 L/yr - ₹9 L/yr

Deputy Manager
159 salaries
unlock blur

₹6.1 L/yr - ₹21 L/yr

Associate
155 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Digit Insurance with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview