You are configuring a recommendation system. What type of model should you prioritize?
ACollaborative filtering
BLinear regression
CSupport vector machines
DEnsemble learning
Explanation
Collaborative filtering is ideal for recommendations.
Q142
Which Azure service is primarily used for building conversational agents?
AAzure Bot Services
BAzure DevOps
CAzure Functions
DAzure Cognitive Analytics
Explanation
Azure Bot Services is designed for creating conversational agents, while the others serve different functions.
Q143
A company wants to improve its model's accuracy through historical data analysis. Which Azure service should they use?
AAzure Machine Learning
BAzure Monitor
CAzure Data Lake
DAzure Logic Apps
Explanation
Azure Machine Learning facilitates model training and evaluation, while the others do not focus on ML accuracy.
Q144
What happens when you apply a lower threshold to an anomaly detection model?
AFewer anomalies are detected
BMore anomalies are detected
CNo change in detection
DModel performance decreases
Explanation
Lowering the threshold increases sensitivity, leading to more detected anomalies, while other options incorrectly assume the opposite or no effect.
Q145
Which Azure service is primarily used for implementing conversational AI?
AAzure Bot Service
BAzure Functions
CAzure Logic Apps
DAzure DevOps
Explanation
Azure Bot Service is designed for conversational AI, while others serve different purposes.
Q146
A company needs to process large amounts of real-time data from IoT devices. Which Azure service should they use?
AAzure Event Hubs
BAzure Data Lake
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Event Hubs is designed for real-time streaming data, while other options focus on storage or batch processing.
Q147
You are configuring a machine learning model in Azure. What happens if you choose the 'Auto ML' option?
AModel parameters require manual tuning
BAutomated feature engineering occurs
CIt only supports regression tasks
DTraining is limited to small datasets
Explanation
'Auto ML' includes automated feature engineering to optimize model performance, while A, C, and D are incorrect constraints.