Google Cloud
Google Cloud Certified – Associate Data Practitioner
PR000306
Become a certified Associate Data Practitioner with exam code PR000306 to validate your data skills in Google Cloud.
492 questions
0 views
Free
Questions 401–410 of 492
A company needs to process large datasets in real time. Which Google Cloud service should they use?
-
A
BigQuery
-
B
Pub/Sub
-
C
Cloud Storage
-
D
Dataflow
Explanation
Dataflow is optimized for real-time data processing, unlike the others not specifically designed for this purpose.
What happens when you set an IAM role at the project level?
-
A
Overrides all organization policies
-
B
Applies only to project resources
-
C
Sets permissions universally
-
D
Restricts access to all users
Explanation
IAM roles assigned at the project level apply specifically to resources within that project, not organization-wide.
Which service is primarily used for data warehousing in Google Cloud?
-
A
BigQuery
-
B
Cloud SQL
-
C
Cloud Storage
-
D
Dataflow
Explanation
BigQuery is optimized for data warehousing; others serve different databases or storage needs.
A company needs to process streaming data in real-time. Which Google Cloud service should they use?
-
A
Cloud Dataproc
-
B
Cloud Pub/Sub
-
C
Cloud Functions
-
D
Cloud Run
Explanation
Cloud Pub/Sub handles real-time data streams; others are not specifically designed for streaming.
You are configuring IAM policies for a GCP project. What happens when you apply a Role with `editor` permissions to a user?
-
A
User becomes a project owner
-
B
User can modify resources
-
C
User cannot view resources
-
D
User cannot change permissions
Explanation
An `editor` role allows users to modify resources; others are either too permissive or restrictive in this context.
Which service is best for deploying machine learning models?
-
A
AI Platform
-
B
Cloud Functions
-
C
BigQuery
-
D
Cloud Run
Explanation
AI Platform is designed specifically for machine learning models, while others serve different functions.
A company needs to store vast amounts of unstructured data. Which storage solution should they use?
-
A
Cloud SQL
-
B
Cloud Spanner
-
C
Cloud Storage
-
D
Bigtable
Explanation
Cloud Storage is optimized for unstructured data storage, while other options are for structured or semi-structured data.
You are configuring a network with shared VPCs. What happens if a service project uses an external service?
-
A
VPC peering is required
-
B
Traffic routes through the host project
-
C
Firewall rules are ignored
-
D
It causes network latency
Explanation
Traffic to external services from a service project still routes through the host project's VPC.
Which service is best for real-time data analytics?
-
A
BigQuery
-
B
Cloud Storage
-
C
Cloud Functions
-
D
App Engine
Explanation
BigQuery is designed for real-time analytics, while others serve different purposes.
A company needs to store and manage user data securely. What should they implement?
-
A
Cloud Pub/Sub
-
B
Cloud SQL
-
C
Identity and Access Management
-
D
Cloud Firestore
Explanation
IAM ensures secure access management to resources, unlike storage solutions directly.