Courseiva
OCI Generative AI ServicehardMultiple ChoiceObjective-mapped

1Z0-1127-25 OCI Generative AI Service Practice Question

A developer is using the OCI Generative AI Chat API with a system prompt to guide the assistant's behavior. They notice that after a few turns, the assistant starts ignoring the system instructions. What is the MOST likely cause?

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 prompt (preamble) is only sent once and may be truncated as the conversation grows

The preamble is sent only on the first turn; it may be truncated or lost as conversation history grows. The developer should inject the preamble in each request or manage history carefully.

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 temperature is set too high, causing the model to ignore instructions

    Why it's wrong here

    Temperature affects randomness, not adherence to system instructions per se.

  • The system prompt (preamble) is only sent once and may be truncated as the conversation grows

    Why this is correct

    In the Chat API, the preamble is sent only at the start; if the conversation history exceeds the context window, the preamble may be dropped, causing the model to lose instructions.

  • The model is not fine-tuned to follow system prompts

    Why it's wrong here

    Foundation models are trained to follow system prompts; the issue is about message management.

  • The conversation history is not being sent with subsequent requests, so the model loses context

    Why it's wrong here

    History is typically sent; the issue is with the preamble.

About these practice questions

Courseiva writes every 1Z0-1127-25 question from scratch — 768 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 1Z0-1127-25 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-25 exam.