Upload Button Icon Add office photos

Filter interviews by

Philips Innovation Campus Software Developer Interview Questions and Answers

Updated 2 Feb 2024

Philips Innovation Campus Software Developer Interview Experiences

1 interview found

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

I applied via Campus Placement 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

Interview questions from similar companies

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

2 coding questions and 10 mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Sorting algorithms and oops concept in details.
  • Ans. 

    Sorting algorithms and OOPs concepts

    • Sorting algorithms are used to arrange data in a specific order.

    • OOPs concepts provide a way to structure and organize code using classes and objects.

    • Examples of sorting algorithms include bubble sort, insertion sort, and quicksort.

    • OOPs concepts include encapsulation, inheritance, and polymorphism.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction and why you want to join the organization.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. First Technical Interview: All the C# basic and OOP's questions with written examples 1. Boxing and unboxing 2. Abstraction 3. Polymorphism 4. Delegate 5. Generic 6. Interface Logical question 1. Memory ...
  • Q2. Second Technical Interview: C# based interview: 1. Ask to make reverse pyramid design pattern. 2. Factorial 3. A lot of questions on Interface with example of my current project. Why we use interface, and ...

Interview Preparation Tips

Interview preparation tips for other job seekers - They were looking for the candidate who worked on WPF and had strong C# skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me something about your projects
  • Ans. 

    I have worked on various projects including a mobile app for tracking fitness goals and a web application for managing inventory.

    • Developed a mobile app using React Native to track fitness goals and provide workout plans

    • Built a web application using Angular for managing inventory and tracking sales

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
  • Q2. OS,DBMS questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2022. 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 - Technical 

(1 Question)

  • Q1. Oops,project related,basic program
Round 3 - Technical 

(1 Question)

  • Q1. Oops,multithreading,threads, tasks, project related,basic program
Round 4 - HR 

(1 Question)

  • Q1. Package details , relocation, benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to gain insight on what project you are going to work on
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 5 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 - Coding Test 

2 coding questions ( 1 easy , 1 medium) along with some mcqs on Hackerearth.
The test was for c++.

Round 3 - Technical 

(2 Questions)

  • Q1. The technical round was of 1 hour. He asked OOPS concepts and 4 coding questions.(3 easy, 1 medium)
  • Q2. Core OOPS concepts. Polymorphism and it's types Constructors , copy constructors, etc.. along with implementations. Deadlocks and how to prevent it. 1. Given n-1 positive numbers all from 1 to n, find t...
Round 4 - Behavioral 

(1 Question)

  • Q1. Went through the resume and asked questions related to it. Since I mentioned DSA, he asked one question related to BST. Rest were just conversation.
Round 5 - HR 

(1 Question)

  • Q1. Just talked over phone about salary negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn OOPS and practice all its implementations to demonstrate OOPS concepts.

Practice easy and easy-medium DSA problems.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java basics Questions on streams , Java 8
Round 2 - Coding Test 

Filter the characters using Java

Round 3 - HR 

(1 Question)

  • Q1. Just basic interview Introduction

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

Interview Questionnaire 

1 Question

  • Q1. Oops concepts JVM questions String programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on java,selenium they look for jebhave and leanft
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2023. 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 - Technical 

(5 Questions)

  • Q1. What is the iterator, generator in python. Write an example of it. What is .pyc file, when is it generate, generate and show it.
  • Ans. 

    Iterator and generator are used in Python to iterate over a sequence of elements. .pyc files are compiled Python files.

    • Iterator in Python is an object that enables a programmer to traverse a container, like a list.

    • Generator in Python is a function that returns an iterator. It generates values using the yield keyword.

    • Example of iterator: for num in range(5): print(num)

    • Example of generator: def square_numbers(n): for i i...

  • Answered by AI
  • Q2. Coding Questions: 1) Reversing a number eg:1234 to 4321 2) Perform sorting in list using any sort algorithm 3) list1, list2 - both are mapped to each other, based on the traget value in list1, return th...
  • Q3. Technical questions : OS module, .pyc file, git commands,
  • Q4. What is bug life cycle? which project management methodolgy are you following in your current project.
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing bugs in a software project.

    • Bug is identified by a tester during testing phase

    • Bug is reported to the development team

    • Development team fixes the bug

    • Tester retests the bug to ensure it is fixed

    • Bug is closed once confirmed fixed

  • Answered by AI
  • Q5. Questions on OOPS . What is polymorphism, write an example for that . Why do we use OOP's

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on python basics as the role was for Python developer

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Binary search Merg sorting algorithm Minimum n maximum number in an array list Core java question Oops tricky code snippets Architecture questions about restful and Microservices
  • Q2. Deep copy and shallow copy Interviewer test your problem solving attitude and response not the perfect output
  • Q3. Array in descending order code
  • Ans. 

    Sort an array of strings in descending order

    • Use the sort() method with a custom compare function to sort the array in descending order

    • Example: ['apple', 'banana', 'cherry'].sort((a, b) => b.localeCompare(a)) will result in ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q4. Comparator and comparable interface

Philips Innovation Campus Interview FAQs

How many rounds are there in Philips Innovation Campus Software Developer interview?
Philips Innovation Campus interview process usually has 3 rounds. The most common rounds in the Philips Innovation Campus interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Philips Innovation Campus Software Developer interview?

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

  1. technical questions of projects ,...read more
  2. manegarial and behavioral questi...read more

Tell us how to improve this page.

Philips Innovation Campus Software Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Philips Innovation Campus Software Developer Salary
based on 59 salaries
₹6.8 L/yr - ₹28.8 L/yr
111% more than the average Software Developer Salary in India
View more details

Philips Innovation Campus Software Developer Reviews and Ratings

based on 11 reviews

3.7/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

3.7

Salary

3.9

Job security

3.7

Company culture

3.9

Promotions

3.7

Work satisfaction

Explore 11 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