Implement and manage storage Flashcards

1
Q

You have an on-premises server that contains a folder named D:\Folder1.
You need to copy the contents of D:\Folder1 to the public container in an Azure Storage account named
contosodata.
Which command should you run?

A. https://contosodata.blob.core.windows.net/public
B. azcopy sync D:\folder1 https://contosodata.blob.core.windows.net/public–snapshot
C. azcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public –recursive
D. az storage blob copy start-batch D:\Folder1 https://
contosodata.blob.core.windows.net/public

A

C. azcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public–recursive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
You have an Azure subscription.
In the Azure portal, you plan to create a storage account named storage1 that will have the following
settings:
Performance: Standard
Replication: Zone-redundant storage (ZRS)
Access tier (default): Cool
Hierarchical namespace: Disabled
You need to ensure that you can set Account kind for storage1 to BlockBlobStorage.
Which setting should you modify first?
A. Performance
B. Replication
C. Access tier (default)
D. Hierarchical namespace
A

A. Performance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You have an Azure subscription named Subscription1 that contains the storage accounts shown in the
following table:

Name / Account kind /Azure Service that contains data

storage1 - Storage - File
storage2 - StorageV2 (general purpose V2) - File, Table
storage3 - StorageV2 (general purpose V2) - Queue
storage4 - BlobStorage - Blob

You plan to use the Azure Import/Export service to export data from Subscription1.
You need to identify which storage account can be used to export the data.
What should you identify?
A. storage1
B. storage2
C. storage3
D. storage4

A

D. storage4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You have Azure subscription that includes data in following locations:

Name /Type

container1 - Blob Container
share1 - Azure Files Share
DB1 - SQL Database
Table1 - Azure Table

You plan to export data by using Azure import/export job named Export1.
You need to identify the data that can be exported by using Export1.
Which data should you identify?
A. DB1
B. container1
C. Share1
D. Table1

A

B. container1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

HOTSPOT
You have an Azure Storage account named storage1.
You have an Azure App Service app named App1 and an app named App2 that runs in an Azure container
instance. Each app uses a managed identity.
You need to ensure that App1 and App2 can read blobs from storage1. The solution must meet the
following requirements:
Minimize the number of secrets used.
Ensure that App2 can only read from storage1 for the next 30 days.
What should you configure in storage1 for each app? To answer, select the appropriate options in the
answer area.

Chose one for App1 adn App2 :

Access Keys
Advanced Security
Access Control (IAM)
Shared access signatures (SAS)

A

App1: Access keys
App2: SAS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You have an Azure subscription that contains the resources in the following table.

Name / Type

RG1 - Resource group
store1 - Azure storage account
Sync1 - Azure File Sync

Store1 contains a file share named data. Data contains 5,000 files.
You need to synchronize the files in the file share named data to an on-premises server named Server1.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Create a container instance
B. Register Server1
C. Install the Azure File Sync agent on Server1
D. Download an automation script
E. Create a sync group

A

B. Register Server1
C. Install the Azure File Sync agent on Server1
E. Create a sync group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You have an Azure subscription that contains a storage account named account1.
You plan to upload the disk files of a virtual machine to account1 from your on-premises network. The onpremises network uses a public IP address space of 131.107.1.0/24.
You plan to use the disk files to provision an Azure virtual machine named VM1. VM1 will be attached to a
virtual network named VNet1. VNet1 uses an IP address space of 192.168.0.0/24.
You need to configure account1 to meet the following requirements:
Ensure that you can upload the disk files to account1.
Ensure that you can attach the disks to VM1.
Prevent all other access to account1.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. From the Firewalls and virtual networks blade of account1, select Selected networks.
B. From the Firewalls and virtual networks blade of account1, select Allow trusted Microsoft services to
access this storage account.
C. From the Firewalls and virtual networks blade of account1, add the 131.107.1.0/24 IP address range.
D. From the Firewalls and virtual networks blade of account1, add VNet1.
E. From the Service endpoints blade of VNet1, add a service endpoint.

A

A. From the Firewalls and virtual networks blade of account1, select Selected networks.
E. From the Service endpoints blade of VNet1, add a service endpoint.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You plan to use the Azure Import/Export service to copy files to a storage account.
Which two files should you create before you prepare the drives for the import job? Each correct answer
presents part of the solution.
NOTE: Each correct selection is worth one point.
A. an XML manifest file
B. a dataset CSV file
C. a JSON configuration file
D. a PowerShell PS1 file
E. a driveset CSV file

A

B. a dataset CSV file

E. a driveset CSV file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

You have a Recovery Service vault that you use to test backups. The test backups contain two protected
virtual machines.
You need to delete the Recovery Services vault.
What should you do first?
A. From the Recovery Service vault, delete the backup data.
B. Modify the disaster recovery properties of each virtual machine.
C. Modify the locks of each virtual machine.
D. From the Recovery Service vault, stop the backup of each backup item.

A

D. From the Recovery Service vault, stop the backup of each backup item.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You have an Azure subscription named Subscription1.
You have 5 TB of data that you need to transfer to Subscription1.
You plan to use an Azure Import/Export job.
What can you use as the destination of the imported data?
A. a virtual machine
B. an Azure Cosmos DB database
C. Azure File Storage
D. the Azure File Sync Storage Sync Service

A

C. Azure File Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You have an Azure Storage account named storage1.
You plan to use AzCopy to copy data to storage1.
You need to identify the storage services in storage1 to which you can copy the data.
What should you identify?
A. blob, file, table, and queue
B. blob and file only
C. file and table only
D. file only
E. blob, table, and queue only

A

B. blob and file only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You have an Azure subscription that contains an Azure Storage account.
You plan to create an Azure container instance named container1 that will use a Docker image named
Image1. Image1 contains a Microsoft SQL Server instance that requires persistent storage.
You need to configure a storage service for Container1.
What should you use?
A. Azure Files
B. Azure Blob storage
C. Azure Queue storage
D. Azure Table storage

A

D. Azure Table storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You have an app named App1 that runs on two Azure virtual machines named VM1 and VM2.
You plan to implement an Azure Availability Set for App1. The solution must ensure that App1 is available during planned maintenance of the hardware hosting VM1 and VM2.
What should you include in the Availability Set?
A. one update domain
B. two fault domains
C. one fault domain
D. two update domains

A

D. two update domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You have an Azure subscription named Subscription1.
You have 5 TB of data that you need to transfer to Subscription1.
You plan to use an Azure Import/Export job.
What can you use as the destination of the imported data?
A. an Azure Cosmos DB database
B. Azure Blob storage
C. Azure Data Lake Store
D. the Azure File Sync Storage Sync Service

A

B. Azure Blob storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You have two Azure virtual machines named VM1 and VM2. You have two Recovery Services vaults
named RSV1 and RSV2.
VM2 is backed up to RSV1.
You need to back up VM2 to RSV2.
What should you do first?
A. From the RSV1 blade, click Backup items and stop the VM2 backup
B. From the RSV2 blade, click Backup. From the Backup blade, select the backup for the virtual machine,
and then click Backup
C. From the VM2 blade, click Disaster recovery, click Replication settings, and then select RSV2 as the
Recovery Services vault
D. From the RSV1 blade, click Backup Jobs and export the VM2 job

A

C. From the VM2 blade, click Disaster recovery, click Replication settings, and then select RSV2 as the Recovery Services vault

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You have a general-purpose v1 Azure Storage account named storage1 that uses locally-redundant storage
(LRS).
You need to ensure that the data in the storage account is protected if a zone fails. The solution must
minimize costs and administrative effort.
What should you do first?
A. Create a new storage account.
B. Configure object replication rules.
C. Upgrade the account to general-purpose v2.
D. Modify the Replication setting of storage1.

A

C. Upgrade the account to general-purpose v2.

17
Q

You create an Azure Storage account named contosostorage.
You plan to create a file share named data.
Users need to map a drive to the data file share from home computers that run Windows 10.
Which outbound port should you open between the home computers and the data file share?

A. 80
B. 443
C. 445
D. 3389

A

C. 445

18
Q

TESTLET

You need to implement a backup solution for App1 after the application is moved.
What should you create first?
A. a recovery plan
B. an Azure Backup Server
C. a backup policy
D. a Recovery Services vault
A

D. a Recovery Services vault

19
Q

TESTLET

You need to move the blueprint files to Azure.
What should you do?
A. Generate an access key. Map a drive, and then copy the files by using File Explorer.
B. Use Azure Storage Explorer to copy the files.
C. Use the Azure Import/Export service.
D. Generate a shared access signature (SAS). Map a drive, and then copy the files by using File Explorer.

A

B. Use Azure Storage Explorer to copy the files.