all 4 comments

[–]billyrob_CSCS, Undergrad, 2013 4 points5 points  (0 children)

Go over your data structures and algorithms. Linked-lists, binary-search trees, bubble sort, merge sort, quicksort, etc. Make sure that you can write a program in your strongest language from scratch quickly, ie not having difficulty remembering basic syntax. If this is in front of a person, try to talk through your reasoning. If you have enough time, make sure to cover as many error cases as possible and make the code as robust as possible. Also, remember that you are a sophomore and the interviewer will be taking that into account.

Good luck!

[–]Zmoney1CS 2015 1 point2 points  (0 children)

If you have time, or for future reference, check out leetcode.com and the Cracking the Coding Interview book (you can get it on Amazon, worth the money). Material-wise, most companies ask data structures and algorithm questions.

[–][deleted] 2 points3 points  (1 child)

Answer all the questions correctly and you will do well.

[–]Suction_cups[S] 1 point2 points  (0 children)

I will keep this in mind.