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

Updated 17 May 2022

Philips Software Engineer II Interview Experiences

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

Q1. There are fifteen horses and a racing track that can run five hor ... read more
Q2. Title: Minimum steps required to make the product of array equal ... read more
asked in NCR Voyix
Q3. What are interfaces and what is difference between an interface a ... read more
Q4. Title: Next Greater Element for every element in the array Descri ... read more
Q5. What is the difference between C++ and Objective C and where will ... read more

Software Engineer II Jobs at Philips

View all

Interview questions from similar companies

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

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 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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to design apis
  • Ans. 

    Designing APIs involves defining endpoints, request/response formats, authentication, versioning, and documentation.

    • Define clear and consistent endpoints for different functionalities

    • Design request and response formats that are easy to understand and work with

    • Implement authentication mechanisms to secure the API

    • Consider versioning to support backward compatibility

    • Provide comprehensive documentation for developers to ea

  • Answered by AI
  • Q2. How to structure databases for data collection
  • Ans. 

    Structure databases by identifying data entities, relationships, and attributes.

    • Identify data entities (e.g. customers, products) and their attributes

    • Define relationships between entities (e.g. one-to-many, many-to-many)

    • Normalize data to reduce redundancy and improve data integrity

    • Use primary keys to uniquely identify each record

    • Consider indexing for faster data retrieval

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. In detail questions related to the exp
  • Q2. In detail hr related question

Interview Preparation Tips

Interview preparation tips for other job seekers - please be confident be prepared

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Tell about AC industry

Round 2 - Technical 

(3 Questions)

  • Q1. Move zeros to end?
  • Ans. 

    Move all zeros in an array of strings to the end while maintaining the order of non-zero elements.

    • Iterate through the array and move all zeros to the end while keeping the order of non-zero elements.

    • Use two pointers approach to swap elements in-place.

    • Example: Input: ['a', 'b', 'c', '0', 'd', '0'], Output: ['a', 'b', 'c', 'd', '0', '0']

  • Answered by AI
  • Q2. WHat are AWS services?
  • Ans. 

    AWS services are cloud computing services provided by Amazon Web Services.

    • Compute services (e.g. EC2, Lambda)

    • Storage services (e.g. S3, EBS)

    • Database services (e.g. RDS, DynamoDB)

    • Networking services (e.g. VPC, Route 53)

    • Machine learning services (e.g. SageMaker)

    • Analytics services (e.g. Redshift, Athena)

  • Answered by AI
  • Q3. What is dynamodb?
  • Ans. 

    DynamoDB is a fully managed NoSQL database service provided by AWS.

    • Fully managed NoSQL database service

    • Scalable and high-performance

    • Supports key-value and document data models

    • Automatically replicates data across multiple Availability Zones for high availability

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How good are you at stress handling situations?
  • Ans. 

    I am very good at handling stress situations, remaining calm and focused under pressure.

    • I have experience working on high-pressure projects with tight deadlines.

    • I am able to prioritize tasks effectively and stay organized during stressful situations.

    • I have developed strong problem-solving skills that help me navigate stressful scenarios.

    • I am able to communicate effectively with team members and stakeholders to manage s...

  • Answered by AI
  • Q2. Why daikin eloaborate this?
  • Ans. 

    Daikin may elaborate on a topic to provide more detailed information or explanation.

    • To provide a better understanding of a complex concept or product

    • To address potential questions or concerns from customers

    • To showcase the company's expertise and knowledge in the industry

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is broadcast receiver
  • Ans. 

    Broadcast receiver is a component in Android that allows the system to deliver events to the app.

    • Component in Android system

    • Receives and handles broadcast messages

    • Used to respond to system-wide events

    • Registered in the AndroidManifest.xml file

  • Answered by AI
  • Q2. What is intent service
  • Ans. 

    IntentService is a class in Android that performs long-running operations in the background without blocking the main thread.

    • IntentService is a subclass of Service that handles asynchronous requests (expressed as Intents) on demand.

    • It is typically used for tasks like downloading files, syncing data, or performing any other background task.

    • IntentService runs on a separate worker thread, so it does not interfere with the...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join
  • Ans. 

    I am passionate about developing innovative software solutions and believe this company aligns with my career goals.

    • Excited about the opportunity to work on cutting-edge technologies

    • Impressed by the company's reputation for fostering a collaborative work environment

    • Seeking a challenging role that allows for professional growth and development

  • Answered by AI
  • Q2. What is your highest qualification
  • Ans. 

    Master's degree in Computer Science

    • Master's degree in Computer Science

    • Specialization in software engineering

    • Thesis on machine learning algorithms

    • Graduated with honors

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python and sql questions
Round 2 - Technical 

(1 Question)

  • Q1. Client interview
Round 3 - HR 

(1 Question)

  • Q1. General discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Set a bit, make function pointers, etc
  • Q2. Deadlock,rtos, ipc, etc

Philips Interview FAQs

How many rounds are there in Philips Software Engineer II interview?
Philips interview process usually has 2 rounds. The most common rounds in the Philips interview process are Resume Shortlist and Technical.
How to prepare for Philips Software Engineer II interview?
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?

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

  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
4.0
 • 559 Interviews
Siemens Interview Questions
4.1
 • 429 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
HARMAN Interview Questions
3.8
 • 257 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
LG Electronics Interview Questions
4.0
 • 193 Interviews
Vivo Interview Questions
4.1
 • 192 Interviews
Blue Star Interview Questions
4.0
 • 158 Interviews
View all
Philips Software Engineer II Salary
based on 98 salaries
₹9 L/yr - ₹19 L/yr
10% 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 Engineer II - Fullstack (.Net/Java)

Bangalore / Bengaluru

2-4 Yrs

₹ 9.9-18 LPA

Explore more jobs
Software Technologist 1
202 salaries
unlock blur

₹11.1 L/yr - ₹34 L/yr

Software Engineer
181 salaries
unlock blur

₹5.4 L/yr - ₹21.4 L/yr

Senior Accounting Specialist
179 salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Software Technologist 2
173 salaries
unlock blur

₹16 L/yr - ₹36.5 L/yr

Deputy Manager
156 salaries
unlock blur

₹8.5 L/yr - ₹23 L/yr

Explore more salaries
Compare Philips with

Siemens

4.1
Compare

GE Healthcare

4.1
Compare

Honeywell Automation

3.8
Compare

Bosch

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