Upload Button Icon Add office photos

Filter interviews by

Felix Health Care Software Developer Interview Questions and Answers

Updated 23 Oct 2024

Felix Health Care Software 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 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What do you know about Felix Health?
  • Q2. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Talk me through your resume and related skills
Round 3 - Coding Test 

This test lasted an hour and a half. there were two interviewers and a third silently watching. a problem statement was provided (relating to an issue they have worked to solve in the past). i was required to build an endpoint that showed some data when pinged. this round was language agnostic as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - the process was really smooth and the HR was pretty good at communicating. Unfortunately i was told competition for roles at the company is really high.

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: In a banking application, a 'Customer' class may have attributes like name and account balance, and methods li

  • Answered by AI
  • Q2. React vs angular
  • Ans. 

    React is a lightweight library for building user interfaces, while Angular is a full-fledged framework for web development.

    • React is more flexible and allows for easier integration with other libraries and frameworks.

    • Angular provides more out-of-the-box features and a more opinionated structure.

    • React uses a virtual DOM for better performance, while Angular uses two-way data binding for easier data manipulation.

    • React is ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Altered the skills and question's from Resume
Round 2 - Technical 

(1 Question)

  • Q1. Multithreading and Method Overriding
Round 3 - Technical 

(1 Question)

  • Q1. Asynchronous JavaScript
Round 4 - HR 

(1 Question)

  • Q1. It's all about figures

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. What technologies you are familiar with?
  • Ans. 

    I am familiar with a wide range of technologies used in software development.

    • Java

    • Python

    • C++

    • JavaScript

    • HTML/CSS

    • SQL

    • Git

    • Linux

    • RESTful APIs

    • Agile methodologies

  • Answered by AI
  • Q2. What are the OOPs concept in Java?
  • Ans. 

    OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and providing a simplified interfa

  • Answered by AI
  • Q3. What are the ways to achieve abstraction?
  • Ans. 

    Abstraction can be achieved through interfaces, abstract classes, and encapsulation.

    • Using interfaces to define a set of methods that a class must implement

    • Using abstract classes to provide a base implementation that can be extended by subclasses

    • Encapsulating implementation details to hide complexity and provide a simpler interface

    • Using design patterns such as Factory and Strategy to abstract away implementation details

  • Answered by AI
  • Q4. Difference between class and Interface object and fucntion instance and all the differences?
  • Ans. 

    Class is a blueprint for creating objects while interface defines a contract for implementing classes.

    • Class is a template for creating objects with properties and methods.

    • Interface is a contract that defines a set of methods and properties that a class must implement.

    • Object is an instance of a class that has its own set of properties and methods.

    • Function instance is a reference to a function that can be called with arg...

  • Answered by AI
  • Q5. Some graph question and some more questions from data structure like about linkedlist queue.
  • Q6. Inheritance
  • Q7. Scope of access modifiers
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Access modifiers include public, private, protected, and internal.

    • Public members can be accessed from anywhere.

    • Private members can only be accessed within the same class.

    • Protected members can be accessed within the same class and its subclasses.

    • Internal members can be accessed within the same assembly.

    • Access modifiers help enforce encapsulation ...

  • Answered by AI
  • Q8. Some tree questions
  • Q9. Some graph question
  • Q10. What do you know about cloud
  • Ans. 

    Cloud refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • Cloud services can be categorized into three main types: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).

    • Cloud providers include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • ...

  • Answered by AI
  • Q11. Some basic question like which things come in Iaas
  • Q12. What are the ways to achieve some task on aws
  • Ans. 

    There are multiple ways to achieve tasks on AWS depending on the specific task.

    • Using AWS Management Console

    • Using AWS CLI

    • Using AWS SDKs

    • Using AWS CloudFormation

    • Using AWS Elastic Beanstalk

    • Using AWS Lambda

    • Using AWS Step Functions

    • Using AWS Batch

  • Answered by AI
  • Q13. About ec2 and many more

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest about what you know and how much you know tell them very clearly you do not know much about this do not try to make stories they know more than you

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Sep 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Java coding questions with microservices design patterns.
Round 2 - Technical 

(1 Question)

  • Q1. System design and nfr discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Javascript and React related questions. 1 DSA and simple System design question

Interview Questionnaire 

1 Question

  • Q1. What is string
  • Ans. 

    A string is a sequence of characters used to represent text in programming.

    • A string is a data type in programming languages.

    • It is typically used to store and manipulate text.

    • Strings are enclosed in quotation marks, such as "Hello, World!".

    • Strings can be concatenated using the + operator, e.g., "Hello" + "World".

    • Strings can also be indexed and accessed character by character.

    • Examples of strings: "apple", "12345", "Hello

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Sql basic questions
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 - Technical 

(2 Questions)

  • Q1. Basic of language and angular
  • Q2. Oops angular mvc
Round 3 - HR 

(2 Questions)

  • Q1. About introduction and project
  • Q2. Introduce yourself

Interview Questionnaire 

3 Questions

  • Q1. Tell me something about yourself
  • Q2. What is the difference between encapsulation and polymorphism?
  • Ans. 

    Encapsulation is hiding implementation details while polymorphism is using a single interface for multiple types.

    • Encapsulation is achieved through access modifiers like private, protected, and public.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • Encapsulation is about data hiding and abstraction while polymorphism is about behavior.

    • Example of encapsulation: a class with...

  • Answered by AI
  • Q3. What do you mean by deadlock in OS?
  • Ans. 

    Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular waiting state.

    • It happens when processes compete for resources and each process holds a resource that another process needs.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: We were asked to solve a questionnaire containing 25 questions based on logical reasoning and basic mathematics. We went to the test center in their recruitment center where there were many desktops for the candidates to sit and give the test. At the entrance, they checked the letter we got from them to authenticate us.Then they gave us a login ID and password. Exactly when the test started, the portal became active and we were asked to enter the credentials. I completed the test in half the time as it was pretty easy and straightforward.
Tips: Practice simple aptitude questions for greater speed and accuracy.
Duration: 1 hour
Total Questions: 20

Round: Group Discussion
Experience: Ten candidates who were shortlisted from the written test attended the group discussion. The topic given to us was fairly simple and lucky for me, I used to work as an anchor, and being a strong feminist person, I had a lot of valid points to put forward. I was the one to start the discussion, and I felt I was the best speaker there. The topic was something that I follow regularly, yet I came across a few unique points from the other candidates.
Tips: Improve your English speaking skills. Be assertive and speak concisely.
Duration: 15 minutes

Round: HR Interview
Experience: The interview basically revolved around this one question which had a few follow-up questions, such as who all are there in my family, what are my strengths and weaknesses, and why am I fit for this job.
Tips: Be confident and honest about yourself.

Round: Technical Interview
Experience: I tried to be as calm and confident as possible during the whole of the interview

College Name: Guru Nanak Institute of Technology (GNIT)

Skills evaluated in this interview

Felix Health Care Interview FAQs

How many rounds are there in Felix Health Care Software Developer interview?
Felix Health Care interview process usually has 3 rounds. The most common rounds in the Felix Health Care interview process are HR, One-on-one Round and Coding Test.

Tell us how to improve this page.

Felix Health Care Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Felix Health Care Software Developer Salary
based on 4 salaries
₹8 L/yr - ₹9 L/yr
6% more than the average Software Developer Salary in India
View more details

Felix Health Care Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
4 salaries
unlock blur

₹8 L/yr - ₹9 L/yr

Project Manager
4 salaries
unlock blur

₹12 L/yr - ₹48 L/yr

Graphic Designer
4 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Software Development Engineer
4 salaries
unlock blur

₹6 L/yr - ₹8.5 L/yr

Senior Accountant
4 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Explore more salaries
Compare Felix Health Care with

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.0
Compare

Manipal Hospitals

4.2
Compare

Columbia Asia

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