
Answer-first summary for fast verification
Answer: 1. Export logs in each dev project to a Cloud Pub/Sub topic in a dedicated SIEM project. 2. Subscribe SIEM to the topic.
The correct answer is C because it precisely targets only development projects, ensuring a unified log view exclusively for development environments without including test or pre-production logs. Option A, while efficient for centralized logging, would export logs from all projects under the NONPROD folder (including test and pre-production), violating the requirement to focus solely on development projects. Option B is incorrect as it uses a billing account sink with includeChildren=False, which would not capture logs from child projects. Option D is unsuitable due to security risks from using publicly shared Cloud Storage buckets. The community discussion highlights that A is operationally efficient but over-inclusive, whereas C, despite being more manual, accurately filters for development projects only, aligning with the requirement for a unified view of development logs exclusively.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your team needs to obtain a unified log view for all development cloud projects in your SIEM. The development projects are located within the NONPROD organization folder, which contains test and pre-production projects. These development projects share the ABC-BILLING billing account with other projects in the organization.
Which log export strategy should you use to meet these requirements?
A
B
C
D