Wednesday, August 24, 2022

Virtual Machines and Networks in the Cloud (GCP)

Virtual Machines and Networks in the Cloud (GCP)

Question 1

Which term describes a secure, individual, private cloud-computing model hosted within a public cloud?

Answer : Virtual private cloud (VPC)

 

Question 2

Select the true statement about Google’s VPC networks and subnets

Answer : Networks are global, and subnets are regional

 

Question 3

An application running in a Compute Engine virtual machine needs high-performance scratch space. Which type of storage meets this need?


Answer: Local SSD

Question 4

Preemptible VMs can offer advantages over a standard Compute Engine VM. What is a reason customers choose preemptible VMs?

Answer : To Reduce cost

 


Question 5

Which statement best describes how VPC routers and firewalls work?

Answer:  They are managed by Google as a built-in feature

Question 6

A Google Cloud customer wants to load-balance traffic among the backend VMs that form part of a multi-tier application. Which load-balancing option should this customer choose?

Answer: The regional internal load balancer

Question 7

Which interconnect option is a service level agreement (SLA) available for?

Answer: Dedicated Interconnect

 

 

 

 

 


No comments:

Post a Comment

Kubernetes Commands for Beginners

 This document provides a list of basic Kubernetes commands useful for beginners. These commands help in interacting with the cluster and ma...