GitHubGithub GH-600 Agentic AI Developer Certification ·EN ·Updated 15 Jul 2026

A team reviews whether this workflow prevents a Copilot-generated pull request from deleting production data without a controlled human approval step. Evaluate the following statements. 1. The apply job can be held by protection rules on regulated-production. 2. The pull_request trigger alone proves the change is compliance-approved. 3. The validation job separates plan review from production application.

name: controlled-data-retention-change

on:
  pull_request:
    branches:
      - main
    paths:
      - "retention/**"
      - ".github/workflows/controlled-data-retention-change.yml"

permissions:
  contents: read
  pull-requests: read

jobs:
  review-plan:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Validate retention policy plan
        run: ./scripts/validate-retention-plan.sh

   apply-retention-policy:
     needs: review-plan
     runs-on: ubuntu-latest
     environment: regulated-production
     steps:
       - uses: actions/checkout@v4
       - name: Apply retention policy
         run: ./scripts/apply-retention-policy.sh

Choose an answer

Tap an option to check your answer.

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
✓ Verified by ExamRoll editorial · Updated 15 July 2026
All-in-one access

One subscription. Every exam.

Every plan unlocks unlimited answer search, practice tests, AI explanations, and the full resource library — in 20+ languages.

Monthly
24.87
Just €0.83/day
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

Best value
12 months
179.87
Just €0.49/daySave 40%
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

✓ Free plan included · ✓ Cancel anytime · ✓ All plans unlock the full product