Question 1
Which TWO statements about the characteristic risks of generative AI are accurate?
A. Hallucination is fully eliminated once a model is trained with enough parameters and enough data.
The 'scale solves hallucination' misconception. Larger models still generate probabilistically and can produce confident fabrications.
B. Because hallucinated output is typically fluent and self-consistent, plausibility is not evidence that the content is correct.Correct answer
Correct. The defining hazard of hallucination is that fabricated content reads as authoritative, which is why Oracle stresses verifying generated output.
C. Generated output is automatically free of intellectual-property concerns because the content did not previously exist.
The 'new content is inherently clean' misconception. Output learned from copyrighted training material can resemble it, leaving ownership and licensing questions open.
D. A hallucination manifests as the model returning an error or failing to respond to the prompt.
Confuses a service failure with a content failure. Hallucination occurs in responses that complete normally but contain false information.
E. A model can reproduce and amplify biases contained in the data it was trained on.Correct answer
Correct. Oracle lists bias among generative AI's core risks, arising because models learn from large real-world corpora that carry societal bias.
Explanation
Two properties define generative AI's characteristic risk profile: fabricated content arrives dressed in fluent, confident prose, so readability is no proxy for truth; and biases present in the training corpus are learned and can be amplified in output. Scaling a model up does not remove probabilistic generation and therefore does not remove hallucination, novelty of output does not settle intellectual-property questions when the model learned from protected works, and a failed or errored request is an availability problem rather than a hallucination.