070-534 無料問題集「Microsoft Architecting Microsoft Azure Solutions」

DRAG DROP
You need to design the role-based access control strategy for the company. What should you do? To answer, drag the appropriate role to the correct user tier. Each role may be used one, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view content.
正解:

Explanation:

Azure platform roles include:
Azure also provides several resource-specific roles. Some common ones are:
References: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource- group-overview
You need to support the disaster recovery requirements of the web application and API.
Which two actions should you perform? Each correct answer presents part of the solution.

正解:C、D 解答を投票する
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are designing a storage solution to support on-premises resources and Azure-hosted resources.
You need to provide on-premises storage that has built-in replication to Azure.
Solution: You include Azure File Storage in the design.
Does the solution meet the goal?

You administer an Azure Storage account named contoso storage. The account has queue containers with logging enabled. You need to view all log files generated during the month of July 2014. Which URL should you use to access the list?

解説: (JPNTest メンバーにのみ表示されます)
You administer an Azure Active Directory (Azure AD) tenant where Box is configured for:
* Application Access
* Password Single Sign-on
An employee moves to an organizational unit that does not require access to Box through the Access Panel. You need to remove only Box from the list of applications only for this user. What should you do?

解説: (JPNTest メンバーにのみ表示されます)
DRAG DROP
You plan to deploy a cloud service named contosoapp. The service includes a web role named contosowebrole. The web role has an endpoint named restrictedEndpoint. You need to allow access to restricted Endpoint only from your office machine using the IP address 145.34.67.82. Which values should you use within the service configuration file?
To answer, drag the appropriate value to the correct location in the service configuration file. 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.
正解:

Explanation:

Box 1: deny
Box 2: 0.0.0.0/0
We deny everything, 0.0.0.0/0, by default.
Box 3: permit
Box 4: 145.34.67.82/32
Permit only traffic from one specific IP address.
You manage a hybrid environment for a company. The company plans to manage the environment by using Microsoft System Center 2012 R2.
You need to deploy the correct component to enable management across the environment.
Which component should you deploy?

HOTSPOT
You plan to deploy four Infrastructure as a Service (IaaS) virtual machines in Azure. All
IaaS virtual machines will reside on the same IP subnet.
You need to design an Azure virtual network that can accommodate the deployment. The design must meet the following requirements:
* Minimize the size of the IP subnet.
* Provide the ability to restrict both internal and Internet traffic.
* Ensure that the IP addresses of the virtual machines remain the same.
What should you include in the design? To answer, select the appropriate options in the answer area.
正解:

Explanation:

Not /29.
/29 would normally provide up to 8 IP addresses which should be enough for four VMs.
However, Azure reserves five IP addresses so for four VMs, you need a subnet with at least 9 IP addresses.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are designing the deployment of resources in Azure.
You plan to use templates to customize deployment options.
You need to ensure that Azure services are deployed and updated identically.
Solution: You customize the $schema element of the template.
Does the solution meet the goal?

You need to design the authentication solution for the NorthRide app. Which solution should you use?

解説: (JPNTest メンバーにのみ表示されます)
HOTSPOT
Case Study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other question on this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next sections of the exam.
After you begin a new section, you cannot return to this section.
To start the case study
To display the first question on this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs.
When you are ready to answer a question, click the Question button to return to the question.
Background
General
Trey Research is the global leader in analytical data collection and research. Trey
Research houses its servers in a highly secure server environment. The company has continuous monitoring, surveillance, and support to prevent unauthorized access and data security.
The company uses advanced security measures including firewalls, security guards, and surveillance to ensure the continued service and protection of data from natural disaster, intruders, and disruptive events.
Trey Research has recently expanded its operations into the cloud by using Microsoft
Azure. The company creates an Azure virtual network and a Virtual Machine (VM) for moving on-premises Subversion repositories to the cloud. Employees access Trey
Research applications hosted on-premises and in the cloud by using credentials stored on- premises.
Applications
Trey Research hosts two mobile apps on Azure, DataViewer and DataManager. The company uses Azure-hosted web apps for internal and external users. Federated partners of Trey Research have a single sign-on (SSO) experience with the DataViewer application.
Architecture
You have an Azure Virtual Network (VNET) named TREYRESEARCH_VNET. The VNET includes all hosted VMs. The virtual network includes a subnet Frontend and a subnet named RepoBackend. A resource group has been created to contain the
TREYRESEARCH_VNET, DataManager and DataViewer. You manage VMs by using
System Center VM Manager (SCVMM). Data for specific high security projects and clients are hosted on-premises. Data for other projects and clients are hosted in the cloud.
Azure Administration

DataManager
The DataManager app connects to a RESTful service. It allows users to retrieve, update, and delete Trey Research data.
Requirements
General
You have the following general requirements:
Disaster recovery
Disaster recovery and business continuity plans must use a single, integrated service that supports the following features:
Security
You identify the following security requirements:
Subversion server
Subversion Server Sheet

You need to enforce the security requirements for all subversion servers.
How should you configure network security? To answer, select the appropriate answer from each list in the answer area.
正解:

Explanation:

/ You host multiple subversion (SVN) repositories in the RepoBackend subnet. The SVN servers on this subnet must use inbound and outbound TCP at port 8443.
DRAG DROP
You are developing an application that will send push notifications to registered devices.
You perform the following actions:
*set up a notification hub with the correct push credentials
*register the device application with the platform notification system and the hub
*update the back-end to send notifications.
You need to debug push notifications by sending test notifications to registered devices in a controlled way.
For each action, which tool should you implement? To answer, drag the appropriate tool to the correct action. Each tool 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.
正解:

Explanation:

References: https://msdn.microsoft.com/library/dn530751.aspx
You are designing a Windows Azure application. The application includes two web roles and three instances of a worker role. The web roles will send requests to the worker role through one or more Windows Azure Queues. You have the following requirements:
-Ensure that each request is processed exactly one time.
-Minimize the idle time of each worker role instance.
-Maximize the reliability of request processing.
You need to recommend a queue design for sending requests to the worker role.
What should you recommend?

解説: (JPNTest メンバーにのみ表示されます)
HOTSPOT
You need to design a data storage strategy for each application.
In the table below, identify the strategy that you should use for each application. Make only one selection in each column.
正解:

Explanation:

* Scenario:
/ HRApp
The company has a human resources (HR) application named HRApp that stores data in an on-premises SQL Server database.
The data must remain on-premises and cannot be stored in the cloud.
The human resources data is used by all business offices, and each office requires access to the entire database.
/ Metrics application
Data is stored on an on-premises SQL Server database, but this data should be moved to the cloud.
DRAG DROP
You manage a large number of on-premises applications. You plan to migrate the applications to Azure.
You need to implement Azure Storage for each type of data that the applications use.
For each type of data, which storage mechanism should you use? To answer, drag the appropriate storage mechanism to the correct type of data. Each storage mechanism 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.
正解:

Explanation:

References:
https://docs.microsoft.com/en-us/azure/storage/storage-introduction
DRAG DROP
You are designing the deployment for Linux virtual machines (VMs) in Azure. The VMs will be used for a web app that will run in Azure.
The web app must be able to run Bash scripts on demand. Parallel workloads must also be set to scale automatically based on use.
You need to design the environment for the Bash scripts and parallel workloads.
Which processing type should you use for each component? To answer, drag the appropriate processing types to the correct components. Each processing type 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.
NOTE: Each correct selection is worth one point.
正解:

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡