CentraSoft.com Releases CF8 Exam Buster - ColdFusion 8 Certification Study Software

Posted August 15, 2008 at 11:12 AM by Ben Nadel

Tags: ColdFusion

Brian Simmons and CentraSoft.com just released CF8 Exam Buster which is their exam preparation software for Adobe's ColdFusion 8 Certification exam. I used the ColdFusion 7 version to study for my ColdFusion 7 exam and passed with flying colors. After having done some Beta testing for the ColdFusion 8 edition, I am convinced that the new version is every bit as helpful as its predecessor. If you are thinking about getting certified, I highly recommend that you check it out.

I really like this software but for more than just the fact that it helps you pass the certification exam; I love that it forces you to look at aspects of ColdFusion that may rarely or never use. By providing you with hundreds of sample questions, you really get a great sense of all the features of the language that you have yet to leverage.



Reader Comments

Aug 15, 2008 at 11:31 AM // reply »
2 Comments

I'm very pleased to centrasoft put this together again despite the lackluster appeal of the CF8 exam as outlined by the few who've already taken it. I'll personally be skipping the exam on this product cycle, but will certainly plan to take it with CF9 and plan on using centrasoft's software to study when I get to that point.


Aug 15, 2008 at 11:34 AM // reply »
145 Comments

Rick, are you confident that the exam for CF9 will be any better? Keep in mind that it will be coming from the same place that was responsible for getting the CF8 exam created. They need to fix the issues there first.


Aug 15, 2008 at 12:12 PM // reply »
10 Comments

Well, I'm going to take the exam in about 45 minutes. Would have been nice to practice on this software before taking it, but them's the breaks! I suppose if things don't go as well as hoped, I'll be using this software to prepare for the second attempt. :) Love the CF7 version of this software and used it quite a bit in preparation.


Aug 15, 2008 at 12:20 PM // reply »
10,640 Comments

@Spencer,

Good luck Spence. I am sure you are gonna do well.


Aug 15, 2008 at 1:12 PM // reply »
1 Comments

Very good!
In the exams of CF7 and CF8 I made use of the previous version and it was very useful.
I recommend!


Aug 15, 2008 at 2:34 PM // reply »
10 Comments

@Ben,

Thanks! Passed! Now I'm going to do an exam when we get our hands on the CF8 Exam Buster and compare what I got on the real test with what I get in the practice test.

Somebody is sure to get a bear hug the next time I see him..


Aug 15, 2008 at 4:07 PM // reply »
35 Comments

Ben,
Thanks for the blog post!
I have been meaning to get around to getting certified "someday"... so after seeing your post today, I felt compelled to actually follow through!
I have ordered the Exam Buster and scheduled the test for a couple of weeks from now.
They should pay you commission! lol


Aug 15, 2008 at 4:08 PM // reply »
10,640 Comments

@Ken,

Awesome stuff. I am gonna be doing the same :)


Aug 29, 2008 at 12:30 AM // reply »
35 Comments

Ben,
Thanks again for the blog post.
It got me motivated enough to take the exam, which I did this afternoon.
I passed with a score of 92%!
I ended up using the Exam Buster plus Ben Forta's book, ColdFusion MX7 ertified Developer Study Guide. It's like a Cliff's Notes for CF!

So, I followed thru, now it's your turn...


Aug 29, 2008 at 8:09 AM // reply »
10,640 Comments

@Ken,

Rock on man! Congratulations. Now I'm definitely gonna have to do it :)


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 12, 2012 at 3:37 AM
Learning ColdFusion 8: CFImage Part III - Watermarks And Transparency
Hi Ben, Just to ask currently it is placed bottom right corner, if i need to replace the same rendered image on the bottom left side or in the bottom center, how that can be calculated. bottom ce ... read »
Feb 11, 2012 at 9:29 PM
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
I can't say how glad I am that I found your post. Thank you very much. ... read »
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »