iGET

Prompt Engineering - MCQ Practice Questions

Prompt design, few-shot, chain-of-thought & effective AI tool usage.

40 questions | 100% Free

Q.1Medium

What is the primary purpose of 'prompt engineering' in the context of large language models (LLMs)?

Q.2Medium

Which prompting technique involves providing the model with a few labeled input-output examples before asking it to solve a new problem?

Q.3Medium

In 'Chain-of-Thought' (CoT) prompting, what is the key idea that improves model performance?

Q.4Medium

What does 'zero-shot prompting' mean in the context of prompt engineering?

Q.5Medium

Which of the following best describes 'prompt injection' in AI systems?

Q.6Medium

What is the role of a 'system prompt' in an LLM-based application?

Q.7Medium

Which prompting strategy asks a model to produce multiple reasoning paths and then select the most consistent answer?

Q.8Medium

In prompt engineering, what is 'temperature' a parameter of?

Q.9Medium

What is 'role prompting' in prompt engineering?

Q.10Medium

Which of the following is a key challenge addressed by 'prompt chaining' in complex AI workflows?

Q.11Medium

What does 'RAG' stand for in the context of LLM-based applications, and how does it relate to prompt engineering?

Q.12Medium

Which of the following statements about 'negative prompting' is most accurate?

Q.13Medium

What is the concept of 'hallucination' in the context of large language models?

Q.14Medium

In the 'Tree of Thoughts' (ToT) prompting framework, what is the primary advantage over standard Chain-of-Thought prompting?

Q.15Medium

What is 'few-shot in-context learning' and how does it differ from traditional machine learning fine-tuning?

Q.16Medium

Which parameter, along with temperature, is commonly used to control the diversity of an LLM's output by limiting token selection to the top cumulative probability mass?

Q.17Medium

What is the main purpose of using 'delimiters' (such as triple backticks or XML tags) in a prompt?

Q.18Medium

Which of the following best describes 'instruction tuning' in the development of LLMs?

Q.19Medium

What is 'prompt compression' and why is it useful in LLM applications?

Q.20Medium

In prompt engineering, what does the acronym 'RLHF' stand for, and what is its significance?