Sample Exam Questions 5: AZ-300: Microsoft Azure Architect Technologies
QUESTION 18
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 dataset CSV file
B. an XML manifestfile
C. a driveset CSV file
D. a PowerShell PS1 file
E. a JSON configuration file
Correct Answer: AC
Explanation:
A: Modify the dataset.csv file in the root folder where the tool resides. Depending on whether you want to import a file or folder or both, add entries in the dataset.csv file
C: Modify the driveset.csv file in the root folder where the tool resides.
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-data-to-files
QUESTION 19
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?
- 80
- 443
- 445
- 3389
Correct Answer: C
Explanation:
Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open; connections will fail if port 445 is blocked.
References:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
QUESTION 20
You have a virtual network named VNet1 as shown in the exhibit. VNet1 has an address space of 10.2.0.0/16.
No devices are connected to VNet1.
You plan to peer VNet1 to another virtual network named VNet2 in the same region. VNet2 has an address space of 10.2.0.0/16. You need to create the peering.
What should you do first?
A. Add a gateway subnet to VNet1.
B. Create a subnet on VNet1 and VNet2
C. Modify the address space of VNet1
D. Configure a service endpoint on VNet2
Correct Answer: C
Explanation:
The virtual networks you peer must have non-overlapping IP address spaces. The exhibit indicates that VNet1 has an address space of 10.2.0.0/16, which is the same as VNet2, and thus overlaps. We need to change the address space for VNet1.
References:
QUESTION 21
You have an Azure tenant that contains two subscriptions named Subscription1 and Subscription2.
In Subscription1, you deploy a virtual machine named Server1 that runs Windows Server 2016. Server1 uses managed disks. You need to move Server1 to Subscription2. The solution must minimize administration effort.
What should you do first?
A. Create a new virtual machine in Subscription2
B. In Subscription2, create a copy of the virtual disk
C. Create a snapshot of the virtual disk
D. From Azure PowerShell, run the Move-AzureRmResource cmdlet
Correct Answer: D
Explanation:
To move existing resources to another resource group or subscription, use the Move-AzureRmResource cmdlet.
References:
Previous: Sample Exam Questions 4: AZ-300: Microsoft Azure Architect Technologies
Next: Sample Exam Questions 6: AZ-300: Microsoft Azure Architect Technologies