Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Digit Insurance UI Developer Interview Questions and Answers

Updated 13 Jun 2024

Digit Insurance UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Angular Application flow
  • Q2. Array based coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic understanding on Logic like Data types , functions , callbacks and all ES6 features.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to detect and prevent Memory leak
  • Ans. 

    Memory leaks can be detected and prevented by monitoring memory usage, using memory profiling tools, avoiding circular references, and properly managing event listeners.

    • Monitor memory usage regularly to identify any abnormal increases.

    • Use memory profiling tools like Chrome DevTools or Valgrind to analyze memory usage.

    • Avoid creating circular references in your code, as they can prevent objects from being garbage collect...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Advanced JS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study JS indepth
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

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

Round 1 - Coding Test 

Easy to medium level of leet code

Round 2 - Technical 

(1 Question)

  • Q1. 1. Fibonacci series with recursion and without recursion 2. String Palindrome 3. Count all repeated numbers from the array
  • Ans. 

    Answering questions related to Fibonacci series, string palindrome, and counting repeated numbers in an array.

    • For Fibonacci series with recursion, write a function that calls itself to calculate the next number in the series.

    • For Fibonacci series without recursion, use a loop to calculate the series.

    • For string palindrome, compare characters from start and end of the string.

    • To count all repeated numbers from the array, u

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1.Given an array(0-based indexing), you have to find the max sum of i*A[i] where A[i] is the element at index i in the array. The only operation allowed is to rotate(clock-wise or counter clock-wise) the ...
  • Ans. 

    Rotate array to find max sum of i*A[i]

    • Rotate array to bring maximum element to front

    • Calculate sum of i*A[i] for each rotation

    • Keep track of maximum sum found

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. 1.Oops concepts 2.Oops code 2.About Java Spring 3. Array stack questions 4.Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve leet code question, clear concept of DSA.

Skills evaluated in this interview

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

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Leetcode style questions , 2 medium , 1 hard .

Round 2 - Technical 

(1 Question)

  • Q1. Design a cab booking system using oops
  • Ans. 

    A cab booking system designed using OOP principles

    • Create classes for Cab, Customer, Driver, and Booking

    • Use inheritance and polymorphism to handle different types of cabs and bookings

    • Implement methods for booking a cab, assigning a driver, and calculating fare

    • Use encapsulation to protect data and ensure data integrity

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question are very tough and faad

Round 2 - Coding Test 

Question like trees linked list and graphs

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck for your future
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Aug 2023.

Round 1 - Coding Test 

3 question of basic and 3 mcq

Round 2 - Coding Test 

Strings,Sort 0 1 2,invert binary tree

Round 3 - One-on-one 

(2 Questions)

  • Q1. Project Basics and Technical skills
  • Q2. Your Daily routine
  • Ans. 

    My daily routine involves coding, debugging, attending meetings, and learning new technologies.

    • Start the day by checking emails and prioritizing tasks

    • Code and debug new features or fix existing issues

    • Attend team meetings to discuss progress and roadblocks

    • Spend time learning new technologies or improving coding skills

    • Collaborate with team members on projects

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA Medium difficulty question Schema Design Low level design Amazon reviews page

I applied via campus placement at Mangalmay Institute of Management and Technology, Greater Noida and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Assignment 

The first is a simple assignment where some of G.K questions where asked

Round 2 - Aptitude Test 

The second round is aptitude as well as technical questions

Round 3 - Technical 

(1 Question)

  • Q1. This is a technical round where the interviewer asked questions from OOPs, data base, data structure, and Python as I'm appearing for Python Backend developer also the interview gave a question to solve fr...
Round 4 - Technical 

(1 Question)

  • Q1. This is same as the previous round but more questions were asked from Pyhton

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before appearing for the any interview read interview experience of people who appeared for the interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Max sum path in tree
  • Ans. 

    Find the maximum sum path in a tree from root to leaf node.

    • Start from the root node and traverse down to leaf nodes, keeping track of the sum at each node.

    • At each node, compare the sum of the current path with the maximum sum found so far.

    • Choose the path with the maximum sum as the final result.

  • Answered by AI
  • Q2. Array 2 sum problem
Round 2 - Technical 

(2 Questions)

  • Q1. React: Create a Timer
  • Ans. 

    Create a simple timer using React

    • Use state to store the timer value

    • Use setInterval to update the timer every second

    • Display the timer value in the component's render method

  • Answered by AI
  • Q2. Javascript: implement Debounce
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about the company + common behaviour question
  • Q2. About roles in previous org

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Nov 2022. There were 2 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Some code javascript outputs
  • Q2. Some errors in javascript code

Digit Insurance Interview FAQs

How many rounds are there in Digit Insurance UI Developer interview?
Digit Insurance interview process usually has 1 rounds. The most common rounds in the Digit Insurance interview process are Technical.
How to prepare for Digit Insurance UI Developer 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 Angular, Javascript, Bootstrap, Html5 and UI Development.
What are the top questions asked in Digit Insurance UI Developer interview?

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

  1. Angular Application f...read more
  2. Array based coding questi...read more

Tell us how to improve this page.

Digit Insurance UI Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Digit Insurance UI Developer Salary
based on 7 salaries
₹6.5 L/yr - ₹11 L/yr
18% more than the average UI Developer Salary in India
View more details
Software Engineer
352 salaries
unlock blur

₹2.7 L/yr - ₹11 L/yr

Associate Manager
270 salaries
unlock blur

₹5 L/yr - ₹15.7 L/yr

Senior Associate
222 salaries
unlock blur

₹3.3 L/yr - ₹9 L/yr

Associate
153 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Deputy Manager
153 salaries
unlock blur

₹6 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Digit Insurance with

PolicyBazaar

3.6
Compare

ICICI Lombard General Insurance Company

3.7
Compare

Bajaj Allianz

3.8
Compare

HDFC Ergo General Insurance

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview