Upload Button Icon Add office photos

Filter interviews by

Philips Healthcare Innovation Centre Software Engineer II Interview Questions and Answers

Updated 14 Jun 2022

Philips Healthcare Innovation Centre Software Engineer II Interview Experiences

1 interview found

I applied via Referral and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All questions related to C++ . Basic as well as advanced. Along with it they ask to solve hackerrank question( might depend on your interviewer)

Interview Preparation Tips

Topics to prepare for Philips Healthcare Innovation Centre Software Engineer II interview:
  • C++
  • Data Structures
Interview preparation tips for other job seekers - Stay focused on basics , practice a lot of coding. It's like maths..
All the best

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2022. There were 3 interview rounds.

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 - Aptitude Test 

First I want to a aptitude test to check our thoughts capability

Round 3 - Technical 

(2 Questions)

  • Q1. C,c++, Python Tableau etc
  • Q2. Oops, SQL and many types of questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please check my profile and give me a chance as per my capabilities

I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding and aptitude

Round 2 - Technical 

(1 Question)

  • Q1. All java based questions
Round 3 - Technical 

(1 Question)

  • Q1. All java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for all basic knowledge of java springboot mucroservices
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 Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

You will be asked to develop an application and based on that the next round will be proceeded. For me I have been asked to perform some crud operations with api using asp.net core and asp.net mvc application

Round 3 - Technical 

(4 Questions)

  • Q1. What is api and why do we use it
  • Ans. 

    API is a set of protocols and tools for building software applications. It allows different applications to communicate with each other.

    • API stands for Application Programming Interface

    • It defines how different software components should interact with each other

    • APIs can be used to access data or functionality from other applications or services

    • Examples of APIs include Google Maps API, Twitter API, and Facebook API

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • An interface can be implemented by multiple classes while an abstract class can only be extended by one class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have instance variables while an interface cannot.

    • An abstract class can provide default implementations for some methods while an ...

  • Answered by AI
  • Q3. How routing is performed in asp.net core api
  • Ans. 

    Routing in ASP.NET Core API is performed using the built-in middleware called Endpoint Routing.

    • Endpoint Routing is responsible for mapping incoming requests to the appropriate action methods in the controller.

    • It uses the HTTP verb, URL pattern, and route data to determine the correct action method.

    • Routes can be defined using attributes on the controller and action methods or in the Startup.cs file.

    • Middleware like authe...

  • Answered by AI
  • Q4. What are solid principles
  • Ans. 

    SOLID principles are a set of design principles for writing maintainable and scalable software.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why are you switching to this job
  • Q2. What is your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest you be through with oops concepts and solid principles

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It had 5 question: 1 easy, 3 medium and 1 hard

Round 2 - Assignment 

Backend application implimentation

Round 3 - One-on-one 

(2 Questions)

  • Q1. One Dsa question was asked
  • Q2. One system design question and CS fundamental

Interview Preparation Tips

Topics to prepare for Tata Motors Software Developer Intern interview:
  • C++
  • Javascript
  • DSA
Interview preparation tips for other job seekers - Be prepared
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java and react question
Round 2 - Technical 

(1 Question)

  • Q1. Little technical and project oriented question
Round 3 - Coding Test 

Basic hacker rank problem

Round 4 - CTO round 

(1 Question)

  • Q1. Asked few questions on react and java
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

First time attend aptitude test .

Round 3 - Technical 

(5 Questions)

  • Q1. Any computer engineering basic questions
  • Q2. C,C++,java , python
  • Q3. What is inheritance.how many times of inheritance.
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of 'is-a' relationship.

    • There are different types of inheritance such as single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Example: Class B inheriting from Class A - 'class B: public A {}'

  • Answered by AI
  • Q4. How many characters are used in C.
  • Ans. 

    C uses a set of 128 characters, including letters, digits, special characters, and control characters.

    • C uses 26 letters (uppercase and lowercase), 10 digits (0-9), and various special characters like !, @, #, $, %, etc.

    • C also includes control characters like newline, tab, carriage return, etc.

    • The total number of characters used in C is 128.

  • Answered by AI
  • Q5. What is c. How many characters are used.
  • Ans. 

    C is a programming language known for its efficiency and flexibility. It uses 256 characters.

    • C is a high-level programming language used for system programming, embedded systems, and applications.

    • C uses 256 characters, including letters, digits, special characters, and whitespace.

    • Examples of characters in C include 'a', '1', '+', and ' '.

  • 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:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Js or c# coding will be asked

Round 3 - Technical 

(2 Questions)

  • Q1. Mention life cycle hooks of angular
  • Ans. 

    Angular lifecycle hooks are methods that allow you to tap into the lifecycle of a component or directive.

    • ngOnChanges: Called when an input property changes

    • ngOnInit: Called once the component is initialized

    • ngDoCheck: Called during every change detection run

    • ngAfterContentInit: Called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: Called after every check of the projected content

    • ngA...

  • Answered by AI
  • Q2. Opps features and MVC filters details
Round 4 - HR 

(1 Question)

  • Q1. Details About our carrier journey and personal information

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for interview well and an interview be calm don't feel bad about failure

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Introduction,How many years experience, company name, domain and Background verification.
Round 3 - HR 

(1 Question)

  • Q1. How much salary except
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at SIES College of Management Studies (SIESCMS) and was interviewed in Feb 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

Online aptitude test 1.30 hr....................

Round 3 - Coding Test 

1 HR CODING test both aptitude coding combines 2.30 hours

Round 4 - Technical 

(1 Question)

  • Q1. Depends on your branch ..technical questions
Round 5 - HR 

(1 Question)

  • Q1. Easy questions only asked.........................

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well It is not easy without luck too....................

Philips Healthcare Innovation Centre Interview FAQs

How many rounds are there in Philips Healthcare Innovation Centre Software Engineer II interview?
Philips Healthcare Innovation Centre interview process usually has 1 rounds. The most common rounds in the Philips Healthcare Innovation Centre interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Tata Motors Interview Questions
4.2
 • 981 Interviews
WNS Interview Questions
3.4
 • 967 Interviews
Infosys BPM Interview Questions
3.7
 • 926 Interviews
Google Interview Questions
4.4
 • 855 Interviews
Bharti Airtel Interview Questions
4.0
 • 817 Interviews
DXC Technology Interview Questions
3.7
 • 803 Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
KPMG India Interview Questions
3.5
 • 789 Interviews
Nagarro Interview Questions
4.0
 • 773 Interviews
View all
Mechanical Designer
11 salaries
unlock blur

₹11.5 L/yr - ₹20 L/yr

Supplier Quality Assurance Engineer
8 salaries
unlock blur

₹17 L/yr - ₹18 L/yr

Senior Engineer Mechanical
8 salaries
unlock blur

₹10 L/yr - ₹13 L/yr

Engineer Trainee
7 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

System Engineer
5 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Explore more salaries
Compare Philips Healthcare Innovation Centre with

Siemens Healthineers

4.0
Compare

GE Healthcare

4.1
Compare

Medtronic

4.1
Compare

Johnson & Johnson

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