Here is the link where you can find the original exam topics. Problem with these topics is that they are not that detailed anymore as in the Sun(ny) days.
For example: "Recognize common exception classes and categories". Which exceptions do you need to know is not mentioned. If you compare it with
the exam topics of OCPJP 6 it's miuch more obvious what you need to know: "Recognize situations that will result in any of the following being thrown: ArrayIndexOutOfBoundsException,ClassCastException, IllegalArgumentException,
IllegalStateException, NullPointerException, NumberFormatException, AssertionError, ExceptionInInitializerError, StackOverflowError or NoClassDefFoundError. Understand which of these are thrown by the virtual machine and recognize situations in which others should be thrown programatically."