Print
카테고리: [ Cloud Computing & MSA ]
조회수: 9952

 

[문제01] What file types are supported to run as a WebJob?

  1. .exe
  2. .cmd
  3. .bat
  4. .ps1 (PowerShell)
  5. .cs (.NET)
  6. .vb (.NET)
  7. .js (Node)
  8. .py (Python)
  9. .rb (Ruby)

[문제02] You need to ensure that the scripts are executed on new VMs. You want to achieve this Which command deletes an app setting called test using the Xplat-Cli?

  1. azure site settings delete test
  2. azure site appsetting delete test
  3. azure appsetting delete test
  4. azure appsetting remove test

[문제03] Which PowerShell command adds an endpoint to a traffic manager profile for an Azure web app?
 
  1. Add-AzureTrafficManagerEndpoint -DomainName http://mydomain.azurewebsites.net -status Enabled -Type AzureWebsite
  2. Add-TrafficManagementEndpoint -URL http://mydomain.azurewebsites.net -status Enabled -Type Website
  3. Add-AzureTrafficManagerEndpoint -DomainName http://mydomain.azurewebsites.net -Type AzureWebsite
  4. Add-AzureTrafficManagementEndpoint -URL http://mydomain.azurewebsites.net -status Active

[문제04] You purchased a domain name from your own DNS provider, which of the following are valid methods to add this to your Azure web app?
 
  1. Add a TXT record in your DNS provider’s management interface to awverify.azurewebsites.net and then add the domain name into the Azure portal
  2. Add an A record in your DNS provider’s management interface to point to the IP address of your website, and then add the domain name to the Azure portal
  3. Add a CNAME record in your DNS provider’s management interface to point to your root domain name and then add the domain name to the Azure portal
  4. Add a CNAME record in your DNS provider’s management interface to point to the subdomain of your website and then add the domain name into the Azure portal

[문제05] Which of the following are valid prefixes for connection strings when retrieved using environment variables?
 
  1. SQLCONNSTR_
  2. CONNSTR_
  3. MYSQLCONNSTR_
  4. SQLAZURECONNSTR_
  5. CUSTOMCONNSTR_
  6. SQLSERVERCONNSTR_

[문제] Which command should you use to stop an Azure web app called myWebApp using the Xplat-Cli?

  1. azure website stop myWebApp
  2. azure stop site myWebApp
  3. azure site stop myWebApp
  4. azure stop myWebApp

[문제06] You manage a collection of large video files that is stored in an Azure Storage account.
A user wants access to one of your video files within the next seven days.
You need to allow the user access only to the video file, and then revoke access once the user no longer needs it.
What should you do?
 
  1. Give the user the secondary key for the storage account.Once the user is done with the file, regenerate the secondary key.
  2. Create an Ad-Hoc Shared Access Signature for the Blob resource.Set the Shared Access Signature to expire in seven days.
  3. Create an access policy on the container.Give the external user a Shared Access Signature for the blob by using the policy.Once the user is done with the file, delete the policy.
  4. Create an access policy on the blob.Give the external user access by using the policy.Once the user is done with the file, delete the policy.

[문제07] You manage an Azure virtual network environment for a company that has an office in Boston. The company plans to open a new office location in Paris.
You must replicate the Boston virtual network environment in Paris.
How should you complete the relevant Azure PowerShell commands? To answer, drag the appropriate Azure PowerShell segment to the correct location. Each Azure PowerShell segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

 


[문제08] Your network includes a legacy application named LegacyApp1. The application only runs in the Microsoft .NET 3.5 Framework on Windows Server 2008.
You plan to deploy to Azure Cloud Services.
You need to ensure that LegacyApp1 will run correctly in the new environment.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
 
  1. Upload a VHD with Windows Server 2008 installed.
  2. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 2.
  3. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 1.
  4. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 3.

[문제09] You manage a cloud service that supports features hosted by two instances of an Azure virtual machine (VM).
You discover that occasional outages cause your service to fail.
You need to minimize the impact of outages to your cloud service.
Which two actions should you perform? Each correct answer presents part of the solution.
 
  1. Deploy a third instance of the VM.
  2. Configure Load Balancing on the VMs.
  3. Redeploy the VMs to belong to an Affinity Group.
  4. Configure the VMs to belong to an Availability Set.

[문제10] Your company has two cloud services named CS01 and CS02.
You create a virtual machine (VM) in CS02 named Accounts.
You need to ensure that users in CS01 can access the Accounts VM by using port 8080.
What should you do?
 
  1. Create a firewall rule.
  2. Configure load balancing.
  3. Configure port redirection.
  4. Configure port forwarding.
  5. Create an end point.

[문제11] 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.
 
  1. Verify the email domain in Azure AD domains.
  2. Run the Set-MsolUserPnncipalName -UserPnncipalName %username%@co ntoso.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.

[문제12] 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.

  1. Create a native client application in Azure AD.
  2. Configure directory integration.
  3. Create a web application in Azure AD.
  4. Enable workspace join.
  5. Configure an Access Control namespace.

[문제13] You manage an Azure Active Directory (AD) tenant
You plan to allow users to log in to a third-party application by using their Azure AD credentials.
To access the application, users will be prompted for their existing third-party user names and passwords.
You need to add the application to Azure AD.
Which type of application should you add?
 
  1. Existing Single Sign-On with identity provisioning
  2. Password Single Sign-On with identity provisioning
  3. Existing Single Sign-On without identity provisioning
  4. Password Single Sign-On without identity provisioning

[문제14] Your company has a subscription to Azure. You plan to deploy 10 websites.
You have the following requirements:
 Each website has at least 15 GB of storage.
 All websites can use azurewebsite.net.
You need to deploy the 10 websites while minimizing costs.
Which web tier plan should you recommend?
 
  1. Free
  2. Small Business
  3. Standard
  4. Basic