Question 399 of 500
Fundamentals of Large Language ModelshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is to include a few-shot example of the expected JSON output in the prompt. This technique is most effective because it leverages the model’s in-context learning ability, providing a concrete structural template that instructs the model to mirror the exact JSON format, thereby suppressing extraneous explanatory text that breaks parsing. On the Oracle Cloud Infrastructure Generative AI Professional 1Z0-1127 exam, this question tests your understanding of how instruct models handle formatting constraints versus open-ended generation; a common trap is assuming that simply stating “output JSON” in the system message is sufficient, but without a few-shot example, the model often adds commentary. For prompt engineering for structured JSON output, remember that explicit examples beat implicit instructions. Memory tip: “Show, don’t just tell” — if you want clean JSON, give the model a perfect JSON sample to copy.

1Z0-1127 Fundamentals of Large Language Models Practice Question

This 1Z0-1127 practice question tests your understanding of fundamentals of large language models. 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.

A data scientist is designing a prompt to extract structured information (e.g., JSON) from text using an instruct model on OCI Generative AI. The model sometimes outputs additional text beyond the JSON, breaking parsing. Which prompt engineering technique is most effective to enforce structured output?

Question 1hardmultiple choice
Full question →

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

Include a few-shot example of the expected JSON output in the prompt.

Option C is correct because few-shot prompting provides explicit examples of the desired output format, which instructs the model to follow the exact JSON structure and reduces the likelihood of extraneous text. This technique leverages the model's in-context learning ability to adhere to formatting constraints, making it the most effective for enforcing structured output in OCI Generative AI instruct models.

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.

  • Use a base model instead of an instruct model.

    Why it's wrong here

    Base models are less likely to follow format instructions reliably.

  • Set the temperature to 0.0 to reduce randomness.

    Why it's wrong here

    Lower temperature reduces creativity but does not guarantee strict formatting; model may still deviate.

  • Include a few-shot example of the expected JSON output in the prompt.

    Why this is correct

    Few-shot examples teach the model to output precisely in the desired format.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Increase max_tokens to allow for additional output.

    Why it's wrong here

    More tokens could result in more unwanted text, not less.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Oracle often tests the misconception that lowering temperature or increasing tokens can enforce output format, when in reality only explicit formatting examples (few-shot) reliably constrain the model's output structure.

Detailed technical explanation

How to think about this question

Few-shot prompting works by providing the model with a concrete example of the desired output, which activates pattern-matching mechanisms in the transformer architecture to replicate the format. In OCI Generative AI, instruct models are fine-tuned to follow instructions, but without explicit formatting examples, they may default to verbose responses. This technique is particularly effective for JSON extraction because it aligns the model's token prediction probabilities with the structured schema, reducing the chance of hallucinated commentary.

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 practitioner preparing for the 1Z0-1127 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

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 1Z0-1127 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 1Z0-1127 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 1Z0-1127 question test?

Fundamentals of Large Language Models — This question tests Fundamentals of Large Language Models — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Include a few-shot example of the expected JSON output in the prompt. — Option C is correct because few-shot prompting provides explicit examples of the desired output format, which instructs the model to follow the exact JSON structure and reduces the likelihood of extraneous text. This technique leverages the model's in-context learning ability to adhere to formatting constraints, making it the most effective for enforcing structured output in OCI Generative AI instruct models.

What should I do if I get this 1Z0-1127 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

Same concept, more angles

2 more ways this is tested on 1Z0-1127

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A developer is using OCI GenAI to generate structured data. They often get responses that include additional commentary or markdown. Which prompt engineering technique should they use to ensure only JSON output?

easy
  • A.Set top_p to 0.1.
  • B.Use a model with a larger context window.
  • C.Add 'Return only JSON' at the end of the prompt.
  • D.Increase the temperature to 1.5.

Why C: Option C is correct because explicitly instructing the model to 'Return only JSON' directly constrains the output format, reducing the likelihood of extraneous commentary or markdown. This technique leverages prompt engineering to guide the model's behavior without altering inference parameters like temperature or top_p, which control randomness rather than output structure.

Variation 2. A developer integrates OCI GenAI into a mobile app to provide product descriptions. The responses sometimes include explanations or questions instead of the requested format. The developer is using a simple prompt: 'Describe product X.' The app expects a single paragraph. Which corrective action should the developer take?

easy
  • A.Add a structured prompt with format instructions and an example.
  • B.Lower the temperature to 0 to make responses deterministic.
  • C.Increase the max tokens to allow longer responses.
  • D.Switch to a different model with better language understanding.

Why A: Option B is correct because adding a structured prompt with format instructions and an example guides the model to output exactly as needed. Option A may increase irrelevant content, Option C may not fix the format issue, and Option D could make responses repetitive but still not enforce the format.

Keep practising

More 1Z0-1127 practice questions

Last reviewed: Jun 30, 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 1Z0-1127 practice question is part of Courseiva's free Oracle 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 1Z0-1127 exam.