Upload Button Icon Add office photos
Engaged Employer

i

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

Red Health Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 214 Reviews

Filter interviews by

Red Health Software Engineer Interview Questions and Answers

Updated 1 Jun 2024

Red Health Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Harsh Singhal

posted on 1 Jun 2024

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

(1 Question)

  • Q1. Kth largest element
  • Ans. 

    Find the Kth largest element in an array

    • Sort the array in descending order and return the element at index K-1

    • Use a priority queue to efficiently find the Kth largest element

    • Implement quickselect algorithm to find the Kth largest element in O(n) time

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Tell me something about your projects
  • Ans. 

    I have worked on various projects including a mobile app for tracking fitness goals and a web application for managing inventory.

    • Developed a mobile app using React Native to track fitness goals and provide workout plans

    • Built a web application using Angular for managing inventory and tracking sales

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
  • Q2. OS,DBMS questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Binary search Merg sorting algorithm Minimum n maximum number in an array list Core java question Oops tricky code snippets Architecture questions about restful and Microservices
  • Q2. Deep copy and shallow copy Interviewer test your problem solving attitude and response not the perfect output
  • Q3. Array in descending order code
  • Ans. 

    Sort an array of strings in descending order

    • Use the sort() method with a custom compare function to sort the array in descending order

    • Example: ['apple', 'banana', 'cherry'].sort((a, b) => b.localeCompare(a)) will result in ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q4. Comparator and comparable interface
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is java script?
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It can be used to add interactivity, animations, and dynamic content to websites.

    • JavaScript is often used in conjunction with HTML and CSS.

    • Popular JavaScript frameworks include React, Angular, and Vue.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain js , virtual dom?
  • Ans. 

    JS is a programming language used for web development. Virtual DOM is a concept in React to improve performance.

    • JS (JavaScript) is a popular programming language used for web development.

    • Virtual DOM is a concept in React where a lightweight copy of the actual DOM is created and updated to improve performance.

    • Virtual DOM allows React to efficiently update the actual DOM by only re-rendering components that have changed.

  • 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 Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Simple coding questions on c# and few theoretical questions
Round 2 - Technical 

(1 Question)

  • Q1. Second round was with architect. Again few technical questions and logical questions.
Round 3 - Behavioral 

(1 Question)

  • Q1. Background check , where are you from , why do you want to join us . What are your future aspirations.

I applied via Walk-in and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Micro service
  • Q2. What is encapsulations, data abstraction, polymorphism
  • Ans. 

    Encapsulation, data abstraction, and polymorphism are three fundamental concepts in object-oriented programming.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Data abstraction is the process of representing only the essential features of an object and hiding the unnecessary details.

    • Polymorphism is the ability of an object to take on many forms or have multiple beha...

  • Answered by AI
  • Q3. What is stack and queue
  • Ans. 

    Stack is a data structure that follows Last In First Out (LIFO) principle. Queue is a data structure that follows First In First Out (FIFO) principle.

    • Stack is like a stack of plates where the last plate added is the first one to be removed

    • Queue is like a queue of people waiting in line where the first person added is the first one to be served

    • Stack operations: push (add element), pop (remove top element), peek (get top...

  • Answered by AI
  • Q4. What is caching
  • Ans. 

    Caching is the process of storing frequently used data in a temporary storage area for faster access.

    • Caching improves application performance by reducing the number of requests to the server.

    • It can be implemented at different levels such as browser, server, and database.

    • Examples of caching include browser caching of web pages, server caching of API responses, and database caching of query results.

  • Answered by AI
  • Q5. What is left, outer, inner join
  • Ans. 

    Join types used in SQL to combine data from multiple tables.

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

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

    • Outer join returns all rows from both tables, with null values for non-matching rows.

    • Examples: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare oops and data structure

Skills evaluated in this interview

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

2 coding questions and 10 mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Sorting algorithms and oops concept in details.
  • Ans. 

    Sorting algorithms and OOPs concepts

    • Sorting algorithms are used to arrange data in a specific order.

    • OOPs concepts provide a way to structure and organize code using classes and objects.

    • Examples of sorting algorithms include bubble sort, insertion sort, and quicksort.

    • OOPs concepts include encapsulation, inheritance, and polymorphism.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction and why you want to join the organization.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is based on English test, Quantative, Logical reasoning

Round 2 - Coding Test 

Pseudo codes with your preferred language

Round 3 - Technical 

(1 Question)

  • Q1. Situation based coding question asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. 1- Basics of OOPS 2- Basics of DB and Indexing 3-Javascript basics question 4-array, string questions 5- Data structure question

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with basics first , medium level questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Programming language related questions

Red Health Interview FAQs

How many rounds are there in Red Health Software Engineer interview?
Red Health interview process usually has 1 rounds. The most common rounds in the Red Health interview process are Technical.

Tell us how to improve this page.

Red Health Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Red Health Software Engineer Reviews and Ratings

based on 2 reviews

2.7/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

2.7

Salary

2.3

Job security

2.8

Company culture

3.3

Promotions

2.7

Work satisfaction

Explore 2 Reviews and Ratings
Relationship Manager
46 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Customer Care Executive
23 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Zonal Manager
19 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Hospital Manager
15 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Business Development Manager
12 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare Red Health with

Ziqitza Health Care

4.0
Compare

Portea Medical

4.3
Compare

Lybrate

3.5
Compare

Practo

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