exam questions

Exam GitHub Actions All Questions

View all questions & answers for the GitHub Actions exam

Exam GitHub Actions topic 1 question 4 discussion

Actual exam question from GitHub's GitHub Actions
Question #: 4
Topic #: 1
[All GitHub Actions Questions]

As a developer, you have a 10-MB data set that is required in a specific workflow. Which steps should you perform so the dataset is stored encrypted and can be decrypted during the workflow? (Choose three.)

  • A. Encrypt the dataset.
  • B. Leverage the actions/download-secret action in the workflow.
  • C. Store the dataset in a GitHub encrypted secret.
  • D. Store the encryption keys in a GitHub encrypted secret.
  • E. Compress the dataset
  • F. Commit the encrypted dataset to the same repository as the workflow
  • G. Create a GitHub encrypted secret with the Large object option selected and upload the dataset.
Show Suggested Answer Hide Answer
Suggested Answer: ACD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
pflopez
13 hours, 55 minutes ago
Selected Answer: ADF
You can’t store a 10 MB dataset as a secret.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...