Since I passed Java Silver SE 11 in February 2020, I would like to write about the motivation for taking the exam, study period, study method, etc.
Examination date | Pass line | Correct answer rate | result |
---|---|---|---|
February 27, 2020 | 63% | 85% | Pass |
Second year programmer graduated from a certain vocational school (at the time of the examination) Experienced C # development projects in business for about a year and a half
The manager of the department I belong to said, "Please get Java Silver at least by the end of the year." I decided to take the exam because I thought it was a good opportunity to study the basics. ~~ I'm not looking for a lump sum for qualification (low voice) ~~ </ font>
The period is 2 months, and the study method is mainly to solve Kuromoto's problems. For the code whose execution result is hard to imagine just by reading the code in question, I actually wrote the code and tried it.
Black book used ↓ (Amazon sales page) [Thorough capture Java SE 11 Silver problem collection [1Z0-815] compatible (Japanese) Book (soft cover)](https://www.amazon.co.jp/%E5%BE%B9%E5%BA%95 % E6% 94% BB% E7% 95% A5Java-SE-11-Silver% E5% 95% 8F% E9% A1% 8C% E9% 9B% 86-1Z0-815 / dp / 4295007625) There is also a Kindle version, but we recommend the book because it is convenient because there are check boxes for each question to check the comprehension level.
I actually took the exam and felt that, as I wrote above, __Kuromoto recommends at least 3 laps __. In the actual exam, there is a tendency for questions and similar questions to be asked as they are in Kuromoto, so if you can understand Kuromoto's explanations, you will be able to pass the exam.
Here's what I did when I used Kuromoto.
In addition, we will study in the following 2 steps on all laps.
In the first place, I can't talk unless I know what kind of content will be asked, so I'll try to solve it first.
Match the explanation and answer, and check the check box of the question sentence for __correct answer and the one that your understanding and the content of the explanation match.
Check if you can understand the problem that was incorrect in the first lap by reading the explanation. If the answer is correct after understanding the explanation, check the check box of the question sentence as in the first lap.
Solve the wrong problem (= the problem with the check box unchecked) by the second lap.
If the correct answer rate is less than 80% in the total finishing question (mock test) at the end of the 3rd lap, the correct answer rate will be 80% or more on the 4th lap, 5th lap, and so on.
Depending on the exam venue, the venue I took the exam had a low monitor resolution and I couldn't see the entire code without scrolling the screen.
Therefore, I think it takes time to read the code, unlike when you can see the entire code in the black book spread.
In order to challenge the exam with a sense of comfort, the correct answer rate is 80% or more __ in the __total finishing question in Kuromoto, __ solve in 120 minutes out of 180 minutes of the exam time, I felt that it was best to be able to allocate the pace of review __ in the remaining 60 minutes.
I've written it for a long time, but if you can do the following three points, let's apply for the exam.
We hope that this article will be useful to those who are going to take the test.
Kuromoto's author Shiga-sensei's You Tube channel Kuromoto-sensei is not kind !? Java
Recommended Posts