WILL I GET SUCH TYPES OF VAGUE QUESTIONS IN REAL EXAM ???
Please don't shout (i.e. use all uppercase). I'm pretty immune to its effects, but some find it rude.
From experience, I would say the only area on the exam where the questions are vague is with patterns. Unfortunately they aren't always the best worded questions, which is more of a reflection that they are essentially not
programming questions, but more architectural questions. I mean, you could probably write essays on different patterns!
Sometimes you'll have to assume things for other questions - for example, you might need to assume that given a snippet of
servlet code, that any 'request' and 'response' variables shown correspond to (Http)ServletRequest and (Http)ServletResponse respectively. Some small things like this are occasionally inferred, but it should be quite obvious from the context.