A company needs to implement a model to classify customer support tickets by priority. Which Google Cloud service should they use?
AVertex AI
BBigQuery
CCloud Pub/Sub
DCloud Functions
Explanation
Vertex AI is designed for building and deploying ML models, suitable for this classification task.
Q2
What happens when you delete a Google Cloud Storage bucket that contains objects?
AObjects are retained indefinitely.
BObjects are permanently deleted.
CObjects are archived in another bucket.
DObjects are moved to trash.
Explanation
Deleting a bucket permanently removes all objects within it without recovery.
Q3
You are configuring IAM roles and want to allow only specific external APIs access to your managed services. Which principle should you follow?
APrinciple of Least Privilege
BDefense in Depth
CFail-Safe Defaults
DSeparation of Duties
Explanation
The Principle of Least Privilege ensures minimal permissions are granted necessary for task completion.
Q4
Which service can optimize ML model deployment?
AAI Platform Prediction
BCloud Functions
CCloud Run
DDataproc
Explanation
AI Platform Prediction is tailored for ML models, while the others serve different purposes.
Q5
A company needs real-time data processing for their analytics; which service is best?
ACloud Storage
BBigQuery
CDataflow
DCloud Pub/Sub
Explanation
Dataflow provides real-time data processing capabilities, unlike the other options.
Q6
You are configuring security settings; what does service account scope determine?
AData location
BAccess levels for APIs
CUser authentication methods
DNetwork traffic
Explanation
Service account scopes define the permissions for API access, while the other options refer to unrelated settings.
Q7
Which service in Google Cloud offers managed Jupyter notebook environments?
AAI Platform Notebooks
BCloud Functions
CDataflow
DCloud Run
Explanation
AI Platform Notebooks provides managed Jupyter environments, while others serve different purposes.
Q8
A company needs to ensure data retention for regulatory compliance. What should they use?
ACloud Functions
BCloud Storage Lifecycle Rules
CBigQuery
DCompute Engine
Explanation
Cloud Storage Lifecycle Rules help manage data retention efficiently for compliance requirements.
Q9
What happens when you set a VM instance's machine type to 'n1-standard-1'?
AIncreased bandwidth availability
BBasic performance with 1 vCPU
CAutomated scaling capabilities
DHigher storage space allocated
Explanation
'n1-standard-1' configuration provides basic performance with a specific resource allocation of 1 vCPU.
Q10
Which Google Cloud service manages containerized applications?
AGoogle Kubernetes Engine
BCloud Functions
CApp Engine
DCloud Run
Explanation
Google Kubernetes Engine (GKE) is specifically designed for managing containerized applications, while the others serve different computing purposes.