exam questions

Exam Professional Cloud Developer All Questions

View all questions & answers for the Professional Cloud Developer exam

Exam Professional Cloud Developer topic 1 question 76 discussion

Actual exam question from Google's Professional Cloud Developer
Question #: 76
Topic #: 1
[All Professional Cloud Developer Questions]

Your company stores their source code in a Cloud Source Repositories repository. Your company wants to build and test their code on each source code commit to the repository and requires a solution that is managed and has minimal operations overhead.
Which method should they use?

  • A. Use Cloud Build with a trigger configured for each source code commit.
  • B. Use Jenkins deployed via the Google Cloud Platform Marketplace, configured to watch for source code commits.
  • C. Use a Compute Engine virtual machine instance with an open source continuous integration tool, configured to watch for source code commits.
  • D. Use a source code commit trigger to push a message to a Cloud Pub/Sub topic that triggers an App Engine service to build the source code.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
syu31svc
Highly Voted 2 years, 5 months ago
https://cloud.google.com/build/docs/automating-builds/create-manage-triggers#:~:text=A%20Cloud%20Build%20trigger%20automatically,changes%20that%20match%20certain%20criteria. A is the answer
upvoted 6 times
...
omermahgoub
Most Recent 11 months, 2 weeks ago
A. Use Cloud Build with a trigger configured for each source code commit. Cloud Build is a fully managed service for building, testing, and deploying software quickly. It integrates with Cloud Source Repositories and can be triggered by source code commits, which makes it an ideal solution for building and testing code on each commit. It requires minimal operations overhead as it is fully managed by Google Cloud.
upvoted 1 times
...
tomato123
1 year, 4 months ago
Selected Answer: A
A is correct
upvoted 3 times
...
kinoko1330
1 year, 4 months ago
Selected Answer: A
Cloud Build
upvoted 2 times
...
josancamon19
2 years, 7 months ago
Answer is A
upvoted 4 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 ...