WHY A IS False? |
CONCEPT: Software as a Service (SaaS) |
In SaaS, service provider is responsible for managing components. However, in this question, we already have an existing application which awe have to migrate to Azure. We just don't want to manage the admin part of web application, but we still want to manage the application code & other stuff related to application. So, Saas is not a good choice here in this case.
Read more about IaaS, Paas & SaaS at What is IAAS, PAAS & SAAS ?
|
WHY B IS True? |
CONCEPT: Platform as a Service (PaaS) |
PaaS makes for a flexible development platform where the customer can focus on development rather than being concerned with managing the underlying platform. That's a perfect fit for our requirements.
Read more about IaaS, Paas & SaaS at What is IAAS, PAAS & SAAS ? |
WHY C IS False? |
CONCEPT: Infrastructure as a Service (IaaS) |
In IaaS, a cloud service provider will provide you the infrastructure to host the web application. Rest all you have to manage like
- Runtime
- Middleware
- OS, etc,
Which we want to reduce as per the question. So, Iaas is not the right fit in our case.
Read more about IaaS, Paas & SaaS at What is IAAS, PAAS & SAAS ?
|
WHY D IS False? |
CONCEPT: Database as a Service (DaaS) |
Database as a Service is a part of Infrastructure as a Service. So similar reason.
Read more about IaaS, Paas & SaaS at What is IAAS, PAAS & SAAS ?
|
Short Trick |
- " minimize the amount of administrative effort" will leave you with the option of SaaS & PaaS, as this is an existing application & we just want to minimize the administration part, so PaaS will be the best fit for us.
PaaS makes for a flexible development platform where the customer can focus on development rather than being concerned with managing the underlying platform. That's a perfect fit for our requirements.
Read more about IaaS, Paas & SaaS at What is IAAS, PAAS & SAAS ?
|
References: |
REFERNCED
DOCS
|