Practice questions
Questions 1-8 are based on the GCP foundation architecture shown in Figure 8.15. Default configurations are used:
Figure 8.15 – GCP foundation infrastructure
1. How many VMs (with at least one IP address for each VM) can you create in a VPC1 subnet1 in GCP?
A. 252
B. 255
C. 256
D. 24
2. How many IP addresses are there in subnet3
?
A. 256
B. 252
C. 255
D. 24
3. Which of the following statements is not true?
A. VM1 can ping VM3
B. VM1 can ping VM4
C. VM2 can ping VM4
D. VM3 can ping VM4
4. What needs to be done for VM1 to process (read/write) objects in B1?
A. Nothing
B. VM1’s service account needs read/write access to B1
C. VM1 needs to have a public IP address
D. VM1 needs to have a private IP address and its service account needs read/write access to B1
5. VM1 needs to read object S1. What needs to be done?
A. Nothing
B. Enable Google private access for subnet11...