All Coursera Quiz Answers

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

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

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

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


 

Test prep Quiz Answers

Question 1)
Blobs are usually not appropriate for structured data that will be queried frequently. Which of the following is a characteristic? of blobs?

  • Restrictions on data types
  • Indexing features
  • High latency

Question 2)
You are working on a new project and need to create storage accounts and blob containers for your application.
What is the best way to do this?

  • Create Azure storage accounts in your application as needed and create the containers before deploying your app.
  • Create both the Azure storage accounts and containers before deploying your application.
  • Create Azure storage accounts before deploying your app and then create containers in your application as needed.

Question 3)
Which of the following are types of blobs that can store data?
Select all options that apply.

  • Append
  • Page
  • Block
  • Queue
  • File

Question 4)
Azure Storage supports three kinds of blobs. Which type of blob storage is used for structures like OS and data disks for Virtual Machines?

  • Page Blobs
  • Block Blobs
  • Append Blobs

Question 5)
You can use a service-level SAS to allow access to specific resources in a storage account. What can you use this type of SAS for?
Select all options that apply.

  • To allow an app to retrieve a list of files in a file system.
  • To allow an app or user to create file systems
  • To allow an app to download a file.

Question 6)
The organization you work at has two types of data:

  1. Private consumption
  2. Public consumption.

When considering Azure storage accounts, which of the following approaches is recommended to provide access control to the different types of data?

  • Enable virtual directories for the proprietary data and not for the public data with separate storage accounts for the proprietary and public data.
  • Locate the data in a datacenter with the strictest data regulations to ensure that regulatory requirements thresholds have been met. In this way, you need only one storage account for managing all data. This will reduce data storage costs.
  • Locate the organization’s data in a datacenter in the required country or region with one storage account for each region.

Question 7)
What type of data would be in a storage account that holds customer information and sales records in tables with rows and columns?

  • Semi-structured Data
  • Structured Data
  • Unstructured Data