Question 124 of 500
Google Cloud's Generative AI OfferingsmediumMultiple ChoiceObjective-mapped

Generative AI Leader Google Cloud's Generative AI Offerings Practice Question

This Generative AI Leader practice question tests your understanding of google cloud's generative ai offerings. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Refer to the exhibit.

```json
{
  "instances": [
    {"content": "Translate to French: Hello, how are you?"}
  ],
  "parameters": {
    "temperature": 0.7,
    "maxOutputTokens": 100,
    "topP": 0.9
  }
}
```

A data scientist sends this request to a Gemini model endpoint and receives a response in English. What is the most likely reason?

Why is the model responding in English despite the prompt asking for French translation?

Question 1mediummultiple choice
Full question →

Exhibit

Refer to the exhibit.

```json
{
  "instances": [
    {"content": "Translate to French: Hello, how are you?"}
  ],
  "parameters": {
    "temperature": 0.7,
    "maxOutputTokens": 100,
    "topP": 0.9
  }
}
```

A data scientist sends this request to a Gemini model endpoint and receives a response in English. What is the most likely reason?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The system instruction to translate to French was not set; the user prompt alone is not sufficient

Option C is correct because in Google Cloud's Vertex AI and Generative AI offerings, the system instruction is a separate, persistent directive that sets the model's behavior, such as language output. The user prompt alone, even if it asks for a French translation, is not sufficient to override the default language of the model; the system instruction must explicitly specify the target language. Without this instruction, the model defaults to its training language (typically English), regardless of the user's request.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The model endpoint is configured for English only

    Why it's wrong here

    Gemini models support multilingual output.

  • The temperature is too high, causing random outputs

    Why it's wrong here

    Temperature affects randomness, not language.

  • The system instruction to translate to French was not set; the user prompt alone is not sufficient

    Why this is correct

    Gemini requires system instruction for task specification.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The maxOutputTokens is too low to complete the translation

    Why it's wrong here

    100 tokens is enough for a short translation.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates assume a user prompt's explicit instruction (e.g., 'Translate to French') is enough to override the model's default language, but in Google Cloud's Generative AI, the system instruction is the authoritative control for persistent behavior, not the user prompt.

Trap categories for this question

  • Command / output trap

    Gemini models support multilingual output.

Detailed technical explanation

How to think about this question

Under the hood, large language models like PaLM 2 or Gemini use a system prompt (or system instruction) that is prepended to the conversation history and is not visible to the user; this instruction sets global constraints like language, tone, or format. In Vertex AI, the system instruction is a separate field in the API request (e.g., 'system_instruction' in the generative model's predict method), and if omitted, the model uses its default behavior, which is typically English. A real-world scenario is a multilingual chatbot where the system instruction must be set to 'Always respond in French' to ensure consistent output, even if the user prompt is in English.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related Generative AI Leader practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free Generative AI Leader practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this Generative AI Leader question test?

Google Cloud's Generative AI Offerings — This question tests Google Cloud's Generative AI Offerings — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The system instruction to translate to French was not set; the user prompt alone is not sufficient — Option C is correct because in Google Cloud's Vertex AI and Generative AI offerings, the system instruction is a separate, persistent directive that sets the model's behavior, such as language output. The user prompt alone, even if it asks for a French translation, is not sufficient to override the default language of the model; the system instruction must explicitly specify the target language. Without this instruction, the model defaults to its training language (typically English), regardless of the user's request.

What should I do if I get this Generative AI Leader question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 25, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This Generative AI Leader practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the Generative AI Leader exam.