Premium

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



Question : 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 administer an Azure solution that uses a virtual network named fabVNet. FabVNet has a
1. Create a new subnet in the existing virtual network and move the four VMs to the new subnet.
2. Create a site-to-site virtual network and move the four VMs to your datacenter.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Create an availability set and associate the four VMs with that availability set.



Correct Answer : Get Lastest Questions and Answer :

Explanation:Windows Azure provides routing across subnets within a single virtual network.

Reference: Network Isolation Options for Machines in Windows Azure Virtual Networks

Incorrect:
not 2: A site-to-site VPN allows you to create a secure connection between your on-premises site and your virtual network.
Use a site-to-site connection when:
* You want to create a branch office solution.
* You want a connection between your on-premises location and your virtual network that's available without requiring additional client-side configurations.

This is basic networking, putting the VMs on their own subnet will isolate the traffic between them. The logic above of ruling it out because traffic is routed between the 4 VMs and
other machines does not address what the question asks which was simply isolating traffic between the 4 machines. The question also stipulates "with least amount of downtime and
impact on users" which would certainly not be the case creating a new virtual network and connecting it back to the users.

I also searched and don't see that Microsoft has added the ability to move VMs between virtual networks so C is not possible anyways, though it is really tough being tested on
technology that is changing constantly you can never be sure they didn't sneak a feature in.

I would say the answer is 1. 4 is obviously not correct, but B and C would require shutting down the machine and migrating it. With option 1 you could configure everything via
PowerShell without ever shutting down the machine.




Question : 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. What should you do?

 : You administer an Azure virtual network named fabrikamVNet.
1. Run the New-AzureVM Power Shell cmdlet.
2. Run the New-AzureQuickVM Power Shell cmdlet.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Update fabrikamVNet's existing Availability Set.




Correct Answer : Get Lastest Questions and Answer : Answer is correct -

New-AzureVM
Creates a new Azure virtual machine.

New-AzureQuickVM
Creates and provisions a new Azure virtual machine. because it's a more complete solution. 1 is missing provisioning config.




Question : 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 manage a large datacenter that has limited physical space. You plan to extend your
1. Site-to-site
2. VNet-VNet
3. Access Mostly Uused Products by 50000+ Subscribers
4. Site-to-peer




Correct Answer : Get Lastest Questions and Answer :
Explanation: http://azure.microsoft.com/en-us/services/expressroute/



Related Questions


Question : You are managing an Azure website, in Standard mode at the following addres acmeshell.azurewebsites.net. Now Acmeshell Inc has a new domain for the siite that
needs to be accessible by SSL. You need to be able to add a custom domain to the Azure Web Site and assign an SSL certificate. Which three steps should you perform next in sequence?

A. Create a CNAME record from www.Acmeshell.com to acmesheel.azurewebsite.net
B. Add www.Acmeshell.com to the list of domain names as a custom domain.
C. Add A record in your DNS for www.Acmeshell.com to point to the Azure web site IP
D. Add SSL binding for the www.Acmeshell.com domain with the IP-based SSL option selected.
E. Add SSL binding for the www.Acmeshell.com domain with the Server Name indication (SNI) SSL option selected.
F. Create a new file that will redirect the site to the new URL and upload it to the Azure Website.
 : You are managing an Azure website, in Standard mode at the following addres acmeshell.azurewebsites.net. Now Acmeshell Inc has a new domain for the siite that
1. A,B,C
2. C,D,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,E
5. A,C,F


Question : You are working in Acmeshell Inc and managing a website named AcmeWeb and logging is enabled for this website (Assume it is hosted on Azure).
You need to view only errors from your log files in a continuous stream as they occur. Which Windows Power Shell command should you execute?

 : You are working in Acmeshell Inc and managing a website named AcmeWeb  and logging is enabled for this website (Assume it is hosted on Azure).
1. Get-AzureWebSiteLog -Name AcmeWeb -OutBuffer Error

2. Save-AzureWebSiteLog -Name AcmeWeb -Output Errors

3. Access Mostly Uused Products by 50000+ Subscribers

4. Get-Azure WebSiteLog -Name AcmeWeb -Message Error


Question : You are working in Acmeshell Inc., which has two websites (AcmeShell.com and AcmeWeb.com) hosted on internal servers. However recently they are facing some issues
related to performance due to heavy traffic. You planned to migrate the sites to Azure Websites. Sites respective configuration is as below.
AcmeShell.com
Purpose: Public-facing forum for clients and customers to interact.

Its Characteristics
- Developed Using Node.js
- Contains 11GB data
- Deployed to two instances

AcmeWeb.com
Purpose : Public-facing portal for users to access their customer records
Its Characteristics
- Developed in ASP.NET 4.0
- Contains 9GB Data
- Deployed on 3 instances.

Select correct web hosting plan for websites
 : You are working in Acmeshell Inc., which has two websites (AcmeShell.com and AcmeWeb.com) hosted on internal servers. However recently they are facing some issues
1. Acmeshell.com : Free AcmeWeb.com : Standard

2. Acmeshell.com : Standard AcmeWeb.com : Shared

3. Access Mostly Uused Products by 50000+ Subscribers

4. Acmeshell.com : Basic AcmeWeb.com : Standard

5. Acmeshell.com : Standard AcmeWeb.com : Basic


Question : You are working on a website named QuickTechie.com , which is hosted on Azure . Now you created a job which erase the logs. Name of the the job is EraseLogs.cmd
EraseLogs.cmd will be executed manually, twice or thrice a week. Now wanted to deploy this JOb. Select the correct folder in which this jobs needs to be deployed.
 : You are working on a website named QuickTechie.com , which is hosted on Azure . Now you created a job which erase the logs. Name of the the job is EraseLogs.cmd
1. ./App_Code/jobs/triggered/cleanLogs/EraseLogs.cmd

2. ./App_Data/jobs/triggered/cleanLogs/EraseLogs.cmd

3. Access Mostly Uused Products by 50000+ Subscribers

4. ./App_Data/jobs/continuous/cleanLogs/EraseLogs.cmd


Question : Your company network includes an On-Premises Windows Active Directory (AD) that has a DNS domain named contoso.local and an email domain named contoso.com. You plan to
migrate from On-Premises Exchange to Office 365. You configure DirSync and set all Azure Active Directory {Azure AD) usernames as %username%@contoso.onmicrosoft.com.

You need to ensure that each user is able to log on by using the email domain as the username. Which two actions should you perform? Each correct answer presents part of the
solution.

A. Verify the email domain in Azure AD domains.
B. Run the Set-MsolUserPnncipalName -UserPnncipalName %username%@co
ntoso.onmicrosoft.com -NewUserPrincipalName %usemame %@contoso.com Power Shell cmdlet.
C. Edit the ProxyAddress attribute on the On-Premises Windows AD user account.
D. Verify the Windows AD DNS domain in Azure AD domains.
E. Update the On-Premises Windows AD user account UPN to match the email address.
 : Your company network includes an On-Premises Windows Active Directory (AD) that has a DNS domain named contoso.local and an email domain named contoso.com. You plan to
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. D,E
5. A,E


Question : You develop a Windows Store application that has a web service backend. You plan to use the Azure Active Directory Authentication Library to authenticate users to
Azure Active Directory (Azure AD) and access directory data on behalf of the user. You need to ensure that users can log in to the application by using their Azure AD
credentials. Which two actions should you perform? Each correct answer presents part of the solution.

A. Create a native client application in Azure AD.
B. Configure directory integration.
C. Create a web application in Azure AD.
D. Enable workspace join.
E. Configure an Access Control namespace.
 :  You develop a Windows Store application that has a web service backend. You plan to use the Azure Active Directory Authentication Library to authenticate users to
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. D,E
5. A,E