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 91–100 of 498
Which service provides serverless event-driven computing?
-
A
Cloud Functions
-
B
Compute Engine
-
C
Cloud Run
-
D
App Engine
Explanation
Cloud Functions is specifically designed for event-driven tasks, while others are different types of compute services.
A company needs to enforce policies to restrict access to resources based on user roles. Which GCP service should they use?
-
A
Cloud Identity
-
B
Cloud Pub/Sub
-
C
IAM Roles
-
D
BigQuery
Explanation
IAM Roles allow for role-based access control, while other options don't provide policy enforcement.
What happens when you set a firewall rule to deny all traffic?
-
A
Blocks no traffic
-
B
Allows all traffic
-
C
Blocks specified traffic only
-
D
Denies all inbound traffic
Explanation
Denying all traffic means no inbound connections are permitted, impacting all access based on the rule.
Which service is best for container orchestration in GCP?
-
A
Google Kubernetes Engine
-
B
Cloud Functions
-
C
App Engine
-
D
Cloud Run
Explanation
Google Kubernetes Engine is specifically designed for container orchestration, while the others serve different purposes.
A company needs to securely share files with external users. What should they use?
-
A
Cloud Storage with signed URLs
-
B
Cloud Datastore
-
C
Compute Engine VMs
-
D
Pub/Sub
Explanation
Cloud Storage allows secure sharing through signed URLs, unlike Datastore or the other options which don't facilitate secure file sharing.
You are configuring IAM permissions for a service account. What happens if you grant the role 'Viewer' and 'Editor'?
-
A
Account gains Editor permissions only
-
B
Account gains Viewer permissions only
-
C
Account gains both permissions
-
D
Permissions cancel each other out
Explanation
In IAM, roles are cumulative so the account retains both Viewer and Editor permissions.
Which service is best for hosting a static website on Google Cloud?
-
A
Cloud Storage
-
B
Compute Engine
-
C
App Engine
-
D
Cloud Functions
Explanation
Cloud Storage offers a straightforward solution for static website hosting, while others are better suited for dynamic content.
A company wants to allow specific users to access a Cloud Pub/Sub topic. Which IAM feature should they use?
-
A
Service Account
-
B
Custom Role
-
C
IAM Policy Binding
-
D
Network ACLs
Explanation
IAM Policy Binding grants specific permissions but the others either do not provide user-specific access or are unrelated to IAM.
You are configuring a VM instance in Google Cloud with an attached persistent disk. What happens if you delete the VM?
-
A
Persistent disk is automatically deleted.
-
B
Persistent disk remains available.
-
C
VM restarts with deleted disk.
-
D
Data on disk is corrupted.
Explanation
The persistent disk remains intact after VM deletion unless configured to delete with the VM.
Which service enables you to run applications in containers?
-
A
Google Kubernetes Engine
-
B
Google Compute Engine
-
C
Google App Engine
-
D
Google Cloud Functions
Explanation
Google Kubernetes Engine specifically manages containerized applications, whereas the others support different types of deployments.