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

Filter interviews by

Clear (1)

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

I applied via Policy bazaar site and was interviewed before Sep 2019. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Sell me this thing.
  • Ans. 

    Introducing the new and improved smartwatch with advanced health tracking features.

    • Track your heart rate, sleep patterns, and daily activity levels

    • Receive notifications and make calls without taking out your phone

    • Choose from a variety of stylish designs to match your personal style

  • Answered by AI
  • Q2. Why you want to come in sales
  • Q3. Qualities of good sales person
  • Q4. Why you want to join policy bazaar
  • Q5. What is policy bazaar
  • Ans. 

    Policy Bazaar is an online insurance marketplace in India.

    • Policy Bazaar is a platform that allows users to compare and buy insurance policies from various providers.

    • It offers a wide range of insurance products including health, life, motor, travel, and home insurance.

    • Users can get quotes, compare features and prices, and make informed decisions about their insurance needs.

    • Policy Bazaar has partnerships with leading ins...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to tell them that you want to be a sales person. You can sell in any situation. Whatever come in mind just keep speaking because they check your communication skills. But joing policy bazaar is not a good idea.

I applied via Campus Placement and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about ur hobby in brief ?

Interview Preparation Tips

Interview preparation tips for other job seekers - I share this question because intervier ask again and agin this question so keep in mind don't change your hobby in any rounds make sure this question is mandatory
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What lib list ?
  • Ans. 

    A list of libraries used in software development.

    • Common libraries like React, Angular, jQuery

    • Backend libraries like Express, Django, Spring

    • Database libraries like Sequelize, SQLAlchemy, Hibernate

  • Answered by AI
  • Q2. What is Physical file
  • Ans. 

    A physical file is a file stored on a physical storage device, such as a hard drive or solid-state drive.

    • Physical files are stored on physical storage devices like hard drives or SSDs.

    • They can be accessed and manipulated by software applications.

    • Examples include text documents, images, videos, and executable programs.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is batch job
  • Ans. 

    A batch job is a program that processes a large amount of data in a single run without user interaction.

    • Batch jobs are typically scheduled to run at specific times, often during off-peak hours.

    • They are commonly used for tasks such as data processing, report generation, and system maintenance.

    • Examples of batch job tools include cron in Unix/Linux systems and Task Scheduler in Windows.

  • Answered by AI
  • Q2. What is interctive job
  • Ans. 

    An interactive job is a task or project that requires active participation and engagement from the user.

    • Interactive jobs involve real-time feedback and communication between the user and the system.

    • Examples include video games, online surveys, and interactive websites.

    • Users have control over the outcome of the task based on their input and decisions.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Oops concept and c# basic questions for freshers and sql basics
  • Q2. What is .net framework
  • Ans. 

    .NET Framework is a software framework developed by Microsoft that provides a runtime environment for building and running applications.

    • .NET Framework is a platform for developing and running applications on Windows.

    • It includes a large library of pre-built code and a runtime environment for executing applications.

    • It supports multiple programming languages such as C#, VB.NET, and F#.

    • It provides features like memory mana...

  • Answered by AI
  • Q3. Stored procesure insert update syntax
  • Q4. Oops questions inheritance constructors
  • Q5. Joins in sql and types
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • There are different types of joins in SQL: inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and the matching rows from the right table.

    • Right join returns all the rows from the right table and the matching ...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. Web api questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Sql plsql and oracle
Round 3 - Technical 

(2 Questions)

  • Q1. Sql plsql and oracle
  • Q2. Spa plsql and oracle
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference b/w map and array in CPP. What are generators in Python. What is Polynomial Regression? Normalisation in DBMS.
  • Ans. 

    Map and array in CPP are both data structures, but map is a key-value pair container while array is a collection of elements with a fixed size.

    • Map in CPP is a container that stores elements in key-value pairs, allowing fast lookups based on keys.

    • Array in CPP is a collection of elements of the same data type, stored in contiguous memory locations.

    • Generators in Python are functions that allow you to iterate over a sequen...

  • Answered by AI
  • Q2. Realtional Algebra in DBMS
  • Ans. 

    Relational Algebra is a procedural query language used to query databases in DBMS.

    • Relational Algebra is used to perform basic operations like selection, projection, join, etc. on relations.

    • It helps in retrieving specific information from databases based on certain conditions.

    • Examples of operations in Relational Algebra include Union, Intersection, Difference, Cartesian Product, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect that all the questions will be from the resume.

Skills evaluated in this interview

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

All aptitude type questions as well as core computer science subject questions comes

Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

JOBS

Walkaroo International

No Jobs

JOBS

Aabasoft

No Jobs

INTERVIEWS

Capgemini Engineering

No Interviews

SALARIES

Reliance Communications

INTERVIEWS

ACKO

No Interviews

INTERVIEWS

ACKO

No Interviews

JOBS

EllBee Technologies

No Jobs

JOBS

ACKO

No Jobs

SALARIES

Reliance Industries

SALARIES

Capgemini Engineering

Tell us how to improve this page.

Digit Insurance UI Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
PolicyBazaar Interview Questions
3.6
 • 349 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
CARS24 Interview Questions
3.6
 • 331 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
Tata AIG Interview Questions
4.1
 • 154 Interviews
View all
Digit Insurance UI Developer Salary
based on 6 salaries
₹6.5 L/yr - ₹11 L/yr
15% more than the average UI Developer Salary in India
View more details
Software Engineer
360 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
264 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
218 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
160 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
151 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent