Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Philips Innovation Campus Sde1 Interview Questions and Answers

Updated 5 Oct 2022

Philips Innovation Campus Sde1 Interview Experiences

2 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2022

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 

In 1 hr required to do 30 mcq and 1 coding question

Round 3 - Technical 

(1 Question)

  • Q1. Find 2nd max by sql, do Fibonacci series
  • Ans. 

    SQL query to find 2nd max and Fibonacci series implementation

    • For finding 2nd max, use ORDER BY and LIMIT in SQL query

    • For Fibonacci series, use a loop or recursive function

    • Fibonacci series starts with 0, 1 and each subsequent number is the sum of the previous two

    • Example SQL query: SELECT MAX(column_name) FROM table_name WHERE column_name < (SELECT MAX(column_name) FROM table_name)

    • Example Fibonacci series: 0, 1, 1, 2, 3,

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Question related to project and discussion related to technology in resume in somewhat deep

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basics clear and make shure to revise all technology written in resume

Skills evaluated in this interview

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:
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 - 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 Arra ... read more
asked in Park Plus
Q2. 1. What is a doubly-linked list? And real-world applications.
asked in Amazon
Q3. pid ={3,5,0,1} ppid ={5,4,2,2} process id(pid) ppid=parent proces ... read more
Q4. Given one point and circle how will you find if it's inside circl ... read more
asked in Amazon
Q5. N queen problem with problem statement and dry running of code wi ... read more

Interview questions from similar companies

I was interviewed before Feb 2016.

Interview Questionnaire 

2 Questions

  • Q1. The interviewer firstly asked about my internship - my role during the internship, the projects that I worked on and the completion status of the projects. Then he asked about my project- Library managemen...
  • Q2. Given two words determine the similarity between them
  • Ans. 

    The question asks to determine the similarity between two words.

    • Use a similarity metric like Levenshtein distance or cosine similarity

    • Normalize the words by converting them to lowercase and removing punctuation

    • Consider using a pre-trained word embedding model for semantic similarity

    • Implement a function that calculates the similarity score between two words

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 3 questions were given
1. Rain water collection problem
2. Matrix DFS problem
3. DP problem
Tips: Practice all standard questions on practice.geeksforgeeks.org.
And other dp questions on Hackerearth and Hackerrank.
Duration: 1 hour 30 minutes
Total Questions: 3

Round: Group fly round
Experience: 2 questions were given
1. Convert number into words. Eg. 389 to Three hundred and eighty nine. Input 1-999999
2. A 2-D matrix nxn consisting of numbers is spirally sorted in decreasing order. So given a number we have to insert into the matrix so that the matrix is still sorted spirally. Write a function.
Tips: Also practice ad hoc questions

Round: Technical Interview
Experience: In my implementation he thought there was some scope for improvement. I implemented the date of issue and date of return both in the books entity. I then suggested to implement an borrowed_books entity and he seemed very satisfied with it.
Tips: High

Round: Technical Interview
Experience: I asked about the definition of similarity wrt the question. He replied to define it myself. So, I told him that I would find the LCS of the 2 strings and then define a threshold below/above which "we" could say them to be dissimilar/similar. There was a confusion there. I realised my mistake and stated it to be Longest Common Subsequence. He asked me to write the code. After I was done. He told me that the code was incorrect. I went through the code thrice and then I told him whether he could point out the mistakes. There were none. He was trying to see how I reacted. I didn't get too defensive. He was happy with it. Then he asked me to optimize the code. I said that for letters that didn't match in both the strings, we could define some similarity score between individual letters. He said yes it is definitely a good optimization but can you think of something simpler. I then told him that we need to normalize the LCS. He was happy that I could work on the hints he provided.
Tips: Don't get too defensive.
Listen to each and every word that the interviewer utters carefully.
Try to talk through the solution with the interviewer. Don't let a moment of awkward silence come during the interview.
Think of the interviewer as a friend with whom you are discussing a coding question. It eases out 90% of the tension.

College Name: IIT Varanasi

Skills evaluated in this interview

Sde1 Interview Questions & Answers

TCS user image Anonymous

posted on 13 Jan 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

They asked some technical interview questions

Round 3 - HR 

(2 Questions)

  • Q1. How do you face challenges?
  • Q2. How do you deal with deadlines?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic CS subjects well and be ready for hr questions

Sde1 Interview Questions & Answers

TCS user image Anonymous

posted on 18 Aug 2022

Round 1 - Aptitude Test 

Per question time good amoubnt of questions

Round 2 - HR 

(1 Question)

  • Q1. Easy questions based on my resume
Round 3 - Technical 

(1 Question)

  • Q1. Bvased on javba as i mentioned java in my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on coding and aptitude and reasoni9ng as both are needed to crack the interview

Sde1 Interview Questions & Answers

Infosys user image Anonymous

posted on 27 Jun 2022

Round 1 - Aptitude Test 

Was good and you get questions from various topics.
Apti
Basics of cs

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Your strengths on technical subjects you have gine

Interview Preparation Tips

Interview preparation tips for other job seekers - Good with basics will be helpful and try to more focus in what you know and brush up your basics
Round 1 - Coding Test 

Easy test 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Just practice leetcode top 100 interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing and have a look on archives befor interview

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Questions based data structure,alogorithms. c/c++

Round 2 - Technical 

(2 Questions)

  • Q1. Deep Discussion on project done so far, and detailed discussion on what all features developed in the project ,roles and responsibilities and coding questions on DS.(Linked list ,strings,arrays)
  • Q2. Some are similar question on GFG.
Round 3 - Technical 

(1 Question)

  • Q1. Coding interview and project discussions.

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident & positive, what all you know you can tell , practice more coding questions. build more logic. some times the way you think also get noticed.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Maximum element in a heap
  • Ans. 

    The maximum element in a heap can be found at the root node.

    • The maximum element in a max heap is always at the root node.

    • To find the maximum element, simply return the value at the root node.

    • In a min heap, the maximum element can be found by recursively checking the left and right child nodes.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Max element in heap
  • Ans. 

    To find the max element in a heap, simply return the root element.

    • The max element in a heap is always the root element.

    • No need to traverse the entire heap, just return the root element.

    • Example: If the heap is [10, 8, 5, 4, 3, 2], the max element is 10.

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Philips Innovation Campus Interview FAQs

How many rounds are there in Philips Innovation Campus Sde1 interview?
Philips Innovation Campus interview process usually has 3 rounds. The most common rounds in the Philips Innovation Campus interview process are Resume Shortlist, Technical and Assignment.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

JOBS

BNP Paribas India Solutions

No Jobs

SALARIES

BNP Paribas India Solutions

INTERVIEWS

TEOCO Software

No Interviews

SALARIES

Bridge Group Solutions

INTERVIEWS

Accenture

No Interviews

LIST OF COMPANIES

Philips Innovation Campus

Overview

LIST OF COMPANIES

BNP Paribas India Solutions

Overview

SALARIES

Celebal Technologies

Tell us how to improve this page.

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
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Samsung Research Interview Questions
3.2
 • 130 Interviews
View all

Philips Innovation Campus Sde1 Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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