Upload Button Icon Add office photos

Filter interviews by

Felix Health Care Software Engineer Interview Questions and Answers

Updated 26 Dec 2022

Felix Health Care Software Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

4 questions were given in coding round

Round 2 - Technical 

(1 Question)

  • Q1. Asked about core java concepts,collections,mysql based on resume
Round 3 - Technical 

(1 Question)

  • Q1. Asked about final year project and print a pattern

Interview Preparation Tips

Topics to prepare for Felix Health Care Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - prepare for basic concepts of java,basic programs.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Anagram of two strings in java
  • Ans. 

    Java program to check if two strings are anagrams

    • Create a function that takes two strings as input

    • Convert both strings to character arrays and sort them

    • Check if the sorted arrays are equal to determine if they are anagrams

  • Answered by AI
  • Q2. Insert and select query in MySQL
  • Ans. 

    Insert and select data in MySQL using SQL queries

    • Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data

    • Use SELECT * FROM table_name; to select all data from a table

    • Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition

  • Answered by AI
  • Q3. Get and Post APIs in rest
  • Ans. 

    GET and POST are HTTP methods used in REST APIs for retrieving and sending data.

    • GET method is used to retrieve data from a server

    • POST method is used to send data to a server

    • GET requests are idempotent, while POST requests are not

    • GET requests should only be used for retrieving data, not for modifying data

    • Example: GET request to retrieve a list of users - GET /users

    • Example: POST request to create a new user - POST /users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical round and there were three panelists. Started with alot of database questions and core java question. Prepare well about your project working in the company. I couldn't clear this round recieved rejection mail after two weeks.

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

They were very strict about the test and asked various questions from various topics from java, python, oops etc.

Round 2 - Coding Test 

Covered all topics from DBMS, Data Structures and Algorithmes, Debugging, error detection, code output etc.

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

(3 Questions)

  • Q1. SQL interview question
  • Q2. Stored Procedure and function differences
  • Ans. 

    Stored procedures are precompiled and stored in the database, while functions are compiled and stored in memory.

    • Stored procedures are precompiled and stored in the database for reuse.

    • Functions are compiled and stored in memory for faster execution.

    • Stored procedures can return multiple values, while functions return a single value.

    • Functions can be called from within a stored procedure, but stored procedures cannot be ca

  • Answered by AI
  • Q3. SQL query flow and window function they will ask

Interview Preparation Tips

Interview preparation tips for other job seekers - Good hands on SQL is required
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The interview session took 30 minutes

Round 2 - Technical 

(1 Question)

  • Q1. Implement java code to filter given data from a list using the Java Stream API
  • Ans. 

    Implement Java code to filter data from a list using Java Stream API

    • Use Stream.filter() method to filter data based on a given condition

    • Use lambda expressions to define the filtering condition

    • Collect the filtered data using Collectors.toList() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for core Java, and React concepts for full stack role. You must consider capability to demonstrate your knowledge and skills with RESTful APIs.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is difference between inner join and full join
  • Ans. 

    Inner join returns only the matching rows between two tables, while full join returns all rows from both tables.

    • Inner join only includes rows that have a match in both tables

    • Full join includes all rows from both tables, filling in NULL values for non-matching rows

    • Inner join is more commonly used than full join in practice

    • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • Example: Full ...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. Tell me yourself?
  • Q2. 2.what are you biggest weaknesses?
  • Q3. What are your biggest strengths?
  • Q4. Where do you see yourself in five years?
  • Q5. Why should we hire you?
  • Q6. Why do you want this job?
  • Q7. Describe your dream job?
  • Q8. What is your leadership style?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.start by researching the company and your interviews.
2.practice your answers to common interview questions.
3.Reread the job description.
4.Prepare a list of references.
4.prepare smart questions for your interviewers.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions on my projects
  • Q2. C++ stl and OOPs
Round 2 - One-on-one 

(2 Questions)

  • Q1. Git, svn version control tools
  • Q2. Jira and confluence ticketing tools
Round 3 - HR 

(2 Questions)

  • Q1. My previous experience
  • Ans. 

    I have 5 years of experience working as a software engineer in various tech companies.

    • Worked on developing web applications using Java, Spring, and Angular

    • Experience with database management systems like MySQL and MongoDB

    • Collaborated with cross-functional teams to deliver projects on time and within budget

  • Answered by AI
  • Q2. Salary discussion
Interview experience
5
Excellent
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 - One-on-one 

(2 Questions)

  • Q1. Self and other tools
  • Q2. Jenkins Linux Ansible git AWS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How did you handle conflicts in the team?

Felix Health Care Interview FAQs

How many rounds are there in Felix Health Care Software Engineer interview?
Felix Health Care interview process usually has 4 rounds. The most common rounds in the Felix Health Care interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Felix Health Care Software Engineer interview?

Some of the top questions asked at the Felix Health Care Software Engineer interview -

  1. asked about core java concepts,collections,mysql based on res...read more
  2. asked about final year project and print a patt...read more

Tell us how to improve this page.

Felix Health Care Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Felix Health Care Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

2.0

Salary

3.0

Job security

4.0

Company culture

2.0

Promotions

3.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