👉Get Full PDF
Question.21 What does a customer provide in a software as a service (SaaS) model? (A) Application data (B) Data storage (C) Compute resources (D) Application software |
21. Click here to View Answer
Answer is (A) Application data
SaaS provides a complete software solution which you purchase on a pay-as-you-go basis from a cloud service provider. You rent the use of an app for your organization and your users connect to it over the Internet, usually with a web browser. All of the underlying infrastructure, middleware, app software and app data are located in the service providerג€™s data center. The service provider manages the hardware and software and with the appropriate service agreement, will ensure the availability and the security of the app and your data as well.
Reference:
https://azure.microsoft.com/en-in/overview/what-is-saas/
Question.22 Which Azure service should you use to correlate events from multiple resources into a centralized repository? (A) Azure Event Hubs (B) Azure Analysis Services (C) Azure Monitor (D) Azure Log Analytics |
22. Click here to View Answer
Answer is (D) Azure Log Analytics
Correlate events=Azure Log Analytics
Collect events= Azure Event Hubs
Question.23 An Azure administrator plans to run a PowerShell script that creates Azure resources. You need to recommend which computer configuration to use to run the script. Solution: Run the script from a computer that runs macOS and has PowerShell Core 6.0 installed. Does this meet the goal? (A) Yes (B) No |
23. Click here to View Answer
Answer is No
You cannot create Azure resources without the Azure PowerShell module. To run PowerShell scripts you only need PowerShell Core 6.0 installed, BUT the question also requests to create Azure resources. In order to accomplish that, you need the Azure PowerShell module which does not come with PowerShell Core 6.0. In fact, you must install it apart using the Install-Module cmdlet.
Reference:
https://learn.microsoft.com/en-us/powershell/azure/install-az-ps?view=azps-9.2.0#installation
https://learn.microsoft.com/en-us/answers/questions/1016820/can-we-run-powershell-script-from-a-computer-that
Question.24 You plan to implement an Azure database solution. You need to implement a database solution that meets the following requirements: -Can add data concurrently from multiple regions -Can store JSON documents Which database service should you deploy? (A) Azure Cosmos DB (B) Azure SQL (C) Azure Database for MySQL servers (D) Azure Database for PostgreSQL servers (E) SQL elastic pools (F) SQL Server stretch databases |
24. Click here to View Answer
Answer is (A) Azure Cosmos DB
Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service. With a click of a button, Cosmos DB enables you to elastically and independently scale throughput and storage across any number of Azure regions worldwide.
Azure Cosmos DB is a great way to store unstructured and JSON data. Combined with Azure Functions, Cosmos DB makes storing data quick and easy with much less code than required for storing data in a relational database.
References:
https://docs.microsoft.com/en-us/azure/cosmos-db/introduction
https://docs.microsoft.com/en-us/azure/azure-functions/functions-integrate-store-unstructured-data-cosmosdb?tabs=csharp
Question.25 (A) Yes-Yes-Yes (B) Yes-Yes-No (C) Yes-No-Yes (D) Yes-No-No (E) No-No-Yes (F) No-Yes-No |
25. Click here to View Answer
