AI-102 Question 17
Single answerA company is developing a chatbot application to generate human-like responses and provide personalized assistance to their customers. They want to leverage a pre-trained generative AI model while minimizing the need for extensive training and infrastructure management. Which Azure service should they use?
- A
Azure OpenAI Service
- B
Azure Cognitive Search
- C
Azure Machine Learning
- D
Azure Bot Service
Show answer and explanation
Correct answer: A
Explanation
Azure OpenAI Service is the appropriate choice for this scenario because it provides access to pre-trained generative AI models like GPT, which are specifically designed for generating human-like responses. This enables the company to quickly implement their chatbot application without needing to build and train custom models or manage complex infrastructure. Other services like Azure Cognitive Search, Azure Machine Learning, and Azure Bot Service are useful for different aspects of AI and bot development but are not directly suited for generative AI tasks.
- A. Correct.
Azure OpenAI Service provides access to powerful pre-trained generative AI models, such as GPT, which are ideal for creating human-like text responses without requiring extensive training or infrastructure management.
- B. Incorrect.
Azure Cognitive Search is used for indexing and searching structured and unstructured data, but it does not provide generative AI capabilities for creating human-like text responses.
- C. Incorrect.
Azure Machine Learning is a platform for building, training, and deploying custom machine learning models, but it does not offer pre-trained generative AI models out of the box.
- D. Incorrect.
Azure Bot Service helps build conversational bots, but it requires an external AI service like Azure OpenAI Service or LUIS for generating or understanding human-like conversational responses.