
Answer-first summary for fast verification
Answer: Move the prod-1 project to the test-workspace, which will remove it from prod-workspace.
A project can only be monitored by one workspace at any given time. Therefore, the correct approach is to move the prod-1 project to the test-workspace, which will automatically remove it from the prod-workspace. Options A, B, and D are incorrect because: merging workspaces would result in an incorrect number of projects being monitored; adding a project to multiple workspaces is not allowed; and monitoring workspaces can indeed be updated after creation. Reference: [Google Cloud Monitoring Workspaces Management](https://cloud.google.com/monitoring/workspaces/manage).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your organization has set up three monitoring workspaces named dev-workspace, test-workspace, and prod-workspace to monitor specific projects as follows: dev-workspace monitors dev-1, dev-2, dev-3; test-workspace monitors test-1, test-2; and prod-workspace monitors prod-1, prod-b, and prod-c. You are tasked with monitoring the project prod-1 alongside test-1 and test-2 within the same workspace. How can you accomplish this?
A
Merge test-workspace and prod-workspace to include all projects in a single workspace.
B
Add the prod-1 project to the test-workspace while keeping it in prod-workspace as well.
C
Move the prod-1 project to the test-workspace, which will remove it from prod-workspace.
D
The monitoring workspace of projects cannot be modified after their initial creation.