You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/explore-models-azure-ai-studio/6-knowledge-check.yml
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,17 @@ durationInMinutes: 3
14
14
content: |
15
15
quiz:
16
16
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."
17
28
- 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?"
18
29
choices:
19
30
- content: "Benchmarks"
@@ -25,26 +36,15 @@ quiz:
25
36
- content: "System message"
26
37
isCorrect: true
27
38
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?"
29
40
choices:
30
-
- content: "Metadata Optimized Prompt (MOP)"
41
+
- content: "Only Azure OpenAI Service"
31
42
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"
37
45
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"
42
48
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."
0 commit comments