All Coursera Quiz Answers

Data Storage in Microsoft Azure Week 2 | Test prep Quiz Answers

In this article i am gone to share Coursera Course: Data Storage in Microsoft Azure Week 2 | Test prep Quiz Answers with you..

Also visit:  Data Storage in Microsoft Azure Week 1 | Test prep Quiz Answers

Data Storage in Microsoft Azure Week 2 | Test prep Quiz Answers


 

Test prep Quiz Answers

Question 1)
Page blobs are used to hold random-access files up to a what size?

  • 800 GB
  • 8 GB
  • 8 TB

Question 2)
You can use either the REST API or the Azure client library to programmatically access a storage account. What is the primary advantage of using the client library?

  • Convenience
  • Cost
  • Localization

Question 3)
Which of the following are features of the Azure Queue service?
Select all options that apply.

  • Queue messages can be up to 64 kilobytes in size, and a queue can contain millions of messages.
  • Queues are used to store lists of messages to be processed synchronously.
  • It can store and retrieve messages
  • Queues are used to store lists of messages to be processed asynchronously.

Question 4)
Which of the following types of Azure data is most suitable for highly available network file shares that can be accessed using the standard Server Message Block, or SMB, protocol?

  • Queues
  • Files
  • Blobs

Question 5)
Azure Storage provides a REST API to work with the containers and data stored in each storage account.
What would this HTTP command return?
GET https://[url-for-service-account]/?comp=list&include=metadata

  • A list of all tables
  • A list of all Blobs in a container
  • A List of all Files

Question 6)
Microsoft Azure Storage is a managed service that provides durable, secure, and scalable storage in the cloud. Azure Files enables you to set up highly available network file shares that can be accessed using the standard Server Message Block (SMB) protocol.
Which of the following are common scenarios where file shares can be used?
Select all options that apply.

  • Sharing data between on-premises and Azure VM’s to allow the migration of apps to the cloud instantly
  • Storing shared configuration files for VMs, tools, or utilities so that everyone is using the same version.
  • Sharing data between on-premises applications and Azure VMs to allow migration of apps to the cloud over a period of time.

Question 7)
Identify the missing word(s) in the following sentence within the context of Microsoft Azure.
A single Azure subscription can host up to ____ storage accounts, each of which can hold ____ TB of data.

  • 100 / 200
  • 200 / 500
  • 500 / 500

Question 8)
Azure Storage provides a REST API to work with the containers and data stored in each account. To work with data in a storage account, what pieces of data does your app need?
Select all options that apply.

  • Public access key
  • REST API Endpoint
  • Access key
  • Private access key

Question 9)
Access keys are the easiest approach to authenticating access to a storage account. They provide full access to everything in the storage account. You can restrict access using a separate authentication mechanism based on expiration and limited permissions. What is this known as?

  • Shared Access Service (SAS)
  • Software as a Service (SaaS)
  • Shared Access signatures (SAS)