IT인증,IT자격증,IT자격증시험,IT인증시험

http://www.pass4test.net/

Microsoft Azure Infrastructure Solutions 70-533최신자료

Microsoft Azure Infrastructure Solutions 70-533시험에 도전해보려고 결정하셨다면 Pass4Test덤프공부가이드를추천해드립니다.  Pass4Test덤프는 고객님께서 필요한것이 무엇인지 너무나도 잘 알고 있답니다. Pass4Test의 Microsoft Azure Infrastructure Solutions 70-533덤프는  Microsoft Azure Infrastructure Solutions 70-533시험을 쉽게 만듭니다.

 

Who should take this exam?

This exam is for candidates who are experienced in implementing an infrastructure solution in Microsoft Azure. Candidates have experience implementing and monitoring cloud and hybrid solutions as well as supporting application lifecycle management.

 

NO.1 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?
A. Create a new GPO to execute the scripts as a logon script.
B. Create a SetupComplete.cmd batch file to call the scripts after the VM starts.
C. Create a new virtual hard disk (VHD) that contains the scripts.
D. Load the scripts to a common file share accessible by the VMs.
E. Set the VMs to execute a custom script extension.
Answer: E
Explanation:
After you deploy a Virtual Machine you typically need to make some changes before it's ready to use.
This is something you can do manually or you could use Remote PowerShell to automate the
configuration of your VM after deployment for example.
But now there's a third alternative available allowing you customize your VM: the CustomScript
extension.
This CustomScript extension is executed by the VM Agent and it's very straightforward: you specify
which files it needs to download from your storage account and which file it needs to execute. You
can even specify arguments that need to be passed to the script. The only requirement is that you
execute a .ps1 file.
Reference: Customizing your Microsoft Azure Virtual Machines with the new CustomScript extension

NO.2 DRAG DROP
You administer two virtual machines (VMs) that are deployed to a cloud service. The VMs are part of
a virtual network.
The cloud service monitor and virtual network configuration are configured as shown in the exhibits.
(Click the Exhibits button.)
You need to create an internal load balancer named fabLoadBalancer that has a static IP address of
172.16.0.100.
Which value should you use in each parameter of the Power Shell command?
To answer, drag the appropriate value to the correct location in the Power Shell command. Each
value 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.
Answer:

NO.3 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?
A. Give the user the secondary key for the storage account.
Once the user is done with the file, regenerate the secondary key.
B. Create an Ad-Hoc Shared Access Signature for the Blob resource.
Set the Shared Access Signature to expire in seven days.
C. 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.
D. 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.
Answer: C
Explanation:
See 3) below.
By default, only the owner of the storage account may access blobs, tables, and queues
within that account. If your service or application needs to make these resources available to other
clients without sharing your access key, you have the following options for permitting access:
1.You can set a container's permissions to permit anonymous read access to the container and its
blobs. This is not allowed for tables or queues.
2.You can expose a resource via a shared access signature, which enables you to delegate restricted
access to a container, blob, table or queue resource by specifying the interval for which the resources
are available and the permissions that a client will have to it.
3.You can use a stored access policy to manage shared access signatures for a container or its blobs,
for a queue, or for a table. The stored access policy gives you an additional measure of control over
your shared access signatures and also provides a straightforward means to revoke them.
Reference: Manage Access to Azure Storage Resources

NO.4 You manage an Azure Web Site named contosoweb. Logging is enabled for contosoweb.
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?
A. Get-AzureWebSiteLog -Name contosoweb -OutBuffer Error
B. Save-AzureWebSiteLog -Name contosoweb -Output Errors
C. Get-AzureWebSiteLog -Name contosoweb -Tail -Message Error
D. Get-Azure WebSiteLog -Name contosoweb -Message Error
Answer: C
Explanation:
Example
This example starts log streaming and show error logs only.
Windows PowerShell
C:\PS>Get-AzureWebsiteLog -Tail -Message Error
Reference: Get-AzureWebsiteLog

NO.5 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.
A. Upload a VHD with Windows Server 2008 installed.
B. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 2.
C. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 1.
D. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 3.
Answer: B,C
Explanation:
Guest OS Family 1 and Guest OS Family 2 supports .NET 3.5 and .Net 4.0. Guest OS Family 3 and
Guest OS Family 4 supports .NET 4.0 and .Net 4.5.
Reference: Azure Guest OS Releases and SDK Compatibility Matrix

NO.6 DRAG DROP
You manage an Azure Web Site named contososite.
You download the subscription publishing credentials named Contoso-Enterprise.publishsettings.
You need to use Azure Power Shell to achieve the following:
- Connect to the Contoso-Enterprise subscription.
- Create a new App Setting named CustomSetting with a value of True.
- Restart the website.
Which commands should you use? To answer, drag the appropriate Azure PowerShell command to
the correct location in the solution. Each command 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.
Answer:

NO.7 You plan to use Password Sync on your DirSync Server with Azure Active Directory {Azure AD)
on your company network. You configure the DirSync server and complete an initial synchronization
of the users.
Several remote users are unable to log in to Office 365. You discover multiple event log entries for
"Event ID 611 Password synchronization failed for domain."
You need to resolve the password synchronization issue.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Restart Azure AD Sync Service.
B. Run the Set-FullPasswordSync Power Shell cmdlet.
C. Force a manual synchronization on the DirSync server.
D. Add the DirSync service account to the Schema Admins domain group.
Answer: A,B
Explanation:
On the computer that has the Azure Active Directory Sync tool installed, follow these steps: - Perform
a full password sync for all users who are synced through directory synchronization. To do this, follow
these steps: Set-FullPasswordSync - Restart the Forefront Identity Manager Synchronization Service.
To do this, follow these steps: Reference: User passwords don't sync if your organization is using
Azure Active Directory synchronization

NO.8 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?
A. Create a firewall rule.
B. Configure load balancing.
C. Configure port redirection.
D. Configure port forwarding.
E. Create an end point.
Answer: E
Explanation:
All virtual machines that you create in Azure can automatically communicate using a private network
channel with other virtual machines in the same cloud service or virtual network. However, other
resources on the Internet or other virtual networks require endpoints to handle the inbound network
traffic to the virtual machine.
Reference: How to Set Up Endpoints to a Virtual Machine

Posted 2015/6/23 18:28:49  |  Category: Microsoft  |  Tag: 70-533최신자료