Microsoft 70-533 Exam Practice Questions (P. 5)
- Full Access (246 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
You administer an Azure solution that uses a virtual network named FabVNet. FabVNet has a single subnet named Subnet-1.
You discover a high volume of network traffic among four virtual machines (VMs) that are part of Subnet-1.
You need to isolate the network traffic among the four VMs. You want to achieve this goal with the least amount of downtime and impact on users.
What should you do?
You discover a high volume of network traffic among four virtual machines (VMs) that are part of Subnet-1.
You need to isolate the network traffic among the four VMs. You want to achieve this goal with the least amount of downtime and impact on users.
What should you do?
- ACreate a new subnet in the existing virtual network and move the four VMs to the new subnet.
- BCreate a site-to-site virtual network and move the four VMs to your datacenter.
- CCreate a new virtual network and move the VMs to the new network.
- DCreate an availability set and associate the four VMs with that availability set.
Correct Answer:
C
We need to create a new virtual network and move the VMs to the new network. This would provide the required isolation without the need for additional security such as an NSG.
To isolate the VMs, we could use Windows Firewall or Network Security Groups (NSG) but theyre not options here.
Incorrect Answers:
A: If we move the VMs to a new subnet in the same virtual network, traffic can still flow to VMs on the other subnet. We would still need additional security such as an NSG.
C
We need to create a new virtual network and move the VMs to the new network. This would provide the required isolation without the need for additional security such as an NSG.
To isolate the VMs, we could use Windows Firewall or Network Security Groups (NSG) but theyre not options here.
Incorrect Answers:
A: If we move the VMs to a new subnet in the same virtual network, traffic can still flow to VMs on the other subnet. We would still need additional security such as an NSG.
send
light_mode
delete
Question #22
You administer an Azure virtual network named fabrikamVNet.
You need to deploy a virtual machine (VM) and ensure that it is a member of the fabrikamVNet virtual network.
Which two actions will achieve the goal? Each correct answer presents a complete solution.
You need to deploy a virtual machine (VM) and ensure that it is a member of the fabrikamVNet virtual network.
Which two actions will achieve the goal? Each correct answer presents a complete solution.
- ARun the following Azure PowerShell cmdlet: New-AzureRmVM
- BRun the following Azure PowerShell cmdlet: New-AzureQuickVM
- CRun the following Azure PowerShell cmdlet:New-AzureAfhnityGroup.
- DUpdate fabrikamVNet's existing Availability Set.
Correct Answer:
AB
The New-AzureQuickVM cmdlet sets the configuration for a new virtual machine and creates the virtual machine. You can create a new Azureservice for the virtual machine by specifying either the Location or AffinityGroup parameters, or deploy the new virtual machine into an existing service.
References:
http://msdn.microsoft.com/en-us/library/dn495183.aspx
https://docs.microsoft.com/en-us/powershell/resourcemanager/azurerm.compute/v2.2.0/new-azurermvm
AB
The New-AzureQuickVM cmdlet sets the configuration for a new virtual machine and creates the virtual machine. You can create a new Azureservice for the virtual machine by specifying either the Location or AffinityGroup parameters, or deploy the new virtual machine into an existing service.
References:
http://msdn.microsoft.com/en-us/library/dn495183.aspx
https://docs.microsoft.com/en-us/powershell/resourcemanager/azurerm.compute/v2.2.0/new-azurermvm
send
light_mode
delete
Question #23
You manage a large datacenter that has limited physical space.
You plan to extend your datacenter to Azure.
You need to create a connection that supports a multiprotocol label switching (MPLS) virtual private network.
Which connection type should you use?
You plan to extend your datacenter to Azure.
You need to create a connection that supports a multiprotocol label switching (MPLS) virtual private network.
Which connection type should you use?
- ASite-to-site
- BVNet-VNet
- CExpressRoute.
- DSite-to-peer
Correct Answer:
C
ExpressRoute allows you to securely add compute and storage capacity to your existing datacenter. With high throughput and fast latencies, Azure will feel like a natural extension to your datacenter so you enjoy the scale and economics of the public cloud without having to compromise on network performance.
References:
http://azure.microsoft.com/en-us/services/expressroute/
C
ExpressRoute allows you to securely add compute and storage capacity to your existing datacenter. With high throughput and fast latencies, Azure will feel like a natural extension to your datacenter so you enjoy the scale and economics of the public cloud without having to compromise on network performance.
References:
http://azure.microsoft.com/en-us/services/expressroute/
send
light_mode
delete
Question #24
You manage a cloud service named fabrikamReports that is deployed in an Azure data center.
You deploy a virtual machine (VM) named fabrikamSQL into a virtual network named fabrikamVNet.
FabrikamReports must communicate with fabrikamSQL.
You need to add fabrikam Reports to fabrikamVNet.
Which file should you modify?
You deploy a virtual machine (VM) named fabrikamSQL into a virtual network named fabrikamVNet.
FabrikamReports must communicate with fabrikamSQL.
You need to add fabrikam Reports to fabrikamVNet.
Which file should you modify?
- Athe network configuration file for fabrikamVNet
- Bthe service definition file (.csdef) for fabrikamReports
- Cthe service definition file (.csdef) for fabrikamSQL
- Dthe service configuration file (.cscfg) for fabrikamReports
- Ethe service configuration file (.cscfg) fabrikamSQL
Correct Answer:
D
The service configuration file specifies the number of role instances to deploy for each role in the service, the values of any configuration settings, and the thumbprints for any certificates associated with a role. If the service is part of a Virtual Network, configuration information for the network must be provided in the service configuration file, as well as in the virtual networking configuration file. The default extension for the service configuration file is .cscfg.
References:
https://msdn.microsoft.com/en-us/library/azure/ee758710.aspx
D
The service configuration file specifies the number of role instances to deploy for each role in the service, the values of any configuration settings, and the thumbprints for any certificates associated with a role. If the service is part of a Virtual Network, configuration information for the network must be provided in the service configuration file, as well as in the virtual networking configuration file. The default extension for the service configuration file is .cscfg.
References:
https://msdn.microsoft.com/en-us/library/azure/ee758710.aspx
send
light_mode
delete
Question #25
You manage an application deployed to virtual machines (VMs) on an Azure virtual network named corpVnet1.
You plan to hire several remote employees who will need access to the application on corpVnet1.
You need to ensure that new employees can access corpVnet1. You want to achieve this goal by using the most cost effective solution.
Which two actions should you perform? Each correct answer presents part of the solution.
You plan to hire several remote employees who will need access to the application on corpVnet1.
You need to ensure that new employees can access corpVnet1. You want to achieve this goal by using the most cost effective solution.
Which two actions should you perform? Each correct answer presents part of the solution.
- ACreate a VPN subnet.
- BEnable point-to-point connectivity for corpVnet1.
- CEnable point-to-site connectivity for corpVnet1.
- DCreate a gateway subnet.
- EEnable site-to-site connectivity for corpVnet1.
- FConvert corpVnet1 to a regional virtual network.
Correct Answer:
CD
You need a point to site and a gateway subnet.
References: https://azure.microsoft.com/en-us/documentation/articles/web-sites-integrate-with-vnet/
CD
You need a point to site and a gateway subnet.
References: https://azure.microsoft.com/en-us/documentation/articles/web-sites-integrate-with-vnet/
send
light_mode
delete
All Pages