| Author |
New Mock Exam - SCJP
|
camilo lopes
Ranch Hand
Joined: Aug 08, 2007
Posts: 202
|
|
Hi everybody.
I have created a Mock Exam to SCJP in english. Its beta version. You can access on this page: Exam Mock
There is a version in portuguese with different questions.
The version in english there is a "Timer" for each question, where you have to answer each question quickly, like this you can control you time.
let you feedback on my blog, like this i will can improve our Mock Exam.
thanks.
|
Brazil - Sun Certified Java Programmer - SCJP 5
http://www.camilolopes.com/ About Java - Update every Week.
Guide SCJP - tips that you need know http://blog.camilolopes.com.br/livrosrevistaspalestras/
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
You need more time than 20 seconds and one question doesn't have a question
I didn't finish the test because I'm spending 15 sec to read the question and then
I have only 5 sec left to think which is much to short. On the real exam you have 3
minutes a question. But you could spend 30 minutes on one question as long you
stay under the 180 min total.
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
camilo lopes
Ranch Hand
Joined: Aug 08, 2007
Posts: 202
|
|
|
great! suggestion i will update. thanks.
|
 |
Devaka Cooray
Saloon Keeper
Joined: Jul 29, 2008
Posts: 2699
|
|
Good job Camilo
Thanks for giving that for free.
|
Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
|
 |
maggie joseph
Ranch Hand
Joined: Dec 29, 2009
Posts: 185
|
|
hi Camilo,well i am not understanding anything from your page...I am interested in giving mock exam of your site..kindly guide me whether how do i start with the exam....
thanks....
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
Just scroll down a bit. There is a link SimSCJP Timer – English
|
 |
camilo lopes
Ranch Hand
Joined: Aug 08, 2007
Posts: 202
|
|
Devaka Cooray wrote:Good job Camilo
Thanks for giving that for free.
oh thanks. When i was studying for scjp, i created 300 questions. but i did not have time to put all question on this Mock. =/
|
 |
Sree Potluri
Ranch Hand
Joined: Aug 12, 2009
Posts: 62
|
|
Hi Camilo,
I gave the exam and found this error.
1. String[] elements = { "for", "tea", "t0o"};
String first = (elements.length>0)?elements[0] null;
What is the result, answer is compilation fails because there is no ":" between elements[0] and null, but your answer says variable first is set to element[0].
2. public static void test(String str){
if (str==null|str.length()==0){
System.out.println("String is empty");
}else {
System.out.println("String not empty");
}
}
test(llull), compilation fails because we have to pass a String
3. ArrayList a = new ArrayList(); containing values {1, 2,..8}
Comparator c = Collections.reverseOrder();
Collections.sort(a, c);
int result = Collections.binarySearch(a,6,c); // Replace "6" by 6.
Please review these questions.
|
 |
camilo lopes
Ranch Hand
Joined: Aug 08, 2007
Posts: 202
|
|
Sree Potluri wrote:Hi Camilo,
I gave the exam and found this error.
1. String[] elements = { "for", "tea", "t0o"};
String first = (elements.length>0)?elements[0] null;
What is the result, answer is compilation fails because there is no ":" between elements[0] and null, but your answer says variable first is set to element[0].
2. public static void test(String str){
if (str==null|str.length()==0){
System.out.println("String is empty");
}else {
System.out.println("String not empty");
}
}
test(llull), compilation fails because we have to pass a String
3. ArrayList a = new ArrayList(); containing values {1, 2,..8}
Comparator c = Collections.reverseOrder();
Collections.sort(a, c);
int result = Collections.binarySearch(a,6,c); // Replace "6" by 6.
Please review these questions.
Hi Sree, thank you so much, for your feedback. I am going to update those questions. I do not know how that happened.
I did not get to find the question number 3.
do you remember the number of the question?
|
 |
Sree Potluri
Ranch Hand
Joined: Aug 12, 2009
Posts: 62
|
|
Hi Camilo,
I am not sure of the question number, but the question was what is the result.
Thanks,
Sree
|
 |
camilo lopes
Ranch Hand
Joined: Aug 08, 2007
Posts: 202
|
|
hmm, i searched in all mock, but i did not get to find. its strange, i will search again.
thanks. have a nice weekend.
|
 |
 |
|
|
subject: New Mock Exam - SCJP
|
|
|