nerdexam
MicrosoftMicrosoft

DP-100 · Question #566

DP-100 Question #566: Real Exam Question with Answer & Explanation

The correct answer is A: Yes. {"question_number": 1, "correct_answer": "A", "explanation": "Yes, increasing Temperature meets the goal. Temperature is the primary parameter that controls randomness and creativity in a language model's output. It ranges from 0 to 2 (in most Azure OpenAI configurations). A low

Optimize language models for AI applications

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear on the review screen. You manage an Azure AI Foundry project in your subscription. You deploy a gpt-4o model. You must test the model before you use it in an existing front-end application. You need to adjust the parameters to get more creative responses. Solution: Increase Temperature. Does the solution meet the goal?

Options

  • AYes
  • BNo

Explanation

{"question_number": 1, "correct_answer": "A", "explanation": "Yes, increasing Temperature meets the goal. Temperature is the primary parameter that controls randomness and creativity in a language model's output. It ranges from 0 to 2 (in most Azure OpenAI configurations). A low temperature (near 0) produces deterministic, focused, and repetitive responses. A high temperature (near 2) produces more varied, surprising, and creative responses by flattening the probability distribution over possible next tokens, making less likely tokens more probable. This is the correct and direct way to get more creative responses from a deployed model in Azure AI Foundry.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Large Language Models#Temperature Parameter#LLM Optimization#Azure AI Foundry

Community Discussion

No community discussion yet for this question.

Full DP-100 PracticeBrowse All DP-100 Questions