Quesitons
Q1
Which of the following six advantages enables small start-up companies to immediately start consuming IT services from public cloud vendors such as AWS?
- Trade capital expense for variable expense
- Go global in minutes
- Stop guessing capacity
- Increase speed and agility
A: keywords are "small start-up" and and "immediately start consuming", so should be 3
Result: 4 [ ]
Q2
Which feature of cloud computing enables customers to deploy their resources in a matter of minutes using a self-service model?
- Access to cloud provider APIs
- Access to cloud provider engineers to rack and stack servers
- Scalability features
- Multiple server options
A: keywords are "deploy resources" and "self-service", so should be 1
Result: 1 [x]
Q3
What is a hypervisor?
- Software that enables you to create and managed virtualized resources running on physical hardware, such as VMs
- Software used to monitor the health of your Windows servers
- Software used to create HA websites
- Hardware that enables you to increase the performance of your physical servers
A: Hypervisor is used to carve resource out of hardware, to create resoure for VMs. So should be 1
Result: 1 [x]
Q4
Which of the following are the primary benefits of server virtualization? (Select two answers.)
- Efficient use of physical hardware resources
- Ability to provision virtual servers in a matter of minutes
- Enhanced encryption services
- Ability to meet compliance requirements
A: 1 & 2
Result: 1 & 2 [x]
Q5
Which of the following is a prime example of IaaS?
- A service that gives you access to configure underlying virtual compute, storage, and network resources to host your application
- A service that abstracts the underlying infrastructure, allowing you to focus on your application code deployment process
- A service that hosts and delivers a complete application via a public network, with no access to any underlying infrastructure
- A service that allows you to consume hardware resources for a short lease period and pay on a metered basis
A: IaaS provides hardware resource to create VM, but user still need to provision OS, environment, app, etc. So should be 1
Result: 1 [x]
Q6
Which of the following is a prime example of PaaS?
- A platform that hosts and delivers a complete application via a public network, with no access to any underlying infrastructure
- A service that gives you access to configure underlying virtual compute, storage, and network resources to host your application
- A service that abstracts the underlying infrastructure, allowing you to focus on your application code deployment process
- A service that allows you to build infrastructure using code for repeat deployments in different environments
A: PaaS provide provisioned VM, environment. User only need to add app source code to run service. So, it's 3
Result: 3 [x]
Q7
Which of the following is a prime example of SaaS?
- A service that gives you access to configure underlying virtual compute, storage, and network resources to host your application
- A service that abstracts the underlying infrastructure, allowing you to focus on your application code deployment process
- A service that hosts and delivers a complete application via a public network, with no access to any underlying infrastructure
- A service that allows developers to adopt DevOps strategies for their software development life cycle
A: SaaS provide entire provisioned service, so should be 3
Result: 3 [x]
Q8
Which cloud deployment model enables you to connect your on-premises workloads with resources you have deployed with a public cloud provider such as AWS?
- Private cloud
- Public cloud
- Hybrid cloud
- Hyper cloud
A: 3
Result: 3[x]