Refer to https://docs.google.com/document/d/1txFFr-X2gg7EGfVfaJjBJZRPWYg6wGxTHne7cD85Ipk/edit?usp=sha ring Lucerne needs to implement Planned change 4 and Technical requirement 3. The resume workflow evaluates the stored agent state before allowing Copilot to continue execution.
{
"issue": 904,
"pull_request": 377,
"stored_state_commit_sha": "7f14a2b",
"current_pr_head_sha": "c90e118",
"approved_plan_sha": "28dd91c",
"resume_context": [
"latest_approved_plan",
"current_pr_diff",
"failed_required_checks",
"analysis_runbook"
],
"excluded_context": [
"rejected_plan_notes",
"older_run_artifacts",
"local_lab_notes",
"repository_secrets"
]
}
Evaluate the following statements.
1. The workflow should allow execution to continue because the issue and pull request numbers match.
2. The stored state is stale because its commit SHA differs from the current PR head SHA.
3. Excluding older run artifacts and local notes helps prevent conflicting resume context.Choose an answer
Tap an option to check your answer.
Correct answer: 1=No 2=Yes 3=Yes.
Why this is the answer
Statement 1 is incorrect because matching issue and pull request numbers alone do not guarantee that the agent state is current or valid for continued execution. Other factors, like commit SHAs, are crucial for state consistency. Statement 2 is correct because the storedstatecommitsha (7f14a2b) is different from the currentprheadsha (c90e118). This discrepancy indicates that the stored state is based on an older commit and is therefore stale relative to the current pull request head, meaning the workflow should not allow execution to continue without an update or re-evaluation. Statement 3 is correct because explicitly excluding olderrunartifacts and locallabnotes prevents irrelevant or potentially conflicting information from being included in the resume context, ensuring that Copilot operates on the most pertinent and up-to-date data.
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