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 11–20 of 498
A company needs to analyze large datasets in real-time. Which service should they use?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud Pub/Sub
-
D
Dataflow
Explanation
Dataflow is designed for processing data in real-time, while the others are for storage or batch processing.
You are configuring IAM roles for a new project. What happens if a member has both 'Viewer' and 'Editor' roles on a resource?
-
A
Only Viewer permissions apply
-
B
Only Editor permissions apply
-
C
Viewer permissions override Editor
-
D
Both permissions combine
Explanation
In IAM, roles combine permissions, thus both permissions apply, empowering the member with expanded access.
Which service allows automated deployment of applications?
-
A
Google Kubernetes Engine
-
B
Google BigQuery
-
C
Cloud Spanner
-
D
Cloud Functions
Explanation
Google Kubernetes Engine automates deployment and management of containerized applications; others have different purposes.
A company needs to store structured data with complex queries. Which database should they use?
-
A
Cloud Firestore
-
B
Bigtable
-
C
Cloud SQL
-
D
Cloud Storage
Explanation
Cloud SQL is ideal for structured data with complex queries; others are optimized for different data models.
What happens when a Cloud Function exceeds its execution timeout?
-
A
Function stops and returns an error
-
B
Function continues to run indefinitely
-
C
Function is automatically scaled down
-
D
Function automatically retries execution
Explanation
The Cloud Function is terminated and an error is returned when the execution time exceeds the set limit; others are incorrect behaviors.
Which service can be used to manage machine learning models at scale?
-
A
AI Platform
-
B
Cloud Functions
-
C
BigQuery
-
D
Cloud Storage
Explanation
AI Platform is designed for managing ML models; the others serve different purposes.
A company needs to ensure all user access is logged for auditing. What should they enable?
-
A
Cloud Monitoring
-
B
Cloud Audit Logs
-
C
Stackdriver Debugger
-
D
Cloud Trace
Explanation
Cloud Audit Logs track user access activity, while the others focus on different monitoring functions.
What happens when you delete a Google Cloud Storage bucket that still contains objects?
-
A
Objects are archived automatically.
-
B
Bucket and objects are deleted.
-
C
Objects are retained permanently.
-
D
Deletion fails, bucket remains.
Explanation
Both bucket and objects are deleted permanently; the others incorrectly suggest that objects are retained or deferred.
You are configuring a Compute Engine instance. Which of the following is necessary for it to access the Cloud Storage bucket?
-
A
Assign a service account
-
B
Enable Cloud Functions
-
C
Set up a firewall rule
-
D
Increase disk size
Explanation
A service account grants the appropriate permissions, while the other options are not relevant to accessing Cloud Storage.
A company's application must process large streams of data in real-time. Which Google Cloud service would best support this requirement?
-
A
Cloud Pub/Sub
-
B
Cloud Functions
-
C
Cloud SQL
-
D
Cloud Spanner
Explanation
Cloud Pub/Sub is designed for real-time messaging, while the others are not optimized for streaming data.