Posts

Showing posts from October, 2021

AZ-900, Question Set-05

  Question 41: You want to build a serverless workflow with a GUI involving reading feed from Twitter to your Organization Twitter handle and store the message them using Azure Table Storage. Which of these services would you recommend? A.     Azure Kubernetes Service B.     Azure Logic Apps C.     Azure Functions   (Correct B) Explanation Logic Apps is a serverless orchestration service recommended for automating workflows.   Question 42: TRUE or FALSE: All virtual machines in a Virtual Network can communicate with other machines inside the same Virtual Network irrespective of the subnets they are in. A.     TRUE B.     FALSE   (Correct A) Explanation Resources in the same VNet can communicate using private IP addresses even if they are in different subnets   Question 43: TRUE or FALSE: Customer is responsible for scalability when using Pla...

AZ-900, Question Set-04

  Question 31: TRUE or FALSE In Azure, you are provisioning two virtual machines, named VM1 and VM2 with same type and size of Machines B1S. You stopped this machine. You wont be charged for this machine anymore. A.     FALSE B.     TRUE   (Correct A) Explanation Even if you stop a VM, hard disks and data are still stored. You need to pay for storage.   Question 32: You have several virtual machines running on-premises with Windows 10. You are planning to map a shared network drive for sharing configuration between all these virtual machines. Which of these Azure services would you recommend? A.     Virtual Machine Data Disk B.     Azure Blob Containers C.     Azure Files   (Correct C) Explanation Azure Files: Managed File Shares. Connect from multiple devices concurrently.   Question 33: Azure has scheduled a maintenance on a few mana...