DEV Community

Cover image for Took the Google Cloud Certified Associate Cloud Engineer Exam
Kenta Takeuchi
Kenta Takeuchi

Posted on • Originally published at bmf-tech.com

Took the Google Cloud Certified Associate Cloud Engineer Exam

This article was originally published on bmf-tech.com.

Overview

I took and passed the Google Cloud Certified Associate Cloud Engineer exam, so I wanted to reflect on my study process for future retakes or other exams.

Background

I am a software engineer with about 7-8 years of experience. I have around 2 years of experience with GCP, though I have more experience with AWS.

Motivation

I had opportunities to work with both AWS and GCP in my job. I had already obtained the Associate level certification for AWS but not for GCP, so I decided to study for it.

I obtained the AWS certification about two years ago.
cf. Took the AWS Certified Solutions Architect Associate Exam

Originally, I planned to take the GCP exam after the AWS one, but various things happened, and it ended up being at this timing.

This year, I wanted to properly catch up with Kubernetes, and I felt that GKE might be better than EKS for Kubernetes operations (personal opinion). This motivation to learn about GKE and other GCP services and to be able to design architecture on GCP also pushed me to take the exam.

The AWS certification is valid for 3 years, while the GCP one is slightly shorter at 2 years, but this did not particularly affect my motivation.

Exam Experience

I took the exam at a test center in Yokohama.

Like AWS, the exam can be taken online, but I chose onsite because there are fewer things to worry about regarding the environment.

It was a weekday, so there were hardly any people, and I could concentrate fully.

I can't say much about the exam content, but I felt that I could fully utilize what I studied.

The official exam results were delayed beyond the expected date, but it seems that others who took the exam around the same time experienced the same delay.
cf. https://note.com/aiue408/n/n8d5587f7362a

Study Period

The study period was about 2-3 months.

I studied during gaps in my parental leave, but since I had been studying a bit beforehand, it felt like it was actually less than 2 months.

I planned to pass within 3 months, but I was able to move up the schedule by about 2 weeks, which was good.

What I Studied

I summarized my study notes in Notes on GCP. I wrote them roughly to input key points into my head, and they were quite helpful.

The official information is comprehensive, but there are fewer practice test collections (reference books) compared to AWS, which made me anxious about the fewer practice opportunities.

By understanding the exam scope and trends and studying based on official information, I managed to get by.

Books

  • GCP Textbook
  • GCP Textbook 2

GCP Textbook 3 is also published, but since there didn't seem to be deep questions about Cloud AI products, I skipped reading it.

If you want to start with an introduction, it might be good to read, but if you're aiming for the shortest exam study, you might not need to read it.

Documentation

  • Documentation
    • I skimmed through it.
    • Like the AWS certification, if you want to pass the exam quickly, you don't need to read everything. Just refer to it to fill in gaps identified by practice tests. I read it thoroughly because I was interested.
  • Cloud Architecture Guidance
    • Various materials proposing references, guidance, and best practices
    • It's tough to read everything, so I only read what interested me
    • Regardless of the exam, if you're using GCP, reading the Google Cloud Architecture Framework might be beneficial.
  • gcloud CLI Quick Reference
    • I didn't look at everything. I only referred to commonly used commands related to practice tests and exam scope.
    • Based on the trends of Udemy practice tests, I thoroughly reviewed commands around iam, compute, container, config, and app.

Blogs

YouTube

Coursera

Google Skills Boost

The following courses were also listed as related materials in the Workbook.

I completed several courses introduced in Preparing for Your Associate Cloud Engineer Journey | Google Cloud Skills Boost.

While learning from the above courses, I used Qwicklabs to cover areas I was weak in.

Google Cloud Certified Jumpstart Program

Practice Tests

Others

I tackled several GCP-related tasks on Qwiklabs.

Hands-on practice helps retain information and is practical. It was helpful during the AWS exam as well.

Since there are questions about gcloud commands in the exam, getting familiar with commands on Qwicklabs is meaningful.

It also helped deepen understanding of services I hadn't used before.

I found that a subscription was more cost-effective than purchasing individual credits, so I subscribed. I've subscribed about four times in my life, but I don't subscribe to an annual plan since I don't use it year-round, so I pay as needed...

Thoughts

I'm glad I passed on the first try.

Unlike AWS certification exams, there is a retake policy for GCP, which imposes penalties like a maximum number of attempts and a cooldown period before retaking. You also have to pay the exam fee again for retakes, which adds pressure each time.

Even if I failed, I tried to think positively that understanding the exam trends and difficulty would increase my pass rate if I had to retake it, so I didn't focus on failing. However, my hands shook a bit when submitting the exam answers.

I believe AWS and GCP certification exams are not just memorization tests but exams that test practical knowledge. I think it's worth spending the cost (time and money) to acquire and demonstrate foundational knowledge, so I want to continue taking exams in the future.

Top comments (0)