Upload Button Icon Add office photos

Filter interviews by

Philips Innovation Campus Interview Questions, Process, and Tips for Freshers

Updated 20 Sep 2024

Top Philips Innovation Campus Interview Questions and Answers for Freshers

Philips Innovation Campus Interview Experiences for Freshers

Popular Designations

10 interviews found

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
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DSA based 1 ques and some mcqs on cs funda

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse String without using inbuilt
  • Ans. 

    Reverse a string without using inbuilt functions

    • Create a new array to store the reversed string

    • Iterate through the original string from end to start and append each character to the new array

    • Join the characters in the new array to form the reversed string

  • Answered by AI
  • Q2. Find mid of linkedlist
  • Ans. 

    To find the mid of a linked list, use two pointers - one moving at double the speed of the other.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move the slow pointer by one node and the fast pointer by two nodes until the fast pointer reaches the end of the list.

    • The node pointed to by the slow pointer at this point is the mid of the linked list.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if two trees are MirrorYou are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two trees are mirror of each other or not. Two trees are said to be mirror of each o... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at P E S College of Engineering, Mandya and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Computer fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions of projects ,dsa
Round 3 - HR 

(2 Questions)

  • Q1. What is ur background
  • Q2. Manegarial and behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) 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 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 MirrorYou are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two trees are mirror of each other or not. Two trees are said to be mirror of each o... read more
View answer (2)

Philips Innovation Campus interview questions for popular designations

 Software Engineer

 (5)

 Software Technologist 1

 (5)

 Senior Software Engineer

 (3)

 Data Scientist

 (2)

 Mechanical Designer

 (2)

 Sde1

 (2)

 Software Engineer Intern

 (2)

 Software Technologist 2

 (2)

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 Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write test case for a phone What does CQ page for defect consist of
  • Ans. 

    Test case for a phone involves checking various functionalities like calling, texting, internet browsing, camera, etc.

    • Test making a phone call

    • Test sending a text message

    • Test browsing the internet

    • Test taking a photo with the camera

    • Test playing a video

    • Test connecting to Bluetooth device

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Xhzsnskmsmmbnnnnnn
  • Q2. D. Nennmnmmllksme

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Sorting, Arrays, String. Easy to medium level questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. OOPs concepts, OS, DB questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and study your resume very well

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test involving coding

Round 2 - Technical 

(1 Question)

  • Q1. Questions on Data science related
Round 3 - HR 

(1 Question)

  • Q1. Basic details round

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Amrita School of Engineering, Bangalore and was interviewed before Jul 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 - Pymetrics Gaming Round 

(1 Question)

  • Q1. There were different games to access whether or not you will be suitable for the role.
Round 3 - Technical 

(1 Question)

  • Q1. There was two panel members. Questions were asked mostly related to the project that is mentioned in the resume. Basic to higher level questions related to the project were asked to understand how well you...
Round 4 - HR 

(1 Question)

  • Q1. There was a online platform where we have to record our responses to the questions asked. You have 2 or 3 trails to answer a question. Once the number of trails is over you can't overwrite/re record you re...

Interview Preparation Tips

Interview preparation tips for other job seekers - Know well about all the terms and technologies you mention in your resume.

Research and Development Intern Interview Questions asked at other Companies

Q1. SDLC/STLC lifecycle explain. What do you understand by Agile development.Some theory concept of Software Testing subject.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write code to connect to webdriver

Round 2 - Technical 

(1 Question)

  • Q1. Related to manual

Interview Preparation Tips

Topics to prepare for Philips Innovation Campus Verification Engineer interview:
  • Coding

Verification Engineer Interview Questions asked at other Companies

Q1. How do you ensure no data loss happens in HW to SW communication?
View answer (2)

Sde1 Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There were 2 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 - Assignment 

Participated in a Hackathon.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well if you are a fresher.

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

Philips Innovation Campus Interview FAQs

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

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

  1. 2. What are the 4 pillars of object oriented programming explain in deta...read more
  2. What is difference between mongodb and ...read more
  3. Write test case for a phone What does CQ page for defect consist...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.

Tell us how to improve this page.

Philips Innovation Campus Interview Process for Freshers

based on 7 interviews in last 1 year

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
Samsung Research Interview Questions
3.2
 • 129 Interviews
GE Healthcare Interview Questions
4.1
 • 71 Interviews
View all

Philips Innovation Campus Reviews and Ratings

based on 478 reviews

3.8/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.6

Salary

3.5

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 478 Reviews and Ratings
Software Technologist 1
280 salaries
unlock blur

₹10.1 L/yr - ₹30 L/yr

Software Engineer
212 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Software Technologist 2
172 salaries
unlock blur

₹14.9 L/yr - ₹34.7 L/yr

Software Engineer2
161 salaries
unlock blur

₹8.5 L/yr - ₹19.2 L/yr

Senior Software Engineer
132 salaries
unlock blur

₹7.5 L/yr - ₹23.6 L/yr

Explore more salaries
Compare Philips Innovation Campus with

GE Healthcare

4.1
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