Google Cloud Storage MCQ Questions and Answers

Mastering Google Cloud Storage is crucial for cloud certification success. This dedicated practice set features 124 Google Cloud Storage MCQ questions and answers designed to mirror real exam scenarios across various GCP certifications.

📝 124 Questions⏱️ 90 min🎯 Pass: 70%

About Google Cloud Storage Practice Questions

This detailed quiz focuses on Google Cloud Storage, covering key concepts and scenarios often found in GCP exams.

  • Comprehensive coverage of Google Cloud Storage features.
  • Scenario-based questions testing design and troubleshooting skills.
  • Detailed explanations to reinforce learning.

All 124 Google Cloud Storage Questions

Browse through the complete list of questions and answers below. Use this resource to review specific concepts or check your understanding of Google Cloud Storage.

1

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
2

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Share full administrative credentials
Create long-term access keys for each developer
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
3

Which Cloud Storage class is best for data that is infrequently accessed but needs to be available in milliseconds when requested?

Nearline Storage
Standard Storage
Coldline Storage
Archive Storage
View Explanation
✓ Correct Answer: Nearline StorageExplanation:Nearline is for data accessed less than once a month, providing fast access at a lower storage price than Standard.
4

What is a 'Bucket' in Google Cloud Storage?

A basic container that holds your data (objects)
A physical hardware drive
A type of database table
A billing report category
View Explanation
✓ Correct Answer: A basic container that holds your data (objects)Explanation:Buckets are the top-level containers for everything you store in Cloud Storage.
5

Which Cloud Storage feature allows you to automatically transition objects to cheaper storage classes as they age?

Object Lifecycle Management
Object Versioning
Retention Policies
Uniform Bucket-Level Access
View Explanation
✓ Correct Answer: Object Lifecycle ManagementExplanation:Lifecycle rules can be used to manage storage costs by moving data to Nearline, Coldline, or Archive classes automatically.
6

What is the purpose of 'Object Versioning' in Cloud Storage?

To keep a history of every change to an object so you can recover from accidental deletions
To speed up the upload of large files
To encrypt the data using multiple keys
To make the data available publicly
View Explanation
✓ Correct Answer: To keep a history of every change to an object so you can recover from accidental deletionsExplanation:Versioning creates a noncurrent version of an object every time you overwrite or delete it.
7

Which Cloud Storage class offers the lowest cost per GB and is intended for data that you plan to keep for years and access less than once a year?

Archive Storage
Coldline Storage
Standard Storage
Multi-Regional Storage
View Explanation
✓ Correct Answer: Archive StorageExplanation:Archive storage is ideal for compliance records or long-term backups.
8

How can you grant a user temporary access to a private object in Cloud Storage without giving them a Google account or project permissions?

Signed URLs
Public access (ACL)
IAM Roles
Identity Platform
View Explanation
✓ Correct Answer: Signed URLsExplanation:Signed URLs provide time-limited access to objects for anyone who has the URL.
9

What is the maximum size of a single object you can store in Google Cloud Storage?

5 Terabytes
100 Gigabytes
1 Petabyte
Unlimited
View Explanation
✓ Correct Answer: 5 TerabytesExplanation:Similar to S3, Cloud Storage has a 5 TB limit for an individual file.
10

Which Cloud Storage feature ensures that objects in a bucket cannot be deleted or modified for a specific period of time for regulatory compliance?

Bucket Lock (Retention Policy)
Object Lifecycle Management
Uniform Access
CMEK (Customer-Managed Encryption Keys)
View Explanation
✓ Correct Answer: Bucket Lock (Retention Policy)Explanation:Once a retention policy is locked, you cannot shorten its duration or remove the policy until all objects have reached the retention age.
11

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Cloud SQL
Google Compute Engine running a web server
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
12

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Create long-term access keys for each developer
Share full administrative credentials
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
13

Which Cloud Storage class is optimized for data that is accessed at most once a year, such as long-term backups for compliance?

Archive
Coldline
Nearline
Standard
View Explanation
✓ Correct Answer: ArchiveExplanation:Archive storage offers the lowest monthly cost but has a 365-day minimum storage duration.
14

What is 'Object Lifecycle Management' in Cloud Storage used for?

To automatically perform actions on objects (like migrating to cooler classes or deleting them) based on criteria like age or version count
To monitor the security of the objects
To encrypt the bucket with a new key
To backup the data to an on-premises drive
View Explanation
✓ Correct Answer: To automatically perform actions on objects (like migrating to cooler classes or deleting them) based on criteria like age or version countExplanation:Lifecycle management helps optimize storage costs by reducing manual labor for data retention policies.
15

Which Cloud Storage feature allows you to restrict access to objects in a bucket so that they are only accessible via a signed URL that expires after a certain time?

Signed URLs
Public Access Prevention
Uniform bucket-level access
Object-level ACLs
View Explanation
✓ Correct Answer: Signed URLsExplanation:Signed URLs provide time-limited, delegated access to private data.
16

What is the primary benefit of 'Uniform bucket-level access' in Cloud Storage?

It ensures that access to all objects in a bucket is managed solely via IAM policies, disabling the use of legacy ACLs
It makes the bucket public and readable by anyone
It speeds up the data transfer to the bucket
It compresses the files in the bucket
View Explanation
✓ Correct Answer: It ensures that access to all objects in a bucket is managed solely via IAM policies, disabling the use of legacy ACLsExplanation:Uniform access is the modern security recommendation to prevent complex and conflicting permissions caused by ACLs.
17

An administrator wants to prevent an object in a bucket from being deleted or overwritten for a specific period (e.g., 7 years) to meet legal requirements. Which feature should they use?

Retention Policy (Bucket Lock)
Object Versioning
IAM Viewer role
Cloud Logging
View Explanation
✓ Correct Answer: Retention Policy (Bucket Lock)Explanation:Retention policies provide 'Write-Once-Read-Many' (WORM) capability in Cloud Storage.
18

What is the purpose of 'Object Versioning' in Cloud Storage?

To keep non-current versions of an object when it is deleted or overwritten, allowing for recovery
To track the history of who changed which file
To provide public access to older versions
To compress older versions of the file
View Explanation
✓ Correct Answer: To keep non-current versions of an object when it is deleted or overwritten, allowing for recoveryExplanation:Versioning protects against accidental deletions by retaining a history of changes.
19

Which tool can be used to transfer terabytes of data from an on-premises cluster to Cloud Storage efficiently, especially when multiple machines can copy data in parallel?

gcloud storage cp or gsutil -m cp
Cloud Console upload
Storage Transfer Service for On-premises
Transfer Appliance
View Explanation
✓ Correct Answer: gcloud storage cp or gsutil -m cpExplanation:The '-m' flag in gsutil and the multi-threading in 'gcloud storage' allow for parallelized, high-performance copying.
20

Is Cloud Storage considered a 'Global' resource in Google Cloud?

Yes, bucket names are globally unique across all Google Cloud users
No, buckets are regional only
Only for multi-regional buckets
No, you must specify a region
View Explanation
✓ Correct Answer: Yes, bucket names are globally unique across all Google Cloud usersExplanation:The namespace for Cloud Storage is global, meaning no two users can have a bucket with the same name.
21

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
22

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Share full administrative credentials
Create long-term access keys for each developer
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
23

An enterprise wants to enforce a policy that all Cloud Storage buckets created in the organization must have 'Uniform Bucket-Level Access' enabled to prevent accidental exposure of individual objects. How should they implement this?

Use an Organization Policy with a custom constraint
Run a daily script to fix buckets
Use IAM roles only
Disable ACLs at the project level
View Explanation
✓ Correct Answer: Use an Organization Policy with a custom constraintExplanation:Organization Policy Service allows administrators to set constraints across the entire GCP hierarchy, including enforcing Uniform Bucket-Level Access for all new buckets.
24

You are migrating a 1 PB dataset of medical images to Cloud Storage. The data is currently on-premises and must be moved as quickly as possible. You have a 1 Gbps internet connection. What is the most feasible way to migrate ?

Use gsutil -m cp over the internet
Request multiple Transfer Appliances from Google
Set up a Dedicated Interconnect
Use the Storage Transfer Service (agentless)
View Explanation
✓ Correct Answer: Request multiple Transfer Appliances from GoogleExplanation:Moving 1 PB over a 1 Gbps link would take months. Transfer Appliance is the physical data transfer solution for multi-petabyte datasets where bandwidth is a bottleneck.
25

You are hosting a website on Cloud Storage. You want to use a custom domain name (e.g., www.example.com) and serve content over HTTPS. What is the architecture to achieve this?

Global External HTTP(S) Load Balancer with a Cloud Storage backend
Directly point DNS to the bucket name
Use a Cloud VPN
Use Cloud Run as a proxy to the bucket
View Explanation
✓ Correct Answer: Global External HTTP(S) Load Balancer with a Cloud Storage backendExplanation:Cloud Storage buckets do not support HTTPS with custom domains natively. You must use an HTTP(S) Load Balancer as the frontend to handle SSL termination and custom domain routing.
26

Scenario: A fintech startup wants to ensure that developers cannot accidentally create public Cloud Storage buckets. How should they enforce this organization-wide?

Enable the 'Public Access Prevention' (PAP) organization policy
Remove the 'Storage Admin' role from all developers
Use a script to check for public ACLs every hour
Enable VPC Service Controls
View Explanation
✓ Correct Answer: Enable the 'Public Access Prevention' (PAP) organization policyExplanation:The 'Public Access Prevention' organization policy is a strong, centralized control that prevents any bucket in the hierarchy from being made public via IAM or ACLs.
27

You are hosting a large-scale data lake on Cloud Storage. You want to automatically move objects to cheaper storage classes (e.g., Nearline to Coldline) after they haven't been accessed for 90 days. How should you do this?

Object Lifecycle Management
Cloud Dataflow pipeline
Cloud Functions on a timer
Manual movement using gsutil
View Explanation
✓ Correct Answer: Object Lifecycle ManagementExplanation:Lifecycle Management rules allow you to automate the transition of objects between storage classes based on age and other conditions, optimizing costs.
28

A financial firm needs to store sensitive audit logs for 7 years without the possibility of them being deleted or modified, even by an administrator with 'Owner' permissions. Which Cloud Storage feature should they use?

Bucket Lock (Retention Policy)
IAM User permissions
Versioning
Object Lifecycle Management
View Explanation
✓ Correct Answer: Bucket Lock (Retention Policy)Explanation:Bucket Lock allows you to configure a data retention policy that prevents objects from being deleted or overwritten for a specified period, helping meet WORM (Write Once, Read Many) compliance requirements.
29

You are designing an archival strategy for 500 TB of scientific data. The data must be retained for 10 years and will likely never be accessed. What is the most cost-effective storage class?

Archive Storage (Cloud Storage)
Coldline Storage
Nearline Storage
Persistent Disk (HDD)
View Explanation
✓ Correct Answer: Archive Storage (Cloud Storage)Explanation:Archive storage is the cheapest class for data accessed less than once a year, with a minimum storage duration of 365 days.
30

You are hosting a static website on Cloud Storage and want to provide a way for authenticated users to upload large files directly to a specific bucket without sharing your private service account keys. What is the most secure method?

Generate a Signed URL for each upload request
Grant the users 'Storage Object Creator' role at the bucket level
Use a public-writable bucket with a randomized name
Hardcode a service account key in the client-side JavaScript
View Explanation
✓ Correct Answer: Generate a Signed URL for each upload requestExplanation:Signed URLs provide time-limited, specific access to an object or bucket, allowing for secure uploads without exposing long-lived credentials.
31

What is the primary difference between IAM roles and ACLs in Cloud Storage?

IAM roles apply to a bucket and its objects as a whole; ACLs can be applied to individual objects
ACLs are faster
IAM is only for administrators
ACLs are newer and more secure
View Explanation
✓ Correct Answer: IAM roles apply to a bucket and its objects as a whole; ACLs can be applied to individual objectsExplanation:IAM is the recommended way to manage access at the bucket level. ACLs offer legacy, fine-grained control at the individual object level but are generally less manageable at scale.
32

What is the primary benefit of 'Regional Cloud Storage' over 'Multi-Regional Cloud Storage'?

Lower latency for compute resources in the same region and lower cost for data processing
Higher availability
Lower storage cost
Support for more storage classes
View Explanation
✓ Correct Answer: Lower latency for compute resources in the same region and lower cost for data processingExplanation:Regional buckets offer the lowest possible latency for data access within that region and avoid network egress charges when accessed by VMs in the same region.
33

To protect against a ransomware attack that deletes all objects in a Cloud Storage bucket, which feature should you enable?

Object Versioning
Bucket Lock
Lifecycle Management
IAM roles
View Explanation
✓ Correct Answer: Object VersioningExplanation:Object versioning keeps a history of all versions of an object. Even if an object is deleted or overwritten, its previous versions remain accessible and can be restored.
34

How can you optimize Cloud Storage performance for very high read/write throughput (thousands of requests per second)?

Use a sequential naming scheme for object keys
Use a randomized or hashed prefix for object names
Use the 'Archive' storage class
Put only one object in each bucket
View Explanation
✓ Correct Answer: Use a randomized or hashed prefix for object namesExplanation:Sequential names can cause hotspots in the underlying storage shards. Random prefixes distribute the load across multiple shards.
35

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Cloud SQL
Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
36

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
37

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
38

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
39

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Compute Engine running a web server
Persistent Disk
Google Cloud Storage configured for static website hosting
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
40

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
41

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
42

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
43

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Compute Engine running a web server
Cloud SQL
Persistent Disk
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
44

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
45

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Persistent Disk
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
46

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create long-term access keys for each developer
Use Google Compute Engine instance profiles
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
47

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
48

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
49

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Compute Engine running a web server
Persistent Disk
Google Cloud Storage configured for static website hosting
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
50

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
51

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
52

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create long-term access keys for each developer
Use Google Compute Engine instance profiles
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
53

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Cloud SQL
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
54

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
55

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Google Compute Engine running a web server
Persistent Disk
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
56

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
57

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
58

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
59

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Compute Engine running a web server
Cloud SQL
Google Cloud Storage configured for static website hosting
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
60

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
61

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
62

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
63

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Cloud SQL
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
64

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Use Google Compute Engine instance profiles
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
65

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
66

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create long-term access keys for each developer
Share full administrative credentials
Use Google Compute Engine instance profiles
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
67

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
68

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create long-term access keys for each developer
Use Google Compute Engine instance profiles
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
69

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
70

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
71

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Cloud SQL
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
72

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create long-term access keys for each developer
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
73

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Cloud SQL
Persistent Disk
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
74

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
75

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Cloud SQL
Google Compute Engine running a web server
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
76

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create long-term access keys for each developer
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
77

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
78

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
79

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Google Cloud Storage configured for static website hosting
Cloud SQL
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
80

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
81

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Cloud SQL
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
82

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Share full administrative credentials
Create long-term access keys for each developer
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
83

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Google Cloud Storage configured for static website hosting
Persistent Disk
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
84

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Share full administrative credentials
Create long-term access keys for each developer
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
85

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Cloud SQL
Persistent Disk
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
86

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
87

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Cloud SQL
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
88

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
89

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Persistent Disk
Google Compute Engine running a web server
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
90

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
91

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Persistent Disk
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
92

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
93

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Persistent Disk
Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
94

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create long-term access keys for each developer
Share full administrative credentials
Use Google Compute Engine instance profiles
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
95

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Google Compute Engine running a web server
Persistent Disk
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
96

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
97

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
98

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create long-term access keys for each developer
Use Google Compute Engine instance profiles
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
99

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
100

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Share full administrative credentials
Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
101

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Google Cloud Storage configured for static website hosting
Cloud SQL
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
102

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
103

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
Persistent Disk
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
104

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
105

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Persistent Disk
Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
106

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
107

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Persistent Disk
Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
108

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
109

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Cloud SQL
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
110

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
Create long-term access keys for each developer
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
111

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
112

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Share full administrative credentials
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
113

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Cloud SQL
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
114

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Use Google Compute Engine instance profiles
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Create long-term access keys for each developer
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
115

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Google Compute Engine running a web server
Cloud SQL
Persistent Disk
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
116

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
117

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Google Cloud Storage configured for static website hosting
Persistent Disk
Google Compute Engine running a web server
Cloud SQL
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
118

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
119

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Google Cloud Storage configured for static website hosting
Persistent Disk
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
120

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Create long-term access keys for each developer
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
121

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Persistent Disk
Cloud SQL
Google Compute Engine running a web server
Google Cloud Storage configured for static website hosting
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
122

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create long-term access keys for each developer
Share full administrative credentials
Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
123

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Cloud SQL
Google Cloud Storage configured for static website hosting
Persistent Disk
Google Compute Engine running a web server
View Explanation
✓ Correct Answer: Google Cloud Storage configured for static website hostingExplanation:Google Cloud Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
124

You need to grant developers read-only access to Google Cloud Storage buckets without giving them access to other services. What's the best approach using Cloud IAM?

Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a group
Use Google Compute Engine instance profiles
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Cloud IAM policy with Google Cloud Storage read permissions and attach it to a groupExplanation:Cloud IAM allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.