Upload Button Icon Add office photos
Engaged Employer

i

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

InsuranceDekho Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

InsuranceDekho Senior Software Engineer Interview Questions and Answers

Updated 20 Nov 2024

InsuranceDekho Senior Software Engineer Interview Experiences

1 interview found

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 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on array , strings
  • Q2. Questions on design , db

Interview questions from similar companies

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

Easy Medium questions

Round 2 - Design Test 

(1 Question)

  • Q1. Asked to design Basic Facebook.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair

Round 1 - Technical 

(1 Question)

  • Q1. Create a controller , service and repository methods and classes to save userDeatils in table using Spring Data JPA .
  • Ans. 

    Create a controller, service, and repository to save user details using Spring Data JPA.

    • Create a UserController class with appropriate mappings for saving user details.

    • Create a UserService class with a method to save user details.

    • Create a UserRepository interface that extends JpaRepository to handle database operations.

    • Implement the saveUserDetails method in the UserService class to call the save method of the UserRepo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Digit Insurance Senior Software Engineer interview:
  • Sping Boot
  • Rest Full Api
  • Spring Data JPA
Interview preparation tips for other job seekers - Just prepare top 50 spring boot question and you can easily crack interview .

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is flutter
  • Ans. 

    Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Developed by Google

    • Uses Dart programming language

    • Hot reload feature for quick development

    • Supports iOS, Android, Web, and Desktop platforms

    • Provides a rich set of pre-built widgets

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Template and Reactive Forms in Angular
  • Ans. 

    Template and Reactive Forms in Angular are two ways to handle forms in Angular applications.

    • Template Forms are based on the traditional HTML forms and are easy to use for simple forms.

    • Reactive Forms are more flexible and powerful, allowing for complex form validation and dynamic form controls.

    • Template Forms use two-way data binding, while Reactive Forms use a more reactive approach with observables.

    • Reactive Forms are r...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What are Microservices
  • Ans. 

    Microservices are a software architecture pattern where applications are built as a collection of small, loosely coupled services.

    • Microservices are independent and autonomous services that communicate with each other through APIs.

    • Each microservice is responsible for a specific business capability and can be developed, deployed, and scaled independently.

    • Microservices promote flexibility, scalability, and resilience in s...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are SOAP APIs
  • Ans. 

    SOAP APIs are a protocol for exchanging structured information in web services using XML-based messages.

    • SOAP stands for Simple Object Access Protocol

    • It is a messaging protocol that allows programs running on different operating systems to communicate with each other

    • SOAP APIs use XML to format the data being sent

    • They are commonly used in enterprise-level applications for integrating different systems

    • SOAP APIs provide a

  • Answered by AI
  • Q2. What are Rest APIs?
  • Ans. 

    REST APIs are a set of rules and protocols that allow different software applications to communicate and interact with each other over the internet.

    • REST stands for Representational State Transfer

    • REST APIs use HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • REST APIs are stateless, meaning each request from a client to a server contains all the necessary information

    • REST APIs typically return d...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Implement queue,
  • Q2. React life cycle
  • Q3. Some output based questions
  • Q4. What is polyfill, implemented one two polyfill
  • Ans. 

    A polyfill is a piece of code that provides modern functionality on older browsers that do not natively support it.

    • Polyfills are commonly used for adding support for new JavaScript features on older browsers.

    • Two popular polyfills are 'Babel' for ES6 features and 'fetch' for the Fetch API.

    • Polyfills help ensure a consistent user experience across different browsers.

    • Polyfills can be implemented using JavaScript libraries ...

  • Answered by AI
  • Q5. Create todo list using react
  • Ans. 

    Create a todo list using React for managing tasks and reminders.

    • Use React components to create a form for adding tasks

    • Store tasks in state and display them in a list

    • Add functionality to mark tasks as completed and delete tasks

    • Implement features like filtering tasks by status or due date

  • Answered by AI
  • Q6. Closure and hoisting

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of javascript and react is. Enough to get u job here

Skills evaluated in this interview

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

I was interviewed in Feb 2024.

Round 1 - Aptitude Test 

Normal nomerical qustion

Round 2 - HR 

(1 Question)

  • Q1. Normal tell me your self
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Implement stack using two queue
  • Ans. 

    Implement a stack using two queues

    • Use two queues to simulate stack operations

    • Push operation: Enqueue the element to queue1

    • Pop operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, then swap the queues

    • Top operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, then swap the queues without dequeuing the element

    • Empty operation: Check if both queue

  • Answered by AI
  • Q2. Discuss your previous company projects
  • Q3. Basic oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - generally asks medium interview questions

Skills evaluated in this interview

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

Questions on DSA and Algo

Round 2 - Technical 

(1 Question)

  • Q1. Low level design
Round 3 - Technical 

(1 Question)

  • Q1. High level design
Contribute & help others!
anonymous
You can choose to be anonymous

InsuranceDekho Interview FAQs

How many rounds are there in InsuranceDekho Senior Software Engineer interview?
InsuranceDekho interview process usually has 1 rounds. The most common rounds in the InsuranceDekho interview process are Technical.
How to prepare for InsuranceDekho Senior Software Engineer 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 InsuranceDekho. The most common topics and skills that interviewers at InsuranceDekho expect are Node.Js, Backend, Full Stack, Java and Mern Stack.
What are the top questions asked in InsuranceDekho Senior Software Engineer interview?

Some of the top questions asked at the InsuranceDekho Senior Software Engineer interview -

  1. Questions on array , stri...read more
  2. questions on design ,...read more

Recently Viewed

SALARIES

Smallcase Technologies

INTERVIEWS

InsuranceDekho

No Interviews

DESIGNATION

SALARIES

Standard Chartered

INTERVIEWS

Swiggy

No Interviews

INTERVIEWS

InsuranceDekho

No Interviews

JOBS

NBFC Credit Wise Capital

No Jobs

COMPANY BENEFITS

Cogent E Services

No Benefits

COMPANY BENEFITS

Cogent E Services

No Benefits

JOBS

Browse jobs

Discover jobs you love

Tell us how to improve this page.

InsuranceDekho Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
InsuranceDekho Senior Software Engineer Salary
based on 10 salaries
₹13.5 L/yr - ₹23 L/yr
10% more than the average Senior Software Engineer Salary in India
View more details
Relationship Manager
240 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Manager
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Executive
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare InsuranceDekho with

PolicyBazaar

3.6
Compare

Coverfox

4.2
Compare

Turtlemint

3.6
Compare

BankBazaar

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