• 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

can someone tell me in the real exam,which test engine to use?

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is that engine familiar with Jxam or Jcertify50???
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've not used Jxam or Jcertfiy50 -- However I wouldn't worry too much about practicing to use a mock exam that has a similar interface to the real thing. I'd worry about using a mock exam that has questions of similar difficulty to the real thing. You can find lots of Mock exams here.
Before you start the test you'll have the opportunity to go through a walk-through of the simulator -- how to check / uncheck your answers -- how to mark them so you can go back to them (even if you don't mark them you can still go back to them during the end review). It's all pretty simple and intuitive, so I wouldn't sweat it too much.
If you want to visualize it -- you've got a question; a few possible answers (either radio buttons or check boxes); the timer in the corner; a check box called "Mark" to mark the question to come back to; And if there's a large code snipped (say more than 10 lines) it comes up in a popup window called an Exhibit. It will tell you how many of the possible answers you should select
i.e.
Which of the following is a valid Java Identifier? (choose five)
a- QWERTY
b- $money
c- �ccent
d- 49ers
e- seventy9ers
f- _underscore
g- dot.blah
If you don't choose 5 (choose less or try to choose more) it will give you a warning.
 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jessica
How do you indicate that you are finished taking the exam, and wish to submit it for grading? Do you have to go through all the questions before you can do that?
I wake up screaming from nightmares where I accidentally submit the exam for grading before I've even answered the first question
No, not really, but I'd like to know.
Thanks
JP
 
Jessica Sant
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think its pretty much impossible to make one click and "accidently" submit your exam. I'm not sure if you HAVE to look at each question before you submit it (I didn't try to do that during mine...)
But -- I do remember that you click something like a "Review Answers" button -- then you see a listing of all the questions 1-62 with the letters you selected for your answer -- it has an 'M' next to any question you marked. -- You can click on any question (marked or unmarked) to look at it. Then you click something like "Submit your exam". It might ask you again "Are you sure?" Then boom you get your score.
Again -- I really wouldn't worry about the exam interface itself -- just study study study.
[ February 12, 2003: Message edited by: Jessica Sant ]
 
Mellihoney Michael
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
to all:
thanks to reply.What i worry is the interface that might make me confused. i.e. If there is a question concerning 20 even 50 lines,I need an interface which make the code appearing with good style(I am shortsight )
reply
    Bookmark Topic Watch Topic
  • New Topic