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 348 discussion

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

You are compiling a compliance report on vulnerability metadata for a specific set of images identified by Artifact Analysis. Metadata from images scanned more than 30 days ago are missing from the compliance report. You need to access the vulnerability metadata for these older images. What should you do?

  • A. Create a Pub/Sub subscription to pull from Artifact Analysis topics.
  • B. Check Artifact Analysis storage buckets in Cloud Storage.
  • C. Push or pull the images from Artifact Registry.
  • D. Check Cloud Trace logs for Artifact Analysis findings.
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
Pime13
4 weeks ago
Selected Answer: B
https://cloud.google.com/artifact-registry/docs/analysis Artifact Analysis is a family of services that provide software composition analysis, metadata storage and retrieval. Its detection points are built into a number of Google Cloud products such as Artifact Registry and Google Kubernetes Engine (GKE) for quick enablement. The service works with both Google Cloud's first-party products and also lets you store information from third-party sources. The scanning services use a common vulnerability store for matching files against known vulnerabilities
upvoted 1 times
...
Sandesh24
5 months, 2 weeks ago
Selected Answer: B
Artifact Analysis archives vulnerability metadata in Cloud Storage buckets. When images are scanned, recent vulnerability data is typically available through Artifact Analysis APIs, but metadata older than 30 days is retained in Cloud Storage. To compile a compliance report that includes older images, you need to check the Artifact Analysis storage buckets where this archived data is kept. • Option A: A Pub/Sub subscription only captures events from the point of subscription onward and would not contain older metadata. • Option C: Pulling images from Artifact Registry does not provide historical vulnerability metadata. • Option D: Cloud Trace logs do not store the detailed vulnerability findings required for your compliance report.
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 ...