Premium

Microsoft Certified: Azure Solutions Architect Expert Certification Questions and Answer (Dumps and Practice Questions)



Question : You are working in AcmeShell Inc. as a network Architect. You decided to extend your existing datacenter to Azure. Hence, you require to create a connection that
supports a multiprotocol label switching (MPLS) virtual private network. Which is the correct connection type you should you use
 : You are working in AcmeShell Inc. as a network Architect. You decided to extend your existing datacenter to Azure. Hence, you require to create a connection that
1. Site-to-Site

2. VNet-to-Vnet

3. Access Mostly Uused Products by 50000+ Subscribers

4. Site-to-Point

Correct Answer : Get Lastest Questions and Answer :
Explanation: Azure ExpressRoute, a cloud integration solution for creating fast, secure private connections between Azure and on-premises datacenters.

Microsoft Azure ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a dedicated private connection facilitated by a connectivity provider. With
ExpressRoute, you can establish connections to Microsoft cloud services, such as Microsoft Azure, Office 365, and CRM Online. Connectivity can be from an any-to-any (IP VPN) network,
a point-to-point Ethernet network, or a virtual cross-connection through a connectivity provider at a co-location facility. ExpressRoute connections do not go over the public
Internet. This allows ExpressRoute connections to offer more reliability, faster speeds, lower latencies, and higher security than typical connections over the Internet.

Key benefits include:

Layer 3 connectivity between your on-premises network and the Microsoft Cloud through a connectivity provider. Connectivity can be from an any-to-any (IPVPN) network, a
point-to-point Ethernet connection, or through a virtual cross-connection via an Ethernet exchange.
Connectivity to Microsoft cloud services across all regions in the geopolitical region.
Global connectivity to Microsoft services across all regions with ExpressRoute premium add-on.
Dynamic routing between your network and Microsoft over industry standard protocols (BGP).
Built-in redundancy in every peering location for higher reliability.
Connection uptime SLA.
QoS and support for multiple classes of service for special applications, such as Skype for Business.




Question : You manage a cloud service named QuickReports that is deployed in an Azure data center.
You deploy a virtual machine (VM) named QuickVMSQL into a virtual network named QuickVNet.

QuickReports must communicate with QuickVMSQL. You need to add QuickReports to QuickVNet.
Which file should you modify?

 : You manage a cloud service named QuickReports that is deployed in an Azure data center.
1. the network configuration file for QuickVNet

2. the service definition file (.csdef) for QuickReports

3. Access Mostly Uused Products by 50000+ Subscribers

4. the service configuration file (.cscfg) for QuickReports

5. the service configuration file (.cscfg) QuickVMSQL

Correct Answer : Get Lastest Questions and Answer : Exp: You can edit service config file and add details of subnet and Vnet. after that SQL VM will autometically communicate.
A cloud service is created from three components, the service definition (.csdef), the service config (.cscfg), and a service package (.cspkg). Both the ServiceDefinition.csdef and
ServiceConfig.cscfg files are XML-based and describe the structure of the cloud service and how it's configured; collectively called the model. The ServicePackage.cspkg is a zip file
that is generated from the ServiceDefinition.csdef and among other things, contains all of the required binary-based dependencies. Azure creates a cloud service from both the
ServicePackage.cspkg and the ServiceConfig.cscfg.

Once the cloud service is running in Azure, you can reconfigure it through the ServiceConfig.cscfg file, but you cannot alter the definition.

The NetworkConfiguration element of the service configuration file specifies Virtual Network and DNS values.


The .csdef file is part of the package. The .cscfg is where you define all the required objects like storage accounts, reservedIP, etc. and VNet is one of those. I know because I
have been doing this for one of our CS apps.

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.





Question : You manage an application deployed to virtual machines (VMs) on an Azure virtual network named corpVnet.
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.

A. Create a VPN subnet.
B. Enable point-to-point connectivity for corpVnet1.
C. Enable point-to-site connectivity for corpVnet1.
D. Create a gateway subnet.
E. Enable site-to-site connectivity for corpVnet1.
F. Convert corpVnet1 to a regional virtual network.

 : You manage an application deployed to virtual machines (VMs) on an Azure virtual network named corpVnet.
1. A,B
2. C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,E
5. C,F

Correct Answer : Get Lastest Questions and Answer : Exp: You will always have a virtual network, but you will not necessarily always have a S2S VPN. Never assume that something is there when it is not explicitly
stated in the question.
The correct answer is C and D. You create a gateway subnet and then enable P2S connectivity.
F : there are a notion of local network in Azure Vnet, not regional
E : we don't connect two network, but REMOTE user to a network
A : there are no notion of VPN subnet in Azure
B : there are no notion of point to point connectivity in azure so the answer is C and D


Related Questions


Question : While working in QuickTechie Inc., you manage a set of virtual machines (VMs) deployed to the cloud service named QuickVM.
You configure auto scaling according to the following parameters:
- With an instance range of two to six instances
- To maintain CPU usage between 70 and 80 percent.
- To scale up one instance at a time.
- With a scale up wait time of 30 minutes
- To scale down one instance at a time
- With a scale down wait time of 30 minutes

You discover the following usage pattern of a specific application:
The application peaks very quickly, and the peak lasts for several hours. CPU usage stays above 90 percent for the first 1 to 1.5 hours after usage increases.
After 1.5 hours, the CPU usage falls to about 75 percent until application usage begins to decline. You need to modify the auto scaling configuration to scale up faster when usage peaks. What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

A. Decrease the scale down wait time.
B. Decrease the scale up wait time.
C. Increase the number of scale up instances.
D. Increase the scale up wait time.
E. Increase the maximum number of instances.
  : While working in QuickTechie Inc., you manage a set of virtual machines (VMs) deployed to the cloud service named QuickVM.
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. B,D
5. A,E


Question : QuickTechie Inc network has two physical locations configured in a geo-clustered environment. You create a Blob storage account in Azure that contains all the data
associated with QuickTechie . You need durable solution to your data hence, to ensure that the data remains available in the event of a site outage. Which storage option should you enable?
  : QuickTechie Inc network has two physical locations configured in a geo-clustered environment. You create a Blob storage account in Azure that contains all the data
1. Locally redundant storage

2. Geo-redundant storage

3. Access Mostly Uused Products by 50000+ Subscribers

4. Read-only geo-redundant storage


Question : You develop a set of Power Shell scripts that will run when you deploy new virtual machines (VMs).
You need to ensure that the scripts are executed on new VMs. You want to achieve this goal by using the least amount of administrative effort.
What should you do?


  : You develop a set of Power Shell scripts that will run when you deploy new virtual machines (VMs).
1. Create a new GPO to execute the scripts as a logon script.

2. Create a SetupComplete.cmd batch file to call the scripts after the VM starts.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Load the scripts to a common file share accessible by the VMs.

5. Set the VMs to execute a custom script extension.


Question : You manage a virtual Windows Server web server that is hosted by an on-premises Windows Hyper-V server. You plan to use the virtual machine (VM) in Azure.
You need to migrate the VM to Azure Storage to add it to your repository. Which Azure Power Shell cmdlet should you use?
  : You manage a virtual Windows Server  web server that is hosted by an on-premises Windows Hyper-V server. You plan to use the virtual machine (VM) in Azure.
1. Import-AzureVM

2. New-AzureVM

3. Access Mostly Uused Products by 50000+ Subscribers

4. Add-AzureWebRole

5. Add-AzureVhd


Question : You are working as an Administrator in a QucikTechie Inc , and administer a set of virtual machine (VM) guests hosted in Hyper-V on Windows
Server 2012 R2.
The virtual machines run the following operating systems:
Windows Server 2008 Windows Server 2008 R2 Linux (openSUSE 13.1)
All guests currently are provisioned with one or more network interfaces with static bindings and VHDX disks. You need to move the VMs to Azure Virtual Machines hosted in an Azure
subscription. Which three actions should you perform? Each correct answer presents part of the solution.

A. Install the WALinuxAgent on Linux servers.
B. Ensure that all servers can acquire an IP by means of Dynamic Host Configuration
Protocol (DHCP).
C. Upgrade all Windows VMs to Windows Server 2008 R2 or higher.
D. Sysprep all Windows servers.
E. Convert the existing virtual disks to the virtual hard disk (VHD) format.
  : You are working as an Administrator in a QucikTechie Inc , and administer  a set of virtual machine (VM) guests hosted in Hyper-V on Windows
1. A,B,C
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D,E
5. A,C,E


Question : You are working as an administer in QuickTechie Inc and manage a virtual machine (VM) that is deployed to Azure. You configure a rule to generate an alert when the
average availability of a web service on your VM drops below 95 percent for 15 minutes.
The development team schedules a one-hour maintenance period.
You have the following requirements:
- No alerts are created during the maintenance period.
- Alerts can be restored when the maintenance is complete.
You want to achieve this goal by using the least amount of administrative effort. What should you do from the Management Portal?
  : You are working as an administer in QuickTechie Inc and manage a virtual machine (VM) that is deployed to Azure. You configure a rule to generate an alert when the
1. Select and disable the rule from the Dashboard page of the virtual machine.

2. Select and delete the rule from the Configure page of the virtual machine.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Select and disable the rule on the Configure page of the virtual machine.