GH-200 · Question #91
GH-200 Question #91: Real Exam Question with Answer & Explanation
The correct answer is B: Search GitHub Marketplace for verified actions published by the cloud provider.. {"question_number": 5, "question": "You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?", "correct_answer": "B", "explanation": "Searching GitHub Marketplace for verified actions published directly by the cloud
Question
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
Options
- ACreate a custom action to wrap the cloud provider's CLI.
- BSearch GitHub Marketplace for verified actions published by the cloud provider.
- CUse the actions/jenkins-plugin action to utilize an existing Jenkins plugin for the cloud provider.
- DSearch GitHub Marketplace for actions created by GitHub.
- EDownload the CLI for the cloud provider and review the associated documentation.
Explanation
{"question_number": 5, "question": "You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?", "correct_answer": "B", "explanation": "Searching GitHub Marketplace for verified actions published directly by the cloud provider is the fastest and safest starting point. 'Verified creator' badges on Marketplace indicate that GitHub has confirmed the publisher's identity, meaning the actions are officially supported and maintained by the cloud provider itself. This eliminates the need to write custom wrappers, read CLI documentation, or use third-party intermediaries. Option A (custom action) takes significant time to build and test. Option C is incorrect - there is no 'actions/jenkins-plugin' action, and routing through Jenkins adds unnecessary complexity. Option D is wrong because GitHub does not publish cloud provider deployment actions; cloud providers do. Option E (downloading the CLI and reading docs) is the slowest approach.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.