Google Cloud

Google Cloud Certified – Generative AI Leader

PR000309
Trending

Become a certified Generative AI Leader with exam code PR000309 to enhance your AI skills in Google Cloud.

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

Questions 71–80 of 489

Q71

A company needs to store sensitive data and comply with GDPR regulations. Which storage option should they prioritize?

  • A Cloud Storage with customer-managed keys
  • B Cloud SQL with no encryption
  • C Firestore with open access
  • D BigQuery without access controls
Explanation Customer-managed keys in Cloud Storage enhance security and compliance for sensitive data.
Q72

What happens when an instance is stopped, then started again in Google Compute Engine?

  • A It retains all internal configurations
  • B It changes its internal IP address
  • C It is destroyed and recreated
  • D It becomes a preemptible VM
Explanation Stopping and starting an instance typically changes its internal IP address unless it's reserved.
Q73

Which Google Cloud service offers serverless functions?

  • A Cloud Functions
  • B Cloud Run
  • C Compute Engine
  • D App Engine
Explanation Cloud Functions is specifically designed for serverless compute, while other options provide different deployment architectures.
Q74

A company needs to store sensitive user data. Which service should they use for enhanced security and compliance?

  • A Cloud Storage
  • B BigQuery
  • C Secret Manager
  • D Cloud SQL
Explanation Secret Manager securely stores sensitive information, whereas other options do not provide this level of specialized focus on sensitive data.
Q75

You are configuring a network in GCP. What happens when you set up a VPC with no firewall rules?

  • A All traffic is blocked
  • B All traffic is allowed
  • C Only outbound traffic is allowed
  • D Traffic rules are inherited from other projects
Explanation Without firewall rules, GCP allows all traffic by default, unlike typical security models that block everything first.
Q76

Which Google Cloud service provides a managed environment for deploying ML models?

  • A AI Platform
  • B Compute Engine
  • C Cloud Functions
  • D Cloud Storage
Explanation AI Platform is tailored for ML model deployment, while the others serve different purposes.
Q77

A company needs to ensure that only authorized users can access sensitive data. Which IAM role should they use?

  • A Viewer
  • B Editor
  • C Owner
  • D Custom Role
Explanation A Custom Role allows fine-tuned permissions, while the others provide blanket access.
Q78

You are configuring a Cloud Function to trigger upon file uploads. What happens if the function fails to execute?

  • A File is deleted automatically
  • B Retry occurs based on policy
  • C Function will never trigger again
  • D Upload fails and is rejected
Explanation Cloud Functions can be configured to retry on failure, while others present incorrect outcomes.
Q79

Which service can help manage machine learning model lifecycles in GCP?

  • A AI Platform
  • B Cloud Functions
  • C BigQuery ML
  • D Cloud Pub/Sub
Explanation AI Platform is designed for managing ML models; the others serve different purposes like data handling or event-driven architecture.
Q80

A company needs to analyze sentiments in customer reviews using natural language processing. Which tool should they use?

  • A Cloud Vision API
  • B Natural Language API
  • C Dataflow
  • D Cloud Composer
Explanation Natural Language API specializes in sentiment analysis; the other options cater to image processing, stream processing, or workflow orchestration.