I applied online. The process took 2 weeks. I interviewed at Philips (Monroeville, PA) in May 2015
Interview
The interview process itself was very efficient and well organized. It started with a phone screen with the development manager, then two team members, and finally an on-site interview. I was very impressed with the team, and I believe the feeling was mutual since I got an offer within an hour of the interview. I was ready to accept the offer, but here's when things went south:
At the time I was on an OPT visa and Philips promised to sponsor me for an H1-B application (it was mentioned in the offer letter as well). Right before accepting the offer, a friend of mine told me that Philips doesn't hire foreign nationals of certain countries. This went against the fact that Philips is an Equal Opportunity Employer (as advertised in the job description), which entitles the company to not discriminate against country of origin. Just to be safe however, I decided to send the HR an email respectfully asking if there were any restrictions related to my country of origin. She responded to the email and wanted me to call her immediately on her phone. When I did that, she told me that unfortunately Philips cannot hire or sponsor me due to my country of origin and that she was going to take the offer back. I'd imagine the reason the wanted me to call her rather than respond over email was because she didn't want it to be easily traceable, which could potentially cause legal issues since in reality they were breaking the law. Smart move Philips.
The worst part is that I had already declined another offer and wasn't able to get it back. In the future, if you're going to break the law, please at least try to be more discreet about it and try to determine the country of origin of the candidate before giving them an offer.
Interview questions [1]
Question 1
- Reverse a string without using a built-in function
- Write unit tests for a piece of code that's written by another team member
I applied online. The process took 1 day. I interviewed at Philips
Interview
Was called for interview process. First round was an aptitude test. After clearing the test, HR told that the interview panel is unavailable and I will be called at a later time. They might have thought that I won't clear the test. The test was hard to crack for beginners. No response after that. Very bad HR.
I applied through college or university. The process took 1 day. I interviewed at Philips (Coimbatore) in Oct 2012
Interview
I am fresher from PSG College Coimbatore. They had filtered candidates by asking aptittude questions. They focused maninly on algorithmic questions(2 rounds / 1 round) followed by HR. Technical round was good with lots of algortihmic questions to answer and second round for me was HR where they about Philips and how do i See me after 5 years.
Interview questions [1]
Question 1
1. Give a number, convert that to text. 123 as One hundred and twenty three.
2. Find the number which occurs Odd numver of times in a list. 12223344. Answer: 2. (With O(n) )