Engineering OA Final Exam | Latest Update 2026/2027 |
200 Practice Questions & Detailed Answers | Objective
Assessment Guide | A+ Graded
SECTION 1: FOUNDATIONS OF AI & WHY PROMPT ENGINEERING MATTERS (Questions 1–40)
1. What is the primary goal of prompt engineering in generative AI?
A) To write longer prompts
B) To maximize the likelihood of a desired model output
C) To reduce model parameters
D) To train the model from scratch
Answer: B
Explanation: Prompt engineering focuses on designing inputs that guide a generative AI model to
produce accurate, relevant, and useful outputs without modifying the model's weights.
2. What is prompt engineering?
A) The process of training a model on new data
B) The process of crafting and refining inputs to guide AI models toward desired outputs
C) The process of reducing model size
D) The process of building neural networks
Answer: B
Explanation: Effective prompting improves accuracy, tone, and relevance in generative AI responses.
3. A project manager asks why the team should invest time in prompt engineering rather than simply
typing natural questions into a large language model. The most accurate professional justification is that
welldesigned prompts:
,A) Guarantee that the model will never produce incorrect information.
B) Improve relevance, consistency, and controllability of outputs for specific professional tasks.
C) Eliminate the need to verify any AIgenerated content.
D) Convert a narrow AI system into artificial general intelligence.
Answer: B
Explanation: Prompt engineering shapes model behavior toward task requirements. It does not remove
the need for verification or transform model capabilities into AGI, but it substantially raises output
quality and reliability for defined use cases.
4. A data analyst is comparing supervised and unsupervised learning. The analyst correctly notes that
supervised learning differs because it:
A) Requires no labeled examples and discovers clusters autonomously.
B) Learns a mapping from inputs to known target labels using training examples.
C) Relies exclusively on reward signals from an environment without any data.
D) Can only be applied to imagegeneration models.
Answer: B
Explanation: Supervised learning uses labeled inputoutput pairs to learn a predictive mapping.
Unsupervised learning finds structure without labels; reinforcement learning optimizes via rewards.
5. A student describes an AI system that plays chess at a superhuman level but cannot transfer that skill
to any other domain. This system is best classified as:
A) Artificial general intelligence capable of any human intellectual task.
B) A fully conscious agent with humanlike understanding.
C) Narrow (weak) AI specialized for a single or limited set of tasks.
D) An unsupervised clustering algorithm.
Answer: C
Explanation: Narrow AI excels at specific tasks such as game playing or image classification. General AI
would match or exceed human flexibility across domains and remains hypothetical.
,6. A developer creates a system to identify dogs and cats in photographs by analyzing thousands of
labeled images. This is an example of:
A) Unsupervised learning
B) Reinforcement learning
C) Supervised learning
D) Generative learning
Answer: C
Explanation: Supervised learning utilizes labeled datasets where the correct output is provided during
training to help the model recognize patterns.
7. Which AI learning style involves an agent learning to play a video game by receiving "points" for
correct moves and "penalties" for losing a life?
A) Supervised learning
B) Unsupervised learning
C) Reinforcement learning
D) Semisupervised learning
Answer: C
Explanation: Reinforcement learning relies on a system of rewards and punishments to train an agent to
achieve a goal through trial and error.
8. Which AI technique is best suited for tasks such as image recognition and natural language
processing?
A) Genetic algorithms
B) Symbolic logic
C) Deep learning
D) Classical programming
, Answer: C
Explanation: Deep learning uses neural networks with many layers to automatically learn hierarchical
representations from data, making it ideal for image recognition and NLP.
9. What is the primary purpose of a prompt?
A) To guarantee that an AI model will always produce a correct response
B) To communicate a task, context, or desired behavior to an AI model
C) To permanently modify the model's parameters
D) To replace human judgment
Answer: B
Explanation: A prompt provides information and instructions that help an AI system determine what
response or action is wanted. A prompt can improve reliability, but it cannot guarantee correctness or
permanently change the model.
10. Which of the following is an example of a zeroshot prompt?
A) "Translate 'Hello' to Spanish." (without examples)
B) "Here is an example: 'Cat > Gato'. Now translate 'Dog'."
C) "Classify this sentiment: 'I love this' as positive or negative after reading 5 examples."
D) "Generate a story based on the following three examples of fairy tales."
Answer: A
Explanation: Zeroshot means the model receives no examples; it must rely solely on its pretrained
knowledge.
11. What is fewshot prompting?
A) Asking a model to perform a task without examples
B) Providing one or more examples before the actual query
C) Training the model on a small dataset
D) Using a small model for prompting