
Ultimate access to all questions.
You are tasked with deploying both production and test workloads on Google's Compute Engine. To ensure proper network segmentation and security, production virtual machines (VMs) must reside in a different subnet from test VMs. Moreover, it's crucial that all VMs can communicate with each other over internal IP addresses without the necessity of implementing additional routing configurations. How would you configure the Virtual Private Cloud (VPC) and the two subnets to meet these requirements?
A
Create a single custom VPC with 2 subnets. Create each subnet in a different region and with a different CIDR range.
B
Create a single custom VPC with 2 subnets. Create each subnet in the same region and with the same CIDR range.
C
Create 2 custom VPCs, each with a single subnet. Create each subnet in a different region and with a different CIDR range.
D
Create 2 custom VPCs, each with a single subnet. Create each subnet in the same region and with the same CIDR range.