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 1–10 of 498

Q1

Which Google Cloud service offers fully managed NoSQL database solutions?

  • A Cloud Firestore
  • B BigQuery
  • C Cloud SQL
  • D Cloud Spanner
Explanation Cloud Firestore is designed for NoSQL databases, while BigQuery is for analytics, Cloud SQL is relational, and Cloud Spanner is for distributed transactions.
Q2

A company wants to store large amounts of unstructured data. Which storage option is most suitable?

  • A Cloud SQL
  • B Cloud Pub/Sub
  • C Cloud Storage
  • D Cloud Spanner
Explanation Cloud Storage is optimized for unstructured data, whereas Cloud SQL and Cloud Spanner are relational, and Cloud Pub/Sub is for messaging.
Q3

You are configuring a VM instance and need to restrict outgoing traffic. What should you set?

  • A Firewall rules
  • B Service account permissions
  • C IAM roles
  • D VM zone
Explanation Firewall rules specifically control network traffic, while the others are related to permissions and instance configuration.
Q4

Which service allows you to deploy containerized applications in Google Cloud?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Google Kubernetes Engine specifically manages containerized applications, while the others serve different purposes.
Q5

A company needs to ensure a VM instance is automatically restarted after maintenance. Which feature should they enable?

  • A Automatic Restart
  • B Preemptible
  • C High Availability
  • D Scheduled Scaling
Explanation Automatic Restart ensures that VMs are restarted after maintenance, while the others do not provide this specific functionality.
Q6

What happens when you set a Cloud Storage bucket to 'Uniform access control'?

  • A Everyone gets full access.
  • B Access is based on IAM policy.
  • C Public access for all files.
  • D Files cannot be individually accessed.
Explanation 'Uniform access control' restricts access to IAM policies instead of individual files, unlike the other options.
Q7

Which service is best for serverless functions?

  • A Cloud Functions
  • B Google Kubernetes Engine
  • C Google Compute Engine
  • D Cloud SQL
Explanation Cloud Functions allows you to run serverless functions, unlike the other options.
Q8

A company needs to securely share data with users outside its domain. What should they implement?

  • A Cloud Storage public buckets
  • B IAM access control
  • C Signed URLs
  • D Cloud Identity Groups
Explanation Signed URLs allow secure, time-limited access, while the others do not share data securely.
Q9

You are configuring a load balancer with a backend service. What happens if the instance group is unhealthy?

  • A The load balancer stops routing traffic
  • B All traffic is routed to another group
  • C Traffic is still routed to unhealthy instances
  • D Health checks are ignored completely
Explanation Traffic is directed to healthy instances; unhealthy ones are excluded.
Q10

Which Google Cloud service enables serverless computing?

  • A Cloud Functions
  • B Cloud Run
  • C App Engine
  • D Compute Engine
Explanation Cloud Functions runs code in response to events, uniquely offering serverless functionality.