Question 11

As a DevOps engineer, you need to execute a deployment to different environments like development and testing based on the labels added to a pull request. The deployment should use the releases branch and trigger only when there is a change in the files under 'apps' folder. Which code block should be used to define the deployment workflow trigger?
  • Question 12

    As a developer, you are optimizing a GitHub workflow that uses and produces many different files. You need to determine when to use caching versus workflow artifacts. Which two statements are true? (Choose two.)
  • Question 13

    As a developer, you are using a Docker container action in your workflow. What is required for the action to run successfully?
  • Question 14

    In which scenarios could the GITHUB_TOKEN be used? (Choose two.)
  • Question 15

    What is the most suitable action type for a custom action written in TypeScript?