DP-900 • Practice Exam 61
Free DP-900 practice exam — 20 questions with explanations. Set 61. No signup required.
Refer to the exhibit. A data engineer runs the PowerShell script shown. What is the purpose of this script?
Refer to the exhibit.
$storageAccount = Get-AzStorageAccount -ResourceGroupName 'rg-analytics' -Name 'salesdatalake'
$ctx = $storageAccount.Context
$files = Get-AzStorageBlob -Container 'raw' -Context $ctx -Prefix 'sales/2023/'
$files | Where-Object {$_.LastModified -gt (Get-Date).AddDays(-7)}