Exam Generative-AI-Leader Topic 3 Question 75 Discussion
Actual exam question for Google's Generative-AI-Leader exam
Question #: 75
Topic #: 3
Question #: 75
Topic #: 3
A company is using a language model to solve complex customer service inquiries. For a particular issue, the prompt includes the following instructions:
"To address this customer's problem, we should first identify the core issue they are experiencing. Then, we need to check if there are any known solutions or workarounds in our knowledge base. If a solution exists, we should clearly explain it to the customer. If not, we might need to escalate the issue to a specialist. Following these steps will help us provide a comprehensive and helpful response. Now, given the customer's message: 'My order hasn't arrived, and the tracking number shows no updates for a week,' what should be the next step in resolving this?" What type of prompting is this?
"To address this customer's problem, we should first identify the core issue they are experiencing. Then, we need to check if there are any known solutions or workarounds in our knowledge base. If a solution exists, we should clearly explain it to the customer. If not, we might need to escalate the issue to a specialist. Following these steps will help us provide a comprehensive and helpful response. Now, given the customer's message: 'My order hasn't arrived, and the tracking number shows no updates for a week,' what should be the next step in resolving this?" What type of prompting is this?
Suggested Answer: D Vote an answer
The prompt explicitly instructs the Large Language Model (LLM) to perform a step-by-step reasoning process before arriving at the final answer. The instructions lay out a sequential series of intermediate steps: "first identify," "then check," "if a solution exists, explain," "if not, escalate." This technique is known as Chain-of-Thought (CoT) Prompting. CoT is a powerful prompt engineering technique where the user or developer explicitly includes intermediate reasoning steps in the prompt. This guides the model to break down a complex, multi-step problem into smaller, manageable, logical steps, significantly improving its reasoning ability and the accuracy of its final output for complex queries like customer service troubleshooting or multi-step analysis.
Zero-shot (A) would be the raw question without any structure.
Few-shot (B) would involve providing examples of successfully solved problems.
Role-based (C) would involve assigning a persona (e.g., "Act as a customer service expert") but would not explicitly mandate the sequential process.
The inclusion of the explicit steps ("first identify," "then check," etc.) is the defining characteristic of Chain-of-Thought prompting.
(Reference: Google's courses on Prompt Engineering classify Chain-of-Thought prompting as the technique that improves reasoning by explicitly giving the model a series of sequential, intermediate steps to follow to arrive at a better answer for complex tasks.)
Zero-shot (A) would be the raw question without any structure.
Few-shot (B) would involve providing examples of successfully solved problems.
Role-based (C) would involve assigning a persona (e.g., "Act as a customer service expert") but would not explicitly mandate the sequential process.
The inclusion of the explicit steps ("first identify," "then check," etc.) is the defining characteristic of Chain-of-Thought prompting.
(Reference: Google's courses on Prompt Engineering classify Chain-of-Thought prompting as the technique that improves reasoning by explicitly giving the model a series of sequential, intermediate steps to follow to arrive at a better answer for complex tasks.)
by Dolores at Nov 09, 2025, 07:39 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).