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 gained from this chapter:

  1. Which permissions are required to increase the quota in a project?
    1. resourcemanager.projects.get
    2. resourcemanager.folders.get
    3. resourcemanager.organizations.get
    4. serviceusage.quotas.get
    5. All the above
  2. Which product would you use for a workload that requires full access to the underlying operating system?
    1. GKE
    2. Cloud Run
    3. GAE
    4. GCE
  3. What is the main difference between persistent disk and cloud storage?
    1. Cloud Storage is used mainly for object storage
    2. A persistent disk is a default boot device for VMs
    3. Cloud Storage objects can be accessed from VMs
    4. The persistent disk has an unlimited size
  4. A Compute Engine VM can have which of the following disks?
    1. A zonal persistent disk
    2. An extreme global disk
    3. A regional bucket disk
    4. A local SSD
  5. To use Google Cloud products, I need to __________:
    1. Have a billing account
    2. Attach a payment type
    3. Create a project
    4. Enable a specific product API
    5. All of the above
  6. What is the durability...