Professional Cloud Architect
π Passed: January 31, 2025
Exam Overview:
Exam Details (January 31, 2025)β
- Exam Name: Google Cloud Certified - Professional Cloud Architect (Japanese)
- Date: January 31, 2025
- Time: 01:45 PM
- Location: On-site Test Center
Post-Exam Reflections πΈβ
Passed on January 31, 2025
My overall impression was that the exam was interesting. However, it wasn't easy, and there were quite a few questions I had never seen before.
The exam consisted of 50 questions, and I finished with about 30 minutes to spare, which was just enough time for a complete review. I was a bit disappointed, as I had hoped to finish sooner. I estimate my score was around 75-80%.
I recognized some questions from a Udemy course I had taken a while ago. The proportion of complex, multi-topic questions (e.g., combining Authentication, Organization, and Services) had significantly increased. There were fewer simple questions asking about the purpose of a single service.
I also felt there was a slight emphasis on security-related topics. Questions about networking and data integration seemed particularly challenging. There were several advanced, application-focused questions about IAM design.
A few questions on machine learning were also included. I also encountered a question about VM migration that was new to me and I wasn't confident about my answer.
π₯ Exam Strategy π₯β
- Understand the four official case studies.
Exam Day To-Do List (Based on successful strategies from PSE/PNE exams) βοΈβ
The Day Before:
- Get a good night's sleep.
- Set up eye mask, earplugs, and pillow.
On Exam Day:
- Wake up by 9:00 AM (crucial to be well-rested).
- Do a final review at a coffee shop.
- Retake and review the Official Practice Exam.
- Reread the case studies.
- Review weak areas (listed below).
- Do some final look-ups to solidify knowledge.
- Print the exam confirmation email.
- Forward the email to a mobile app for easy access.
- Take a 10-minute power nap before arriving at the venue to refresh my mind.
- Have a sugary snack for energy.
- Arrive at the test center and complete check-in by 3:10 PM (30 minutes before the start time).
- Exam Tactics: Read the answer choices first. Manage time to ensure a final review.
Study Plan:β
-
Practice, Practice, Practice:
- Consistently work through practice questions.
- Review incorrect answers:
- Practice Test 1
- Practice Test 2
- Practice Test 3
- Practice Test 4
- Review questions marked for review:
- Practice Test 1
- Practice Test 2
- Practice Test 3
- Practice Test 4
-
Official Practice Exam Attempts:
- Attempted the official practice exam multiple times:
- 86% on 2025/01/12
- 90% on 2025/01/13
- 95% on 2025/01/31
- Attempted the official practice exam multiple times:
-
Stay Current:
- Check the latest service updates and product list.
Weak Areas for Reviewβ
-
Google Compute Engine (GCE)
- Managed Instance Groups (MIGs)
- Instances
- What is Shielded VM?
-
Direct Peering exists outside of Google Cloud. Unless you need to access Google Workspace applications, the recommended way to access Google Cloud is through Dedicated Interconnect or Partner Interconnect.
-
5 GB of free, non-expandable persistent disk storage.
-
You can configure service perimeters at the project level or VPC network level. ... Additionally, you can use the VPC accessible services feature to restrict which services are accessible from within the perimeter, including VMs in VPC networks hosted within the perimeter.
-
Remember the minimum storage duration for each class.
-
What are Access Control Lists (ACLs)?
A mechanism you can use to define who has access to your buckets and objects, as well as what level of access they have. In Cloud Storage, you apply ACLs to individual buckets and objects.
-
Disaster Recovery Scenarios for Data
A lengthy but good read if time permits.
-
Federating Google Cloud with Active Directory
Also a long read; I don't fully understand this topic yet.
-
Google encrypts data at rest using the AES algorithm. All data at the storage layer is encrypted by default with a DEK using AES-256, with the exception of Persistent Disks created before 2015, which used AES-128. AES is widely used because both AES-256 and AES-128 are recommended by the National Institute of Standards and Technology (NIST) for long-term storage and are often part of customer compliance requirements.
-
Node Taints for GPU Preemptible VMs
The taint is
nvidia.com/gpu=present:NoSchedule
. -
Increasing the Size of a Persistent Disk
If you're using
ext4
, run theresize2fs
command. You don't need to reboot the VM after this process. You can now use the additional disk space to store data. -
Monitoring an Instance with Cloud Monitoring (Spanner)
You can see the correlation between a Spanner instance's CPU utilization and its latency. This might indicate that you need to add more compute capacity to the instance or that some queries have high CPU usage.
-
Troubleshooting Using the Serial Console
My takeaway: This allows you to view detailed logs from a VM, down to the kernel and BIOS level.
-
OS Login (Managing user access to VMs)
The OS Login feature allows you to manage SSH access to your Linux instances using Compute Engine IAM roles. You can enhance security by enabling OS Login with a two-step verification process and manage access at an organizational level by setting organization policies.
-
Maximum Subnet Range for Custom VPCs
If you expand the IPv4 range of a subnet that was automatically created in an auto mode VPC network (or a custom mode VPC network that was formerly an auto mode network), the widest prefix (subnet mask) you can use is /16.
-
Connectivity works for some VMs but not for others (Traffic Selectors)
Traffic selectors define a range of IP addresses for a VPN tunnel. Most VPN implementations not only use them for routing but also will only pass a packet through the tunnel if both of the following conditions are true:
- The packet's source is within the IP ranges specified in the local traffic selector.
- The packet's destination is within the IP ranges specified in the remote traffic selector.
-
In a private cluster, nodes only have internal IP addresses, isolating them and their pods from the internet by default. Client access to the control plane can be disabled, restricted, or unrestricted. A private cluster must be a VPC-native cluster. VPC-native clusters do not support legacy networks.
-
Challenging Topics (Legacy Notes):
- Connectivity/Access:
Memos on Prompts for Self-Study Question Generationβ
November 30, 2024
- I have set up a dedicated prompt in GPTs. However, it's sometimes necessary to reinforce the prompt during a session. For example, to overcome the limitations of generative AI, I might need to reinforce the latter part of a long-generated text or start a new session for multiple prompts.
Finalized working prompt:
- In a worst-case scenario, I managed by including the question number and the question text directly in the instruction.
Regarding the questions in "Knowledge" from "Chapter 4: Building and Operating Data Pipelines (Questions 151-200)," please improve the next 5 questions starting from question 165 as instructed. Always "search" the "Knowledge" for confirmation to correctly understand the correspondence between the original and improved questions and the intent of the instructions (format and explanation improvements).
- Ensure the explanations are detailed and beneficial for Google Cloud beginners.
- For important Google Cloud service names appearing in the questions, write them in the format "Official Name (Japanese Translation)".
Reference information for searching the relevant question in "Knowledge":
Question 165
In Dataflow streaming processing, what is the most common concept used for state management?
Tips for Self-Study with GPTsβ
Maximizing Effectiveness for Long Text Generation:
- If the output becomes distorted, create a new session and prompt again.
- This seems more effective than just refining the prompt, possibly because it reduces the system's load.
Next Best Tactic for Long Text Generation:
- Split the reference material into smaller chunks.
- This is particularly effective for tasks that require adherence to the original material's order and content, such as format improvements.
Magic Words for Contradictions (Prompt):
- "Always 'search' the 'Knowledge' for confirmation."
- Forcing the GPT to search the registered documents allows it to generate responses that are consistent with the format, content, order, and instructions of the reference material.
Fundamental Best Practices:
- Be specific and precise with prompts.
- In GPTs, you can pre-register instructions, so aim for clarity from the start.
- It's also important to supplement the pre-registered instructions with additional details in the prompt window during the session.
Tips for Generating Advanced Questionsβ
December 14, 2024
Improving Practice Exams:
- Copy the practice exam from the official site and save it as a text file.
- Register it with GPTs and clean up the format.
- Use Gemini (Studio) with a system prompt to progressively improve the questions.
Improving Foundational Questions:
- Generate a set of foundational questions aligned with the exam scope using GPTs.
- Use Gemini (Studio) with a system prompt to progressively develop them into more advanced, application-based questions.