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 341–350 of 498

Q341

A company needs to run a batch processing job on a large dataset every night. Which service is most suitable?

  • A Cloud Functions
  • B Cloud Run
  • C Cloud Dataflow
  • D Compute Engine
Explanation Cloud Dataflow is designed for batch processing; others are less suited for large-scale processing.
Q342

What happens when a Cloud IAM policy is attached to a resource that has a more restrictive policy already in place?

  • A It enforces a deny rule.
  • B It merges permissions of both.
  • C It only considers the newest policy.
  • D It ignores the restrictive policy.
Explanation In IAM, policies are combined, retaining all permissions; deny rules take precedence.
Q343

Which service should a developer use for serverless execution of code?

  • A Cloud Functions
  • B Compute Engine
  • C App Engine
  • D Cloud Run
Explanation Cloud Functions executes code in response to events; the other options involve more infrastructure management.
Q344

A company needs to archive data for long-term storage. Which Google Cloud service is most suitable?

  • A Cloud Storage Nearline
  • B Cloud Storage Standard
  • C Cloud Storage Coldline
  • D BigQuery
Explanation Cloud Storage Coldline is designed for long-term data archiving; others are not optimized for cost-effective archival.
Q345

What happens when you delete a Google Cloud Pub/Sub subscription without acknowledging that messages have been received?

  • A Messages are permanently lost
  • B Messages are retained for 7 days
  • C Messages are queued indefinitely
  • D Messages are acknowledged as deleted
Explanation Messages are retained for 7 days until acknowledgment; others misrepresent message retention policies.
Q346

Which service automates the deployment of applications?

  • A Google Cloud Build
  • B Google Cloud Shell
  • C Google Cloud DNS
  • D Google Dataflow
Explanation Google Cloud Build automates application deployment; others serve different purposes.
Q347

A company needs to securely control access to sensitive data in Cloud Storage. What should they use?

  • A VPC Service Controls
  • B Cloud Storage Lifecycle rules
  • C Cloud Run
  • D Stackdriver Monitoring
Explanation VPC Service Controls manage data access securely; others do not control access directly.
Q348

You are configuring a Virtual Private Cloud (VPC) network. What happens when you disable Private Google Access?

  • A Resource won't reach Google services
  • B Increased network latency
  • C Cost increase for outbound traffic
  • D All Google services are blocked
Explanation Disabling Private Google Access prevents resources from accessing Google services privately; others are incorrect outcomes of this action.
Q349

Which service is used for managed Kubernetes deployment?

  • A Google Kubernetes Engine
  • B Cloud Run
  • C App Engine
  • D Cloud Functions
Explanation Google Kubernetes Engine is specifically designed for managing Kubernetes clusters, while the others serve different deployment needs.
Q350

A company needs real-time analytics on their streaming data. Which service should they choose?

  • A Cloud Spanner
  • B Cloud Pub/Sub
  • C BigQuery
  • D Dataflow
Explanation Dataflow is built for processing stream and batch data with real-time analytics capabilities, unlike the others that have different data-related functionalities.