Jeanne Boyarsky wrote:There was one other, but I didn't write it down. I'll keep track when I take other exams.
Rob Schipull wrote:Was the "filed vs. field" the only one you saw?
Roel De Nijs wrote:
I didn't pay attention when taking FT001, but I did when I took FT002. Here's my list (of nitpicking errors):
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Jeanne Boyarsky wrote:Found the other typo I saw (I got the same question on field test 2 so wrote it down this time)
classCastException -> ClassCastException
Roel De Nijs wrote:I didn't notice on my 1st survey, but I did on the second one: the three personal questions at the start are also numbered and that's why the survey has 53 questions. I assume the number of correctly answered questions doesn't take these questions into account, but is your score on the 50 Java questions.
Rob Schipull wrote:Yes, you are correct. The 3 demographic questions at the beginning of the test are not factored into your total score. Your total score is factored on the 50 Java questions in each Field Test.
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Jeanne Boyarsky wrote:fyi - i stopped after FT 3. Too many of the questions were the same so it got boring.
Roel De Nijs wrote:Some typos from FT004:
Int --> int (in question about which data types can NOT be used in a switch statement) Which data type could not be evaluated in a switch expression until java 6? --> "until java 6" should be "before java 7" ("until" is ambiguous: is java 6 included or not, depends on interpretation) HashCode and ArrayList --> hashCode HashCode and equals --> hashCode Concurrenthashmap --> ConcurrentHashMap from Synchronized block --> synchronized a NUMERIC(VARCHAR, BLOB) data type --> NUMERIC(VARCHAR, BLOB) is a very, very strange data type
And I have doubts about the correctness of these questions:
Which of these is not an escape sequence? --> \b and \f are valid escape sequences, but the two others are not and I could select only one (source) and the question about local variables also has 2 correct answers, but you can select just one (illustrated in this code snippet)
Kind regards,
Roel
Roel De Nijs wrote:Just have finished FT006.
That's it for me! All surveys taken, no more fun for me
Rob Schipull wrote:I can't tell you how much I appreciate you taking the time to go through all of the Field Tests and provide feedback on some of the Q&As. Your feedback has been extremely helpful.
Rob Schipull wrote:Anything you can mention in this thread about the questions, or the test taking process, that others thinking of spending the time to answer the questions might find helpful?
Rob Schipull wrote:We are hoping to have between 250-400 responses for each question for a research project we are working on.
Roel De Nijs wrote:
What's the current status? Did you already have reached your target?
Field Test | Signed Up | Completed Tests | Completion% |
---|---|---|---|
Java FT001 | 84 | 20 | 23.8% |
Java FT002 | 6 | 3 | 50.0% |
Java FT003 | 3 | 2 | 66.7% |
Java FT004 | 2 | 1 | 50.0% |
Java FT005 | 1 | 1 | 100.0% |
Java FT006 | 5 | 1 | 20.0% |
Rob Schipull wrote:Here is the current breakout by Field Test:
Rob Schipull wrote:Once we moved into the "Blatant Advertising" category, on Code Ranch, the participation dropped pretty quickly. Any thoughts on getting the word out and increasing participation?
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Roel De Nijs wrote:
What to do?
1/ You announced in one of your previous posts to have a random drawing for a $100 gift card. But it didn't get a follow-up. So maybe that could be an option. Then people could get something in return for their (time) investment. (I can add the drawing and its conditions to your first post)
Rob Schipull wrote:Noel,
Rob Schipull wrote:I will put together the follow up email that had the details of the random drawing for the gift card and make a follow up post on this thread either today or tomorrow.
Jeanne Boyarsky wrote:
Where else did you advertise this besides this post? Maybe send it to schools to get more participants?
Roel De Nijs wrote:
Rob Schipull wrote:Noel,
It's a little bit early for Christmas
Rob Schipull wrote:Wow, my apologies for the name misspelling. One of my friends from high school was named Noel so I guess I was just used to typing that instead of "Roel". Sorry about that
Rob Schipull wrote:Here are the rules I came up with for the Gift Card drawing.
Roel De Nijs wrote:
I updated the subject of this topic (to mention the possibility to win a gift card) and I also edited the first post of this thread to add a note about the gift card drawing with a link to your previous post (about the rules of the gift card drawing). Hope that's ok with you!
Rob Schipull wrote:Thanks for updating my original post with the new info. about the $100 drawing. I've definitely seen an increase in traffic today as a result.
Tim Driven Development | Test until the fear goes away
Tim Cooke wrote:I spent a bit of time yesterday and completed all 6 question packs. I scored equally terrible in each of them, but never mind
Roel De Nijs wrote:Glad to see your efforts are paying off. Hopefully this increase continues on the long term.
Rob Schipull wrote:If that doesn't cheer you up, then just think you now have 6 opportunities to win $300 (2 entries for each $100 drawing)
Roel De Nijs wrote:Can someone be the winner of more than one drawing? Because I don't think that's clearly mentioned in the rules. So will you be excluded for any other drawings if you are the winner in the first (or second) drawing. Based on this comment, I'm inclined to say: if you are really very lucky, you could win all 3 drawings and you could go crazy on Amazon.com
Rob Schipull wrote:If you ended up being really lucky you could potentially win all three and go bonkers on Amazon. The statistical probability of that happening are pretty remote, but not impossible.
Tim Driven Development | Test until the fear goes away
Tim Cooke wrote:If the amount of outrageously unlikely things that happen in our software systems every day is anything to go by: I'm filling my Amazon basket now.
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Jeanne Boyarsky wrote:I took exam 6 to time how long it took me if I was trying to blow through it. The answer was 8 minutes to get 66%. I probably would have done marginally better had I been shooting for being fast. (And I was trying to participate in the context, I could have just done something else for 10 minutes and then pressed submit.) Why it didn't take 15 minutes:
A good number of questions are repated across exams so I've seen them Some questions aren't much reading I spend a lot of time looking at (and writing) mock questions I've always taken exams quickly and finish in about the expected time
Also, “Synchromized” is spelled wrong
Then YOU must do the pig's work! Read this tiny ad. READ IT!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|