AI-900 Question 39
Select 3A company is building a content creation tool using Azure OpenAI Service. The application needs to generate blog posts based on user-provided topics and style preferences. Which of the following are key features of a generative AI workload in this scenario?
- A
Ability to generate human-like text based on input prompts
- B
Capability to classify input data into predefined categories
- C
Dependency on large pre-trained language models
- D
Requirement for real-time data streaming from IoT devices
- E
Focus on creative tasks such as text, image, or code generation
Show answer and explanation
Correct answers: A, C, E
Explanation
Generative AI workloads, such as those using Azure OpenAI Service, are designed to produce new content based on user input. This includes generating human-like text and leveraging large pre-trained language models. The focus on creativity and content generation is a hallmark of generative AI, distinguishing it from classification or real-time analytics workloads.
- A. Correct.
Correct: Generative AI workloads involve creating human-like text, and this is a core feature when using models like Azure OpenAI's GPT.
- B. Incorrect.
Incorrect: Classifying input data into predefined categories is typically associated with predictive or classification AI workloads, not generative AI.
- C. Correct.
Correct: Generative AI models like GPT depend on large pre-trained language models to produce meaningful and coherent outputs.
- D. Incorrect.
Incorrect: Generative AI does not rely on real-time data streaming from IoT devices, which is more relevant to real-time analytics or edge computing workloads.
- E. Correct.
Correct: Generative AI focuses on creative tasks such as generating text, images, or even code, which aligns with the scenario described.