Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Free Resources

Difficulty IndexLearn — Free ChaptersIT GlossaryFree Tools & LabsStudy GuidesCareer RoadmapsBrowse by VendorCisco Command ReferenceCCNA Scenarios

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertificationsAI-900DomainsDescribe features of generative AI workloads on Azure
AI-900Free — No Signup

Describe features of generative AI workloads on Azure

Describe features of generative AI workloads on Azure questions on this certification test your ability to deploy and manage describe features of generative ai workloads on azure concepts in scenario-based situations.

206questions

Start practicing

Describe features of generative AI workloads on Azure — choose a session length

10 questions~10 min20 questions~20 min30 questions~30 min50 questions~50 min

Free · No account required

AI-900 Domains

Describe Artificial Intelligence workloads and considerationsDescribe fundamental principles of machine learning on AzureDescribe features of computer vision workloads on AzureDescribe features of Natural Language Processing workloads on AzureDescribe features of generative AI workloads on Azure

Domain overview

About the Describe features of generative AI workloads on Azure domain

Use this page to practise Describe features of generative AI workloads on Azure questions for this certification. Focus on how the exam tests describe features of generative ai workloads on azure in scenario format — understanding the why behind each answer builds more durable knowledge than memorising options.

Exam objectives

What Describe features of generative AI workloads on Azure tests on AI-900

  1. 1

    Core Describe features of generative AI workloads on Azure concepts and how they apply in real-world cloud scenarios.

  2. 2

    How to deploy describe features of generative ai workloads on azure correctly and verify the outcome.

  3. 3

    Troubleshooting describe features of generative ai workloads on azure issues by interpreting error output and system state.

  4. 4

    Cloud best practices and Describe features of generative AI workloads on Azure design trade-offs tested by this certification.

Watch out — common Describe features of generative AI workloads on Azure traps

  • !

    Selecting the most expensive service when a simpler managed option meets the requirement.

  • !

    Forgetting that cloud resources must be explicitly secured — defaults are rarely secure.

  • !

    Choosing a global service fix when the issue is region-specific.

  • !

    Overlooking cost implications of cross-region data transfer in architecture questions.

Practice Describe features of generative AI workloads on Azure questions

10Q20Q30Q50Q

All AI-900 Describe features of generative AI workloads on Azure questions (206)

Start session

Click any question to see the full explanation and answer options, or start a focused practice session above.

1

A marketing team wants to use Azure AI to automatically generate unique product descriptions for thousands of items in an e-commerce catalog based on a few keywords provided by the inventory team. Which Azure service should they use?

2

A company is developing a chatbot that can both answer customer questions in natural language and create images on demand (e.g., 'Generate a picture of a product prototype'). Which combination of Azure generative AI models should they integrate?

3

A game development company uses Azure OpenAI Service to automatically generate in-game dialog for non-player characters (NPCs) based on character profiles. They need to ensure the generated text does not contain offensive language or harmful suggestions. Which Azure OpenAI Service feature should they configure to prevent this?

4

A company uses Azure OpenAI Service to generate marketing copy for social media posts. They want to prevent the model from producing content that contains offensive language, harmful stereotypes, or violent themes that go against their brand guidelines. Which feature should the company configure within Azure OpenAI Service?

5

A company uses Azure OpenAI Service to power a chat-based support assistant. They have extensive knowledge base documents that contain the correct information. The company wants the assistant to answer questions solely based on the provided documents and avoid generating plausible-sounding but incorrect information. Which approach should they implement to minimize the risk of such fabrications?

6

A marketing team uses Azure OpenAI Service to generate multiple variations of a product description from a single prompt. They want the generated descriptions to be more creative and diverse, rather than repetitive. Which parameter should they increase to achieve this?

7

A company uses Azure OpenAI Service to power an AI assistant that helps customers with product troubleshooting. The assistant must maintain the conversation history to provide contextually relevant answers across multiple turns. Which API endpoint should be used for this purpose?

8

A marketing agency wants to use Azure OpenAI Service to generate product descriptions that consistently match a client's distinctive brand voice. They have a collection of 50 sample descriptions written in the desired tone and style. Which Azure OpenAI Service capability should they use to specialize the model to produce text that closely matches this style?

9

A marketing team uses Azure OpenAI Service to generate headline ideas for a campaign. They find the generated headlines are often too similar and lack creativity. Which parameter should they increase to introduce more randomness in the generated text?

10

A game development studio uses Azure OpenAI Service to generate unique backstories for non-player characters (NPCs). They want the generated stories to be coherent and relevant to a given character class (e.g., warrior, mage) but also creative and varied. Which parameter should the studio adjust primarily to increase the creativity and variety of the generated text?

11

A marketing team wants to use Azure OpenAI Service to generate product descriptions that consistently match a specific brand voice. They have a small set of example descriptions that demonstrate the desired tone. They want to adapt the model without retraining it from scratch. Which approach should they take?

12

A company uses Azure OpenAI Service to generate long technical reports. To manage costs, the development team needs to accurately estimate the number of tokens that a given prompt will consume before making any API call. Which Azure OpenAI Service feature should they use to obtain this estimate?

13

A developer is using Azure OpenAI Service to generate product descriptions. They want the output to be highly focused and deterministic, with less randomness. Which parameter should they decrease?

14

A developer is using Azure OpenAI Service to generate Python code snippets. They notice that the generated code often contains repetitive function definitions and loops. Which parameter should be increased to reduce this repetition?

15

A marketing team uses Azure OpenAI Service to generate marketing copy. They notice the generated text is often repetitive, using the same phrases and words multiple times. Which parameter should they increase to directly reduce this repetition?

16

A quality assurance team at a software company uses Azure OpenAI Service to generate compliance reports. They need the model to produce the exact same output for a given prompt every time the API is called, to ensure reproducibility during testing. Which parameter should they set to achieve this deterministic behavior?

17

A developer uses Azure OpenAI Service to generate creative marketing copy. The API costs are based on the total number of tokens processed (input + output). To minimize costs, the developer wants to ensure that the generated text is as brief as possible while still being effective. Which parameter should the developer adjust in the API request?

18

A developer uses Azure OpenAI Service to generate product descriptions. Each description must be concise and not exceed 50 words. Which parameter should the developer set in the API request to control the output length?

19

A marketing team uses Azure OpenAI Service to generate social media posts. They want the generated text to be more creative and diverse, with unexpected word choices. Which parameter should they increase?

20

A marketing team uses Azure OpenAI Service to generate tagline options for a new product. They notice that the model often generates very similar taglines for the same prompt, lacking creativity. To increase the diversity and variety of the output, which parameter should they increase?

21

A financial analyst uses Azure OpenAI Service to generate summaries of quarterly earnings reports. The analyst provides the raw text of the report in the prompt and wants the summary to stick strictly to the facts presented in that text, without adding any external information or speculation. Which technique should the analyst employ to minimize the risk of the model inventing information?

22

A writer uses Azure OpenAI Service to generate story ideas. The current configuration uses a temperature setting of 0, causing the model to produce identical outputs for the same prompt. The writer wants more creative and diverse outputs. Which parameter should be increased?

23

A developer uses Azure OpenAI Service to generate code snippets. They need the model to produce the most likely completion each time, with no randomness or creativity. Which parameter should they set?

24

A developer uses Azure OpenAI Service to generate product reviews for an e-commerce site. The developer notices that the model often repeats the same phrases within the same review, making the output sound unnatural. Which parameter should the developer adjust to reduce this repetition?

25

A developer uses Azure OpenAI Service to generate multiple alternative product slogans. The developer wants to get exactly 5 different slogan options in a single API call, each being a separate piece of text. Which parameter should the developer set to control the number of completions returned?

26

A developer uses the Azure OpenAI Service to generate product descriptions for an e-commerce catalog. The developer notices that the generated text is often too long, exceeding the desired word count. Which parameter should the developer set in the API request to strictly limit the length of the generated output?

27

A social media company uses Azure OpenAI Service to automatically generate captions for user-uploaded images. The company has a strict content policy that prohibits any generated captions containing profanity, hate speech, or self-harm references. Which feature of the Azure OpenAI Service should the company configure to automatically block such harmful content?

28

A developer uses Azure OpenAI Service to generate marketing copy. They want the model to produce more focused and deterministic responses, reducing the variety of outputs for the same prompt. Which parameter should the developer decrease?

29

A legal research firm uses Azure OpenAI Service to answer questions about specific case law documents. They want the model to base its answers exclusively on the content of the provided documents, without using any external knowledge from its training. Which approach should they use?

30

A developer uses Azure OpenAI Service to generate short product descriptions. The developer notices that the model sometimes produces nonsensical or very low-probability words that make the output less coherent. The developer wants to reduce the chance of such outputs while still allowing some creative variability. Which parameter should the developer adjust in the API request?

31

A social media platform uses Azure OpenAI Service to generate summaries of user comments. The development team discovers that sometimes the generated summaries include offensive or harmful language that was present in the original comments. The team wants to ensure that the generated output is always free of hate speech, profanity, and self-harm references. What should the team configure in the Azure OpenAI Service?

32

A marketing team wants to create original images for advertisements based on text descriptions. Which Azure OpenAI Service model capability should they use?

33

A developer uses Azure OpenAI Service to generate long-form articles. The developer notices that the model tends to repeat the same sentence structures and vocabulary, making the output monotonous. Which parameter should the developer increase to reduce this repetition?

34

A developer is using Azure OpenAI Service to classify customer support tickets into categories such as 'Billing', 'Technical Issue', and 'Account Management'. The developer provides three labeled examples for each category in the prompt to improve the model's accuracy. What technique is the developer applying?

35

A meeting transcription service needs to convert multilingual audio recordings into accurate text in real time. Which Azure OpenAI Service model is specifically designed for this task?

36

A company uses Azure OpenAI Service to generate product descriptions for an e-commerce site. They want to ensure that the generated descriptions never contain offensive, violent, or hateful content. Which built-in feature should the developer enable in the Azure OpenAI Service?

37

A company uses Azure OpenAI Service to generate creative product descriptions. They want to increase the randomness and variety of the generated outputs to produce more diverse suggestions. Which parameter should they increase?

38

A company uses Azure OpenAI Service to generate executive summaries of lengthy reports. The generated summaries sometimes include information that was not present in the original report, making them unreliable. Which Azure OpenAI Service feature should the company use to anchor the model to the provided report content?

39

A developer uses Azure OpenAI Service to generate product descriptions. They want to ensure that the model only considers the most likely tokens that together have a cumulative probability of 0.95, ignoring very low-probability tokens that could lead to nonsensical outputs. Which parameter should they configure?

40

A developer uses Azure OpenAI Service to generate product name suggestions. They want to ensure the model never outputs a specific word, such as 'Corporation', because it is too formal for their brand. Which parameter should the developer configure to reduce the probability of that token being generated?

41

A marketing team uses Azure OpenAI Service to generate taglines for a new advertising campaign. They want the output to be more predictable and less surprising, sticking to the most common phrases and avoiding unusual combinations. Which parameter should they decrease?

42

A developer is using Azure OpenAI Service to generate product descriptions from technical specifications. The generated descriptions sometimes include plausible-sounding but incorrect details (hallucinations). The developer wants to ensure the model's responses are strictly based on the provided product data and does not add any external or invented information. Which approach should the developer use?

43

A developer uses Azure OpenAI Service to generate data transformation scripts. The generated scripts sometimes contain logical errors. To make the model's output more deterministic and reduce variability, which parameter should the developer decrease?

44

A company uses Azure OpenAI Service to generate marketing copy. They notice that sometimes the generated text contains repetitive phrases or gets stuck in loops. They want to reduce this behavior without changing the overall creativity of the model. Which parameter should they adjust?

45

A marketing team uses Azure OpenAI Service to generate ad copy. They notice the model sometimes uses offensive language. Which Azure OpenAI feature should they use to automatically block such content?

46

A developer uses Azure OpenAI Service to generate conversation scripts for a chatbot. The developer wants to encourage the model to introduce new topics and avoid repeatedly discussing the same subject matter. Which parameter should the developer increase?

47

A marketing team wants to use AI to automatically create new product descriptions that are original and varied, simulating human-like writing. Which type of AI model is best suited for this task?

48

A fashion retailer wants to automatically generate new, unique images of clothing items based on textual descriptions (e.g., 'a blue silk dress with floral patterns'). Which Azure service would be most appropriate to accomplish this?

49

A company uses a generative AI model to answer customer questions about their products. They observe that the model sometimes produces factually incorrect or fabricated information. To reduce these inaccuracies, they want to provide the model with relevant, up-to-date product documentation as context before generating a response. Which technique is being applied?

50

A company uses a GPT-based model to generate marketing copy. They notice the model occasionally produces text that includes harmful stereotypes. They want to reduce these harmful outputs without retraining the model. Which approach is most appropriate?

51

A company uses a large language model to generate answers to employee questions about internal HR policies. However, the model sometimes produces answers that are factually incorrect or not based on the official policies. To reduce these inaccuracies, the company wants to provide the model with relevant, up-to-date policy documents as extra context before generating a response. Which technique is being applied?

52

A company uses a generative AI model to create blog posts. They want to ensure that the model's output never contains offensive or harmful language before the content is published. They implement a system that checks the generated text against a list of prohibited terms and blocks or edits the content if necessary. Which type of safety measure is this?

53

A marketing team wants to use a generative AI model to produce social media posts that match their brand's specific tone and style. They have a small set of example posts written by their copywriters. Which approach should they use to customize the model's outputs without retraining the entire model?

54

A digital marketing agency wants to use an AI model that can create original images of products in different styles based on text prompts, such as 'a luxury watch in a futuristic setting.' Which Azure service should they choose?

55

A company wants to build a chatbot that can engage in free-form conversations with customers, answering questions and providing information without being limited to a fixed set of responses. Which type of AI model is most suitable?

56

A company wants to build a chatbot that answers customer questions using a large language model. The company has an extensive internal knowledge base with accurate, up-to-date product information. To ensure the chatbot's answers are based on this reliable source rather than the model's internal knowledge, which technique should they use?

57

A museum wants to create an interactive exhibit where visitors can type a description of a fictional creature, such as 'a fire-breathing dragon with emerald scales and golden wings,' and the system generates an image of that creature in real time. The museum must ensure that the generated images are safe and appropriate for all ages, including children. Which Azure service should they use, and which safety feature should they configure?

58

A company wants to use Azure OpenAI Service to generate product descriptions. They need to ensure the model's output is based on their specific product catalog and pricing, not on generic information. Which approach should they use?

59

A company wants to use Azure OpenAI to generate personalized marketing emails. They have a large dataset of customer purchase histories. They want the model to generate emails that recommend products based on individual customer preferences without retraining the entire model. Which technique should they use?

60

A marketing agency wants to use Azure OpenAI Service to generate product descriptions. They need the descriptions to be factually accurate and based on their specific product catalog, which is stored in a vector database. Which technique should they use to ground the model's outputs in their own data?

61

A company uses Azure OpenAI Service to generate summaries of long technical documents. They notice that the model sometimes produces summaries that sound plausible but contain factual errors contradicting the source document. Which concept describes this type of error in large language models?

62

A developer wants to use Azure OpenAI to build a customer service chatbot that can answer questions about a company's return policy. They create a set of example question-answer pairs in the prompt without retraining the model. Which technique is being used?

63

A marketing team uses Azure OpenAI to generate product descriptions. They want the output to reflect their latest catalog and current pricing, not the model's general knowledge. Which technique should they use?

64

A company uses Azure OpenAI Service to generate marketing copy for a new product. They have a strict brand voice that requires formal, technical language and explicitly prohibits any humorous or informal phrases. They want to enforce these constraints without retraining the model. Which technique should they use?

65

A marketing team wants to generate unique product images by providing detailed textual descriptions. Which Azure OpenAI model should they use?

66

A marketing team uses Azure OpenAI Service to generate product descriptions. They have a base description and want the model to produce multiple variations with different tones, such as formal, playful, and technical, while still being factually accurate. Which parameter should they adjust to control the randomness and diversity of the output?

67

A company uses Azure OpenAI Service to automatically generate customer support email responses. They want to ensure that the model does not produce responses containing offensive language, hate speech, or biased content. Which Microsoft responsible AI principle is most directly addressed by implementing content filters that screen the model's output before it is sent?

68

A writer uses Azure OpenAI Service to generate multiple story ideas. They find that the model often repeats the same concepts across different outputs. Which parameter should they increase to reduce repetition and encourage more novel content?

69

A company uses Azure OpenAI to generate marketing copy. They want to ensure that the generated text does not contain inappropriate or harmful content before it is published. Which Azure OpenAI feature is specifically designed for this purpose?

70

A company wants to build a chatbot that answers customer questions using only their internal knowledge base, which consists of several PDFs and Word documents. They do not want the chatbot to use any information from the model's pre-trained knowledge. Which Azure OpenAI feature should they use to achieve this?

71

A company wants to use Azure OpenAI to generate realistic customer conversations for training a chatbot. They have a set of example conversation snippets and want the model to mimic the style and structure of those examples. The company does not want to retrain the model. Which approach should they use?

72

A marketing team uses Azure OpenAI to generate social media posts. They want to ensure the generated text maintains a consistent, predictable brand voice without being overly creative or random. Which parameter should they primarily adjust to control the randomness of the output?

73

A company wants to use Azure OpenAI to generate product descriptions. They have a few example descriptions that perfectly match their desired style and structure. They want the model to produce new descriptions in the same style without retraining the underlying model. Which approach should they use?

74

A developer uses Azure OpenAI Service to generate code. They provide a few examples of function definitions and their corresponding descriptions, then ask the model to write a new function based on a new description. Which technique is the developer using?

75

A marketing team wants to use Azure OpenAI to generate blog post outlines. They have a single example of an outline that follows their preferred structure: introduction, three key points, conclusion. They want the model to generate new outlines that follow the same structure without retraining the model. Which technique should they use?

76

A customer service company uses Azure OpenAI Service to generate automated replies to customer inquiries. They want each reply to adopt a polite and empathetic tone. Which configuration should they use to guide the model's behavior without retraining?

77

A developer is using Azure OpenAI Service to generate structured data in JSON format. They want to ensure that every response is valid JSON without adding instructions in every prompt. Which Azure OpenAI feature should they configure?

78

A content creator uses Azure OpenAI to generate unique story ideas for a fantasy novel. They want the output to be highly creative and unpredictable, avoiding common clichés. Which parameter should they primarily increase to achieve this?

79

An advertising agency wants to generate product images from text prompts. They need the ability to specify the visual style (e.g., photorealistic, oil painting) and also ensure that the generated images are safe for work by blocking inappropriate content. Which Azure OpenAI model and feature should they use?

80

A company uses Azure OpenAI Service to generate marketing copy. They want to ensure that the generated text does not contain offensive language or harmful stereotypes, even if the prompt inadvertently leads the model in that direction. Which Azure OpenAI feature should they configure to help prevent such outputs?

81

A developer is using Azure OpenAI to generate code snippets for a banking application. The developer wants to minimize the risk that the generated code contains security vulnerabilities or malicious instructions, even if the prompt is ambiguous. Which Azure OpenAI feature should the developer configure to address this concern?

82

A developer uses Azure OpenAI to generate product descriptions. They provide five examples of product descriptions that follow a specific format (name, features, price, call to action). They then ask the model to write a new description for a given product, expecting the same format. Which technique is the developer using?

83

A creative agency wants to use Azure OpenAI to generate marketing images from text descriptions. They need to ensure that the generated images are appropriate for all audiences by automatically blocking sexually explicit or violent content. Which Azure OpenAI feature should they configure to meet this requirement?

84

A legal firm wants to use Azure OpenAI to generate summaries of lengthy contracts. The firm requires that the generated summaries are strictly based on the provided contract text and do not include any external knowledge or hallucinated facts. Which Azure OpenAI feature should the firm configure to meet this requirement?

85

A marketing team uses Azure OpenAI Service to generate product descriptions. They want the descriptions to follow a specific brand voice (formal, concise) and avoid generating any harmful or offensive language. Which combination of features should the team use?

86

A developer wants to use Azure OpenAI to generate text that follows a specific style, such as formal business letters. They provide three examples of the desired output format in the prompt and then ask the model to generate a new letter. Which technique is the developer using?

87

A marketing team wants to use Azure OpenAI to generate blog posts. They require the output to avoid toxic language and adhere to their brand safety guidelines. Which Azure OpenAI feature should they configure to automatically block harmful content?

88

A creative agency wants to use Azure OpenAI to generate unique images for social media campaigns based on text descriptions. Which Azure OpenAI model should they use for this purpose?

89

A software company uses Azure OpenAI to generate code snippets. They want to evaluate how confident the model is in each token it generates. Which Azure OpenAI feature provides a numerical measure of confidence for each generated token?

90

A developer uses Azure OpenAI to generate Python code. They want the model to limit the length of the generated code to avoid overly long and complex functions. Which parameter should the developer set in the API call?

91

A company uses Azure OpenAI to build a customer service chatbot. They want to prevent malicious users from injecting prompts that cause the chatbot to behave unexpectedly, such as revealing its system instructions. Which responsible AI consideration is most directly relevant?

92

A developer is using Azure OpenAI to generate creative product descriptions. The outputs are often repetitive and lack variety. The developer wants to increase the diversity of the generated text while still keeping it coherent. Which parameter should the developer increase?

93

A developer uses Azure OpenAI to generate marketing copy. They want the model to follow a very specific tone and style. They provide a few high-quality examples of desired output before the actual prompt. Which technique is the developer using?

94

A company wants to build a chatbot that can answer questions based on its internal policy documents. The documents are stored in Azure Blob Storage. They plan to use Azure OpenAI to generate answers. Which approach should they use to ensure the answers are grounded in the actual policy content?

95

A developer uses Azure OpenAI to generate Python code snippets. They want to prevent the model from producing overly long and complex functions by setting a maximum length for the generated output. Which parameter should the developer set in the API call?

96

A developer uses Azure OpenAI to generate customer support responses. The developer wants to ensure that the model does not produce responses that contain offensive, hateful, or harmful language, even when users input problematic prompts. Which Azure OpenAI feature should the developer configure to achieve this?

97

A developer is building a customer support chatbot using Azure OpenAI. The chatbot should never reveal its system instructions or internal configuration. The developer wants to add a rule at the beginning of the conversation to prevent prompt injection attacks. Which technique should they use?

98

A developer is using Azure OpenAI to generate Python code snippets. They notice that the generated code often contains syntax errors because the model introduces too much randomness. Which parameter should the developer decrease to make the output more deterministic and reduce syntax errors?

99

A developer uses Azure OpenAI to generate product descriptions. The outputs often repeat the same phrases multiple times within a single description. Which parameter should the developer increase to reduce this repetition?

100

A developer is using Azure OpenAI with GPT-4 to build a chatbot that answers legal questions based on a company's internal policy documents. The developer wants the model's responses to be maximally deterministic and factual, avoiding any creative or speculative language. Which parameter should the developer set to the lowest possible value in the API call?

101

What is generative AI?

102

What is a large language model (LLM)?

103

What is a prompt in the context of generative AI?

104

What is Azure OpenAI Service?

105

What is prompt engineering?

106

What is grounding in the context of generative AI and Retrieval Augmented Generation (RAG)?

107

What is a 'hallucination' in the context of large language models?

108

What is a copilot in the context of Microsoft AI products?

109

What is a system prompt in an Azure OpenAI deployment?

110

What is the primary difference between GPT models and DALL-E models from OpenAI?

111

What is 'temperature' in the context of generative AI model parameters?

112

What is fine-tuning in the context of large language models?

113

What is the context window in a large language model?

114

What is Azure AI Studio?

115

What are embeddings in the context of AI and language models?

116

What is the difference between Azure OpenAI Service and the public OpenAI API?

117

What is the primary use case for DALL-E models available in Azure OpenAI?

118

What is a foundation model in the context of AI?

119

What is the purpose of Azure AI Content Safety in the context of generative AI deployments?

120

What is the maximum output length parameter 'max tokens' used for in Azure OpenAI?

121

What is the difference between zero-shot, one-shot, and few-shot learning in prompting?

122

What is Azure AI Search (formerly Cognitive Search) and how does it relate to generative AI?

123

What are 'guardrails' in the context of responsible generative AI deployment?

124

What is 'responsible AI by design' in the context of building Azure AI applications?

125

What is the role of the Azure AI Foundry (AI Studio) playground?

126

What is the primary benefit of using Retrieval Augmented Generation (RAG) over relying solely on an LLM's trained knowledge?

127

What is the purpose of system messages in Azure OpenAI API calls?

128

What is a vector database and why is it important for generative AI applications?

129

What is the Whisper model available in Azure OpenAI used for?

130

What is the purpose of 'top_p' (nucleus sampling) in Azure OpenAI API calls?

131

What is 'chain of thought' prompting in generative AI?

132

What does the Azure AI Foundry model catalog provide?

133

What is the Azure OpenAI 'content filter' and what categories of content does it cover?

134

What is 'grounding with Bing search' in Microsoft Copilot?

135

What is an AI agent in the context of Azure AI and generative AI?

136

What is 'semantic kernel' in Microsoft's AI development ecosystem?

137

What is Microsoft 365 Copilot and how does it use generative AI?

138

What is the 'phi' family of models in Azure AI and what makes them distinctive?

139

What is the 'frequency penalty' parameter in Azure OpenAI API calls?

140

What are 'plugins' or 'tools' in the context of AI agents and Microsoft Copilot?

141

What is the Azure AI Evaluation SDK used for in generative AI development?

142

What is 'tool calling' (function calling) in Azure OpenAI?

143

What is the GPT-4o model in Azure OpenAI?

144

What is 'Azure AI Foundry' and what is its primary purpose?

145

What is 'model deployment' in Azure OpenAI, and why are named deployments used?

146

What is GitHub Copilot and how does it use AI?

147

What is the 'presence penalty' parameter in Azure OpenAI API calls?

148

What is 'retrieval augmented generation' (RAG) and which Azure services typically implement it?

149

What is 'grounding' in the context of Azure OpenAI and Retrieval-Augmented Generation?

150

What is a 'system message' (system prompt) in Azure OpenAI chat models?

151

What is 'content moderation' in the context of Azure OpenAI?

152

What is 'hallucination' in large language models and what techniques help reduce it?

153

What is 'semantic search' in Azure AI Search (cognitive search)?

154

What is the 'Azure OpenAI Playground' and what is it used for?

155

What is 'prompt injection' and why is it a security concern for AI applications?

156

What is 'DALL-E' in Azure OpenAI and what does it do?

157

What is 'few-shot prompting' and how does it improve model outputs?

158

What is 'chain-of-thought prompting' and when is it most effective?

159

What are 'embeddings' in Azure OpenAI and what are they used for?

160

What is 'Azure AI Studio' and what can you do with it?

161

What is 'Azure AI Content Safety' and what types of harmful content does it detect?

162

What is 'fine-tuning' a language model and when should you use it instead of prompt engineering?

163

What is the 'model catalogue' in Azure AI Foundry/AI Studio?

164

What is 'constitutional AI' and how does it relate to responsible AI development?

165

What is 'Azure OpenAI's Assistants API' and what capabilities does it add?

166

What is 'Copilot' in Microsoft's AI strategy and how does it relate to Azure OpenAI?

167

What is 'prompt flow' in Azure AI Foundry?

168

What is 'evaluation' of generative AI models in Azure AI Foundry?

169

What is 'zero-shot prompting' and how does it work?

170

What is 'retrieval-augmented generation' (RAG) and what problem does it solve?

171

What is 'text generation' as a generative AI capability and what are common use cases?

172

What is 'structured output' (JSON mode) in Azure OpenAI?

173

What is 'Azure OpenAI's batch API' and when should you use it?

174

What is 'agentic AI' and how does it differ from a simple chatbot?

175

What is the 'Phi' family of models in Azure AI Foundry and what makes them distinctive?

176

What is 'Microsoft Copilot Studio' and what is it used for?

177

What is 'Whisper' in Azure OpenAI and what can it do?

178

What is 'multi-agent systems' in the context of Azure AI and agentic workflows?

179

What is 'code generation' as a generative AI capability and how is it used in development?

180

What is 'temperature' parameter in Azure OpenAI and how does it affect output?

181

What is 'token pricing' in Azure OpenAI and what counts as a token?

182

What is 'Azure AI Search' (formerly Cognitive Search) and how does it support generative AI?

183

What is 'model distillation' and why might you distill a large model to a small one?

184

What is 'top_p' (nucleus sampling) in Azure OpenAI and how does it differ from temperature?

185

What is 'max_tokens' parameter in Azure OpenAI and how does it affect responses?

186

What is 'Azure OpenAI on your data' and what does it enable?

187

What is 'Microsoft Semantic Kernel' and how does it relate to Azure OpenAI?

188

What is 'speculative decoding' and how does it improve LLM inference speed?

189

What is 'Azure OpenAI's fine-tuning' feature and what data format does it require?

190

What is 'Microsoft 365 Copilot' and how does it use Azure OpenAI?

191

What is 'responsible AI impact assessment' for generative AI applications?

192

What is 'Azure OpenAI deployment' and how does it differ from a 'model'?

193

What is 'GitHub Copilot' and how does it relate to Azure OpenAI?

194

What is 'context length' limitation in LLMs and how do 'long-context models' address it?

195

What is 'Azure AI Foundry's model benchmarks' and how do they help you choose a model?

196

What is 'Azure AI Services multi-service resource' and what is its advantage?

197

What is 'Azure AI Content Safety Studio' and what does it help you do?

198

What is 'Azure OpenAI's content filter' configurability and why does it matter?

199

What is 'citation' in generative AI and why is it important for trust?

200

What is 'Azure AI Foundry's model hub' and what models are available there?

201

What is 'mixture of experts' (MoE) architecture and how does it relate to efficient LLMs?

202

What is 'guardrails' in generative AI applications and how are they implemented?

203

Drag and drop the steps to perform a face detection using Azure Face API into the correct order.

204

Drag and drop the steps to implement content moderation using Azure Content Moderator into the correct order.

205

Match each Azure AI workload to its responsible AI principle.

206

Match each Azure AI service to its data input type.

Practice all 206 Describe features of generative AI workloads on Azure questions

Deep-dive questions

Must-know Describe features of generative AI workloads on Azure questions

The most-searched questions in this domain — detailed explanations, worked examples, full answer breakdowns.

  • Azure OpenAI Frequency Penalty: How to Reduce Repetitive Phrases→
  • Azure OpenAI System Prompt: How to Set Model Behavior and Constraints→
  • How Does Logit Bias Control Specific Token Generation in Azure OpenAI?→
  • What is a Copilot in Microsoft AI Products?→
  • Temperature Parameter for Deterministic Output in Azure OpenAI→
  • Few-Shot Learning in Azure OpenAI→
  • What Is Hallucination in Large Language Models?→
  • How to Use the n Parameter to Control Number of Completions in Azure OpenAI→

Other AI-900 exam domains

Describe Artificial Intelligence workloads and considerationsDescribe fundamental principles of machine learning on AzureDescribe features of computer vision workloads on AzureDescribe features of Natural Language Processing workloads on Azure

Frequently asked questions

What does the Describe features of generative AI workloads on Azure domain cover on the AI-900 exam?

Describe features of generative AI workloads on Azure questions on this certification test your ability to deploy and manage describe features of generative ai workloads on azure concepts in scenario-based situations.

How many Describe features of generative AI workloads on Azure questions are in the AI-900 question bank?

The Courseiva AI-900 question bank contains 206 questions in the Describe features of generative AI workloads on Azure domain. Click any question to see the full explanation and answer breakdown.

What is the best way to practice Describe features of generative AI workloads on Azure for AI-900?

Start with a 10-question focused session to identify your baseline accuracy in this domain. Read every explanation — even for questions you answer correctly — to understand the reasoning. Once you score consistently above 80%, move to a 20–30 question session to confirm depth before moving to the next domain.

Can I practice only Describe features of generative AI workloads on Azure questions for AI-900?

Yes — the session launcher on this page draws questions exclusively from the Describe features of generative AI workloads on Azure domain. Choose 10, 20, 30, or 50 questions for a focused session, or click individual questions to review them one by one.

Free forever · No credit card required

Track your AI-900 domain progress

Save your results, see per-domain analytics, and get readiness scores — free, for every certification.

Sign Up Free

Free forever · Every certification included

Practice Session

10 questions20 questions30 questions50 questions

Study Resources

All DomainsPractice TestMock ExamFlashcardsStudy Guide

Related Exams

AZ-900AI-102DP-900MLS-C01