Google Cloud

Google Cloud Certified – Professional Cloud Architect

PR000213
Popular Trending

Get certified as a Professional Cloud Architect with exam code PR000213 to validate your architectural skills in Google Cloud.

498 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 331–340 of 498

Q331

Which service automatically adjusts compute resources?

  • A Google Cloud AutoScaler
  • B Cloud Pub/Sub
  • C Cloud Functions
  • D Cloud Run
Explanation AutoScaler adjusts resources based on demand; others do not.
Q332

A company needs to store images but has strict latency requirements. What service should they use?

  • A Cloud Storage
  • B Cloud Firestore
  • C Cloud SQL
  • D MemoryStore
Explanation MemoryStore provides low latency; others are slower for image storage.
Q333

You are configuring a network firewall rule. What happens if you set the action to "allow" with no specified source IP?

  • A Blocks all incoming traffic
  • B Allows all incoming traffic
  • C Allows traffic but with errors
  • D Blocks traffic but allows some
Explanation Allowing with no sources permits all traffic; the others restrict it improperly.
Q334

Which service is best for data warehousing in Google Cloud?

  • A BigQuery
  • B Cloud SQL
  • C Cloud Storage
  • D Dataproc
Explanation BigQuery is designed specifically for data warehousing, whereas the others serve different purposes.
Q335

A company needs to ensure that only specific users can access sensitive data in Cloud Storage. What feature should they implement?

  • A IAM Roles
  • B OAuth 2.0
  • C Cloud CDN
  • D Service Accounts
Explanation IAM Roles allow you to control user access to Cloud Storage, while the others do not directly manage access controls.
Q336

What happens when you set a Cloud Function timeout of 5 seconds?

  • A Function stops executing after 5 seconds
  • B Function is executed in 5 seconds
  • C Function automatically retries upon timeout
  • D Function uses more resources if long
Explanation The function will terminate soon after 5 seconds if it hasn't completed, while the other options are incorrect regarding execution behavior.
Q337

Which service is best for serverless application deployment?

  • A Google Cloud Functions
  • B Google Compute Engine
  • C Google Kubernetes Engine
  • D Google Cloud Storage
Explanation Google Cloud Functions allows for serverless execution; the others involve managing servers.
Q338

A company needs to handle potential spikes in traffic without over-provisioning resources. Which Google Cloud feature is most appropriate?

  • A Horizontal Scaling
  • B Autoscaling
  • C Resource Quotas
  • D Load Balancer
Explanation Autoscaling dynamically adjusts resources based on demand, while others do not provide this flexibility.
Q339

What happens when a Compute Engine instance is stopped and then restarted?

  • A Data is completely lost
  • B IP address may change
  • C Instance is billed only for storage
  • D Zone of instance is changed
Explanation A stopped instance can lose its ephemeral IP; options A, C, and D are incorrect outcomes.
Q340

Which service is best for data analytics at scale?

  • A BigQuery
  • B Cloud Storage
  • C Compute Engine
  • D Cloud Firestore
Explanation BigQuery is optimized for large-scale analytics, while the others serve different purposes.