nerdexam
GitHub

GITHUB-ACTIONS · Question #29

GITHUB-ACTIONS Question #29: Real Exam Question with Answer & Explanation

Sign in or unlock GITHUB-ACTIONS to reveal the answer and full explanation for question #29. The question stem and answer options stay visible for context.

Question

As a developer, your Actions workflow often reuses the same outputs or downloaded dependencies from one run to another. To cache dependencies for a job, you are using the GitHub cache action. Which input parameters are required for this action? (Choose two.)

Options

  • Adependency: the name and version of a package to cache or restore
  • Bkey: the key created when saving a cache and the key used to search for a cache
  • Ccache-hit: the copy action key used with restore parameter to restore the data from the cache
  • Dpath: the file path on the runner to cache or restore
  • Eref: the ref name of the branch to access and restore a cache created
  • Frestore-keys: the copy action key used with cache parameter to cache the data

Unlock GITHUB-ACTIONS to see the answer

You've previewed enough free GITHUB-ACTIONS questions. Unlock GITHUB-ACTIONS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full GITHUB-ACTIONS Practice