Question 151 of 500
Fundamentals of Large Language ModelseasyMultiple SelectObjective-mapped

Quick Answer

The correct answer is the feed-forward neural network, along with the self-attention mechanism, as these are the two essential components of the Transformer architecture. Self-attention allows each token in an input sequence to directly attend to every other token, computing attention scores from queries, keys, and values to capture long-range dependencies without the sequential bottleneck of recurrent networks. The feed-forward network then processes each position independently, applying non-linear transformations to the attention outputs. On the Oracle Cloud Infrastructure Generative AI Professional 1Z0-1127 exam, this question tests your understanding of the core building blocks that enable parallel processing and contextual modeling in models like GPT and BERT. A common trap is confusing positional encodings or layer normalization as essential components—while important, they are supporting mechanisms, not the two foundational pillars. Memory tip: think of the Transformer as a two-step dance—first, every token looks at every other token (self-attention), then each token thinks alone (feed-forward).

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.

Which two are essential components of the Transformer architecture? (Select TWO)

Question 1easymulti select
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

Self-attention mechanism

The self-attention mechanism is essential because it allows each token in the input sequence to attend to every other token, capturing long-range dependencies without the sequential bottleneck of RNNs. This mechanism computes attention scores using queries, keys, and values, enabling parallel processing and forming the core of the Transformer's ability to model context.

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.

  • Pooling layers

    Why it's wrong here

    Incorrect: Common in CNNs, not Transformers.

  • Recurrent connections

    Why it's wrong here

    Incorrect: Used in RNNs, not Transformers.

  • Self-attention mechanism

    Why this is correct

    Correct: Core component of Transformers.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Feed-forward neural network

    Why this is correct

    Correct: Essential part of Transformer blocks.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Convolutional layers

    Why it's wrong here

    Incorrect: Used in CNNs, not Transformers.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Oracle often tests the misconception that Transformers still use recurrence or convolution for sequence processing, when in fact they rely solely on self-attention and feed-forward networks.

Detailed technical explanation

How to think about this question

Under the hood, the self-attention mechanism computes a weighted sum of values based on the dot product of queries and keys, scaled by the inverse square root of the key dimension to prevent vanishing gradients. In practice, this enables models like GPT-4 to handle context windows of thousands of tokens, but the quadratic complexity O(n²) can become a bottleneck for very long sequences, leading to variants like sparse attention or Linformer.

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: Self-attention mechanism — The self-attention mechanism is essential because it allows each token in the input sequence to attend to every other token, capturing long-range dependencies without the sequential bottleneck of RNNs. This mechanism computes attention scores using queries, keys, and values, enabling parallel processing and forming the core of the Transformer's ability to model context.

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

1 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. Which of the following best describes the role of attention in transformer models?

easy
  • A.It assigns equal weight to all words in the input.
  • B.It is used only during training, not inference.
  • C.It allows the model to focus on relevant parts of the input sequence when generating output.
  • D.It replaces the need for positional encoding.

Why C: Option C is correct because the attention mechanism in transformer models dynamically computes a weighted sum of all input tokens, allowing the model to focus on the most relevant parts of the input sequence when generating each output token. This is achieved through scaled dot-product attention, which assigns higher weights to tokens that are more contextually important, enabling the model to capture long-range dependencies effectively.

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.