You are configuring IAM roles for a team. If a user is granted both 'Editor' and 'Viewer' roles, what is the effective permission?
AEditor permissions only
BViewer permissions only
CNo permissions granted
DEditor and Viewer permissions
Explanation
In IAM, permissions are additive; both roles apply.
Q382
Which service is best for big data analytics in GCP?
ABigQuery
BCloud Pub/Sub
CGoogle Compute Engine
DCloud Storage
Explanation
BigQuery is designed for data analytics, while others serve different purposes.
Q383
A company needs to run a machine learning model that requires GPUs. Which GCP service should they use?
ACloud Functions
BGoogle Kubernetes Engine
CApp Engine
DDataflow
Explanation
Google Kubernetes Engine can utilize GPUs, while others cannot optimally handle such tasks.
Q384
What happens when you configure IAM roles for a project resource?
AOnly members in the project access roles.
BAll users can now access all resources.
CRoles only apply to VMs in Compute Engine.
DSpecific users gain permissions as defined.
Explanation
IAM roles grant permissions to specified users, not universally.
Q385
Which service would you use for serverless application deployment?
ACloud Functions
BCompute Engine
CCloud Storage
DApp Engine
Explanation
Cloud Functions is designed for serverless execution; Compute Engine requires more management, Cloud Storage is for data, and App Engine is more a platform than a strictly serverless option.
Q386
A company needs to monitor and analyze network traffic within their Google Cloud environment. Which service should they utilize?
ACloud Armor
BTraffic Director
CCloud Monitoring
DVPC Flow Logs
Explanation
VPC Flow Logs capture and analyze network traffic, while the other options serve different purposes.
Q387
You are configuring IAM roles for a project. What happens if you grant 'roles/viewer' at the project level?
AUsers can edit all resources
BUsers can only view resources
CUsers can manage IAM roles
DUsers have no access
Explanation
'roles/viewer' allows read-only access, while other options misinterpret the permissions granted.
Q388
Which service allows you to deploy containerized applications?
AGoogle Kubernetes Engine
BGoogle Cloud Functions
CGoogle App Engine
DGoogle Cloud Run
Explanation
Google Kubernetes Engine is specifically designed for managing containerized applications using Kubernetes, while others have different use cases.
Q389
A company needs to securely manage user permissions for Google Cloud resources. What should they implement?
AService Accounts
BCloud IAM
CCloud Identity
DResource Policies
Explanation
Cloud IAM (Identity and Access Management) is the correct tool for securely managing user access permissions across Google Cloud services.
Q390
What happens when a VM instance is stopped in Google Cloud?
APersistent disks are deleted
BStatic IP is released
CVM configuration is lost
DThe VM can be restarted
Explanation
Stopping a VM allows it to be restarted without losing its configuration, while the other options are incorrect actions upon stopping a VM instance.