Upload Button Icon Add office photos

Filter interviews by

Philips Innovation Campus Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top Philips Innovation Campus Interview Questions and Answers

View all 29 questions

Philips Innovation Campus Interview Experiences

Popular Designations

51 interviews found

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

I applied via Campus Placement and was interviewed in Apr 2023. There were 4 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 Resume tips
Round 2 - Coding Test 

It was online assessment taken on Mercer mettl. It contained 10 MCQ from object oriented programming, computer networks, DBMS, os each. 1 coding question of medium level based on permutation and combinations. The assessment was of 1 hr.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Online interview on Microsoft teams, It was mix interviewer asked about dsa, project, computer fundamentals. 1. Implement stack using linked list and then some follow up question like how to keep track of ...
  • Q2. 2. What are the 4 pillars of object oriented programming explain in detail.
  • Ans. 

    The 4 pillars of object oriented programming are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: The ability for objects of different classes to respond to the same message.

    • Abstraction: Hiding the complex implementation details

  • Answered by AI
  • Q3. What is difference between mongodb and SQL
  • Ans. 

    MongoDB is a NoSQL database while SQL is a relational database management system.

    • MongoDB is schema-less, allowing for flexible data models.

    • SQL databases use structured query language for defining and manipulating data.

    • MongoDB is horizontally scalable, while SQL databases are vertically scalable.

    • SQL databases are better suited for complex queries and joins.

    • MongoDB is commonly used for big data and real-time applications...

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. This round was all about behavioral questions, why Philips, where do you see yourself in 5 years,
  • Q2. Will you be willing to learn new technology if requirement is there?
  • Q3. How much will you rate yourself on C++? As majority of work is in C++ and C#
  • Q4. Will you be willing to shift to the Bangalore city?

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview was on campus for software engineer intern. For this role you need ->
1 DSA because it is the most important, learn dsa using depth first search, go through all the topics first learn theory properly then solve questions, Because questions are not of hard level they are easy to medium but they questions cover all dsa topics.
2 computer fundamentals - OOPS, Networking, OS,DBMS
3 make at least 2 projects, technology doesn't matter make them using any technology but you should be able to explain them properly
4 Learn speaking skills, because your learning is of no use if you are not able to explain properly.
5 After learning any topic or any technology go to interview questions of that particular topic/technology. This is most important because this way you will understand that what are the questions asked, how to give answer.
6 Practice Practice Practice. There is nothing new in interview process majority of questions are repeated and those which are not, they are just slightly modified from standard questions if you practice well you will be able to answer.

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

This is a basic aptitude question that can be easily solved with a fundamental understanding of eighth-grade mathematics.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic electronics like OPAMP, transistors, IGBT, Mosfet, BJT and filters
  • Q2. Situation based question also how to use Multimeter and its specification
Round 3 - One-on-one 

(2 Questions)

  • Q1. What types of questions were asked during the managerial round of the interview regarding Philips and its products, and how did you express your potential contributions to the company? Additionally, what r...
  • Q2. All filters questions like butterworth , chebysew HPF, LPF, BPF and BSF

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the fundamentals of your subjects.

Senior Production Engineer Interview Questions asked at other Companies

Q1. What are different IS codes follow to fabricate open web girders?
View answer (1)
Philips Innovation Campus Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Explain IOC container
  • Ans. 

    IOC container is a software design pattern that manages the instantiation and configuration of objects.

    • IOC stands for Inversion of Control

    • IOC container is used to decouple the execution of a task from its implementation

    • It allows for easier testing and maintenance of code by promoting loose coupling

    • Examples of IOC containers include Spring Framework's ApplicationContext and Unity Container in .NET

  • Answered by AI
  • Q2. Find the second highest from the list.
  • Ans. 

    To find the second highest number from a list of numbers.

    • Sort the list in descending order

    • Return the second element in the sorted list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain n+1 problem of hibernate
  • Ans. 

    The n+1 problem in Hibernate refers to the issue of making n+1 database queries instead of a single query when fetching related entities.

    • Occurs when fetching a collection of entities and then accessing a lazy-loaded association for each entity individually

    • Can be resolved by using fetch joins or batch fetching to reduce the number of queries

    • Example: Fetching a list of orders and then accessing the customer for each orde

  • Answered by AI

Skills evaluated in this interview

Software Technologist 1 Interview Questions asked at other Companies

Q1. Multi threading program using 2 threads print even, odd numbers up to 100
View answer (1)

Mechanical Designer Interview Questions & Answers

user image Sonal N Darade

posted on 21 Jan 2025

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. DVA analysis and current job profile
  • Q2. 7 step problem Solving process
  • Ans. 

    The 7 step problem solving process involves identifying the problem, brainstorming solutions, evaluating options, implementing a plan, monitoring progress, making adjustments, and reflecting on the outcome.

    • Identify the problem by clearly defining the issue at hand.

    • Brainstorm potential solutions by considering all possible options.

    • Evaluate the options by weighing the pros and cons of each.

    • Implement a plan by choosing th...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Most critical situation in career
  • Ans. 

    Dealing with a major design flaw in a project

    • Identified the flaw during testing phase

    • Collaborated with team to find a solution

    • Implemented corrective measures to fix the issue

    • Learned the importance of thorough testing and validation

  • Answered by AI
  • Q2. Why are you leaving current job and why pursued engineering
  • Ans. 

    Seeking new challenges and opportunities for growth in engineering field.

    • Looking for new challenges and opportunities for growth

    • Interested in expanding knowledge and skills in engineering

    • Seeking a more fulfilling and rewarding career in the engineering field

  • Answered by AI

Mechanical Designer Interview Questions asked at other Companies

Q1. How will you perform analysis test of a structure in solid works or on ANSYS .?
View answer (2)

Philips Innovation Campus interview questions for popular designations

 Software Technologist 1

 (6)

 Software Engineer

 (5)

 Senior Software Engineer

 (3)

 Data Scientist

 (2)

 Software Engineer Intern

 (2)

 Mechanical Designer

 (2)

 Software Technologist 2

 (2)

 Sde1

 (2)

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

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

Round 1 - Coding Test 

Code to implement observer design pattern
Code to implement stack

Get interview-ready with Top Philips Innovation Campus Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. OS related questions
  • Q2. Design patterns - Behavioural
Round 2 - Technical 

(2 Questions)

  • Q1. All about STL - maps
  • Q2. Design pattern - Proxy and Singleton.
Round 3 - Technical 

(2 Questions)

  • Q1. Multithreading, POSIX, condition variable
  • Q2. Semaphores and socket programming

Interview Preparation Tips

Topics to prepare for Philips Innovation Campus Software Technologist 1 interview:
  • Design pattern
  • C++
  • Multithreading

Software Technologist 1 Interview Questions asked at other Companies

Q1. Multi threading program using 2 threads print even, odd numbers up to 100
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Just introduced
  • Q2. Explained the work

Interview Preparation Tips

Interview preparation tips for other job seekers - None,my hiring manager was really good ,but as a role it's all sham.... Everything is pre decided, well atleast with me.. Not sure about others

Intern Interview Questions & Answers

user image Hemant VG

posted on 20 Sep 2024

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

(2 Questions)

  • Q1. Scenario based Machine Learning Questions
  • Q2. Neural Networks

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic on .net and AWS
Round 2 - One-on-one 

(1 Question)

  • Q1. Problems Solving Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round

Software Technologist 1 Interview Questions asked at other Companies

Q1. Multi threading program using 2 threads print even, odd numbers up to 100
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Coding Test 

Dsa and aptitude questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. DSA,sql, oops and some resume related questions
Round 3 - HR 

(1 Question)

  • Q1. General interaction about me and my family

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. In depth project based qiestions

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Contribute & help others!
anonymous
You can choose to be anonymous

Philips Innovation Campus Interview FAQs

How many rounds are there in Philips Innovation Campus interview?
Philips Innovation Campus interview process usually has 2-3 rounds. The most common rounds in the Philips Innovation Campus interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Philips Innovation Campus interview?

Some of the top questions asked at the Philips Innovation Campus interview -

  1. Multi threading program using 2 threads print even, odd numbers up to ...read more
  2. 2. What are the 4 pillars of object oriented programming explain in deta...read more
  3. 1. Difference between abstract and interface 2. OOPs concepts with examples 3. ...read more
How long is the Philips Innovation Campus interview process?

The duration of Philips Innovation Campus interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

BNP Paribas India Solutions

No Interviews

INTERVIEWS

BNP Paribas India Solutions

No Interviews

INTERVIEWS

BNP Paribas India Solutions

No Interviews

INTERVIEWS

Philips Innovation Campus

No Interviews

INTERVIEWS

Philips Innovation Campus

No Interviews

INTERVIEWS

Broad Air Conditioning

No Interviews

INTERVIEWS

Celebal Technologies

No Interviews

INTERVIEWS

Bridge Group Solutions

No Interviews

Tell us how to improve this page.

Philips Innovation Campus Interview Process

based on 51 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
Samsung Research Interview Questions
3.2
 • 130 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
View all

Philips Innovation Campus Reviews and Ratings

based on 496 reviews

3.8/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.6

Salary

3.4

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 496 Reviews and Ratings
Software Technologist 1
288 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
205 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Technologist 2
176 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
163 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
130 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Philips Innovation Campus with

GE Healthcare

4.0
Compare

Siemens Healthineers

4.0
Compare

Honeywell Technology Solutions

3.8
Compare

Bosch

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent