Upload Button Icon Add office photos

Philips

Compare button icon Compare button icon Compare

Filter interviews by

Philips Software Engineer II Interview Questions and Answers for Experienced

Updated 17 May 2022

Philips Software Engineer II Interview Experiences for Experienced

2 interviews found

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 2 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. Technical questions related to OOPS, Garbage Collection, SOLID principles. 1. Write a program to find the count of duplicate characters. 2. Implementation of Singleton Design Pattern.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for general coding questions and oops concepts.

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linux in depth, DevOps, Oops concepts, kubernetes, docker and container, ansible based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it was good experience

Software Engineer II Interview Questions Asked at Other Companies for Experienced

Q1. There are fifteen horses and a racing track that can run five hor ... read more
Q2. What are interfaces and what is difference between an interface a ... read more
Q3. What is the difference between C++ and Objective C and where will ... read more
asked in UST
Q4. To find sum of even numbers from given arraylist using stream api
Q5. What is the difference between class container and class composit ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Frontend basics - JS, React, HTML/CSS concepts
  • Q2. Basic DSA questions - arrays, strings, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer to the point and prepare well according to job profile

I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. On basic PLSQL,ORACLE apps and BI publisher

Interview Preparation Tips

Topics to prepare for Dell Software Engineer II interview:
  • PLSQ.,ORACLE APPS,XML REPORTS ,S
Interview preparation tips for other job seekers - Hello Team, Just be confident and introduce yourself with your name, education details, job experience if you have. Please do look into your resume points before a day of interview as resume is the skeleton of your skill set. Be on time and explain about interviewers question in a simple manner so that he/she can understands the reply. If you are not confident and didn't get any exposure on the question they have asked we can say I haven't get a chance to work on it or I am in learning process. Keep a smile on your face and be thankful to them.

Note down the questions if possible after returning from interview and have a review on questions so that we can overcome the mistakes in future interviews.

Good Luck!

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy MCQ aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked about Android , Chipsets etc
Round 3 - HR 

(1 Question)

  • Q1. Why do u want to join the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with most recent mobile technology

I applied via Approached by Company and was interviewed in Sep 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 - Technical 

(1 Question)

  • Q1. Standard sql questions
Round 3 - One-on-one 

(1 Question)

  • Q1. General behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice sql and python as that was required for the role.

I applied via Company Website and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. Java string, Resume questions, about projects, went deep into all concepts of java

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java completely.
Asked about simple concepts in java but still tricky.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. There was 1 interview round.

Round 1 - HR 

(7 Questions)

  • Q1. What do you explain this job
  • Q2. How much explain your salary
  • Q3. What can you help this job
  • Q4. Why do you want this job
  • Q5. What are you expedition this job
  • Q6. How did you impressing disorder in your future
  • Q7. What is your resume joining this job

Interview Preparation Tips

Interview preparation tips for other job seekers - To all my colleagues like my family and friendly good relationship like a partner

Interview Questionnaire 

2 Questions

  • Q1. Questions regarding projects and DSA
  • Q2. Prepare your projects and CV well if if going into research profile, prepare DSA well if going into developer profile.

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

Have to attempt 2 programming questions within 2:30 hours. Can take any time over the weekend. Relatively easy problems. Questions were long, but the solution code was small.

  • Q1. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. 

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.

    • Iterate through the buildings and create a list of critical points (x, y) where the height changes.

    • Sort the critical points based on x-coordinate and process them to generate the skyline.

    • Merge consecutive horizontal segments of equal height to ensure no duplicates in the output.

  • Answered by AI
  • Q2. 

    MergeSort Linked List Problem Statement

    You are given a Singly Linked List of integers. Your task is to sort the list using the 'Merge Sort' algorithm.

    Input:

    The input consists of a single line contain...
  • Ans. 

    Sort a Singly Linked List using Merge Sort algorithm.

    • Implement the Merge Sort algorithm for linked lists.

    • Divide the list into two halves, sort each half recursively, then merge them.

    • Use a fast and slow pointer to find the middle of the list for splitting.

    • Handle the base case of a single node or empty list.

    • Example: Input: 4 3 2 1 -1, Output: 1 2 3 4

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 240 Minutes
Round difficulty - Medium

Had to solve 1 programming question in 4 hours. It was in the morning on a weekend. The environment was not so good. It was a small institute and got very crowded. The platform was also buggy. but the question was not difficult. Was able to solve it in just 1 hour and leave.

  • Q1. 

    Batch Photography Problem

    Alex has acquired a machine that can photocopy photos in batches of a minimum size 'K'. Given 'N' photos with resolutions represented in an integer array photos, the machine prod...

  • Ans. 

    Minimize maximum error by splitting photos into batches of size at least 'K'.

    • Sort the array of resolutions in ascending order.

    • Iterate through the array and calculate the error for each possible batch.

    • Return the minimum possible maximum error found.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

It was in the afternoon. The interviewer basically asked me what technologies I have worked on. Checked my knowledge of those technologies with simple questions. Told me what I'll be working on if I get selected.

  • Q1. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s in the array.

    • Iterate through the array and swap elements based on the values encountered.

    • Maintain left pointer for 0s, right pointer for 2s, and current pointer for traversal.

    • Example: If current element is 0, swap it with element at left pointer and increment both pointers.

    • E...

  • Answered by AI
Round 4 - Video Call 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Hard

It was also in the afternoon. The interviewer was the member of the team I'll be working on if I get selected. He asked me some basic questions about related technologies.
Gave me 2-3 DS & Algo problems and asked me to solve them.

  • Q1. 

    Array Sum Calculation

    Calculate the sum of all elements in an array of length N.

    Input:

    Line 1: An integer N indicating the size of the array.
    Line 2: N integers, the elements of the array, separated by ...
  • Ans. 

    Calculate the sum of all elements in an array of length N.

    • Iterate through the array and add each element to a running sum.

    • Return the final sum as the output.

  • Answered by AI
  • Q2. 

    Ninja and Alien Language Order Problem

    An alien dropped its dictionary while visiting Earth. The Ninja wants to determine the order of characters used in the alien language, based on the given list of wor...

  • Ans. 

    Determine the order of characters in an alien language based on a list of words.

    • Create a graph where each character is a node and there is a directed edge from character 'a' to character 'b' if 'a' comes before 'b' in any word.

    • Perform a topological sort on the graph to get the order of characters.

    • Return the order as a string in lexicographical order.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo CriteriaSamsung R&D Institute interview preparation:Topics to prepare for the interview - Recursion, Backtracking, Dynamic Programming, Trees, ArrayTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : It's a Daily process. Not weekly, Not monthly. DAILY!
Tip 2 : Take part in Online Contests. HackerEarth is best for Contests posted by companies.
Tip 3 : Even after you have solved some problem, try to find a better solution for it online. Companies don't want a solution, they want optimized solution.

Application resume tips for other job seekers

Tip 1 : Modify resume for each job you are applying for. It should show why you are suitable for that particular job.
Tip 2 : Remove any extra things like interests and hobbies. No one cares.

Final outcome of the interviewSelected

Skills evaluated in this interview

Philips Interview FAQs

How many rounds are there in Philips Software Engineer II interview for experienced candidates?
Philips interview process for experienced candidates usually has 2 rounds. The most common rounds in the Philips interview process for experienced candidates are Resume Shortlist and Technical.
How to prepare for Philips Software Engineer II interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Philips. The most common topics and skills that interviewers at Philips expect are Healthcare, Agile, Debugging, Coding and Analytical.
What are the top questions asked in Philips Software Engineer II interview for experienced candidates?

Some of the top questions asked at the Philips Software Engineer II interview for experienced candidates -

  1. Technical questions related to OOPS, Garbage Collection, SOLID principles. 1. W...read more
  2. Linux in depth, DevOps, Oops concepts, kubernetes, docker and container, ansibl...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 551 Interviews
Dell Interview Questions
3.9
 • 390 Interviews
HARMAN Interview Questions
3.7
 • 264 Interviews
OPPO Interview Questions
4.0
 • 216 Interviews
LG Electronics Interview Questions
4.0
 • 201 Interviews
Vivo Interview Questions
4.1
 • 197 Interviews
Daikin Interview Questions
4.1
 • 151 Interviews
Apple Interview Questions
4.3
 • 140 Interviews
Samsung Research Interview Questions
3.1
 • 132 Interviews
View all
Philips Software Engineer II Salary
based on 97 salaries
₹9.6 L/yr - ₹19 L/yr
8% less than the average Software Engineer II Salary in India
View more details

Philips Software Engineer II Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

3.9

Skill development

4.6

Work-life balance

3.9

Salary

3.6

Job security

4.1

Company culture

3.5

Promotions

4.1

Work satisfaction

Explore 10 Reviews and Ratings
Software Technologist 1
196 salaries
unlock blur

₹10 L/yr - ₹31.2 L/yr

Software Technologist 2
189 salaries
unlock blur

₹16 L/yr - ₹34 L/yr

Software Engineer
186 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Senior Accounting Specialist
173 salaries
unlock blur

₹5.6 L/yr - ₹20.2 L/yr

Deputy Manager
160 salaries
unlock blur

₹8.5 L/yr - ₹27 L/yr

Explore more salaries
Compare Philips with

Samsung

3.9
Compare

Vivo

4.1
Compare

OPPO

4.0
Compare

Dell

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