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 491–498 of 498

Q491

A company needs serverless computing for an event-driven application. Which service should they choose?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions is specifically designed for event-driven serverless applications.
Q492

What happens when you set a firewall rule to allow all egress traffic?

  • A Blocks all incoming traffic
  • B Allows all outgoing traffic
  • C Overrides all default rules
  • D Only allows certain protocols
Explanation Allowing egress traffic means all outgoing traffic is permitted, which is the correct operation.
Q493

Which service is best for running Docker containers in Google Cloud?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Run
  • D Compute Engine
Explanation Google Kubernetes Engine specializes in managing containerized applications while Cloud Functions and Cloud Run provide serverless options, and Compute Engine focuses on VMs.
Q494

A company needs real-time insights from a large data lake. Which Google Cloud service should they use?

  • A BigQuery
  • B Cloud Storage
  • C Cloud Functions
  • D Cloud Pub/Sub
Explanation BigQuery is designed for real-time analytics, while Cloud Storage is for storage, Cloud Functions is for event-driven functions, and Cloud Pub/Sub is for messaging.
Q495

What happens when you over-allocate resources on a Google Cloud VM instance?

  • A Increased performance automatically
  • B Instance gets suspended
  • C Service will crash
  • D It may experience throttling
Explanation Over-allocating may lead to throttling of resources, while performance does not automatically increase, service doesn't crash, and instances usually do not suspend.
Q496

Which service provides managed Kubernetes on Google Cloud?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Run
  • D Compute Engine
Explanation Google Kubernetes Engine specifically manages Kubernetes clusters, while the others serve different purposes.
Q497

A company needs to store large amounts of unstructured data. Which Google Cloud service should they use?

  • A Cloud SQL
  • B Cloud Spanner
  • C Cloud Storage
  • D BigQuery
Explanation Cloud Storage is designed for unstructured data; the others focus on structured data or specific use cases.
Q498

You are configuring IAM roles for a project. What happens if you assign a role with 'Editor' permissions to a user?

  • A Can only read resources
  • B Can modify resources
  • C No permissions granted
  • D Can deploy and delete resources
Explanation 'Editor' role allows for modification of resources, while other options misrepresent role capabilities.