A company needs to build an AI model that can identify the sentiment of customer feedback. Which Azure service should they use?
AAzure Bot Service
BAzure Text Analytics
CAzure Video Indexer
DAzure Machine Learning
Explanation
Azure Text Analytics specifically provides sentiment analysis capabilities, whereas the others focus on different functionalities.
Q12
You are configuring an Azure Machine Learning workspace, what happens if you set the compute target to 'Standard_DS2_v2'?
ALimits model training capabilities.
BProvides GPU acceleration.
COffers balanced CPU and memory resources.
DDisables data versioning.
Explanation
The 'Standard_DS2_v2' provides a balanced configuration for CPU and memory, while others misrepresent its capabilities.
Q13
Which Azure service provides a managed environment for deploying machine learning models?
AAzure DevOps
BAzure Machine Learning
CAzure Functions
DAzure Blob Storage
Explanation
Azure Machine Learning is designed specifically for managing and deploying ML models, while the others serve different purposes.
Q14
A company needs to implement a chatbot to handle customer inquiries. Which Azure service should they use for natural language understanding?
AAzure Search
BAzure Bot Service
CAzure Cognitive Services
DAzure App Service
Explanation
Azure Cognitive Services provides APIs for natural language processing, unlike Azure Bot Service which is focused on the bot framework itself.
Q15
You are configuring an Azure OpenAI resource. What happens when you enable the 'Chat' feature instead of 'Completion'?
ANo changes are made
BOnly chat-oriented prompts are accepted
CModel output becomes unpredictable
DIt optimizes for multi-turn conversations
Explanation
Enabling the 'Chat' feature optimizes the model for interactive, multi-turn conversation flows, unlike 'Completion'.
Q16
Which service is best for deploying machine learning models at scale?
AAzure Machine Learning
BAzure Functions
CAzure DevOps
DAzure Logic Apps
Explanation
Azure Machine Learning is specifically designed for deploying and managing machine learning models, while the others serve different purposes.
Q17
A company needs to enhance real-time decision-making with AI insights. Which Azure service should they implement?
AAzure Data Lake Storage
BAzure Cognitive Services
CAzure Stream Analytics
DAzure Storage Account
Explanation
Azure Stream Analytics processes real-time data streams, making it suitable for real-time insights, unlike others which don't focus on real-time processing.
Q18
You are configuring a bot using Azure Bot Service. What happens if you do not integrate an NLP service?
AThe bot will analyze sentiments.
BThe bot will only perform keyword matching.
CThe bot cannot connect to databases.
DThe bot will crash on deployment.
Explanation
Without NLP integration, the bot relies on keyword matching, lacking deeper understanding and contextual responses, while NLP enhances the bot's conversational capabilities.
Q19
Which Azure service is designed for conversational AI applications?
AAzure Bot Services
BAzure Functions
CAzure Cognitive Search
DAzure DevOps
Explanation
Azure Bot Services specifically facilitates building conversational agents, unlike the others which serve different purposes.
Q20
A company needs to analyze text data in real-time for sentiment. Which Azure solution should they implement?
AAzure Stream Analytics
BAzure Blob Storage
CAzure Data Factory
DAzure Logic Apps
Explanation
Azure Stream Analytics supports real-time data processing, while the others are focused on storage or orchestration.