Upload Button Icon Add office photos

Filter interviews by

Care Health Insurance Front end Developer Interview Questions and Answers

Updated 3 May 2024

Care Health Insurance Front end Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Introduce Yourself, What do you know about Insurances?
Round 2 - HR 

(1 Question)

  • Q1. How can you as a Front End developer contribute to our company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Remember your goal

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Closures, setTimeout, Eventloop in javascript
  • Q2. How to center a div in css3
  • Ans. 

    To center a div in CSS3, use the 'margin: auto;' property along with a set width.

    • Set the width of the div

    • Use 'margin: auto;' to center the div horizontally

    • Make sure the parent container has a defined width

  • Answered by AI
  • Q3. Call , bind and apply functions in javascript
  • Ans. 

    call, bind, and apply are methods used to manipulate the context of a function in JavaScript.

    • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

    • bind() is used to create a new function with a specified 'this' value and initial arguments.

    • apply() is used to invoke a function with a specified 'this' value and arguments provided as an array.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Expected salery

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

1 coding question which was quite easy. Some MCQ that includes basic questions related to html, css, javascript, oops, dbms and output.

  • Q1. 

    LRU Cache Design Question

    Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:

    1. get(key) - Return the value of the key if it exists in the cache; otherw...

  • Ans. Array Approach

    We will use an array of type Pair<key, value> to implement our LRU Cache where the larger the index is, the more recently the key is used. Means, the 0th index denotes the least recently used pair, and the last index denotes the most recently used pair.

     

    The key will be considered as accessed if we try to perform any operation on it. So while performing the get operation on a key, we will do a ...

  • Answered Anonymously
Round 2 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

easy round. Had some frontend questions related to html ,css, js , etc Explain Closures in JavaScript. In how many ways can we specify the CSS styles for the HTML element?

  • Q1. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...
  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered Anonymously
  • Q2. DBMS Questions

    normalization, indexing

Round 3 - Video Call 

(3 Questions)

Round duration - 120 Minutes
Round difficulty - Hard

late at 8.00 pm

  • Q1. 

    Priority CPU Scheduling Problem

    Given 'N' processes with their “burst times”, where the “arrival time” for all processes is ‘0’, and the ‘priority’ of each process, your task is to compute the “waiting ti...

  • Ans. Sorting

    Approach:

     

    • Recall the following:
      • Finish Time: The time at which the process complete and exits from the system.
      • Turn Around Time: The total time taken by the process. In other words, Turn Around time = Finish Time - Arrival Time.
      • Waiting Time: The total time taken by the process in the ready queue. In other words, Waiting Time = Turn Around Time - Burst Time.
    • We also have the ’priority’ of each process. The high...
  • Answered Anonymously
  • Q2. Can you explain the concept of data spooling in operating systems?
  • Q3. What is the difference between inheritance and generalization in the context of database management systems?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Frontend Developer in GurgaonEligibility criteriaabove 8 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - DATA STRUCTURES, OOPS, DBMS, NETWORKING, ALGORITHMSTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : be confident
Tip 2 : make sure to talk less
Tip 3 : give precise answer

Application resume tips for other job seekers

Tip 1 : mention only relevant things
Tip 2 : be precise

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Closures, setTimeout, Eventloop in javascript
  • Q2. How to center a div in css3
  • Ans. 

    To center a div in CSS3, use the 'margin: auto;' property along with a set width.

    • Set the width of the div

    • Use 'margin: auto;' to center the div horizontally

    • Make sure the parent container has a defined width

  • Answered by AI
  • Q3. Call , bind and apply functions in javascript
  • Ans. 

    call, bind, and apply are methods used to manipulate the context of a function in JavaScript.

    • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

    • bind() is used to create a new function with a specified 'this' value and initial arguments.

    • apply() is used to invoke a function with a specified 'this' value and arguments provided as an array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - HR 

(1 Question)

  • Q1. Basi questions on resume
Round 2 - Technical 

(2 Questions)

  • Q1. Javascript question based on finding median
  • Q2. React hooks and context api
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Expected salery
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Assignment 

Online Assignment of 1 hr. questions were around - JS, React JS, 1 DSA question

Round 2 - One-on-one 

(1 Question)

  • Q1. DSA round- 1 medium DSA question asked and some questions around JS
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Round - 1 hour.
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 tips
Round 2 - Coding Test 

Shared a hacker rank assessment test. In which coding is a high weightage.

Round 3 - Technical 

(2 Questions)

  • Q1. In technical, you have to prepare JS core and react js core.
  • Q2. What is currying? What is closures? Whar are hooks?
  • Ans. 

    Currying is a technique of transforming a function that takes multiple arguments into a sequence of functions that each take a single argument. Closures are functions that have access to variables in their lexical scope. Hooks are functions that allow you to use state and other React features without writing a class.

    • Currying allows for partial application of functions

    • Closures are used to create private variables and fu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do have some basic knowledge of DSA and React JS core principals

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

1 coding question which was quite easy. Some MCQ that includes basic questions related to html, css, javascript, oops, dbms and output.

  • Q1. 

    LRU Cache Design Question

    Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:

    1. get(key) - Return the value of the key if it exists in the cache; otherw...

  • Ans. Array Approach

    We will use an array of type Pair<key, value> to implement our LRU Cache where the larger the index is, the more recently the key is used. Means, the 0th index denotes the least recently used pair, and the last index denotes the most recently used pair.

     

    The key will be considered as accessed if we try to perform any operation on it. So while performing the get operation on a key, we will do a ...

  • Answered Anonymously
Round 2 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

easy round. Had some frontend questions related to html ,css, js , etc Explain Closures in JavaScript. In how many ways can we specify the CSS styles for the HTML element?

  • Q1. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...
  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered Anonymously
  • Q2. DBMS Questions

    normalization, indexing

Round 3 - Video Call 

(3 Questions)

Round duration - 120 Minutes
Round difficulty - Hard

late at 8.00 pm

  • Q1. 

    Priority CPU Scheduling Problem

    Given 'N' processes with their “burst times”, where the “arrival time” for all processes is ‘0’, and the ‘priority’ of each process, your task is to compute the “waiting ti...

  • Ans. Sorting

    Approach:

     

    • Recall the following:
      • Finish Time: The time at which the process complete and exits from the system.
      • Turn Around Time: The total time taken by the process. In other words, Turn Around time = Finish Time - Arrival Time.
      • Waiting Time: The total time taken by the process in the ready queue. In other words, Waiting Time = Turn Around Time - Burst Time.
    • We also have the ’priority’ of each process. The high...
  • Answered Anonymously
  • Q2. Can you explain the concept of data spooling in operating systems?
  • Q3. What is the difference between inheritance and generalization in the context of database management systems?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Frontend Developer in GurgaonEligibility criteriaabove 8 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - DATA STRUCTURES, OOPS, DBMS, NETWORKING, ALGORITHMSTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : be confident
Tip 2 : make sure to talk less
Tip 3 : give precise answer

Application resume tips for other job seekers

Tip 1 : mention only relevant things
Tip 2 : be precise

Final outcome of the interviewRejected

Skills evaluated in this interview

Care Health Insurance Interview FAQs

How many rounds are there in Care Health Insurance Front end Developer interview?
Care Health Insurance interview process usually has 2 rounds. The most common rounds in the Care Health Insurance interview process are Technical and HR.
How to prepare for Care Health Insurance Front end 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 Care Health Insurance. The most common topics and skills that interviewers at Care Health Insurance expect are Architectural Design, Html5, Javascript and React.Js.

Tell us how to improve this page.

Care Health Insurance Front end Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 771 Interviews
FIS Interview Questions
3.9
 • 479 Interviews
PhonePe Interview Questions
4.0
 • 303 Interviews
PayPal Interview Questions
3.9
 • 209 Interviews
Fiserv Interview Questions
3.1
 • 169 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
MasterCard Interview Questions
3.9
 • 133 Interviews
View all
Relationship Manager
460 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Claims Manager
339 salaries
unlock blur

₹1.9 L/yr - ₹7.8 L/yr

Branch Manager
268 salaries
unlock blur

₹4 L/yr - ₹8.9 L/yr

Manager
254 salaries
unlock blur

₹2.5 L/yr - ₹9.3 L/yr

Agency Manager
242 salaries
unlock blur

₹2.2 L/yr - ₹4.3 L/yr

Explore more salaries
Compare Care Health Insurance with

Star Health & Allied Insurance

3.7
Compare

HDFC Ergo General Insurance

3.9
Compare

ICICI Lombard General Insurance Company

3.7
Compare

Niva Bupa Health Insurance Company

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