
Ultimate access to all questions.
In your organization, two departments have separate GCP projects (code-dev and data-dev) within the same organization and need to enable complete cross-communication between all their VMs in GCP. Each department maintains one VPC in its respective project and requires full control over its network. Neither department plans to recreate existing compute resources. You need to implement a cost-optimized solution.
Which two actions should you perform? (Select two.)
A
Connect both projects using Cloud VPN.
B
Connect the VPCs in project code-dev and data-dev using VPC Network Peering.
C
Enable Shared VPC in one project (e. g., code-dev), and make the second project (e. g., data-dev) a service project.
D
Enable firewall rules to allow all ingress traffic from all subnets of project code-dev to all instances in project data-dev, and vice versa.
E
Create a route in the code-dev project to the destination prefixes in project data-dev and use nexthop as the default gateway, and vice versa.