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 241–250 of 498
Which Google Cloud service provides serverless container orchestration?
-
A
Cloud Run
-
B
Kubernetes Engine
-
C
Compute Engine
-
D
App Engine
Explanation
Cloud Run is designed for serverless container deployment, while others require more management.
A company needs to analyze large datasets with SQL queries. Which service should they use?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud Spanner
-
D
Dataflow
Explanation
BigQuery is optimized for SQL analytics on large datasets, unlike the others which have different purposes.
What happens when a Compute Engine instance's ephemeral disk is deleted?
-
A
Data is permanently lost
-
B
Data is backed up automatically
-
C
Data is moved to Cloud Storage
-
D
Data is recoverable for 30 days
Explanation
Ephemeral disks are non-persistent; deletion results in permanent data loss.
Which Google Cloud service allows for serverless data processing?
-
A
Cloud Functions
-
B
Compute Engine
-
C
App Engine
-
D
Cloud SQL
Explanation
Cloud Functions enables event-driven, serverless execution, while others need server resources.
A company needs to securely share its GCP resources across teams without granting excessive permissions. What should they use?
-
A
IAM Roles
-
B
Service Accounts
-
C
Organization Policies
-
D
Audit Logs
Explanation
IAM Roles can finely control access across teams, while the others do not primarily govern permissions.
You are configuring a Virtual Private Cloud (VPC) network. What happens if you don't assign an external IP to a Compute Engine instance?
-
A
Instance is unreachable from outside.
-
B
Instance uses a public IP automatically.
-
C
Instance cannot connect to Cloud Storage.
-
D
Instance is deleted by GCP.
Explanation
Without an external IP, the instance remains private and isolated from direct public access.
Which service is used for Kubernetes orchestration?
-
A
Google Kubernetes Engine
-
B
Cloud Functions
-
C
Cloud Run
-
D
App Engine
Explanation
Google Kubernetes Engine manages containerized applications in Kubernetes; others do not specialize in orchestration.
A company needs to store sensitive customer data securely. Which Cloud feature should they prioritize?
-
A
IAM Roles
-
B
Cloud Storage Bucket Encryption
-
C
Compute Engine
-
D
Stackdriver Monitoring
Explanation
Cloud Storage Bucket Encryption ensures data is stored securely, while others focus on access control or monitoring.
What happens when you exceed a cloud quota?
-
A
Usage continues without limits
-
B
New resources may not be created
-
C
Billing charges increase instantly
-
D
All services are suspended
Explanation
Exceeding a quota typically prevents new resources from being created until the quota is increased; others misrepresent consequences.
Which service is used for serverless event-driven architecture?
-
A
Cloud Functions
-
B
App Engine
-
C
Compute Engine
-
D
Kubernetes Engine
Explanation
Cloud Functions enables serverless environments; others require infrastructure management.