DP-201 Designing an Azure Data Solution

Loading demo links...

Showing 7–9 of 15 questions

Question 7 (Mixed Questions)

You have a line-of-business (LOB) app that reads files from and writes files to Azure Blob storage in an Azure Storage account.

You need to recommend changes to the storage account to meet the following requirements:

Provide the highest possible availability. Minimize potential data loss.

Which three changes should you recommend? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • From the app, query the LastSyncTime of the storage account.

  • From the storage account, enable soft deletes.

  • From the storage account, enable read-access geo-redundancy storage (RA-GRS).

  • From the app, add retry logic to the storage account interactions.

  • From the storage account, enable a time-based retention policy.

Question 8 (Mixed Questions)

You plan to deploy an Azure SQL Database instance to support an application. You plan to use the DTU-based purchasing model.

Backups of the database must be available for 30 days and point-in-time restoration must be possible.

You need to recommend a backup and recovery policy.

What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Use the Premium tier and the default backup retention policy.

  • Use the Basic tier and the default backup retention policy.

  • Use the Standard tier and the default backup retention policy.

  • Use the Standard tier and configure a long-term backup retention policy.

  • Use the Premium tier and configure a long-term backup retention policy.

Question 9 (Mixed Questions)

You manage a process that performs analysis of daily web traffic logs on an HDInsight cluster.

Each of the 250 web servers generates approximately 10megabytes (MB) of log data each day. All log data is stored in a single folder in Microsoft Azure Data Lake Storage Gen 2.

You need to improve the performance of the process.

Which two changes should you make? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Combine the daily log files for all servers into one file

  • Increase the value of the mapreduce.map.memory parameter

  • Move the log files into folders so that each day’s logs are in their own folder

  • Increase the number of worker nodes

  • Increase the value of the hive.tez.container.size parameter