GH-200 Exam Question 41

What are the two ways to pass data between jobs? (Each correct answer presents part of the solution. Choose two.)
  • GH-200 Exam Question 42

    A workflow that had been working now stalls in a waiting state until failing. The workflow file process-ml.yaml has not changed and contains jobs specifying runs-on: [gpu ]. Which of the following steps would troubleshoot the issue? (Each answer presents a complete solution.
    Choose two.)
  • GH-200 Exam Question 43

    Which files are required for a Docker container action in addition to the source code? (Each correct answer presents a partial solution. Choose two.)
  • GH-200 Exam Question 44

    As a developer, you have a 10-MB data set that is required in a specific workflow.
    Which three steps should you perform so the dataset is stored encrypted and can be decrypted during the workflow? Each correct answer presents part of the solution.
    NOTE: Each correct answer is worth one point.
  • GH-200 Exam Question 45

    Which GitHub Actions capability prevents secrets from appearing in workflow logs?