Which Azure service is primarily used for building chatbots?
AAzure Bot Service
BAzure Data Factory
CAzure Functions
DAzure Logic Apps
Explanation
Azure Bot Service is specifically designed for creating chatbots, while the others fulfill different roles.
Q92
A company needs to enhance model accuracy while using Azure Machine Learning. What should they make sure to validate frequently?
AModel hyperparameters
BData cleaning processes
CTraining data quality
DUser interface
Explanation
High-quality training data is crucial for better model accuracy, while the others impact different areas.
Q93
You are configuring a custom image classification model in Azure. What happens if your input images don’t match the expected dimensions?
AModel returns an error
BImages will automatically resize
CModel processes images anyway
DModel skips the incorrect images
Explanation
The model will return an error if the input dimensions don’t match the expected size, other options misrepresent the behavior.
Q94
Which service allows for model training in Azure AI?
AAzure Machine Learning
BAzure Logic Apps
CAzure DevOps
DAzure Functions
Explanation
Azure Machine Learning is specifically designed for model training. Azure Logic Apps automate workflows, Azure DevOps focuses on CI/CD, Azure Functions provide serverless compute.
Q95
A company needs to design a chatbot for customer support. Which Azure service should they use?
AAzure Bot Services
BAzure Cognitive Search
CAzure Virtual Machines
DAzure Data Factory
Explanation
Azure Bot Services is tailored for chatbot development. Azure Cognitive Search indexes data, Azure Virtual Machines serves apps, Azure Data Factory integrates data.
Q96
What happens when an Azure AI model is deployed with auto-scaling enabled?
AEnvironmental costs decrease automatically
BScalability adjusts based on usage
CModel accuracy improves with load
DResources are permanently allocated
Explanation
Auto-scaling adjusts resources based on demand. Option A is incorrect; cost isn't automatic, C is misleading about accuracy, D confuses temporary scaling.
Q97
Which service is used for building conversational AI experiences?
AAzure Bot Services
BAzure Data Factory
CAzure Cognitive Search
DAzure Functions
Explanation
Azure Bot Services provides tools for building bots, while others are for data or computing tasks.
Q98
A company needs to automate sentiment analysis for customer feedback. Which Azure service should they utilize?
AAzure Text Analytics
BAzure Machine Learning
CAzure Logic Apps
DAzure Search
Explanation
Azure Text Analytics offers pre-built models for sentiment analysis, while others are for broader purposes.
Q99
You are configuring an Azure Machine Learning workspace. What will happen if you do not set up a compute target?
AWorkspace creation fails
BModels won't require compute
CYou can still run experiments
DCompute is auto-provisioned
Explanation
You can create a workspace without a compute target, but you cannot run experiments until you set one.
Q100
Which service provides natural language processing capabilities?
AAzure Text Analytics
BAzure Blob Storage
CAzure SQL Database
DAzure Event Hub
Explanation
Azure Text Analytics offers text processing capabilities while the others do not pertain to NLU functionality.