Question 273 of 500
Fundamentals of Large Language ModelsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to fine-tune a BERT-based classifier like 'bert-base-uncased' because it is the most efficient solution for content moderation on a small dataset of 1,000 labeled comments. BERT’s bidirectional architecture is purpose-built for binary text classification, enabling high accuracy through transfer learning with far lower computational cost and latency than large LLMs like Cohere Command. On the Oracle Cloud Infrastructure Generative AI Professional 1Z0-1127 exam, this scenario tests your understanding of model selection trade-offs: while a large LLM with prompting may seem simpler, it introduces unnecessary overhead and higher inference costs for a small, focused task. A common trap is assuming bigger models always yield better results, but BERT’s efficiency with limited data makes it ideal for production deployment on OCI Data Science. Remember the mnemonic “BERT Beats Big” to recall that for small datasets, a fine-tuned BERT classifier balances accuracy, cost, and latency better than any LLM alternative.

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 company uses OCI GenAI to build a content moderation system that filters toxic language in user-generated comments. They have a small labeled dataset of 1,000 comments (500 toxic, 500 non-toxic) and need an efficient solution that balances accuracy, cost, and latency. They are considering different model options: fine-tuning a large LLM (e.g., Cohere Command), using a pre-trained LLM with prompting, fine-tuning a smaller BERT-based classifier, or building a rule-based system. The team has moderate ML experience and wants to deploy using OCI Data Science. Which approach is most efficient for this binary classification task?

Question 1mediummultiple 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

Fine-tune a BERT-based classifier (e.g., 'bert-base-uncased') on the dataset.

Fine-tuning a BERT-based classifier (e.g., 'bert-base-uncased') is the most efficient approach because BERT is specifically designed for text classification tasks, requiring far fewer computational resources and lower latency than large LLMs. With only 1,000 labeled samples, BERT can achieve high accuracy through transfer learning, while keeping inference costs minimal—ideal for a production content moderation system on OCI Data Science.

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.

  • Fine-tune a BERT-based classifier (e.g., 'bert-base-uncased') on the dataset.

    Why this is correct

    BERT is efficient for classification, fine-tunes quickly on small data, and has low inference cost.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Develop a rule-based system using regular expressions and keyword lists.

    Why it's wrong here

    Rules are brittle and cannot handle diverse or adversarial toxic language.

  • Use a pre-trained LLM with a toxic/non-toxic prompt.

    Why it's wrong here

    Prompting is less reliable and more expensive per request than a dedicated classifier.

  • Fine-tune the Cohere Command model on the labeled dataset.

    Why it's wrong here

    Large LLMs are costly and slow for simple classification tasks with small data.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Oracle often tests the misconception that larger LLMs (like Cohere Command) are always superior for classification tasks, ignoring the practical constraints of small datasets, cost, and latency that make fine-tuned BERT models the optimal choice for binary classification.

Detailed technical explanation

How to think about this question

BERT-based classifiers leverage a pre-trained transformer encoder with a classification head, enabling efficient fine-tuning via gradient updates on only the final layers—this requires as little as 2-4 hours on a single GPU for 1,000 samples. Under the hood, BERT uses bidirectional attention to capture context from both left and right, making it highly effective for detecting subtle toxic phrases that rule-based systems miss. In a real-world OCI deployment, BERT can be containerized with ONNX Runtime for sub-10ms inference latency, balancing accuracy and cost for high-throughput moderation.

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: Fine-tune a BERT-based classifier (e.g., 'bert-base-uncased') on the dataset. — Fine-tuning a BERT-based classifier (e.g., 'bert-base-uncased') is the most efficient approach because BERT is specifically designed for text classification tasks, requiring far fewer computational resources and lower latency than large LLMs. With only 1,000 labeled samples, BERT can achieve high accuracy through transfer learning, while keeping inference costs minimal—ideal for a production content moderation system on OCI Data Science.

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

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.