Before going to your internship interview

Since this is the time period where almost all the undergraduates going for the internship interviews, I thought it is high time to write on preparation for the internship interview. This checklist provides a guide for a person who is looking for the software engineering trainee position.

  • Object Oriented Programming concepts

Almost all companies ask questions from this section. It is a must to know the basics of OOP concepts. It will be great if you can remember and explain these concepts with practical examples. These examples will help the interviewer to get an idea that you know these concepts very well.

  1. http://www.codeproject.com/Articles/22769/Introduction-to-Object-Oriented-Programming-Concept
  • UML Diagrams

It is important to have a good knowledge in UML diagrams.

  1. UML – http://www.uml-diagrams.org/
  2. UML class diagrams – http://www.uml-diagrams.org/class-diagrams-overview.html
  3. UML use case diagrams – http://www.uml-diagrams.org/use-case-diagrams.html
  • Design Patterns
  1. http://sourcemaking.com/design_patterns
  2. http://www.oodesign.com/
  3. MVC – https://www.tutorialspoint.com/design_pattern/mvc_pattern.htm
  4. MVC – https://www.codecademy.com/articles/mvc
  • Data structures and Algorithms

Most people get stuck in this part. It is needed to have a basic knowledge in algorithms such as bubble sort, insertion sort, etc. No need to have a deeper knowledge in advanced algorithm stuff. But if you love algorithms you can dig deep.  😀

  1. http://algs4.cs.princeton.edu/home/
  2. And you can sign up for hackerrank to improve your algorithm knowledge. (optional)
  3. If you really into mathematics and computing then you can have a look at projecteuler. (optional)
  • Operating System concepts
  1. http://programmerinterview.com/index.php/operating-systems/introduction
  • Database systems
  1. ER diagrams – http://www.scribd.com/doc/7122945/ER-Diagram
  2. Database normalization – http://databases.about.com/od/specificproducts/a/normalization.htm
  3. ACID – where else to go other than the wikipedia – http://en.wikipedia.org/wiki/ACID#Atomicity
  4. SQL commands – http://www.sqltutorial.org/sql-cheat-sheet.aspx
  • Software engineering concepts
  1. Architectures (two-tier, three-tier, multi-tier) – http://www.codeproject.com/Articles/22769/Introduction-to-Object-Oriented-Programming-Concept#two-tier
  2. Agile development – eg: Scrum in five minutes – http://www.scribd.com/doc/334808/Scrum-in-5-minutes
  3. SOAP – knowing the content on this page should be enough for you to get some understanding. http://www.w3schools.com/soap/soap_intro.asp
  4. REST – https://www.tutorialspoint.com/restful/

I recommend reading this website because it got some more information in technical aspect.

http://www.programmerinterview.com/

Now a days companies search for people who has the practical skills rather than being a book worm who only do academic stuffs. It is really good to have  a handful of projects with you.  Most interviewers ask questions on projects you have done. Nobody else know about them better than you. 😉 And it is important not to lie on your projects. If it is a group project describe what you have done.

Some tips

Answer phone calls from unknown numbers. This call may be from your dream company. 🙂

Go to sleep early the day before the interview.

Don’t go late to the interview. Make sure you go there at least 15 minutes early. Don’t go too early. It may affect to your stress level.  😛

Use a light smelling perfume and remember to use a deodorant.

Dress neatly.

Have a positive attitude.

If interviewer asks you a question which you don’t know the answer, tell that you don’t know the answer. DO NOT LIE. It will make a bad impression in interviewer’s mind.

Respect the interviewer. Don’t show your “Loku Line”.

Always have a pleasant smile. But don’t laugh.  😛

If you are really lucky you might get chance to sign the contract with the company at the interview day.

 

Please note that you must not go through all the stuff here and it is not a must that you should know everything, there’s always enough time to learn if you’re open to the idea.

I am no expert in any of these stuff. But I’m pretty sure these steps will help you to brush up yourself. And if you are confident in yourself you’ll definitely get selected.

4 Comments Add yours

  1. Manna says:

    Helps a lot! Thank you !

  2. Maliya says:

    Really useful, keep it up!

  3. Umen says:

    Well written article raveen. Keep it up and thanks for sharing 🙂 !!!

  4. Akalanka says:

    Well Written bn!.

Leave a Reply

Your email address will not be published. Required fields are marked *