1. Overview of Google Cloud Platform

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

Cloud Filestore is based on what file system technology? A. Network File System (NFS) B. XFS C. EXT4 D. ReiserFS

A. Option A is correct; Cloud Filestore is based on Network Filesystem (NSF), which is a distributed file management system. The other options are file systems supported by Linux but are not the foundation of Cloud Filestore

When setting up a network in GCP, your network the resources in it are treated as what? A. Virtual private cloud B. Subdomain C. Cluster D. None of the above

A. When you create a network, it is treated as a virtual private cloud, which makes option A correct. Resources are added to the VPC and are not accessible outside the VPC unless you explicitly configure them to be. A subdomain is related to web domains and not related to GPC network configuration. Clusters, such as Kubernetes clusters, may be in your net[1]work, but are not a characteristic of the network.

A user prefers services that require minimal setup; why would you recommend Cloud Storage, App Engine, and Cloud Functions? A. They are charged only by time. B. They are serverless. C. They require a user to configure VMs. D. They can only run applications written in Go.

B. All three services are serverless, so the user does not need to configure VMs; therefore, option B is correct. Cloud Storage is charged based on time and size of data stored. App Engine Standard and Cloud Functions are not restricted to just the Go language.

You need serverless computing for file processing and running the backend of a website; which two products can you choose from Google Cloud Platform? A. Kubernetes Engine and Compute Engine B. App Engine and Cloud Functions C. Cloud Functions and Compute Engine D. Cloud Functions and Kubernetes Engine

B. App Engine is a serverless platform for running applications, while Cloud Functions is a service for executing short-running functions in response to events. Kubernetes Engine is a managed cluster service, and both Kubernetes Engine and Compute Engine require you to configure servers.

18. Your client's transactions must access a drive attached to a VM that allows for random access to parts of files. What kind of storage does the attached drive provide? A. Object storage B. Block storage C. NoSQL storage D. Only SSD storage

B. Attached drives are block storage devices. Cloud Storage is the object storage service and does not attach directly to a VM. NoSQL is a type of database, not a storage system. Attached drives may be either SSDs or hard drives

You have to run a number of services to support an application. Which of the following is a good deployment model? A. Run on a large, single VM B. Use containers in a managed cluster C. Use two large VMs, making one of them read only D. Use a small VM for all services and increase the size of the VM when CPU utilization exceeds 90 percent

B. Containers give the most flexibility for using the resources of a cluster efficiently and orchestration platforms reduce the operations overhead, which makes option B correct. Running in a single cluster is not recommended because if the server fails, all services will be down. Using two VMs with one read-only is not useful. Read-only servers are sometimes used with databases, but there was no mention of databases in the question. Using a small VM and upgrading when it is no longer able to keep up with the workload delivers poor[1]quality service to users and should be avoided.

You have been asked to design a storage system for a web application that allows users to upload large data files to be analyzed by a business intelligence workflow. The files should be stored in a high-availability storage system. File system functionality is not required. Which storage system in Google Cloud Platform should be used? A. Block storage B. Object storage C. Cache D. Network File System

B. Object storage, like Cloud Storage, provides redundantly stored objects without lim[1]its on the amount of data you can store, which makes option B correct. Since file system functionality is not required, option D is not a good option. Block storage could be used, but you would have to manage your own replication to ensure high availability. Caches are transient, in-memory storage and are not high-availability, persistent storage systems.

Why can cloud providers offer elastic resource allocation? A. Cloud providers can take resources from lower-priority customers and give them to higher-priority customers. B. Extensive resources and the ability to quickly shift resources between customers enables public cloud providers to offer elastic resource allocation more efficiently than can be done in smaller data centers. C. They charge more the more resources you use. D. They don't.

B. Option B is correct; cloud providers have large capacity and can quickly allocate those resources to different customers. With a mix of customers and workloads, they can optimize the allocation of resources. Option A is incorrect; cloud providers do not take resources from one customer to give them to another, with the exception of preemptible instances. Option C is incorrect; cloud providers usually offer discounts for increased use.

Investing in servers for extended periods of time, such as committing to use servers for three to five years, works well when? A. A company is just starting up B. A company can accurately predict server need for an extended period of time C. A company has a fixed IT budget D. A company has a variable IT budget

B. Option B is correct; investing in servers works well when an organization can accurately predict the number of servers and other equipment it will need for an extended period and can utilize that equipment consistently. Startups are not established businesses with histories that can guide expected needs in three to five years. It does not matter if a budget is fixed or variable; investing in servers should be based on demand for server capacity.

What is the fundamental unit of computing in cloud computing? A. Physical server B. VM C. Block D. Subnet

B. The basic unit for purchasing computing resources is the virtual machine (VM). A physical server underlies VMs, but the resources of a physical server are allocated to VMs. Blocks and subnets are not relevant to the fundamental unit of computing.

Your company is based in X and will be running a virtual server for Y. What factor determines the unit per minute cost? A. The time of day the VM is run B. The characteristics of the server C. The application you run D. None of the above

B. The characteristics of the server, such as the number of virtual servers, the amount of memory, and the region where you run the VM, influence the cost, so option B is correct. Time of day is not a factor, nor is the type of application you run on the VM

You are deploying a new relational database to support a web application. Which type of storage system would you use to store data files of the database? A. Object storage B. Data storage C. Block storage D. Cache

C. Databases require persistent storage on block devices. Object storage does not provide data block or file system storage, making option C the correct answer. Data storage is not a type of storage system. Caches are often used with databases to improve read performance, but they are volatile and are not suitable for persistently storing data files.

You have been asked to set up network security in a virtual private cloud. Your company wants to have multiple subnetworks and limit traffic between the subnetworks. Which network security control would you use to control the flow of traffic between subnets? A. Identity access management B. Router C. Firewall D. IP address table

C. Firewalls in Google Cloud Platform (GCP) are software-defined network controls that limit the flow of traffic into and out of a network or subnetwork, so option C is the correct answer. Routers are used to move traffic to appropriate destinations on the network. Iden[1]tity access management is used for authenticating and authorizing users; it is not relevant to network controls between subnetworks. IP address tables are not a security control.

When you create a machine learning service to identify text in an image, what type of servers should you choose to manage compute resources? A. VMs B. Clusters of VMs C. No servers; specialized services are serverless D. VMs running Linux only

C. Option C is correct because specialized services in GCP are serverless. Google manages the compute resources used by the services. There is no need for a user to allocate or monitor VMs.

What is not a characteristic of specialized services in Google Cloud Platform? A. They are serverless; you do not need to configure servers or clusters B. They provide a specific function, such as translating text or analyzing images. C. They require monitoring by the user. D. They provide an API to access the functionality of the service.

C. Specialized services are monitored by Google so users do not have to monitor them; therefore, option C is correct. Specialized services provide a specific compute functionality but do not require the user to configure any resources. They also provide APIs.

You have created a VM. Which of the following system administration operations are you allowed to perform on it? A. Configure the file system B. Patch operating system software C. Change file and directory permissions D. All of the above

D. All of the operations are available to a system administrator after creating a VM, so option D is correct

All block storage systems use what block size? A. 4KB B. 8KB C. 16KB D. Block size can vary

D. Block sizes in a block storage system can vary; therefore, option D is the correct answer. Block size is established when a file system is created. 4KB block sizes are commonly used in Linux.

You need to store data for X and therefore you are using a cache for Y. How will the cache affect data retrieval? A. A cache improves the execution of client-side JavaScript. B. A cache will continue to store data even if power is lost, improving availability. C. Caches can get out of sync with the system of truth. D. Using a cache will reduce latency, since retrieving from a cache is faster than retrieving from SSDs or HDDs.

D. Caches use memory, and that makes them the fastest storage type for reading data, so option D is right. Caches are data stores on the backend of distributed systems, not the cli[1]ents. A cache would have no effect on client-side JavaScript execution. Caches do not store data in a cache if power is lost; the data would have to be reloaded. Caches can get out of sync with the system of truth because the system of truth could be updated, but the cache may not be updated. Caches have faster read times than SSDs and HDDs.

You plan to use Cloud Vision to analyze images and extract text seen in the image. You plan to process between 1,000 and 2,500 images per hour. How many VMs should you allocate to meet peak demand? A. 1 B. 10 C. 25 D. None; Cloud Vision is a serverless service

D. Cloud Vision is one of GCP's specialized services. Users of the service do not need to configure any VMs to use the service

If you use a cluster that is managed by a cloud provider, which of these will be managed for you by the cloud provider? A. Monitoring B. Networking C. Some security management tasks D. All of the above

D. When using managed clusters, the cloud provider will monitor the health of nodes in the cluster, set up networking between nodes in the cluster, and configure firewall and other security controls.


Kaugnay na mga set ng pag-aaral

NU270 Week 3 PrepU: Health, Wellness, & Illness

View Set

British Empire in Asia, Africa, and the Pacific

View Set

TESTING AND MEASURE FINAL, PART 3

View Set

Hiltz PHIL1317 Quiz 1,2,3,4,5,6,7,8. True/False + Box Words

View Set

Unit 21: NC Statutes and Regulations

View Set

Programming exam (chapters 4 & 5)

View Set