I passed the python engineer certification exam, so I released the study method

Overview

The python3 engineer certification exam is an exam conducted by the Python Engineer Development Promotion Association. As for my information, I usually develop in java, and I have almost no experience in developing in other languages. This time, I took this exam to acquire the basic knowledge of python3.

Explanation of the official page below

◆ How to take the exam Examination date: All year Test Center: Odyssey Communications CBT Test Centers Nationwide Application URL: http://cbt.odyssey-com.co.jp/pythonic-exam.html Examination fee: 10,000 yen (excluding tax) Student discount 5,000 yen (excluding tax)

◆ Exam outline Exam Name: Python3 Engineer Certification Basic Exam (English name: Python 3 Certified Engineer Basic Examination) Qualification name: Python3 engineer certification basic exam passer (English name: Python 3 Basic Grammar Certification) Summary: Exams that ask the basics of grammar Number of questions: 40 questions (all selection questions) Test time: 60 minutes Pass line: 70% correct answer rate Scope of questions: The questions will be given in the following ratios, with the contents of the main teaching material O'Reilly Japan "Python Tutorial 3rd Edition" as the scope of questions. You will also be asked from general knowledge. Certified teaching materials: Please see here. Certified Schools: Please see here.

Question range

The questions will be given in the following ratios, with the contents of the main teaching material O'Reilly Japan "Python Tutorial 3rd Edition" as the scope of questions. You will also be asked from general knowledge.

Although there is a description, the tutorial can also be viewed for free on the WEB. https://docs.python.org/ja/3/tutorial/

The questions to be asked are as follows.

Chapter Number of questions Question rate
Chapter 1 Let's have an appetite 1
Chapter 2 How to use the Python interpreter 1
Chapter 3 Easy introduction 6
Chapter 4 Control structure tool 9
Chapter 5 data structure 7
Chapter 6 module 2
Chapter 7 Input / output 1
Chapter 8 Errors and exceptions 4
Chapter 9 class 2
Chapter 10 Visiting the standard library 4
Chapter 11 Visiting the standard library ─ Part II 1
Chapter 12 Virtual environment and packages 1
Chapter 13 What's next? 0
Chapter 14 Input line editing and history replacement in an interactive environment 1
total 40 100.0%

Looking at this, it seems that it is okay if you study about 3 to 10 chapters. From Chapter 9 onwards, there are many things that are troublesome to remember instead of the number of questions, so the cost performance is bad.

How to study

I will scan through the tutorial. (At first, there is no problem just grasping the contents somehow)

You can take the mock exam from the URL below, so all you have to do is solve it. https://exam.diveintocode.jp/exam

As a procedure,

① Solve the mock exam    ↓ ② Go to the relevant part of the tutorial and check the question you made a mistake in the mock exam.

Just repeat ① and ② and solve until you get a passing score.

In the actual exam, questions like the mock exam were given, so I think that there is no problem if you are doing the mock exam.

Impressions and summary

I took the exam this time, but if I had practical experience in multiple languages, I didn't have much trouble. I bet on studying for a few weeks. To be honest, it is delicate whether or not it can be used in the future, but it may be an opportunity to acquire basic knowledge.

Recommended Posts

I passed the python engineer certification exam, so I released the study method
Have passed the Python Engineer Certification Data Analysis Exam
How amateurs passed the Python 3 Engineer Certification Basic Exam
Take the Python3 Engineer Certification Basic Exam
How to pass and study the Python 3 Engineer Certification Basic Exam
[Qualification] I studied Python from the basics to take the python3 engineer certification basic exam (study edition)
python engineer certification exam
Is the Python 3 Engineer Certification Basic Exam Really Easy?
How to study Python 3 engineer certification basic exam by Python beginner (passed in August 2020)
Impressions of taking the Python 3 Engineer Certification Basic Exam
How an "amateur banker" passed the Python 3 Engineer Certification Basic Exam in a week
I passed the Python data analysis test, so I summarized the points
[Qualification] I studied Python from the basics to take the python3 engineer certification basic exam (examination record)
Python3 Engineer Certification Basic Exam-I tried to solve the mock exam-
A memorandum regarding the acquisition of the Python3 engineer certification basic exam
Python3 Engineer Certification Data Analysis Exam Self-made Questions
I tried the least squares method in Python
Programming beginner Python3 engineer certification basic exam record
How to study Python 3 engineer certification data analysis test by Python beginner (passed in September 2020)
(Maybe) This is all you need to pass the Python 3 Engineer Certification Data Analysis Exam
Study method that passed LPIC202
I downloaded the python source
I got an AttributeError when mocking the open method in python
[Super basics of Python] I learned the basics of the basics, so I summarized it briefly.
I passed Java Gold in the first year of joining the company, so I will talk about study methods
I liked the tweet with python. ..
I wrote the queue in Python
I wrote the stack in Python
I implemented the K-means method (clustering method)
How do I represent the data passed in Curl --data-urlencode in Python Requests?
During the New Year holidays, I will study Python at Soshimu's Anaconda.
[Python] I examined the exe conversion method for distributing business efficiency tools.