Module 3: Securing Access to Google Cloud

Looking for ‘Managing Security in Google Cloud Module 3 Answers’?

In this post, I provide complete, accurate, and detailed explanations for the answers to Module 3: Securing Access to Google Cloud of Course 9: Managing Security in Google Cloud – Preparing for Google Cloud Certification: Cloud Security Engineer Professional Certificate.

Whether you’re preparing for quizzes or brushing up on your knowledge, these insights will help you master the concepts effectively. Let’s dive into the correct answers and detailed explanations for each question!

Identity and Access Management

Graded Assignment

1. Which THREE of the following are IAM Objects that can be used to organize resources in Google Cloud?

  • Role
  • Container
  • Instance
  • Folder ✅
  • Organization ✅
  • Member
  • Bucket
  • Project ✅

Explanation:
In Google Cloud, IAM objects used to organize resources are:

  • Organization – The root node in the GCP resource hierarchy.
  • Folder – Used to group projects and apply policies.
  • Project – Basic unit for enabling and using GCP resources.

2. Projects in Google Cloudprovide many management-related features, including the ability to (choose TWO)

  • Track and manage quota usage. ✅
  • Selectively enable specific services and APIs. ✅
  • Keep on-prem AD/LDAP accounts synced up with user’sGoogle Cloudresources.
  • Balance server load between different Projects.

Explanation:
Projects:

  • Have quotas to limit and monitor resource usage.
  • Let you enable or disable APIs based on what’s needed.

3. Which TWO of the following statements about Cloud IAM Policies is TRUE?

  • An organization policy can only be applied to the organization node.
  • A Policy binding binds a list of members to a role. ✅
  • A policy is a collection of access statements attached to a resource. ✅
  • A less restrictive parent policy will not override a more restrictive child resource policy.

Explanation:

  • A policy is a collection of bindings, each of which maps members to roles.
  • These are attached to a resource like a project, folder, or organization.

Leave a Reply