A company needs to store sensitive data and comply with GDPR regulations. Which storage option should they prioritize?
ACloud Storage with customer-managed keys
BCloud SQL with no encryption
CFirestore with open access
DBigQuery without access controls
Explanation
Customer-managed keys in Cloud Storage enhance security and compliance for sensitive data.
Q72
What happens when an instance is stopped, then started again in Google Compute Engine?
AIt retains all internal configurations
BIt changes its internal IP address
CIt is destroyed and recreated
DIt becomes a preemptible VM
Explanation
Stopping and starting an instance typically changes its internal IP address unless it's reserved.
Q73
Which Google Cloud service offers serverless functions?
ACloud Functions
BCloud Run
CCompute Engine
DApp Engine
Explanation
Cloud Functions is specifically designed for serverless compute, while other options provide different deployment architectures.
Q74
A company needs to store sensitive user data. Which service should they use for enhanced security and compliance?
ACloud Storage
BBigQuery
CSecret Manager
DCloud SQL
Explanation
Secret Manager securely stores sensitive information, whereas other options do not provide this level of specialized focus on sensitive data.
Q75
You are configuring a network in GCP. What happens when you set up a VPC with no firewall rules?
AAll traffic is blocked
BAll traffic is allowed
COnly outbound traffic is allowed
DTraffic rules are inherited from other projects
Explanation
Without firewall rules, GCP allows all traffic by default, unlike typical security models that block everything first.
Q76
Which Google Cloud service provides a managed environment for deploying ML models?
AAI Platform
BCompute Engine
CCloud Functions
DCloud Storage
Explanation
AI Platform is tailored for ML model deployment, while the others serve different purposes.
Q77
A company needs to ensure that only authorized users can access sensitive data. Which IAM role should they use?
AViewer
BEditor
COwner
DCustom Role
Explanation
A Custom Role allows fine-tuned permissions, while the others provide blanket access.
Q78
You are configuring a Cloud Function to trigger upon file uploads. What happens if the function fails to execute?
AFile is deleted automatically
BRetry occurs based on policy
CFunction will never trigger again
DUpload fails and is rejected
Explanation
Cloud Functions can be configured to retry on failure, while others present incorrect outcomes.
Q79
Which service can help manage machine learning model lifecycles in GCP?
AAI Platform
BCloud Functions
CBigQuery ML
DCloud Pub/Sub
Explanation
AI Platform is designed for managing ML models; the others serve different purposes like data handling or event-driven architecture.
Q80
A company needs to analyze sentiments in customer reviews using natural language processing. Which tool should they use?
ACloud Vision API
BNatural Language API
CDataflow
DCloud Composer
Explanation
Natural Language API specializes in sentiment analysis; the other options cater to image processing, stream processing, or workflow orchestration.