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 61–70 of 489

Q61

Which Google Cloud service is best for storing unstructured data?

  • A Cloud Storage
  • B BigQuery
  • C Cloud SQL
  • D FireStore
Explanation Cloud Storage is designed for unstructured data; BigQuery is for analyzing structured data, Cloud SQL is a relational database, and FireStore is for NoSQL data.
Q62

A company needs to automatically scale its application based on traffic demands. Which service should they implement?

  • A Cloud Functions
  • B App Engine
  • C Compute Engine
  • D Cloud Run
Explanation App Engine offers built-in auto-scaling; Cloud Functions and Cloud Run can scale but are for specific use cases, while Compute Engine requires manual scaling.
Q63

You are configuring the Identity-Aware Proxy. What happens when a user is authenticated but not authorized?

  • A Access is granted.
  • B Access is denied.
  • C User is prompted for permission.
  • D Session times out immediately.
Explanation Access is denied for users who are not authorized, regardless of successful authentication; other options incorrectly describe user behavior.
Q64

Which service provides managed Kubernetes on GCP?

  • A Google Kubernetes Engine
  • B Compute Engine
  • C Cloud Storage
  • D App Engine
Explanation Google Kubernetes Engine (GKE) is designed for managing Kubernetes clusters, while others do not.
Q65

A company needs to improve application performance and reliability. What should they use?

  • A Load Balancing
  • B Cloud Functions
  • C Cloud Pub/Sub
  • D BigQuery
Explanation Load balancing optimizes resources and enhances performance and reliability, unlike the other options which serve different purposes.
Q66

What happens when you enable versioning on a Cloud Storage bucket?

  • A You cannot delete files
  • B Previous file versions are preserved
  • C Bucket usage costs decrease
  • D Files are encrypted automatically
Explanation Enabling versioning retains previous versions of files, enhancing data management.
Q67

Which Google Cloud service is best for scaling containerized applications?

  • A Google Kubernetes Engine
  • B Cloud Functions
  • C Cloud Run
  • D App Engine
Explanation Google Kubernetes Engine is tailored for orchestrating containers, while the others serve specific functions or workloads.
Q68

A company needs to host a static website with global availability. Which Google Cloud product should they use?

  • A Cloud Storage
  • B Compute Engine
  • C App Engine
  • D Cloud Functions
Explanation Cloud Storage can serve static content globally, whereas the others are more suited for dynamic or server-based applications.
Q69

What happens when you set a firewall rule to deny access for all outbound traffic?

  • A All outgoing requests are blocked
  • B Allowed requests will be logged
  • C It only affects internal traffic
  • D Cloud functions will run normally
Explanation Denying outbound traffic blocks all outgoing requests, while the others inaccurately describe the result of deny rules.
Q70

Which Google Cloud service is ideal for real-time data processing?

  • A Cloud Functions
  • B Cloud Pub/Sub
  • C BigQuery
  • D Cloud Storage
Explanation Cloud Pub/Sub allows for real-time messaging, while the others focus on storage or analytics.