• 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

About performance based questions

 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some of SCWCD5 questions have slightly changed to a more "performance based" style. See Bryan Basham's post here. Do you have such questions in your mock ?
 
Author
Posts: 836
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As I understand, "performance based" here means choosing the best code snippet to insert on line X which gets the job done (or similar). Actually, a lot of the questions in my book and in the online mock exam have always been in this style. Some are drag and drop and supply an exhibit with certain lines omitted - the idea is to select the correct lines to be dropped in the correct places - and sometimes there are more choices to drag than lines to drop in (requiring careful selection of lines and not just elimination). So you really have to choose very carefully the code fragments which get the job done in the right places. Some of my multiple choice questions ask which line of code is best inserted on line X to achieve goal Y etc. So there are a lot of those more involved questions in there. We've had a lot of feedback to say the book questions and online mock exam are very challenging, but as I've always said, they are designed to get you thinking so the exam seems straightforward, by comparison.
 
Christophe Verré
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Charles.
 
reply
    Bookmark Topic Watch Topic
  • New Topic