
Answer-first summary for fast verification
Answer: Transfer the `prod-1` project to the `test-workspace`, which will remove it from the `prod-workspace`.
The correct approach is to move the `prod-1` project to the `test-workspace`, as a project can only be monitored by one workspace at any given time. This action will automatically remove it from the `prod-workspace`. **Why Other Options Are Incorrect:** - Merging workspaces would result in monitoring more projects than intended in the `test-workspace`. - Monitoring workspaces for projects can indeed be updated after their creation. - A project cannot be monitored by multiple workspaces simultaneously.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your organization has established three monitoring workspaces: dev-workspace, test-workspace, and prod-workspace. These workspaces oversee the following projects:
dev-workspace: dev-1, dev-2, dev-3test-workspace: test-1, test-2prod-workspace: prod-1, prod-b, prod-cYou're 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 one workspace.
B
Projects cannot have their monitoring workspace changed once created.
C
Include the prod-1 project in the test-workspace while keeping it in the prod-workspace as well.
D
Transfer the prod-1 project to the test-workspace, which will remove it from the prod-workspace.