A company needs to securely manage user identities for its applications. Which Google Cloud service should they use?
ACloud Identity
BData Loss Prevention API
CCloud Pub/Sub
DBigQuery
Explanation
Cloud Identity is designed for user identity management; others do not focus on user identities.
Q54
You are configuring a Virtual Private Cloud (VPC). What happens if you remove a firewall rule allowing ingress traffic?
ATraffic will always be allowed
BIngress traffic will be denied
COnly outbound traffic is affected
DNo changes occur to existing rules
Explanation
Removing the ingress rule denies traffic that was previously allowed; others are incorrect as rules are specific to ingress traffic control.
Q55
Which service is primarily used for big data analytics in Google Cloud?
ABigQuery
BCloud Functions
CCloud Firestore
DCloud Run
Explanation
BigQuery is designed for big data analytics, while the others serve different purposes.
Q56
A company needs to ensure its application can scale automatically based on traffic. Which service should they use?
ACompute Engine
BCloud Functions
CKubernetes Engine
DCloud Storage
Explanation
Kubernetes Engine supports auto-scaling, whereas the others do not offer this feature effectively.
Q57
You are configuring IAM roles for a project. What happens if you assign multiple roles to a user?
AConflicts will occur.
BUser gets minimum permissions.
CUser gets combined permissions.
DOnly the last role counts.
Explanation
Multiple IAM roles grant combined permissions, enhancing user capabilities, while the others are incorrect assumptions.
Q58
Which service is used for scalable storage on Google Cloud?
AGoogle Cloud Storage
BGoogle Spanner
CGoogle Pub/Sub
DGoogle Firestore
Explanation
Google Cloud Storage provides scalable and secure object storage, while others serve different purposes like databases and messaging.
Q59
A company needs to audit user activity across its Google Cloud services. What should they enable?
ACloud Monitoring
BCloud Logging
CCloud Functions
DCloud Run
Explanation
Cloud Logging is designed specifically for logging and auditing user activity, unlike the other options.
Q60
You are configuring a Google Compute Engine instance. What happens when you detach a persistent disk?
AData on the disk is deleted
BDisk remains available for other instances
CInstance automatically shuts down
DInstance performance improves instantly
Explanation
Detaching a persistent disk does not delete its data, allowing it to be used by other instances.