Google Cloud

Google Cloud Certified – Cloud Digital Leader

PR000225
Popular Trending

Get certified as a Cloud Digital Leader with exam code PR000225 to validate your skills in Google Cloud.

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

Questions 481–489 of 489

Q481

Which service enables serverless application deployment?

  • A App Engine
  • B Compute Engine
  • C Cloud Functions
  • D Cloud Storage
Explanation Cloud Functions allows running code in response to events without server management; others require infrastructure setup or are not for code execution.
Q482

A company needs to analyze their BigQuery data through an interactive dashboard. Which service should they use?

  • A Looker
  • B Cloud SQL
  • C Dataflow
  • D Cloud Spanner
Explanation Looker, now part of Google Cloud, provides powerful BI tools for interactive dashboards connected to BigQuery; others serve different purposes.
Q483

You are configuring IAM roles. What happens when no roles are assigned to a user?

  • A User has full access
  • B User has no access
  • C User can only view resources
  • D User can manage IAM roles
Explanation Without assigned roles, a user has no permissions; others imply partial or full access incorrectly.
Q484

Which Google Cloud service provides a fully managed NoSQL database?

  • A Cloud Firestore
  • B Cloud SQL
  • C Cloud Storage
  • D Cloud Spanner
Explanation Cloud Firestore is designed specifically for NoSQL data, while the others are for relational or object storage.
Q485

A company needs to manage user access to its Google Cloud resources securely. What should they implement?

  • A IAM roles and permissions
  • B Firestore security rules
  • C Service accounts only
  • D Data Loss Prevention
Explanation IAM roles and permissions specifically govern access to resources, whereas the others do not manage access broadly.
Q486

You are configuring a Compute Engine VM in a private subnet. What happens if you assign an external IP address?

  • A VM gains internet access
  • B VM cannot connect to VPC
  • C VM is isolated from all traffic
  • D VM will receive no firewall rules
Explanation Assigning an external IP allows the VM to access the internet, countering the subnet's isolation effect.
Q487

Which service provides fully managed NoSQL databases?

  • A Firestore
  • B Google SQL
  • C BigQuery
  • D Cloud Functions
Explanation Firestore is designed for scalable NoSQL databases, while the others serve different purposes.
Q488

A company needs a highly available application. Which GCP service should they choose?

  • A Cloud Functions
  • B Google Kubernetes Engine
  • C Dataflow
  • D Cloud Storage
Explanation Google Kubernetes Engine is built for high availability and scalability, unlike the other options.
Q489

What happens when you delete an instance in Google Compute Engine?

  • A Data is automatically backed up.
  • B All associated disks are deleted.
  • C The instance is paused.
  • D IP addresses are reclaimed immediately.
Explanation Deleting an instance typically results in the deletion of its associated ephemeral disks, unless configured differently.