You are configuring a generative AI model to predict user behavior. What happens if the model is trained on biased data?
APredictions will be highly accurate
BOutput will reflect bias in data
CModel performance improves
DNo effect on predictions
Explanation
Model predictions will exhibit the same bias as the training data, affecting fairness and accuracy.
Q292
Which service is used for creating and managing AI models on Google Cloud?
AVertex AI
BBigQuery
CCloud Functions
DApp Engine
Explanation
Vertex AI is specifically designed for managing AI models, while the others serve different purposes.
Q293
You are configuring a recommendation system for an e-commerce platform. What data source should you prioritize?
AUser purchase history
BRandom product listings
CSocial media trends
DSite performance metrics
Explanation
User purchase history provides relevant insights for recommendations, unlike the other options.
Q294
What happens when you set excessive quota limits on your Google Cloud project?
AImproved resource allocation
BIncreased billing costs
CFaster service response
DLimited resource usage
Explanation
Setting high quota limits can lead to increased usage and billing, while others are incorrect interpretations.
Q295
Which Google Cloud service automates scaling of web applications?
AGoogle App Engine
BCloud Pub/Sub
CCloud Functions
DCloud Compute Engine
Explanation
Google App Engine automatically scales applications based on traffic; others require manual scaling configuration or are not exclusively for web apps.
Q296
A company needs to analyze unstructured text data efficiently. Which Google Cloud tool should they use?
ABigQuery
BDialogflow
CNatural Language API
DCloud Storage
Explanation
Natural Language API is specifically designed for text analysis, while the others serve different purposes.
Q297
What happens when a Blob storage object's metadata is updated?
AObject version changes
BNew object is created
CObject size increases
DMetadata is only updated
Explanation
Updating metadata changes only the object's properties without creating a new version or affecting size.
Q298
Which service provides AI-powered translation capabilities?
ACloud Translation API
BCloud Spanner
CBigQuery
DCloud Functions
Explanation
Cloud Translation API leverages AI for translation, while other options serve different purposes.
Q299
A company needs to store and analyze large datasets efficiently. Which Google Cloud product should they use?
ACloud SQL
BBigQuery
CCloud Storage
DFirebase Realtime Database
Explanation
BigQuery is designed for large-scale analytics, unlike the other options which serve different needs.
Q300
You are configuring an AI model. What happens when you set a high temperature value during inference?
AModel generates more deterministic outputs
BModel output becomes more random
CModel performance improves significantly
DModel stops generating text entirely
Explanation
A high temperature increases randomness in output, while lower values lead to more predictable results.