First I had a small interview with a Sr Developer and the upper management to talk about my previous experience, knowledge, etc.
Then a psicological interview, pretty long, with lots of questions about my personal life.
After that a technical test;
It was an exercise to check if I actually knew Java.
I had to develop a very small application using Plan-Java (no frameworks), which given a web form, it had to get the value from the submmited form, call a oracle stored procedure with that value as a parameter, get the stored procedure result, and show it in the view.