Azure- Questions part-1

1. Which of the following services would NOT be considered Infrastructure as a Service?

Functions are small pieces of code that you give to Azure to run for you, and you have no access to the underlying infrastructure.

2. How does Multi-Factor Authentication make a system more secure?

It requires the user to have access to an additional device for identity verification

3. True or false: Azure Active Directory is a network gateway that load balances user logins using a CDN (Content Delivery Network).

False

No, Azure Active Directory is an enterprise identity service that provides single sign-on and multi-factor authentication.

4. What does ARM an abbreviation for in Azure?

Azure Resource Manager

Azure Resource Manager (ARM) - this is the common resource deployment model that underlies all resource creation or modification; no matter whether you use the portal, PowerShell or the SDK, the Azure Resource Manager takes those commands and executes them

5. What affect does using a “read only” resource lock on a Azure Storage Account have?

1. The storage cannot have its properties alteted but it doesnt affect the data itself

6. What benefit does Availability Sets provide when it comes to virtual machines in Azure?

3. Physically and logically separates virtual machines so that if one goes down , others do not go down.

7. You are tasked with deploying Azure virtual machines for your company. You should picking SaaS ? 

  1. True
  2. False 

2. False

virtual machines are under IAAS services

8. PAAS solution that hosts web apps in azure portal provides full control of the operating systems that host applications.

  1. TRUE
  2. FALSE

2. False

9. PAAS solution that hosts web apps in azure provides the ability to scale the platform automatically

  1. TRUE
  2. FALSE

1. True

10. PAAS solution that hosts web apps in azure provides professional development to continously add features to custom applications

  1. TRUE
  2. FALSE

1. True

11. When you are implementing saas solution , you are responsible for

  1. Configuring high availibility 
  2. Defining scalability rules
  3. installing the scale solution
  4. configuring the saas solution

4. Configuring the saas solution

Rest everything is managed by cloud.

12. Your company is planning to migrate all its data and resources to azure.Company is suggesting to use only PaaS solutions. You create Azure App service and Azure Storage accounts. Does this meet the goal ?

  1. Yes
  2. No

2. No

Azure App Service - PAAS
Azure Storage Account - IAAS

13. Your company is planning to migrate all its data and resources to azure.Company is suggesting to use only PaaS solutions. You create Azure App service and Azure virtual machines with sql server installed. Does this meet the goal ?

  1. Yes
  2. No

2. No

Azure App Service - PAAS
Azure VM with Sql server installed - IAAS

14. Your company is planning to migrate all its data and resources to azure.Company is suggesting to use only PaaS solutions. You create Azure virtual machines , Azure Sql Database, Azure Storage Accounts. Does this meet the goal ?

  1. Yes
  2. No

2. No

Azure SQL Database - PAAS
Azure VM - IAAS
Azure storage account - IAAS

15. Your company is planning to migrate all its data and resources to azure.Company is suggesting to use only PaaS solutions. You create Azure App Service & Azure Sql Database. Does this meet the goal ?

  1. Yes
  2. No

2. No

Azure SQL Database - PAAS
Azure App Service - PAAS

16. Why is Azure App Services considered Platform as a Service?

  1. You give Azure the code and the configuration, and you have no access to the underlying hardware
  2. Azure App Service is not PAAS but it is IAAS.

1

Leave a Comment