Passed the Ruby Technician Certification Exam Silver

Introduction

I passed the Ruby Engineer Certification Exam Silver on 2020-05-21. 20200521B.png I hope this article will be helpful to those who are considering taking the exam.

How to study

I studied the following three things.

Test preparation book

The following books were used as test preparation books.

There is also a revised 2nd edition, but I think that there is no problem because it also supports v2.1. ~~ The used price is cheap ~~ If you are interested, we recommend downloading the errata.

Frequency of use: Medium

Practice exam

I used the next page for the practice exam questions.

The above two can be solved repeatedly, so I think the learning effect is high. 20200521C.png At first, you can look at the test preparation book or actually execute the code with VScode etc.

I think it's okay if you don't remember the problem too much.

Frequency of use: High AtCoder I myself am the type of person who repeatedly executes and remembers, so I learned a lot by solving AtCoder's problem. 20200521D.png Start with *** Java *** at the end of September, switch to *** Perl *** from around 2020, and then around April * [Mathematical puzzles to train more programmers' brains](https://qiita.com/ After reading superrino130 / items / ec340b4830b2c312e0cf) *, I switched to *** Ruby *** and I have a short history of Ruby. However, I learned the grammar by solving the gray diff problem, and learned the methods such as the String / Array / Hash class by solving the brown diff problem.

Frequency of use: Extra high

Summary

The best recommendation for studying for the exam is ** AtCoder **. By using * AtCoder Problems * together, you can proceed with your studies while checking the progress of your studies.

However, the range of classes and methods used becomes narrower (for example, people who use key? Do not remember ʻinclude? Has_key? Member?`, What is a here document? It's delicious). It seems that it is necessary to supplement it with a practice test site or a test preparation book.

Also, the articles of seniors posted on ** Qiita ** were also helpful, so I recommend you to read them.

Finally, we would like to thank everyone who commented on the article we posted.

ruby.rb


begin
  print "Happy Programming\n".chomp
end

Recommended Posts

Passed the Ruby Technician Certification Exam Silver
Ruby Technician Certification Exam
Ruby Technician Certification Exam Silver Examination Note
Passed the Ruby engineer certification exam Silver in two weeks from inexperienced
Ruby engineer certification test silver passed
Looking back on the important things to pass the Ruby engineer certification exam Silver
Reference memo for those who take the Ruby Silver exam (taken on December 28, 2020)
To get Ruby Silver at the last minute
[For Ruby beginners] Ruby engineer certification exam Silver/Gold exam notes
I passed Ruby Silver (June 2020), so I will summarize it.
Passed Java SE8 Silver
java bronze silver passed
Java8 Silver exam memorandum
About the [ruby] operator