70-535日本語 無料問題集「Microsoft Architecting Microsoft Azure Solutions (70-535日本語版)」


正解:

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


正解:

Explanation

Box 1: Log to Azure Event Hubs
Cosmost DB logs can be send logs to Azure Storage, can be streamed to Azure Event Hubs, and be exported to Azure Log Analytics.
Box 2: Process Logs with Azure functions
Azure Data Factory Diagnostic logs
Save them to a Storage Account for auditing or manual inspection. You can specify the retention time (in days) using the diagnostic settings.
Stream them to Event Hubs for ingestion by a third-party service or custom analytics solution such as PowerBI.
Analyze them with Log Analytics
Scenario:
All application logs, diagnostic data, and system monitoring must be available in a single location.
Logging and diagnostic information must be reliably processed.
Security and Personally Identifiable Information (PII)
All access and usage of analysis results must be logged. Any unusual activity must be detected.
Reference:
https://docs.microsoft.com/en-us/azure/cosmos-db/logging
https://docs.microsoft.com/en-us/azure/data-factory/monitor-using-azure-monitor


正解:

Explanation

Step 1:
Check if msg is null.
Step 2:
Messages must not be processed more than twice by using the ProcessMessage method.
Step 3:
Delete the message after successful processing.


正解:

Explanation

Box 1: ExpressRoute
ExpressRoute gives you a fast and reliable connection to Azure making it suitable for scenarios like periodic data migration, replication for business continuity, disaster recovery and other high availability strategies. It can also be a cost-effective option for transferring large amounts of data such as datasets for high performance computing applications or moving large VMs between your dev/test environment in Azure and on-premises production environment.
Box 2: point-to-site VPN
Box 3: point-to-site VPN
A point-to-site VPN also allows you to create a secure connection to your virtual network. In a point-to-site configuration, the connection is configured individually on each client computer that you want to connect to the virtual network Box 4: site-to-site VPN A site-to-site VPN allows you to create a secure connection between your on-premises site and your virtual network. To create a site-to-site connection, a VPN device that is located on your on-premises network is configured to create a secure connection with the Azure Virtual Network Gateway. Once the connection is created, resources on your local network and resources located in your virtual network can communicate directly and securely. Site-to-site connections do not require you to establish a separate connection for each client computer on your local network to access resources in the virtual network.
* Scenario: Support building experimental applications by using data from the Azure deployment and on-premises data sources.
References:
http://azure.microsoft.com/en-us/services/expressroute/
https://msdn.microsoft.com/en-us/library/azure/dn133798.aspx


正解:

Explanation

Web application firewall (WAF) is a feature of Application Gateway that provides centralized protection of your web applications from common exploits and vulnerabilities.
Web application firewall is based on rules from the OWASP core rule sets 3.0 or 2.2.9. Web applications are increasingly targets of malicious attacks that exploit common known vulnerabilities. Common among these exploits are SQL injection attacks, cross site scripting attacks to name a few.


正解:

Explanation

/ They also plan to extend their on-premises Active Directory into Azure for mobile app authentication
/ VanArsdel mobile app must authenticate employees to the company's Active Directory.
References:
http://azure.microsoft.com/en-gb/documentation/articles/mobile-services-ios-get-started-offline-data/