Pages

Pages

Philips Internship


The internship selection for Philips is based on the following rounds:
  1. Written test
  2. Technical rounds - 2
  3. HR round 
Written Test:
It consists of C/C++ and some aptitude questions.

Technical Round 1: 
  1. Write a program to check whether given string is palindrome or not.
  2. Write a program which takes a number as an input from user and print it's eqivalent text. For example, suppose user inputs 57. Then output would be Fifty Seven.
  3. Write a program to check a loop exists in a linked list.
  4. Suppose there is a linked list. Write a program to check where linked lists are meeting each other.
  5. Write a program to swap two numbers without using a variable.
  6. Structure vs Class.
  7. Write an algorithm for postorder traversal for the tree.
These are the following books that are highly recommended for any Technical Coding Interviews:

  
Technical Round 2:

  1. Tell me about your project. Write a pseudo code for module you had developed.
  2. Why OOPS is needed?
  3. Private constructor.
  4. Write a program to check a given number is prime or not. Write a optimize code for your answer.
  5. Suppose i want to create only one object for a class then how to do it.
    That is how to allow to create only one object per class.
  6. Which virtual machine is used in Android.
  7. Multi threading VS Muti tasking VS Multi Processing VS Multi Programming.

  1. Tell me about yourself.
  2. Why did you want to do M.Tech?
  3. What do you know about Philips?
  4. Why you want to join Philips?
  5. What new subjects have you learned in M.Tech?
  6. What are your expectations from Philips Internship.
This is a book that I highly recommend for anyone to improve on their soft skills. This will not just help in your interviews but also in your day-to-day work.

No comments:

Post a Comment