최신Microsoft Implementing Microsoft Azure Infrastructure Solutions (70-533日本語版) - 70-533日本語무료샘플문제
문제1


정답: A,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
DRAG DROP


DRAG DROP


정답:

Explanation

* Rule with lower order are applied first.
* We can selectively permit or deny network traffic (in the management portal or from PowerShell) for a virtual machine input endpoint by creating rules that specify "permit" or "deny". By default, when an endpoint is created, all traffic is permitted to the endpoint. So for that reason, it's important to understand how to create permit/deny rules and place them in the proper order of precedence to gain granular control over the network traffic that you choose to allow to reach the virtual machine endpoint. Note that at the instant you add one or more "permit" ranges, you are denying all other ranges by default. Moving forward from the first permit range, only packets from the permitted IP range will be able to communicate with the virtual machine endpoint.
문제3


정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제4


정답: A
문제5


정답: B
문제6








정답:

Explanation

문제7
DRAG DROP





DRAG DROP





정답:

Explanation

Box 1: Empty and delete the DB Subnet.
Box 2: Empty and reconfigure the Web subnet to be larger
Box 3: Create the DB subnet to be larger.
문제8


정답: C,D,F
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
DRAG DROP


DRAG DROP


정답:

Explanation

Example
This example changes the size of the virtual machine "MyVM3", running in "MySvc1", to "Medium".
Windows PowerShell
C:\PS>Get-AzureVM -ServiceName "MySvc1" -Name "MyVM3" `| Set-AzureVMSize -InstanceSize
"Medium" `| Update-AzureVM
References:
http://msdn.microsoft.com/en-us/library/dn495230.aspx