Google Cloud
Google Cloud Certified – Associate Cloud Engineer
PR000260
Popular Trending
Validate your skills as an Associate Cloud Engineer with exam code PR000260 in Google Cloud.
498 questions
0 views
Free
Questions 461–470 of 498
A company needs to ensure that sensitive data is only accessible to certain user groups at specific times. Which feature should they implement?
-
A
IAM Roles
-
B
Cloud Pub/Sub
-
C
Cloud Scheduler
-
D
VPC Service Controls
Explanation
IAM Roles can manage access based on user groups and permissions effectively, unlike the other options.
What happens when you delete a Google Cloud Storage bucket?
-
A
Data is irrecoverably deleted
-
B
Data is archived automatically
-
C
Bucket is renamed instead
-
D
Data remains but bucket is gone
Explanation
Deleting a storage bucket permanently deletes its data, while the other options are incorrect outcomes.
Which service allows you to create a cloud-native data warehouse?
-
A
BigQuery
-
B
Cloud SQL
-
C
Cloud Spanner
-
D
Cloud Datastore
Explanation
BigQuery is designed for scalable data warehousing, while others serve different database needs.
A company needs to ensure user roles follow the principle of least privilege. Which IAM feature helps with this?
-
A
Service Accounts
-
B
Custom Roles
-
C
IAM Groups
-
D
IAM Policies
Explanation
Custom Roles allow tailored permissions, unlike predefined roles which can be too broad.
What happens when you enable Cloud CDN on a backend service?
-
A
Improves latency by caching responses
-
B
Disables SSL/TLS for faster connections
-
C
Increases billing for data transfers
-
D
Locks funds from being spent
Explanation
Enabling Cloud CDN caches content, enhancing latency; the others misrepresent how CDN or billing works.
Which service is best for container orchestration?
-
A
Google Kubernetes Engine
-
B
Cloud Functions
-
C
Google App Engine
-
D
Cloud Run
Explanation
Google Kubernetes Engine is specifically designed for managing containers, while the others are for different application architectures.
A company needs to securely share files with external partners. Which solution is optimal?
-
A
Cloud Storage Signed URLs
-
B
Public Sharing Links
-
C
Cloud Pub/Sub
-
D
Google Drive default sharing settings
Explanation
Cloud Storage Signed URLs provide secure, temporary access, while the others do not ensure the same level of security.
What happens when you set a Compute Engine instance to be Preemptible?
-
A
Instance is permanently available
-
B
Instance may be terminated anytime
-
C
Instance becomes more expensive
-
D
Instance gets more compute resources
Explanation
Preemptible instances can be terminated at any time, unlike standard instances which are more stable.
Which service helps manage authentication for applications?
-
A
Cloud Identity Platform
-
B
Cloud Firestore
-
C
Cloud Functions
-
D
Cloud Pub/Sub
Explanation
Cloud Identity Platform provides user authentication services; the others serve different functions.
What happens when creating a Pub/Sub subscription without acknowledging messages?
-
A
Messages are deleted automatically
-
B
Messages become lost forever
-
C
Messages will be redelivered
-
D
Messages cannot be received
Explanation
Messages await acknowledgment and are redelivered if not acknowledged; the other options are incorrect.