Microsoft Architecting Microsoft Azure Solutions (70-534日本語版) - 70-534日本語 Exam Practice Test
HOTSPOT




Correct Answer:

Explanation:

Step1: Add-AzureAccount
Create a new account
Step 2: Select-AzureSubscription
Change the name of the subscription
Step 3: Set-AzureRole -ServiceName -slot Staging
The Set-AzureRole cmdlet sets the number of instances of a specified role to run in an
Azure deployment.
-Slot specifies the deployment environment of the deployment to modify. The acceptable values for this parameter are: Production Staging
References:
https://cann0nf0dder.wordpress.com/2015/03/07/handling-azure-powershell-with-multiple- azure-subscriptions/
https://docs.microsoft.com/en-us/powershell/module/azure/set-azurerole?view=azuresmps-
4.0.0
DRAG DROP




Correct Answer:

Explanation:

workflow Use-WorkflowCheckpointSample
{
# An exception occurs if 'HasBeenSuspended' does not already exist.
# Exceptions that are not caught with a try/catch will cause the runbook to suspend.
Set-AutomationVariable -Name 'HasBeenSuspended' -Value $False
# This line occurs before the checkpoint. When the runbook is resumed after
# suspension, 'Before Checkpoint' will not be output a second time.
Write-Output "Before Checkpoint"
# A checkpoint is created.
Checkpoint-Workflow
# This line occurs after the checkpoint. The runbook will start here on resume.
Write-Output "After Checkpoint"
$ HasBeenSuspended = Get-AutomationVariable -Name 'HasBeenSuspended'
# If branch only executes if the runbook has not previously suspended.
if (!$HasBeenSuspended) {
Set-AutomationVariable -Name 'HasBeenSuspended' -Value $True
# This will cause a runtime exception. Any runtime exception in a runbook
# will cause the runbook to suspend.
1 + "abc"
}
Write-Output "Runbook Complete"
}
References: https://gallery.technet.microsoft.com/scriptcenter/How-to-use-workflow- cd57324f
DRAG DROP




Correct Answer:

Explanation:

* Azure Rights Management service
Azure Rights Management service uses encryption, identity, and authorization policies to help secure your files and email, and it works across multiple devices-phones, tablets, and PCs. Information can be protected both within your organization and outside your organization because that protection remains with the data, even when it leaves your organization's boundaries.
* Transparent Data Encryption
Transparent Data Encryption (often abbreviated to TDE) is a technology employed by both
Microsoft and Oracle to encrypt database files. TDE offers encryption at file level. TDE solves the problem of protecting data at rest, encrypting databases both on the hard drive and consequently on backup media.
* TLS/SSL
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols designed to provide communications security over a computer network. They use X.509 certificates and hence asymmetric cryptography to authenticate the counterparty with whom they are communicating, and to negotiate a symmetric key.
References: https://technet.microsoft.com/en-us/library/jj585004.aspx
http://en.wikipedia.org/wiki/Transparent_Data_Encryption
http://en.wikipedia.org/wiki/Transport_Layer_Security

Correct Answer: D
DRAG DROP




Correct Answer:

HOTSPOT




Correct Answer:

HOTSPOT










Correct Answer:

Explanation:

References: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-service- tiers

Correct Answer: B
DRAG DROP




Correct Answer:

Explanation:

When you run the Directory Sync tool Configuration Wizard, you must provide the following information:
Enterprise admin credentials for the on-premises Active Directory schema
Global admin credentials for the Microsoft cloud service
References: https://support.microsoft.com/en-us/help/2684395/how-to-troubleshoot-azure- active-directory-sync-tool-installation-and

Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).

Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
DRAG DROP




Correct Answer:
