Module 3: Controlling Access to VPC Networks

Looking for ‘Networking in Google Cloud: Network Security Module 3 Answers’?

In this post, I provide complete, accurate, and detailed explanations for the answers to Module 3: Controlling Access to VPC Networks of Course 6: Networking in Google Cloud: Network SecurityPreparing 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!

Module Quiz

Graded Assignment

1. Which IAM role contains permissions to create, modify, and delete networking resources, except for firewall rules and SSL certificates?

  • Network administrator ✅
  • Network viewer
  • Security viewer
  • Security administrator

Explanation:
The Network Administrator role (roles/compute.networkAdmin) allows a user to:

  • Create, modify, and delete networking resources like VPC networks, subnets, and routes.
  • Does NOT include permissions to manage firewall rules or SSL certificates, which are handled by other roles such as Security Admin.

2. Which type of IAM member belongs to an application or virtual machine instead of an individual end user?

  • Service account ✅
  • Google account
  • Cloud Identity domain
  • Google group

Explanation:
A service account is a special type of Google account intended to represent:

  • Applications, VMs, or services — not individuals.
  • It is used to authenticate and authorize programmatic access to Google Cloud APIs and services.

Leave a Reply