A company needs to securely manage access to its data stored in BigQuery. What should they implement?
AIAM roles and permissions
BVirtual Private Cloud
CCloud Functions
DData Loss Prevention
Explanation
IAM roles and permissions specifically manage access control, while the others serve different functions.
Q42
What happens when you set a Cloud Storage bucket to 'Uniform' access control?
AObject permissions override bucket permissions
BAll objects inherit the bucket's permissions
COnly bucket owners can access objects
DPublic access is disabled for all objects
Explanation
Uniform access means all objects share the same permissions as the bucket, while the other options describe different access behaviors.
Q43
Which service is best for serverless data processing?
ACloud Functions
BCompute Engine
CCloud Storage
DBigQuery
Explanation
Cloud Functions allows you to run code without server management; the others require more overhead.
Q44
A company needs to analyze streaming data for real-time insights. Which Google Cloud service should they use?
ACloud Pub/Sub
BCloud Spanner
CDataflow
DCloud Bigtable
Explanation
Dataflow is designed for real-time data processing; the others are more suited for other scenarios.
Q45
What happens when you set a Google BigQuery dataset to 'Is Public'?
AAnyone can query the dataset
BThe dataset is deleted
COnly certain users can access
DAccess logs are created
Explanation
Setting 'Is Public' allows unrestricted queries by anyone; the other options are incorrect interpretations of permissions.
Q46
Which Google Cloud service allows real-time, managed data processing?
ACloud Dataflow
BCloud Storage
CBigQuery
DCloud Pub/Sub
Explanation
Cloud Dataflow is designed for real-time data processing, whereas the others serve different functions.
Q47
A company needs to handle massive datasets on a regular basis. Which service should they choose for batch processing?
ACloud Functions
BCloud Dataproc
CCloud Run
DCloud Tasks
Explanation
Cloud Dataproc is optimized for batch processing of large datasets using Apache Spark and Hadoop.
Q48
You are configuring IAM roles for a project. What happens when you assign a role at the organization level?
AAccess is limited to projects only.
BAccess is inherited by all projects.
CAccess applies only to resources.
DOnly new projects inherit the role.
Explanation
Assigning a role at the organization level grants access to all underlying projects.
Q49
Which service is best for streaming data analytics?
ABigQuery
BPub/Sub
CDataflow
DCloud Storage
Explanation
Dataflow is designed for processing streaming data, while BigQuery and Cloud Storage are better for analytics and storage respectively, and Pub/Sub is for message ingestion.
Q50
A company needs to audit access to sensitive data. Which service should they use?
ACloud Logging
BCloud Resource Manager
CData Catalog
DCloud IAM
Explanation
Cloud Logging captures access logs, while the other options are not primarily focused on auditing access.