Open In App

Philips Interview Experience | On-Campus for FT

Improve
Improve
Like Article
Like
Save
Share
Report

Philips visited our campus for recruiting for FT roles for Software Developer profile.

Round 0:

Resumes were shortlisted and only candidates with CGPA over 7 were allowed to sit for the online coding test.

A total of 56 students were eligible to take the test.

Round 1: Coding & Aptitude Test

It was an online test on Mettl test platform. It had two sections :

  1. Aptitude and Logical Reasoning
  2. Coding

The aptitude section had the regular usual questions but had to be done quickly as there was only 10 minutes for 10 questions.

The coding section was different for all students.

The questions I got were :

  1. A modified version of  https://www.geeksforgeeks.org/check-for-balanced-parentheses-in-an-expression/ . We were given a string with other alphanumeric characters as well as brackets and braces.
  2. Write a program to print the nth Fibonacci number.

Almost all students got similar type of questions. 22 students were shortlisted for the interview rounds. The cutoff was 2 questions in coding section and 3/4 questions in the Aptitude section.

Round 2: Technical Interview

After the PPT, the interview rounds took place. It was a face to face technical interview. The panel was very friendly and the following questions were asked:

  1. Resume based
  2. Project based
  3. Few questions on interest and related topics
  4. Coding questions
    1. Detect a loop in a singly linked list? https://www.geeksforgeeks.org/detect-loop-in-a-linked-list/
    2. Insert at the second last position of a singly linked list in only one loop. https://www.geeksforgeeks.org/find-the-second-last-node-of-a-linked-list-in-single-traversal/
    3. How would you see if a file is present in a directory whose path is given as input. Check if the file exists in the child directories as well.
  5. OOPS concepts (4 pillars of OOPS, Interface vs Abstract class)

Around 7 students were eliminated and the rest proceeded for the subsequent rounds.

Round 3: Manager Round

Prepare yourselves for questions like:

  1. Why Philips?
  2. What are your strengths and weaknesses?
  3.  The best project/internship you have done.
  4. Situation based questions to test your team working and work ethic side.
  5. Puzzles
    1. http://themathmompuzzles.blogspot.com/2011/04/eight-eights-that-are-thousand.html
    2. Number of times the hands of the clock cross each other

1-2 more candidates were eliminated in this process.

Round 4: HR Round

This was similar to the previous round but the questions were more focused on the candidate and not the company.

  1. Where do you see yourselves in the next 5-10 years?
  2. What would you do if you don’t get this job?
  3. What are your views on Bangalore?
  4. Family background and some other similar questions.

3-4 more students were eliminated in this round.

Final result : SELECTED !

I would like to thank GeeksForGeeks for their amazing resources and guidance throughout my preparation. Trust me when I say this, most companies aren’t looking for coding maniacs, they’re looking for good overall genuine software engineers.  Prepare well and best of luck !


Last Updated : 12 Aug, 2019
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads