Practice questions
Questions 1 to 10 are based on Figure 11.10. All configurations are default.
A cloud engineer team logged in to GCE instances VM-1
, VM-2
, VM-3
, and VM-4
, in 4 windows:
Figure 11.10 – GCP diagram
1. What will they need to do so they can ping www.google.com
successfully from VM-1
?
A. Nothing
B. Open icmp
(ping) for the network/VPC1 firewall
C. Open icmp
(ping) for the VPC1/subnet11
firewall
D. Open IGW routes for VPC1
2. What will they need to do so they can ping VM-1
successfully from the internet?
A. Nothing
B. Open icmp
(ping) for the network/VPC1 firewall
C. Open icmp
(ping) for the VPC1/subnet11
firewall
D. Open IGW routes for VPC1
3. What will they need to do so they can ping www.google.com
successfully from VM-4
?
A. Nothing
B. Open icmp
(ping) for the network/VPC3 firewall
C. Open icmp
(ping) for the VPC3/subnet3
firewall
D. Open IGW routes for VPC3
4. What will they need to...