Courseiva
LLM FundamentalsmediumMultiple ChoiceObjective-mapped

1Z0-1127-25 LLM Fundamentals Practice Question

A team is implementing a RAG pipeline in OCI. They have a large collection of PDF documents. After chunking and embedding the documents, retrieval quality is poor. Which step is MOST likely the root 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 chunk size is too large, causing each chunk to contain multiple topics

Chunking strategy (size and overlap) directly affects how well the retrieval step can find relevant passages. Too large or poorly split chunks can dilute semantic meaning.

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 retrieval step uses greedy decoding

    Why it's wrong here

    Greedy decoding is a text generation parameter, not relevant to retrieval.

  • The chunk size is too large, causing each chunk to contain multiple topics

    Why this is correct

    Large chunks dilute the semantic focus, making it hard for the retriever to find passages relevant to a specific query.

  • The embedding model is a generation model, not an embedding model

    Why it's wrong here

    Using a generation model would not produce meaningful embeddings, but the question states they embedded the documents, implying they used an embedding model.

  • Cosine similarity is not appropriate for comparing embeddings

    Why it's wrong here

    Cosine similarity is standard for comparing dense embeddings.

About these practice questions

This 1Z0-1127-25 question is part of Courseiva's 768-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.