Google Cloud

Google Cloud Certified – Associate Cloud Engineer

PR000260
Popular Trending

Validate your skills as an Associate Cloud Engineer with exam code PR000260 in Google Cloud.

498 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 101–110 of 498

Q101

A company needs to ensure that all IAM roles are granted with minimal privilege. What is the best approach?

  • A Use predefined roles for everything.
  • B Use service accounts as roles.
  • C Utilize IAM permissions monitoring.
  • D Create custom roles with required permissions.
Explanation Creating custom roles tailored to specific needs ensures minimal privilege, unlike predefined roles that may grant excess permissions.
Q102

What happens when you set an object in Google Cloud Storage to nearline storage class?

  • A Data is instantly available for immediate retrieval.
  • B Data is charged at the standard rate.
  • C Data is stored for long-term archiving.
  • D Data is typically accessed less than once a month.
Explanation Nearline storage is optimized for infrequent access, specifically for data accessed less than once a month, unlike other classes.
Q103

Which service is used for managing access to GCP resources?

  • A Identity and Access Management (IAM)
  • B Cloud Storage
  • C App Engine
  • D Cloud Functions
Explanation IAM manages access controls, while other options do not.
Q104

A company needs to process real-time data streams. Which GCP service is most suitable?

  • A BigQuery
  • B Dataflow
  • C Compute Engine
  • D Cloud Storage
Explanation Dataflow is designed for real-time stream processing, while others are not.
Q105

You are configuring a firewall rule. What happens when the rule is set to deny all?

  • A Blocks all incoming traffic
  • B Allows all outgoing traffic
  • C Blocks both incoming and outgoing traffic
  • D Only blocks traffic from certain IPs
Explanation Denying all blocks both incoming and outgoing traffic completely.
Q106

Which service provides serverless event-driven computing?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Storage
Explanation Cloud Functions is designed for serverless, event-driven applications, while the others are not.
Q107

A company needs to ensure data redundancy across multiple regions. Which storage option should they choose?

  • A Regional Storage
  • B Multi-Regional Storage
  • C Coldline Storage
  • D Archive Storage
Explanation Multi-Regional Storage provides high availability and data redundancy across multiple locations.
Q108

What happens when a Compute Engine instance is stopped?

  • A Billing continues for the instance
  • B Data on the persistent disk is deleted
  • C Ephemeral IP is released
  • D Running applications are paused
Explanation Stopping an instance releases ephemeral IPs, while persistent disk data remains intact.
Q109

Which Google Cloud service is best for real-time data streaming?

  • A Cloud Pub/Sub
  • B Cloud Storage
  • C Cloud Functions
  • D Cloud SQL
Explanation Cloud Pub/Sub is designed for real-time messaging, while the others serve different purposes like storage or database management.
Q110

You are configuring access for a new cloud project. Which IAM role provides basic project permissions?

  • A Project Viewer
  • B Project Editor
  • C Project Owner
  • D Billing Account User
Explanation Project Editor includes permissions for modifying resources, while Viewer lacks edit capabilities and Owner grants unnecessary permissions.