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 421–430 of 498
Which service is primarily used for data warehousing in GCP?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud SQL
-
D
Compute Engine
Explanation
BigQuery is specifically designed for data warehousing, whereas others serve different purposes.
A company needs to ensure data redundancy across multiple geographical locations. Which service should they utilize?
-
A
Regional Storage
-
B
Multi-Regional Storage
-
C
Nearline Storage
-
D
Coldline Storage
Explanation
Multi-Regional Storage provides redundancy across locations, while others are more specific in function.
What happens when you set a VM instance's internal IP to an address that is already taken?
-
A
The instance cannot start
-
B
The system automatically reassigns a new IP
-
C
The instance will have both IPs
-
D
No impact on the instance starting
Explanation
The instance cannot start if the internal IP is already in use to prevent IP conflicts.
Which service is best for hosting a static website?
-
A
Cloud Storage
-
B
Compute Engine
-
C
App Engine
-
D
Cloud Functions
Explanation
Cloud Storage serves static content with low cost; other options are meant for dynamic applications.
A company needs to make daily backups of their Cloud SQL data. What is the best approach?
-
A
Use instance snapshots only
-
B
Manual exporting of data
-
C
Enable automated backups
-
D
Use a third-party tool
Explanation
Automated backups are built-in and reliable; others may be less efficient.
What happens when you set a VM's network tag but do not configure firewall rules?
-
A
Traffic will be allowed by default
-
B
No traffic will be allowed
-
C
Only ingress traffic is allowed
-
D
All egress traffic blocks automatically
Explanation
Default firewall rules deny all unless explicitly allowed; other options inaccurately describe default behavior.
Which Google Cloud service is best for running containerized applications?
-
A
Google Kubernetes Engine
-
B
Cloud Functions
-
C
App Engine
-
D
Cloud Run
Explanation
Google Kubernetes Engine manages container orchestration, while others are more specific or less suitable.
A company needs to securely manage service accounts for multiple developers. What is the best approach?
-
A
Provide all developers with root access
-
B
Use IAM roles and provide specific permissions
-
C
Delegate permissions via a shared account
-
D
Avoid using service accounts altogether
Explanation
IAM roles allow for granular, secure permission management, while other options compromise security.
You are configuring a Cloud Storage bucket to prevent public access. What should you do?
-
A
Set public access prevention on the bucket
-
B
Use Cloud IAM to revoke all permissions
-
C
Disable all logging for the bucket
-
D
Set all object ACLs to public-read
Explanation
Setting public access prevention directly protects your bucket, while the others do not effectively prevent access.
What service allows you to manage API traffic effectively?
-
A
Cloud Functions
-
B
Cloud Endpoints
-
C
Compute Engine
-
D
Cloud Storage
Explanation
Cloud Endpoints provides API management features, while the others serve different primary functions.