Practice Free D-PEN-F-A-00 Exam Online Questions
A health app developer is constructing a prompt to generate fitness recommendations. What should the prompt include to ensure recommendations are most effectively personalized to the individual user?
- A . Include generic fitness examples relevant to common goals
- B . Request the AI to generate predefined recommendations based on generic data
- C . Specify the user’s fitness goals and preferences, alongside relevant historical data
- D . Base recommendations solely on the user’s past workout history
In RAG (Retrieval-Augmented Generation), what is the "Augmentation" part?
- A . Increasing the size of the model’s neural network.
- B . Adding the retrieved information to the prompt context before sending it to the LLM.
- C . Using a larger font for the output.
- D . Making the model respond in multiple languages.
When using "Few-shot" prompting, how many examples are typically recommended for most tasks?
- A . At least 1,000 examples.
- B . Between 1 and 5 examples.
- C . Exactly 100 examples.
- D . Few-shot does not use examples.
In a prompt template like "Summarize the following text: {{document_content}}", what is the term for {{document_content}}?
- A . An output specifier
- B . An input parameter
- C . A fixed instruction
- D . A version identifier
When asking an AI to perform a specific type of text transformation, what does using specific keywords like "translate," "summarize," or "paraphrase" achieve?
- A . It restricts the AI to using only those keywords in its response.
- B . It guarantees the output will be creative.
- C . It confuses the AI model about the required task.
- D . It helps the AI identify the precise operation needed.
What is "Prompt Chaining"?
- A . Using one very long prompt to solve all problems.
- B . Breaking a complex task into multiple smaller prompts, where the output of one becomes the input for the next.
- C . Sending the same prompt to five different models at once.
- D . Deleting a prompt after it has been used.
Which component of a prompt is most likely to contain the "Source Data" (e.g., an article to be summarized)?
- A . The Persona
- B . The Instruction
- C . The Context
- D . The Delimiter
What is a recommended next step if a prompt is not producing the desired output?
- A . Delete the entire prompt and start with a new prompt
- B . Make the prompt significantly shorter by removing details
- C . Review the prompt for ambiguity or lack of clarity
- D . Assume the AI model is broken
What is the primary source of the biases that LLMs can perpetuate?
- A . The specific phrasing used in the prompt
- B . The LLM’s lack of common sense
- C . The context limitations of the model
- D . The training data used to build the LLM
What is the term for an AI model generating information that sounds plausible but is factually incorrect or nonsensical?
- A . Overfitting
- B . Hallucination
- C . Bias
- D . Tokenization
