The technical interview comprised of:
- 2 questions regarding the output/function of java code snippets. Pretty fundamental stuff, values vs references, try catch always blocks etc.
- 2 SQL related questions asking for queries for some tasks. Simple enough if you know your join's, updates etc.
- A kind of weird coding task, where you have to reverse the order of the words in a string, with some edge cases to consider. Tricky but interviewer provided feedback/hints for the solution.