• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Confused with OnlineExpert mocq exams

 
Ranch Hand
Posts: 51
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i am working with onlineexpert mocq exams for OCA SE 7 but found many questions that are not covered in OCA study guide ( i am following K & B + Mala Gupta)...

Example:

1) it inquires about Exception classes not covered in books ?
2) Which version of uni-code is supported in Java 7, i didn't see a topic on this in any of the books ?
3) Java 7 Garbage Collector is a thought as a long term replaceable of ? I haven't seen anything like this in book ?
4) which method of the Locale class is new in Java 7 ? uncovered topic (i guess) ?
5) Gives code with several exceptions and asked how would this code be refactored in Java SE 7 new multicatch features ? Don't think it is included for OCA ?
6) What is "checked error" ? i thought all errors are unchecked
7) Some questions used stack<String>, ain't only ArrayList<String> covered in OCA SE 7 ?
8) Which class is not a subclass of ReflectiveOperationException ? Should i expect questions on exception classes not covered in Guides ?
9) What is naming conventions for catch clause for EnumConstantNotPresentException ? i) catch (Exception e) {} ? ii) catch(Exception ex) {} ? iii) catch (Exception ee) {} ? iv i) catch (Exception ecnpe) {} ?.. Doesn't normal naming conventions applied to them ? They are same as identifier ?
10) Should i expect some code merge into one another like if else if constructs with no space between elseif i.e. if (condition1) {} elseif (condition2) else ...? Can i select answer with "compile error" as without space it will generate one or its just because of test engine and test designers do not make such mistakes ?


 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you share the link where you can find these exams? Because on http://www.onlineexpert.com/ I can't find any mock exams related to OCAJP7

Based on your experiences, I would strongly advice against using these exams. They simply are not worth your money nor time. If you want to use mock exams in your preparation, the Enthuware mock exams are excellent value for money.

Hope it helps!
Kind regards,
Roel
 
Kaxhif Khan
Ranch Hand
Posts: 51
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, you are right. I left it afterwards and practiced Ethuware mocq exams and cleared OCA SE 7 exam today with 91% . Ethuware provided really quality exams.

Here is the hyperlink in case you are interested "http://mhprofessional.onlineexpert.com/ole_v6", You have to register here and while registering select appropriate exam.
After you login into your account there is an option "Download Master Exam" which is actually an "exe" file.

You install the .exe and you get a testing environment. Its not exactly but a good simulation of oracle testing environment.

Thanks to Mala Gupta, Ethuware and off course K & B for their great books
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kaxhif Khan wrote:Yes, you are right. I left it afterwards and practiced Ethuware mocq exams and cleared OCA SE 7 exam today with 91% .


Congratulations again, champion! Don't forget to add your name to the OcajpWallOfFame.

Kaxhif Khan wrote:You have to register here and while registering select appropriate exam.
After you login into your account there is an option "Download Master Exam" which is actually an "exe" file.


Is it for free? Or if not, how much do you have to pay?

PS. Just one minor spelling remark for future notice: mock is with a k
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic