exam questions

Exam Professional Cloud DevOps Engineer All Questions

View all questions & answers for the Professional Cloud DevOps Engineer exam

Exam Professional Cloud DevOps Engineer topic 1 question 191 discussion

Actual exam question from Google's Professional Cloud DevOps Engineer
Question #: 191
Topic #: 1
[All Professional Cloud DevOps Engineer Questions]

Your company wants to implement a CD pipeline in Cloud Deploy for a web service deployed to GKE. The web service currently does not have any automated testing. The Quality Assurance team must manually verify any new releases of the web service before any production traffic is processed. You need to design the CD pipeline. What should you do?

  • A. Create a single pipeline stage, and use a standard deployment strategy.
  • B. Create a single pipeline stage, and use a canary deployment strategy.
  • C. Create two pipeline stages, and use a canary deployment strategy.
  • D. Create two pipeline stages, and use a standard deployment strategy.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
kleranti
2 weeks, 1 day ago
Selected Answer: D
D is better
upvoted 2 times
...
RushinthJohn
3 weeks ago
Selected Answer: C
Two pipeline stages: Similar to C, this allows for a dedicated QA stage before production. Standard deployment strategy (in the Production stage): After QA, if a "standard deployment" (like a rolling update or blue/green switch) is used, it means the new version gets 100% of production traffic fairly quickly. Problem: While this allows for manual QA, without automated testing, jumping from manual QA directly to 100% production traffic is riskier than a canary strategy. A standard deployment doesn't offer the gradual rollout and risk mitigation that a canary does, especially critical when automated testing is absent.
upvoted 2 times
...
hproms
1 month ago
Selected Answer: C
I think C is better when deploying with manual inspection without QA.
upvoted 2 times
...
odinson
1 month, 2 weeks ago
Selected Answer: C
Canary will be better
upvoted 2 times
...
kitaharazyl
4 months, 3 weeks ago
Selected Answer: D
D. Create two pipeline stages, and use a standard deployment strategy.
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 ...