Which Azure service is best for automating ML model deployment?
AAzure Machine Learning
BAzure Batch
CAzure Databricks
DAzure Functions
Explanation
Azure Machine Learning specifically supports model deployment, while others serve different purposes.
Q122
A company needs to ensure data privacy in AI models. Which practice should they implement?
AUse standard datasets
BMinimize data collection
CEnhance model accuracy
DShare data with third parties
Explanation
Minimizing data collection helps maintain data privacy, while other options increase privacy risks or aren’t aligned with this goal.
Q123
You are configuring Azure Cognitive Services for text analytics. What happens when input data is not in English?
AService fails without alert
BTranslation before analysis
COnly syntax analyzed
DEnhances results with translation
Explanation
Azure Cognitive Services may not support non-English data properly, failing to analyze it without an alert, whereas the other options falsely imply operational scenarios.
Q124
Which Azure service can effectively index large volumes of unstructured data?
AAzure Cognitive Search
BAzure Blob Storage
CAzure SQL Database
DAzure Functions
Explanation
Azure Cognitive Search is designed for indexing and querying unstructured data, whereas the others serve different purposes.
Q125
A company needs to automate model training when new data is added to Azure Blob Storage. Which service should they use?
AAzure Logic Apps
BAzure Machine Learning
CAzure Data Factory
DAzure DevOps
Explanation
Azure Machine Learning provides capabilities for automating model training workflows when new data is available.
Q126
What happens when you implement Azure Managed Identity for an application?
AUser credentials are required.
BApplication access tokens are generated automatically.
CRequires manual token refresh.
DAccess to all Azure resources granted.
Explanation
Azure Managed Identity automatically manages access tokens, while the other options describe incorrect functionalities or requirements.
Q127
Which service is best for data labeling in AI projects?
AAzure Machine Learning
BAzure Databricks
CAzure Lambda
DAzure Logic Apps
Explanation
Azure Machine Learning provides built-in labeling tools for datasets, unlike the other options.
Q128
A company needs to deploy a language model for a chatbot. Which should they choose for real-time inference?
AAzure Functions
BAzure Container Instances
CAzure Batch
DAzure Logic Apps
Explanation
Azure Container Instances allows real-time deployment of models; the others do not handle real-time effectively.
Q129
You are configuring a model to predict customer churn. What happens when the model forecasts a high probability of churn?
AAll customers are retained automatically
BMarketing is notified for intervention
CSales teams are dissolved
DNew customers are targeted instead
Explanation
Notifying marketing allows proactive measures to retain customers, unlike the other options.
Q130
Which Azure service is best for building conversational agents?
AAzure Bot Services
BAzure Data Lake
CAzure Functions
DAzure Logic Apps
Explanation
Azure Bot Services provides tools to build conversational agents, while others serve different purposes.