Sunday 28 November 2021

Azure Certification AZ 203 Questions and Answers

 Azure Certification AZ 203

1.      Before you deploy a new application to its production environment, you need to integrate a monitoring solution that sends messages to the development team"s mobile devices. The key requirements for this messaging solution are:

 

2.      Which of the following is best suitable for API management in Azure?

 

3.  Which of the following az command is correct command to create a storage account in Azure?

Ans: az storage account create --resource-group myResourceGroup --name mystorageaccount --location eastus2 --sku Standard_LRS

 

4.  How many Azure Automation runbook types are available to choose from based on requirements and PowerShell experience?

Ans:

5.  Which Azure CLI commands will queue a local context as a Linux build without pushing it to the registry?

 

6.  You have configured encryption for a Linux VM. Which of the following Azure PowerShell cmdlets can be used to verify the status of the encryption?

 

7.  Which of the following volume types in kubernetes is used to inject sensitive data into pods, such as passwords?

 

8.  Select the powershell cmdlet to install logic-app template.

Ans: Install-Module -Name LogicAppTemplate

 

9.  Which Azure CLI command will provision an Azure Container Registry?

Ans: az acr create

 

10. When authoring PowerShell Workflows, what is the name of the workflow activity that enables you to run PowerShell commands?

Ans:

 

11. In Azure Event Hubs, the Event Hubs REST API provides operations for working with two resources: Azure Resource Manager and Event Hubs service. Which statement describes a scenario when the Azure Resource Manager REST APIs are useful?

 

12. Which of the following is a valid resource endpoint for the Azure batch service?

 Ans: https://batch.core.windows.net/

 

13. What is the use of the following az command "az webapp deployment source config" in Azure web app service?

 

14. Which of the following is managed by the VM owner and controls the encryption of Windows and Linux VM-controlled disks, using BitLocker on Windows VMs and DM-Crypt on Linux VMs?

Ans: Azure Disk Encryption is a capability which was announced in May 2016 that lets you encrypt your Windows and Linux IaaS VM disks. 

 

15. In which of the following data is replicated three times across two to three facilities, either within a single region or across two regions?

Ans: GRS

 

16. Which of the folloowing kubernetes component maintains the state of your Kubernetes cluster and configuration?

 

17. When starting a child runbook using cmdlet parameters, cmdlets are provided as a ____, as described in Azure Automation PowerShell Runbook Parameters.

Ans: Hastable

 

18. What is the maximum size of an entity in an Azure Cosmos DB?

Ans: 2 MB

 

19. Which of the following is a logical group of hardware that can undergo maintenance or be rebooted at the same time?

Ans: Update Domain

 

20. When using a mobile app with the Azure Notification Hub services, what are the required steps to ensure that push notifications are received on mobile devices?

 

21. Which of the following logic app component describes your logic app"s workflow steps and how the Logic Apps engine should execute the workflow?

 

22. What is the meaning of "HTTP 400" status code in an Azure API call?

Ans: Error Status

 

23. When using Azure containers, DC/OS provides an environment for deploying and scaling clustered workloads, while abstracting the underlying ____.

 

24. Which of the following is an important component for implementing IAAS on Azure cloud without which nothing can be deployed?

 

No comments:

Post a Comment