ads

25 Jun 2024

Google Associate Cloud Engineer: Implementing Google Cloud Storage

Question:

Which of the options are available storage classes to be used in Google Cloud Storage?

  • Archive
  • Standard
  • Coldline
  • Nearline

Question
:

Cloud Storage considers bucket names that contain dots to be domain names. As such, a bucket containing a dot in its name must:

  • End with a currently recognized top-level domain, such as .com
  • Be a valid DNS name
  • Be created by a user authorized to work with domain names

Question
:

Which action is performed when an object meets all conditions specified in the lifecycle rule?

  • SetStorageClass

Question
:

When creating your bucket via the Google Cloud console, what are the two available access control options?

  • Uniform
  • Fine-Grained

Question
:

Which options are Google Cloud Storage best practices with regards to bucket security?

  • Use HTTPS libraries that validates server certificates
  • Never share your credentials
  • Always use TLS (HTTPS) to transport data

Question
:

Which of the statements are true with regards to naming cloud storage buckets?

  • Bucket names must contain only lowercase letters, numbers, dashes (-), underscores (_), and dots (.). Spaces are not allowed
  • Bucket names must start and end with a number or a letter
  • Bucket names must contain between 3-63 characters

Question
:

To retrieve metadata for a specified bucket, which method should you call?

  • Get

Question
:

When migrating your database to the Google Cloud Platform, which options are available for you to use as a source database?

  • PostgreSQL
  • Azure SQL for MySQL
  • Amazon RDS for MySQL

Question
:

Which options are considered ways you can interact with Cloud Storage?

  • gsutil
  • Console
  • REST API

Question
:

When using the gsutil tool what command is used to create a basic bucket?

  • mb

Question
:

When configuring bucket locations, what are the three options available with regards to storing your data?

  • Multi-Region
  • Dual-Region
  • Regional

Question:

Which type of storage is the right choice if you wish to store any type of data, any amount of data, with the option to retrieve it as often as you would like?

  • Block storage