Whiz Labs Practice Test 3 Flashcards
A team member has created a point to site VPN connection between a computer named WorkstationA and an Azure virtual network.
Another point to site VPN connection needs to be made between the same Azure Virtual network and a computer named WorkstationB
The VPN client package was generated and install on WorkstationB
You need to ensure that you can create a successful point to site VPN connection
You decide to export the Workstation A client certificate and install it on Workstation B
Would this solution fulfill the requirement?
A. Yes
B. No
A. Yes
Explanation:
Yes this is one of the requirements
You have a storage account named whizlabstore. You have created a file shae named demo using the file service. You need to ensure that users can connect to the file share from their home computers. Which of the following ports should be open to provide the connectivity?
A. 80
B. 443
C. 445
D. 3389
C. 445
Explanation:
To access files from home computers, users have to use SMB protocol that expects port 445 to be open
A company have created a storage account in their Azure subscription. The name of the storage account is whizlabstore. They also have created a file sharee named demo. They need to access the files in the file share via a UNC path
You need to fill in the following blocks to ensure that the right UNC path is provided.
Which of the following goes into slot 1?
A. blob
B. blob.conre.windows.net
C. portal.azure.com
D. file
E. file.core.windows.net
F. whizlabstore
G. demo
F. whizlabstore
Explanation:
A company has created a storage account in their Azure subscription. The name of the storage account is whizlabstore. They have also created a file share named demo. They need toa ccess the files in the file share via a UNC path.
You need to fill in the following blocks to ensure that the right UNC path is provided.
Which of the following would need to go into Slot 2?
A. blob
B. blob.conre.windows.net
C. portal.azure.com
D. file
E. file.core.windows.net
F. whizlabstore
G. demo
E. file.core.windows.net
Explanation:
A company has created a storage account in their Azure subscription. The name of the storage account is whizlabstore. They have also created a file share named demo. They need toa ccess the files in the file share via a UNC path.
You need to fill in the following blocks to ensure that the right UNC path is provided.
Which of the following would need to go into Slot 3?
A. blob
B. blob.conre.windows.net
C. portal.azure.com
D. file
E. file.core.windows.net
F. whizlabstore
G. demo
G. demo
Explanation:
Would virtual machines launched in the whizlab-client virtual network automatically get registered in the private domain of private.whizlabs.com if auto registration is enabled?
A. Yes
B. No
A. Yes
Explanation:
A company has set up virtual machine in Azure. A web server listening on port 80 and a DNS server has been installed on the vm. A network security group is attached to the network interface for the virtual machine. The rules for the NSG are given below
If RuleB is deleted/omitted, please select the service through which Internet users connect to the virtual machine.
A. Through the web server
B. Through the DNS server
C. Both web and DNS servers
D. Through RDP
E. Through RDP, Web and DNS Servers
D. Through RDP
Explanation:
Your company has set up a storage account in Azure, as shown below
The company needs to allow only connection to the storage account from an IP address range of 51.107.2.0 to 51.107.2..255. From which of the following section of the storage account would you modify to fulfill this requirement?
A. Network
B. Advanced Security
C. Soft Delete
D. Lifecycle Management
A. Network
Explanation:
Your company has set up a storage account in Azure, as shown below
There is a requirement to retain any blob data that might accidentally be deleted. The deleted data needs to be retained for 14 days. From which of the following options of the storage account would you modify to fulfill this requirement?
A. Firewall and virtual networks
B. Advanced security
C. Data protection (soft delete)
D. Lifecycle management
C. Data protection (soft delete)
Explanation:
A company wants to deploy a virtual machine using a Resource Manager template. The template needs to be submitted via Azure CLI commans. The template is stored in a file named storage.json
You need to complete the below CLI
Which of the following would go into SLOT1?
A. template
B. Deployment
C. Resource
D. vm
B. Deployment
Explanation:
A company wants to deploy a virtual machine using a Resource Manager template. The template needs to be submitted via Azure CLI Commands. The template is stored in a file named storage.json
You need to complete the below CLI command
Which of the following would go into SLOT 2?
A. –template
B. –template-uri
C. –template-file
D. –template-resource
C. –template-file
Explanation:
A company has set up an Azure subscription and a tenant. They want to ensure that only virtual machines of a particular SKU size can be launched in their Azure account.
They decide to implement RBAC
Does this fulfill the requirement?
A. Yes
B. No
B. No
Explanation:
A company has set up an Azure subscription and a tenant. They want to ensure that only virtual machines of a particular SKU size can be launched in their Azure account. They decide to implement Azure locks
Does this fulfill the requirement?
A. Yes
B. No
B. No
Explanation:
Azure locks are used to prevent users from accidentally deleting or modifying critical resources. If you need to limit the resource creation, like provision VM only of a particular SKU, you need to implement Azure policies
A company has set up an Azure subscription and a tenant. They want to ensure that only virtual machines of a particular SKU size can be launched in their Azure account. They decide to implement Azure Policies
Does this fulfill the requirement?
A. Yes
B. No
A. Yes
Explanation:
Yes this can be done with Azure policies. There is also already an in built policy which can implement this policy as shown below
A. IP Flow Verify
B. Next Hop
C. Packet Capture
D. Traffic Analysis
A. IP Flow Verify
Explanation:
This can be done with the IP Flow Verify Feature.
A. IP Flow Verify
B. Next Hop
C. Connection Monitor
D. Traffic Analytics
C. Connection Monitor
Explanation:
A company is planning to deploy an application to a set of virtual machines in an Azure network. The company needs to have an SLA of 99.99% for the application hosted on the virtual machines. Which of the following should be implemented to guarantee an SLA of 99.99% on the infrastructure level?
A. Make the virtual machines part of an availability set
B. Deploy the virtual machines across availability zones
C. Assign a standard public IP address to the virtual machines
D. Deploy single virtual machines across multiple regions
B. Deploy the virtual machines across availability zones
Explanation:
You company wants to provision an Azure storage account. The storage acocunt needs to meet the following requirements
- Should be able to support hot, cool and archive blob tiers
- SHould be able to provide fault tolerance if a disaster hits the Azure region, which has the storage account
- Should minimize on costs
You need to complete the below commoand to create the storage account
Which of the following would go into Slot1?
A. FileStorage
B. Storage
C. StorageV2
D. Table
E. BlockBlobStorage
C. StorageV2
Explanation:
The task requires to support the hot, cool and archive tiers. There is only one option from our list of options that can provide this: StorageV2 or General Purpose v2 Storage account. With this storage account type, we will have the complete functionality of the BLOB service