I) Interview with a recruiter, talk about yourself (skill, past project, etc.)
II) Excercise, write a simple applications about Stocks Market:
Pay attention about the implementation of the excercise, because they want to see what you know about the OOP, so I suggest to you to use:
. Hierarchy
. Composition
. Interfaces and Abstract class
. Integration Test.
Bad Stuff (Don't do it !!):
. large use of static method
. use complex conditional statment
. use of long complex method
. implementations of unusefull test case (ex. read/write on file)
. avoid logs (IF NOT REQUIRED).
III) Technical Interview