Google Cloud
Google Cloud Certified – Professional Cloud Developer
PR000266
Validate your skills as a Professional Cloud Developer with exam code PR000266 in Google Cloud.
495 questions
0 views
Free
Questions 41–50 of 495
A company needs to secure sensitive data in Google Cloud Storage. What should they enable?
-
A
Bucket versioning
-
B
IAM roles for objects
-
C
Server-side encryption
-
D
Object Lifecycle Management
Explanation
Server-side encryption protects data at rest, while others do not provide this specific protection.
You are configuring Cloud Identity-Aware Proxy (IAP). What happens if an unauthorized user attempts to access a protected resource?
-
A
Access denied message displayed
-
B
User is automatically granted access
-
C
Transition to single sign-on process
-
D
Resource becomes publicly accessible
Explanation
IAP specifically prevents unauthorized access, while the other options are incorrect access outcomes.
Which service is best for serverless computing on GCP?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Cloud Run
-
D
App Engine
Explanation
Cloud Functions is specifically designed for serverless computing, while the others require more management.
A company needs to store sensitive customer data securely. Which Google Cloud service should they use?
-
A
Google Cloud Storage
-
B
BigQuery
-
C
Secret Manager
-
D
Cloud SQL
Explanation
Secret Manager is designed for storing sensitive information securely.
What happens when you set a deprecated service account as a default for a GCP project?
-
A
The project cannot be deployed.
-
B
Access to GCP APIs is revoked.
-
C
The account can still be used.
-
D
Billing is automatically disabled.
Explanation
A deprecated service account can still be used, but may not receive updates or support.
Which service should you use for scalable container orchestration?
-
A
Google Kubernetes Engine
-
B
Cloud Functions
-
C
Cloud Run
-
D
App Engine
Explanation
Google Kubernetes Engine provides scalable orchestration for containers, while the others serve different purposes.
A company needs to store vast amounts of unstructured data for machine learning. Which Google Cloud service should they choose?
-
A
Cloud Spanner
-
B
BigQuery
-
C
Cloud Storage
-
D
Firestore
Explanation
Cloud Storage is ideal for storing unstructured data, unlike the other options designed for structured data or specific use cases.
What happens when a Compute Engine instance is stopped?
-
A
Data is deleted
-
B
Resources are released
-
C
Static IP is released
-
D
Billing continues for disk
Explanation
Stopping a Compute Engine instance releases resources, while data persists and static IP remains intact if reserved.
Which service is ideal for automated machine learning workflows?
-
A
Cloud AutoML
-
B
BigQuery
-
C
Cloud Functions
-
D
Compute Engine
Explanation
Cloud AutoML simplifies the model training process, while others serve different purposes.
A company needs to securely manage APIs. What feature should they implement?
-
A
API Key
-
B
IAM Roles
-
C
OAuth 2.0
-
D
VPC Peering
Explanation
OAuth 2.0 provides secure access, while others do not manage authentication effectively.