Chapter 5 - Quiz

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

API integration can be used to manage cloud resources by which of the following methods? (Choose all that apply.) A. Web B. CLI C. SDK D. SSH

A, B, C. API calls are used to manage cloud resources via the web, CLI, and SDK. SSH is a management software of Linux systems.

Which storage offerings will have a cost associated with the amount of data stored, even if the resource using the storage is powered off? (Choose all that apply.) A. Object storage B. Block storage C. File storage D. Replicated storage

A, B, C. All storage offerings including object, block, and file storage will have a cost associated with the amount of data storage, even if resources are powered off (the data is still being stored). All storage is replicated in some manner in the cloud, but there is no storage offering called replicated.

Which of the following are examples of free-for-use license types? (Choose all that apply.) A. Linux B. Apache C. Windows D. Cisco ASA

A, B. Both Linux and Apache are open source and free for use. Windows and Cisco ASA are commercial and pay for use.

Which of the following cloud resources will have a cost associated with any transfer of data out of the CSP's infrastructure? (Choose all that apply.) A. Object storage B. Network C. Compute D. Block storage

A, B. Object storage and network usage will have costs associated with the transfer of the data out of the CSP infrastructure. Compute and block storage transfers will be local to the instance itself. Any transfer of data out from the compute will be counted as network costs.

You have decided to test your application on Server 2016 and want to deploy new instances. Which technologies will you use to speed up the deployment and make sure all the servers are deployed in procedural and repeatable fashion? (Choose two.) A. Bootstrapping B. API C. Golden image D. Tagging

A, C. Bootstrapping and golden images are technologies that will speed up the deployment and in a repeatable fashion. API does not address any of the requirements. Tagging should be used to fulfill auditing requirements, but those are not mentioned in the question.

You have been tasked with creating a WordPress site using open source software and making the primary site highly available within a region. Which option of software and locality would fulfill the requirements? A. Nginx and MariaDB installed on Ubuntu 18.04 running in both US-East-1 and US-East-2 zones B. Nginx and MariaDB installed on Windows Server 2012 R2 running in both US-East-3 and US-East-2 zones C. IIS and MariaDB installed on Windows Server 2016 running in both US-East-1 and US-East-4 zones D. Nginx and MariaDB installed on CentOS 7 running in both US-East-1 and Canada-1 zones

A. Option A is the only option that satisfies all the requirements. Options B and C use payfor-use software from Microsoft. Option D uses free-for-use software, but the zones are in two different regions.

Which of the following cloud deployment models offers the best scalability and cost effectiveness? A. Public B. Private C. Community D. Hybrid

A. Public clouds, such as Microsoft Azure and Amazon Web Service (AWS), offer the best in scalability, reliability, and cost effectiveness. Private clouds do not offer as much cost effectiveness. Community clouds and hybrid clouds are between public and private in terms of scalability and cost effectiveness.

The development team has added a new search feature that has never been tested before. Which testing process is more important than the others? A. Load testing B. Regression testing C. Sandbox testing D. Penetration testing

A. The new feature is a search function. Searches require increased CPU and memory usage. Load testing will be needed to determine which resources will need to be increased. Regression testing should be done, but since this is a new feature, there are no previous bugs concerning searches that can be performed. Sandbox testing should have already been performed. Penetration testing is important from a security perspective but does not address the requirements in the question.

Your company uses a financial transactions database that updates frequently. If a natural disaster occurred, any data backup older than one hour would not be useful to the company. To ensure that backups are always more current, what needs to be specified in the disaster recovery plan? A. RPO B. RTO C. TSO D. SLA

A. The recovery point objective (RPO) defines the maximum age of files that must be recovered from backups in order to restore normal operations. In this case, the RPO needs to be less than an hour. The recovery time objective (RTO) specifies how long services can be down in the event of a disaster. There is no TSO in disaster recovery plans. The service level agreement (SLA) usually contains a section for the disaster recovery plan.

The CFO wants to be notified whenever the monthly estimated costs reach $2,000. You will set up to notify once the threshold is met. A. Logging B. Alerts C. API D. Autoscaling

B. Alerts can perform actions when events occur or when thresholds are met. Logging does not perform notifications but can be used to trigger an alert. API can be used to set up alerts. Autoscaling is used for increasing or decreasing resources.

A blue/green deployment is a deployment used primarily when doing____ on production infrastructure. A. Regression testing B. Upgrades and patching C. Sandbox testing D. Development

B. Blue/green deployment is used for upgrades and patching. Regression and sandbox testing uses different infrastructure than production. Development uses infrastructure that is separate from production.

What is the process of combining a series of automation steps into a repeatable process that can be audited? A. Automation B. Orchestration C. Autoscaling D. Patching

B. Orchestration is the combination of separate automation tasks. Automation is what we are trying to combine. Autoscaling can be orchestrated but is specific. Patching should be automated but is also too specific.

You are designing the infrastructure for an e-commerce website that plans on selling sporting apparel for football (soccer) clubs around the globe. Which technology should you look at that offers the lowest latency and best performance for your shoppers? A. Immutable infrastructure B. Synchronous replication C. Content delivery network D. Autoscaling

C. A CDN will offer lower latency around the globe. Immutable infrastructure should be used but does not offer any of the requirements. Synchronous replication cannot be used around the globe. Autoscaling should also be used but does not offer any of the requirements.

What storage type is used for the OS boot partition of an instance running in the cloud? A. HDD B. File C. Block D. Object

C. Block storage is the storage type used for all OS boot partitions. File and object storage can be used in an instance, but due to their shared nature, neither one can be used as a boot partition. HDD is a type of block storage, but so is SDD. It might be the underlying technology.

Your legal department wants to start using cloud resources. However, since all of their work will be associated with legal cases, they need an accurate usage and billing breakdown to bill the clients. What are you being asked to implement? A. Right-sizing B. Maintenance C. Chargebacks D. Monitoring

C. Chargebacks is the process of creating the tags needed to provide accurate and detailed billing to be able to bill a third party. Right-sizing deals with the process of moving to the cloud. Maintenance is services that are purchased from third parties. You can set up an alert or monitoring for billing, but that is not specific to the question.

Which of the following is not a common characteristic of public clouds? A. Self-service B. Pay-as-you-go C. Higher cost D. Availability

C. Cloud services should lower the cost of network operations and software use for companies. Cloud characteristics include elastic, self-service, scalability, broad network access, pay-as-you-go, and availability.

What has become synonymous with DevOps and is referred to as a pipeline and used in the real world by organizations? A. Continuous integration continuous diversity B. Continuous integration continuous development C. Continuous integration continuous delivery D. Continuous integration continuous discovery

C. Continuous integration continuous delivery (CI/CD) is the pipeline that is used in the real world. Continuous integration and continuous deployment are used but not in the real world because of the impact on user experience. Options A and D are not real terms.

You need to update all the Windows Servers from Server 2012 R2 to Server 2016. You decide the best course of action is to do an in-place upgrade and install Server 2016 over the top of Server 2012 R2. Is this a recommended course of action? Why or why not? A. Yes, because you are saving money by not creating more servers. B. Yes, because the software is already installed on the servers and you know Server 2016 is compatible. C. No, because you are not treating the servers as disposable resources. D. No, because you have not performed any load testing of the software on Server 2016.

C. No, because you are performing an in-place upgrade, which goes against the concept of disposable resources. Option A may save costs temporarily but has increased risk with an on-prem upgrade. Option B is not correct because Server 2016 being compatible is not enough. You have not performed any testing. D is not correct because the reason for No is not sufficient; load testing is not testing the upgrade process.

The CIO wants to cut the cost of the instances that are running in the cloud. The instances that have the highest cost are all production instances and are required to be on 24/7. Which instance type should you look into utilizing? A. On-demand B. Spot C. Reserved D. Quick

C. Since the instances are production and required, reserved is the most cost effective. On-demand is the most expensive option. Spot is the cheapest, but is not designed for production instances. Quick is not a type of instance.

Your manager wants to do a lift-and-shift migration from on-premises servers to cloud servers. He has determined that the cloud will save money. Which process is the manager forgetting to complete? A. Templating B. Autoscaling C. Orchestrating D. Right-sizing

D. Right-sizing is the process of evaluating current on-premises servers for need and sizing before moving to the cloud. Templating is used for provisioning servers. Autoscaling is sizing resources in the cloud. Orchestrating is part of configuration management once already in the cloud.


संबंधित स्टडी सेट्स

Anatomy and Physiology Final ( part 3)

View Set