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 331–340 of 498

Q331

Which Google Cloud service is optimized for data warehousing?

  • A BigQuery
  • B Cloud Storage
  • C Compute Engine
  • D Cloud SQL
Explanation BigQuery is a fully managed data warehouse designed for fast SQL queries and analysis of big data.
Q332

A company needs to protect sensitive data in their Cloud Storage buckets. What should they implement?

  • A IAM roles
  • B VPC peering
  • C Storage Object Versioning
  • D Bucket Policy Only
Explanation IAM roles control access permissions to help safeguard sensitive data stored in Cloud Storage.
Q333

What happens when you configure GCP Firewall rules to deny all ingress traffic?

  • A No instances can communicate
  • B Internal traffic is also blocked
  • C Only external traffic is blocked
  • D Traffic rules are ignored
Explanation Denying ingress rules blocks external traffic, but internal traffic within the same network is permitted.
Q334

Which Google Cloud service helps automate application deployment?

  • A Cloud Build
  • B Cloud Function
  • C Cloud Storage
  • D Cloud Run
Explanation Cloud Build automates the build and deployment process, while the others serve different purposes.
Q335

A company needs to manage IAM roles programmatically. Which API should they use?

  • A Cloud IAM API
  • B Resource Manager API
  • C Cloud Functions API
  • D Google Compute Engine API
Explanation The Cloud IAM API allows management of IAM roles, while the other APIs serve different functions in GCP.
Q336

What happens when a GCP service account is deleted?

  • A All associated resources are deleted
  • B Permissions remain for 30 days
  • C API keys remain active
  • D Access ceases immediately
Explanation Access for a deleted service account ceases immediately, while options A, B, and C are incorrect because they suggest retention of resources or permissions.
Q337

Which service is best for real-time data processing?

  • A Cloud Pub/Sub
  • B Cloud Storage
  • C Cloud SQL
  • D Cloud Functions
Explanation Cloud Pub/Sub is designed for real-time messaging and data streaming, while the others do not focus on such capabilities.
Q338

A company needs a managed Kubernetes service. Which option should they choose?

  • A Google Kubernetes Engine
  • B Cloud Run
  • C App Engine
  • D Compute Engine
Explanation Google Kubernetes Engine (GKE) is specifically designed for managed Kubernetes clusters, while the others serve different purposes.
Q339

What happens when you exceed your Cloud Function memory limit?

  • A Function execution is terminated
  • B Warning is logged only
  • C Function auto-scales up
  • D Memory limit is increased automatically
Explanation Exceeding the memory limit causes the Cloud Function to terminate unexpectedly, while the other options are inaccurate interpretations of the behavior.
Q340

Which Google Cloud service provides a fully managed NoSQL database?

  • A Cloud Firestore
  • B Cloud SQL
  • C BigQuery
  • D Cloud Storage
Explanation Cloud Firestore is a NoSQL database; others are relational or object storage.