[문제01] You administer an Azure Web Site named contoso. The development team has
implemented changes to the website that need to be validated.
You need to validate and deploy the changes with minimum downtime to users.
What should you do first?
 
  1. Create a new Linked Resource.
  2. Configure Remote Debugging on contoso.
  3. Create a new website named contosoStaging.
  4. Create a deployment slot named contosoStaging.
  5. Back up the contoso website to a deployment slot.

[문제02] You administer 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:
You want to achieve this goal by using the least amount of administrative effort.
What should you do from the Management Portal?
 
  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. Select and disable the rule from the Monitor page of the virtual machine.
  4. Select and disable the rule on the Configure page of the virtual machine.

[문제03] Which Azure PowerShell cmdlet is used to swap deployment slots?
 
  1. Switch-AzureWebAppSlot
  2. Switch-AzureWebsiteSlot
  3. Swap-AzureWebAppSlot
  4. Swap-AzureWebsiteSlot

[문제04] 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?
 
  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. Create a new virtual hard disk (VHD) that contains the scripts.
  4. Load the scripts to a common file share accessible by the VMs.
  5. Set the VMs to execute a custom script extension.

[문제05] Your company network includes users in multiple directories.
You plan to publish a software-as-a-service application named SaasApp1 to Azure Active Directory.
You need to ensure that all users can access SaasApp1.
What should you do?
 
  1. Configure the Federation Metadata URL
  2. Register the application as a web application.
  3. Configure the application as a multi-tenant.
  4. Register the application as a native client application.

[문제06] You administer a Microsoft Azure SQL Database database in the US Central region named contosodb. Contosodb runs on a Standard tier within the SI performance level.
You have multiple business-critical applications that use contosodb.
You need to ensure that you can bring contosodb back online in the event of a natural disaster in the US Central region. You want to achieve this goal with the least amount of downtime.
Which two actions should you perform? Each correct answer presents part of the solution.
 
  1. Upgrade to S2 performance level.
  2. Use active geo-replication.
  3. Use automated Export.
  4. Upgrade to Premium tier.
  5. Use point in time restore.
  6. Downgrade to Basic tier.

[문제07] 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.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.
 
  1. Verify the email domain in Azure AD domains.
  2. Run the Set-MsolUserPrincipalName -UserPrincipalName %username%@contoso.onmicrosoft.com -NewUserPrincipalName %usemame %@contoso.com Power Shell cmdlet.
  3. Edit the ProxyAddress attribute on the On-Premises Windows AD user account.
  4. Verify the Windows AD DNS domain in Azure AD domains.
  5. Update the On-Premises Windows AD user account UPN to match the email address.

[문제08] Which Azure PowerShell cmdlet is used to publish a WebJob?
 
  1. New-AzureWebJob
  2. New-AzureWebAppJob
  3. New-AzureWebsiteJob

[문제09] You manage a web application published to Azure Cloud Services.
Your service level agreement (SLA) requires that you are notified in the event of poor performance from customer locations in the US, Asia, and Europe.
You need to configure the Azure Management Portal to notify you when the SLA performance targets are not met.
What should you do?
 
  1. Create an alert rule to monitor web endpoints.
  2. Create a Notification Hub alert with response time metrics.
  3. Add an endpoint monitor and alert rule to the Notification Hub.
  4. Configure the performance counter on the cloud service.

[문제10] In addition to the Production deployment slot, how many additional deployment slots can you create?
 
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5

[문제11] Which Azure PowerShell cmdlet is used to publish a Web App?
 
  1. Publish-AzureWebApp
  2. Publish-AzureWebsite
  3. Publish-AzureWebAppProject
  4. Publish-AzureWebsiteProject

[문제12] When creating an Azure Web App named "acme", what is the domain name that Azure automatically provisions for it?
 
  1. Must be done manually
  2. acme.azurewebsites.net
  3. acme.azurewebapps.net
  4. acme.websites.azure.net
  5. acme.webapps.azure.net

[문제13] 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
Which Azure PowerShell command is used to create a new Azure Web App Deployment Stlot?
 
  1. New-AzureWebsiteSlot -Location $loc -Name $name
  2. New-AzureWebsiteSlot -Location $loc -Name $name -Slot $slot
  3. New-AzureWebsite -Location $loc -Name $name -Slot $slot
  4. New-AzureWebsite -Location $loc -Name $name

[문제14] An Azure Web App named "acme" has been created. You create a new "staging" deployment slot.
What is the domain name Azure automatically provisions for the "staging" deployment slot?
 
  1. acme.azurewebsites.net
  2. acme-staging.azurewebsites.net
  3. staging.acme.azurewebsites.net

[문제15] What are the options for scheduling a WebJob?

  1. Scheduled
  2. Automatic
  3. On-Demand
  4. Continuousy Running
  5. All of the above