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 251–260 of 498

Q251

A company needs to run containers in a scalable way with Kubernetes. Which is the best Google Cloud service for this?

  • A Compute Engine
  • B Kubernetes Engine
  • C App Engine
  • D Cloud Functions
Explanation Kubernetes Engine is specifically designed for container orchestration, unlike the other options.
Q252

What happens when an instance group becomes unhealthy in Google Cloud?

  • A It automatically terminates instances.
  • B It notifies the administrator.
  • C It scales up the instances.
  • D It reroutes traffic to another zone.
Explanation Instance groups handle unhealthy instances by replacing them automatically; other options are not correct actions taken.
Q253

Which Google Cloud service is optimal for real-time analytics on streaming data?

  • A BigQuery
  • B Cloud Pub/Sub
  • C Dataflow
  • D Cloud Storage
Explanation Dataflow allows for real-time data processing, while others are for different purposes like storage or batch processing.
Q254

A company needs to secure API access for its Cloud Functions. What should they use?

  • A VPC Peering
  • B IAM Roles
  • C Firewall Rules
  • D Cloud Monitoring
Explanation IAM Roles provide fine-grained access control for APIs, while the other options are not specifically for securing APIs.
Q255

What happens when you try to view an object in a Cloud Storage bucket with a uniform bucket-level access policy without appropriate permissions?

  • A Access denied error
  • B Object metadata displayed
  • C Access granted automatically
  • D Bucket is deleted
Explanation Without the right permissions, the access denied error will be triggered, as services check IAM policies first.
Q256

Which service allows orchestration of containerized applications?

  • A Cloud Functions
  • B App Engine
  • C Cloud Run
  • D Kubernetes Engine
Explanation Kubernetes Engine orchestrates containerized applications, while others focus on specific functions or apps.
Q257

A company needs to securely share files with external clients. Which Google Cloud service should they use?

  • A Google Drive
  • B Cloud Storage
  • C Cloud Identity
  • D BigQuery
Explanation Cloud Storage allows secure file sharing but Google Drive is for personal use.
Q258

What happens when you set a Compute Engine instance to ‘Preemptible’?

  • A It runs 24/7
  • B It can be restarted anytime
  • C It uses static IPs
  • D It has a lower cost
Explanation Preemptible instances have a lower cost but can be terminated at any time, unlike regular instances.
Q259

Which service is best for managing Docker containers?

  • A Google Kubernetes Engine
  • B Google Cloud Functions
  • C Cloud Storage
  • D Compute Engine
Explanation Google Kubernetes Engine orchestrates Docker containers, unlike the other options which serve different purposes.
Q260

A company needs to ensure that their virtual machines can only be accessed from specific IP addresses. What should they use?

  • A Firewall rules
  • B Load balancers
  • C Instance groups
  • D Network peering
Explanation Firewall rules can restrict traffic based on IP addresses, while the other options do not directly control access like that.