Cloud Computing Fundamentals
Tests knowledge of cloud computing service models (IaaS, PaaS, SaaS), platforms like AWS, Google App Engine, and Cloud Foundry.
Questions
Question 1 Multiple Choice (Single Answer)
Amazon Web Services is which type of cloud computing distribution model?
- Software as a Service (SAAS)
- Platform as a Service (PAAS)
- Infrastructure as a Service (IAAS)
- none of these
Question 2 Multiple Choice (Single Answer)
What is Cloud Foundry?
- A factory that produces cloud components
- An industry wide PaaS initiative
- VMware-led open source PaaS.
- none of these
Question 3 Multiple Choice (Single Answer)
This is a software distribution model in which applications are hosted by a vendor or service provider and made available to customers over a network, typically the Internet.
- Platform as a Service (PaaS)
- Infrastructure as a Service (IaaS)
- Software as a Service (SaaS).
- none of these
Question 4 Multiple Choice (Single Answer)
Which of the following statements about Google App Engine (GAE) is INCORRECT.
- It's a Platform as a Service (PaaS) model.
- Automatic Scalability is built in with GAE. As a developer you don't need to worry about application scalability
- You can decide on how many physical servers required for hosting your application.
- The applications deployed on GAE have the same security, privacy and data protection policies as that of Google's applications. So, applications can take advantage of reliability, performance and security of Google's infrastructure.
Question 5 Multiple Choice (Single Answer)
I've a website containing all static pages. Now I want to provide a simple Feedback form for end users. I don't have software developers, and would like to spend minimum time and money. What should I do?
- Hire software developers, and build dynamic page.
- Use ZOHO creator to build the required form, and embed in html page.
- Use Google App Engine (GAE) to build and deploy dynamic page.
- none of these