Book Image

Google Cloud Associate Cloud Engineer Certification and Implementation Guide

By : Agnieszka Koziorowska, Wojciech Marusiak
Book Image

Google Cloud Associate Cloud Engineer Certification and Implementation Guide

By: Agnieszka Koziorowska, Wojciech Marusiak

Overview of this book

Google Cloud Platform (GCP) is a leading cloud provider, helping companies and users worldwide to solve the most challenging business issues. This book will teach cloud engineers working with GCP how to implement, configure, and secure cloud environment, and help students gain confidence in utilizing various GCP services. The book begins by introducing you to Google Cloud and the ACE exam, including various resources that can help you pass. The next set of chapters will help you explore the various compute options in Google Cloud, such as Google Kubernetes Engine and Google Compute Engine. As you advance, you'll gain a clear understanding of the essence of the cloud, including networking and storage, as well as the data analytics products that Google Cloud provides. The chapters also cover key topics such as monitoring, logging, diagnostics, and price estimation along with the most crucial of subjects, security, with a particular focus on identity and access management. Finally, you'll be given the chance to test your newfound knowledge with the help of two mock exams. By the end of this book, you’ll have learned the difference between various Google Cloud Platform services, along with specific use cases, and be able to implement these services with the GCP console and command-line utilities.
Table of Contents (20 chapters)
1
Part 1:Overview of Google Cloud Platform and Associate Cloud Engineer Certification
4
Part 2:Configuring and Implementing Google Cloud
6
Chapter 4: Implementing Compute Solutions – Google Compute Engine
12
Part 3:Data Analytics, Security, Operations, and Cost Estimation in Google Cloud
16
Mock Test 1
17
Mock Test 2

Questions

Answer the following questions to test your knowledge of this chapter:

  1. What are the primary components of GKE?
    1. Master nodes and worker nodes
    2. Master nodes
    3. Worker nodes
    4. Dedicated nodes, worker nodes, and master nodes
  2. Which of the following statements about Kubernetes is true?
    1. A node is used to monitor GKE clusters
    2. A node is used to host the GKE API
    3. A node cannot be scheduled on demand
    4. A node is the smallest unit of computing hardware in Kubernetes
  3. Which of the following statements describes a Pod in Kubernetes?
    1. Pods can only run one container
    2. Pods are static
    3. Pods can be run on VMs
    4. A Pod is a group of one or more containers
  4. Which operating system image can you run on a node in GKE based on version 1.23 and upward?
    1. Container-Optimized OS with containerd (cos_containerd)
    2. Ubuntu with containerd (ubuntu_containderd)
    3. Windows LTSC with containerd (windows_ltsc_containerd)
    4. All of these
  5. Which gcloud namespace can be used to create a GKE cluster?
    1. gcloud container clusters create...