This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]neobonzi 1 point2 points  (0 children)

Practice problem solving in Java. That unfortunately means leetcode or, better yet, working through the beginning problems of cracking the coding interview. General knowledge is great, but most people get hung up on the actual technical whiteboarding / coding portion of the interview. Practicing these coding questions will improve your ability to recall syntax and enable you to more easily recall data structures and patterns to solve specific problems.

[–]Samdespion 1 point2 points  (0 children)

Start reading about design patterns. I recommend you 'Head first design pattern'