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 351–360 of 498

Q351

What happens when you exceed your Google Cloud project quota limits?

  • A Nothing will change; everything continues.
  • B You are charged extra fees immediately.
  • C Requests are temporarily denied.
  • D All services are paused.
Explanation When you exceed quota limits, requests are denied until they fall within quota, rather than pausing all services or incurring extra fees automatically.
Q352

Which service allows for unlimited storage of objects?

  • A Cloud Storage
  • B BigQuery
  • C Cloud SQL
  • D Compute Engine
Explanation Cloud Storage provides scalable object storage, while others do not.
Q353

A company needs to analyze large datasets in real-time. Which service should they use?

  • A Cloud Pub/Sub
  • B Cloud Functions
  • C Cloud Firestore
  • D Cloud Spanner
Explanation Cloud Pub/Sub is designed for real-time messaging, ideal for data ingestion.
Q354

You are configuring IAM permissions for a service account. What happens if you apply a ‘deny’ rule?

  • A It grants permissions if conditions are met.
  • B It prevents access, overriding any permission.
  • C It has no effect on permissions.
  • D It grants permissions to all users.
Explanation A deny rule takes precedence and blocks access, regardless of other permissions.
Q355

Which Google Cloud service is best for managing containerized applications?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Compute Engine
Explanation Google Kubernetes Engine is specifically designed for orchestrating containers, while the others are for different application types.
Q356

You are configuring a Cloud Storage bucket. What will happen if you do not set the appropriate permissions?

  • A Bucket will auto-assign default permissions
  • B Unauthorized users cannot access the bucket
  • C All users gain full access
  • D Bucket will be automatically deleted
Explanation If permissions are not set, access is restricted, ensuring security; options A and C are incorrect because default settings prevent access adjustments, and D is false as it won't lead to deletion.
Q357

A company needs to deploy a web application quickly. Which cloud service provides serverless architecture?

  • A Cloud Run
  • B Compute Engine
  • C Cloud Functions
  • D Cloud Storage
Explanation Cloud Functions offers serverless compute capabilities, while the others require provisioning and management of compute resources.
Q358

Which service provides a fully managed NoSQL database?

  • A Cloud Firestore
  • B Cloud SQL
  • C Cloud Functions
  • D Cloud Spanner
Explanation Cloud Firestore is designed for NoSQL workloads; Cloud SQL is relational, Functions is serverless code, and Spanner is a distributed SQL database.
Q359

A company needs to analyze streaming data in real time. Which Google Cloud service should they use?

  • A BigQuery
  • B Cloud Pub/Sub
  • C Cloud Dataflow
  • D Cloud Storage
Explanation Cloud Dataflow allows for real-time data processing; BigQuery is for querying, Pub/Sub for messaging, and Storage for data storage.
Q360

You are configuring a VM instance with a static IP. What happens if the VM is stopped?

  • A Static IP is released
  • B Static IP remains allocated
  • C Instance will be terminated
  • D IP address changes on restart
Explanation Static IPs remain allocated even if VMs are stopped; ephemeral IPs could change and stopping an instance doesn't terminate it.