Skip to content

Commit c32351e

Browse files
committed
Updates
1 parent a7e5bb8 commit c32351e

File tree

3 files changed

+59
-52
lines changed

3 files changed

+59
-52
lines changed

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/6-knowledge-check.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ durationInMinutes: 3
1414
content: |
1515
quiz:
1616
questions:
17+
- content: "Where can you test a deployed model in the Azure AI Foundry portal?"
18+
choices:
19+
- content: "Chat playground"
20+
isCorrect: true
21+
explanation: "Correct. The chat playground is designed for interactive testing and experimentation with deployed models, allowing you to explore how the model responds in real-time."
22+
- content: "Sandbox"
23+
isCorrect: false
24+
explanation: "Incorrect. A sandbox is typically a safe environment for testing code changes, but it isn't designed for testing deployed language models."
25+
- content: "Development toolbox"
26+
isCorrect: false
27+
explanation: "Incorrect. The development toolbox can contain various tools for development purposes, but it isn't the place where you would test a deployed model."
1728
- content: "You want to specify the tone, format, and content for each interaction with your model in the playground. What should you use to customize the model response?"
1829
choices:
1930
- content: "Benchmarks"
@@ -25,26 +36,15 @@ quiz:
2536
- content: "System message"
2637
isCorrect: true
2738
explanation: "Correct. System messages are used to customize the model's responses by specifying the tone, format, and content for each interaction."
28-
- content: "What pattern can you use to ground prompts?"
39+
- content: "What deployment options for an OpenAI model incur no cost for deployment and charge for inferencing based on token-based billing?"
2940
choices:
30-
- content: "Metadata Optimized Prompt (MOP)"
41+
- content: "Only Azure OpenAI Service"
3142
isCorrect: false
32-
explanation: "Incorrect. MOP isn't a recognized pattern for grounding prompts."
33-
- content: "Retrieval Augmented Generation (RAG)"
34-
isCorrect: true
35-
explanation: "Correct. RAG involves using a retrieval-based approach to provide relevant information to the model, which can help ground the prompts in specific knowledge or data."
36-
- content: "Data Understanding Support Text (DUST)"
43+
explanation: "Incorrect. Azure OpenAI Service is not the only option for the required deployment criteria."
44+
- content: "Only managed compute"
3745
isCorrect: false
38-
explanation: "Incorrect. DUST isn't a recognized pattern for grounding prompts."
39-
- content: "Where can you test a deployed model in the Azure AI Foundry portal?"
40-
choices:
41-
- content: "Chat playground"
46+
explanation: "Incorrect. Managed compute is charged per-minute."
47+
- content: "Either Azure OpenAI Service or Azure AI Model Inferencing Service"
4248
isCorrect: true
43-
explanation: "Correct. The chat playground is designed for interactive testing and experimentation with deployed models, allowing you to explore how the model responds in real-time."
44-
- content: "Sandbox"
45-
isCorrect: false
46-
explanation: "Incorrect. A sandbox is typically a safe environment for testing code changes, but it isn't designed for testing deployed language models."
47-
- content: "Development toolbox"
48-
isCorrect: false
49-
explanation: "Incorrect. The development toolbox can contain various tools for development purposes, but it isn't the place where you would test a deployed model."
49+
explanation: "Correct. You can deploy OpenAI mdoels to either Azure OpenAI Service or Azure AI Model Inferencing Service."
5050

0 commit comments

Comments
 (0)