Saturday, February 27, 2016

How to prepare Resume for Usa in Computer Science

Facing a coding interview in USA is lot different than compared to other country.It include few skills sets and easy flexible procedure for every individual.

Few key procedures to keep in mind while facing an interview:
  • Ask Your interviewer a question regarding problem.
  • Find an optimum way to solve the problem and with lesser complexity(time and space).
  • Write a pseudo code for your program before writing it.
  • Try to fix bugs in your program systematically and correct the bugs.
  • it requires coding skills, aptitude and good personality.
  • Use Situation action Result module to answer question. 
  •  Most of people makes mistake in interview so don’t worry on any of mistake you make 
Types of Question generally asked in freshers interview are as follows:
  • Matrix problem, Reverse Linked list, Array manipulation.
  • Algorithm like , merge sort, insertion sort, recursion, bit manipulation. 
  •  How to find time and space complexity.
  • question related to other data structure and other mathematical problem.
If you wish to practice for interview then practice some question from CareerCup.

Some more type of logical Question for interview for experienced individual.
  • Product design question need to be handled with more detail as asking of user.
  • problem solving skill, how break problem in components.
  • How to reduce ambiguity? Sanity check.
  • How to solve scalablity issue?
  • Everyone makes mistake in interview but they compare with other candidates.
How to make a good resume to get interview call? 
  • Make your resume short to just 1 page or maximum 2.
  • Put your important projects on your resume, and job role in experience.
  • Mention details of your projects, be specific about what was your role in project.
  • Mention algorithm you implemented,how you optimize it?
  • Certification are attractive if you put on resume.
Resource to get resume demo
If you really have time then please watch this video

No comments:

Post a Comment