Shared Responsibility Model - shivpun/az-900 GitHub Wiki
Few Questionaries' based on above Figure :
- Which of the following is Microsoft responsible for when using Azure Virtual Machines?
a. Physical Security.
b. Identity and access management.
c. Application controls.
d. Network controls.
Solution:
a. Physical Security
Microsoft Azure, Google Cloud Platform, Amazon Web Services, so on are the popular cloud service provider. As per above figure Physical Security in IAAS, PAAS, SAAS, FAAS are responsibility of the Cloud service provider.
- This question requires that you evaluate the text inside [ ] to determine if it is correct.
When you are implementing a Software as a Service (SaaS) solution , you are responsible for [ configuring high availability ] .
Instructions: Review the text inside [ ] . If it makes the statement correct, select “No change is needed”. If the statement is incorrect, select the answer choice that makes the statement correct.
a. No change is needed.
b. configuring the SaaS solution.
c. installing the SaaS solution.
d. defining scalability rules.
Solution:
b. configuring the SaaS solution.
Software as a service (SaaS) allows users to connect to and use cloud-based apps over the Internet. Common examples are email, calendaring, and office tools (such as Microsoft Office 365).
- You plan to provision Infrastructure as a Service (IaaS) resources in Azure.
Which resource is an example of IaaS?
a. an Azure virtual machine.
b. an Azure web app
c. an Azure logic app
d. an Azure SQL database
Solution:
Azure Virtual Machine => IAAS
Azure Web App => PAAS
Azure Logic App => PAAS built on a containerised runtime.
Azure SQL database => DAAS i.e. PAAS a managed Database.
Azure SQL database installed inside Virtual Machine => IAAS.