
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Q4 – A law firm’s Bedrock bot must produce consistent phrasing across contracts. What setup works best?
A
temperature = 0.2
B
temperature = 0.9
C
top-p = 1.0
D
max-tokens = 1000
Explanation:
Correct Answer: A (temperature = 0.2)
Why temperature = 0.2 is correct:
Temperature parameter controls randomness in AI model outputs:
For legal contracts, consistency is critical:
Temperature = 0.2 provides:
Why other options are incorrect:
Key Concept: In AWS Bedrock and other AI services, the temperature parameter is crucial for controlling output consistency vs. creativity. For applications requiring standardized outputs (like legal contracts, technical documentation, or standardized responses), lower temperature values are essential.