Transformer Architecture: Self-Attention and Feed-Forward Networks
Which two are essential components of the Transformer architecture? (Select TWO)
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).
⚠ Common exam trap
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.
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.
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.
- ✓
Feed-forward neural network
Why this is correct
Correct: Essential part of Transformer blocks.
- ✗
Convolutional layers
Why it's wrong here
Incorrect: Used in CNNs, not Transformers.
Go deeper
Related to this question
About these practice questions
One of 768 original 1Z0-1127-25 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on 1Z0-1127-25
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: 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.
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.