Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam Generative-AI-Leader Topic 2 Question 17 Discussion

Actual exam question for Google's Generative-AI-Leader exam
Question #: 17
Topic #: 2
A team is using a generative AI model to automatically generate short summaries of customer feedback. They need to ensure that these summaries are concise and easy to digest. What model setting should they adjust?

Suggested Answer: D Vote an answer

The objective is to make the generated summaries concise-that is, to control their length.
In the configuration of a generative AI model, particularly a large language model (LLM), the parameter used to directly control the maximum size of the response is the Output Length parameter (often referred to as max_output_tokens or max_tokens). By setting a low limit on this parameter, the team can ensure that the model is forced to terminate its response once that limit is reached, resulting in a shorter, more concise summary that is " easy to digest, " as requested.
The other parameters control different aspects of the output quality:
Temperature (C) controls the creativity or randomness of the output. Lowering it makes the output more predictable; raising it makes it more diverse. It does not control length.
Top-p (A) is a decoding method related to temperature that also controls the model ' s creativity by limiting the vocabulary from which it can choose the next token. It does not control length.
Safety settings (B) are used to filter and block the generation of harmful, illegal, or inappropriate content.
They do not affect the length or conciseness of the output.
(Reference: Google Cloud ' s Generative AI documentation on model parameters explicitly lists max_output_tokens or Output Length as the setting used to determine the maximum size of a model ' s generated response.)

by Ingram at Jul 03, 2026, 06:01 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.