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 281–290 of 498

Q281

A company needs to configure access to a specific Google Cloud resource for third-party vendors. Which IAM policy should they implement?

  • A CORS policy
  • B IAM roles and permissions
  • C Logging
  • D Network Firewall
Explanation IAM roles and permissions control access to resources, unlike the other options.
Q282

What happens when you delete a Google Cloud Storage bucket that contains objects?

  • A All data is permanently lost
  • B Data is moved to trash
  • C Bucket can be restored
  • D Objects are archived automatically
Explanation Deleting a bucket permanently removes all data within it immediately and cannot be recovered.
Q283

Which Google Cloud service provides a serverless environment for deploying web applications?

  • A App Engine
  • B Compute Engine
  • C Kubernetes Engine
  • D Cloud Functions
Explanation App Engine is designed for serverless app deployment; others require more management.
Q284

A company needs to encrypt data at rest in Google Cloud Storage. What should they use?

  • A Bucket policies
  • B Default encryption
  • C IAM roles
  • D Service accounts
Explanation Default encryption ensures data at rest is automatically encrypted; others do not encrypt data itself.
Q285

What happens when a Google Cloud Virtual Machine instance reaches its CPU quota limit?

  • A Instance stops working
  • B New instances can't be created
  • C All instances are paused
  • D Quota is automatically increased
Explanation Reaching the quota prevents additional instances from being created; existing ones continue running.
Q286

Which service allows you to run containerized applications on Google Cloud?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation GKE is designed specifically for managing containers, whereas the others serve different purposes.
Q287

A company needs to store unstructured data for large analytics workloads. Which Google Cloud service is best suited for this task?

  • A Cloud Firestore
  • B Cloud Bigtable
  • C Cloud Storage
  • D Cloud Spanner
Explanation Cloud Storage is ideal for unstructured data, while the others have specific use cases for structured data.
Q288

What happens when you set a Google Compute Engine instance's firewall rules to allow TCP traffic only on port 80?

  • A Blocks HTTP traffic completely
  • B Allows HTTPS traffic
  • C Permits only web traffic
  • D Disables the instance entirely
Explanation TCP traffic on port 80 is typically for web traffic (HTTP).
Q289

Which Google Cloud service is best for batch job processing?

  • A Cloud Functions
  • B Cloud Run
  • C Cloud Dataflow
  • D Cloud Storage
Explanation Cloud Dataflow is designed for processing large volumes of data in batches, whereas the other options are more suited for real-time or stateless operations.
Q290

A company needs a scalable database with high availability and automatic replication across regions. Which service should they use?

  • A Cloud SQL
  • B Cloud Spanner
  • C Cloud Firestore
  • D BigQuery
Explanation Cloud Spanner offers global scalability and high availability with automatic replication, unlike the other options which have more limitations on scaling.