A developer starts Copilot CLI while investigating a failing payment issue. The issue includes temporary payload values copied from a customer support case. Which review comment is most accurate?
cd ~/src/payments-api
gh issue view 482 --comments
copilot
# Prompt:
# Fix the failing refund retry test described in issue 482.
# Use the support payload below only for this task:
# customer_id=cus_live_9Y7...
# failed_refund_id=rf_2026_05_temp
# After the fix, update tests and explain the root cause.Choose an answer
Tap an option to check your answer.
Correct answer: Keep the payload short-term only.
Why this is the answer
The most accurate review comment is to keep the payload short-term only. This is because the prompt explicitly states, "Use the support payload below only for this task." This emphasizes that the temporary payload values, likely containing sensitive customer information, should not be stored persistently. Storing it as repository memory or moving it to AGENTS.md would violate this directive and potentially expose sensitive data. Adding a payment MCP server is irrelevant to the immediate task of handling temporary payload data for a specific fix. The best practice for sensitive, temporary data is to use it for the immediate purpose and then discard it.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed