최신 070-535 무료덤프 - Microsoft Architecting Microsoft Azure Solutions

You need to design the multi-tenant model for storing application and customer data.
Which pattern should you recommend?

정답: D
설명: (DumpTOP 회원만 볼 수 있음)
You need to support loan processing for the WGBLoanMaster app.
What should you use?

정답: B
Note: This question is part of a series of questions that present the same scenario. Each ques-tion on 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 manage a solution in Azure. You configure Event Hubs to collect telemetry data from dozens of industrial machines. Hundreds of events per minute are logged in near real-time. You use this data to create dashboards for analysts.
The company is expanding their machinery and wants to know if the current telemetry solution will be sufficient to handle the volume of the increasing workload. The volume will increase 10 times by year end and on a regular basis thereafter. Latency will become more and more important as volume increases.
Messages must be retained for a week. Data must be captured automatically without price increase.
You need to recommend a solution.
Solution: Use single-tenant hosting in the dedicated tier to handle the increased volume.
Does the solution meet the goal?

정답: B
설명: (DumpTOP 회원만 볼 수 있음)
You develop an ASP.NET Web API that is hosted as an Azure Web App. The API uses a WebJob to process information. The WebJob has a very long start up time.
You configure to WebJob to run continuously. You observe that the WebJob is not running and processing information as expected.
You need to ensure the WebJob runs continuously.
What should you do?

정답: A
You administer an application that has an Azure Active Directory (Azure AD) B2C tenant named contosob2c.onmicrosoft.com.
Users must be able to use their existing Facebook account to sign in to the application.
You need to register Facebook with your Azure AD B2C tenant.
What should you do?

정답: A
설명: (DumpTOP 회원만 볼 수 있음)
A company has custom ASP.net and Java applications that run on old versions of Windows and Linux. The company plans to place applications in containers.
You need to design a solution that includes networking, service discovery, and load balancing for the applications. The solution must support storage orchestration.
Solution: You deploy each application to an Azure Container instance.
Does the solution meet the goal?

정답: B
설명: (DumpTOP 회원만 볼 수 있음)
You publish a multi-tenant application named MyApp to Azure Active Directory (Azure AD). You need to ensure that only directory administrators from the other organizations can access MyApp's web API. How should you configure MyApp's manifest JSON file? To answer, drag the appropriate PowerShell command to the correct location in the application's manifest JSON 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: False
Box 2: Global
'resourceScopeType' should be "Personal" if it's something that each user should consent to, or "Global" if it's something that applies to the entire tenant, (and thus, an administrator would have to consent to).
References:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/f344e748-2c92-4c57-aeff-a6227a8d6535/multiple-clie
Drag and Drop Question
You plan to deploy a cloud service named contosoapp that has a web role named contosoweb and a worker role named contosoimagepurge. You need to ensure the service meets the following requirements:
* Contosoweb can be accessed over the Internet by using http.
* Contosoimagepurge can only be accessed through tcp port 5001 from contosoweb.
* Contosoimagepurge cannot be accessed directly over the Internet.
Which configuration should you use? To answer, drag the appropriate configuration setting to the correct location in the service configuration file. Each configuration setting 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: <InputEndpoint name="Endpoint1 protocol="http" port="80 />
Contosoweb can be accessed over the Internet by using http.
Box 2: <InputEndpoint name="Endpoint1 protocol="tcp" port="5001 />
Contosoimagepurge can only be accessed through tcp port 5001 from contosoweb.
Box 3: < RoleEndpoint endpointName="Endpoint1 roleName="contosoimagepurge"/>
/Destinations>
WhenSource matches="AnyRule">
FromRole roleName="contosoweb"/>
/WhenSource>
A company has 100 Web servers running Windows Server on virtual machines (VMs) in Azure. All servers have IIS enabled. Each server runs a unique combination of web apps.
Servers must not run unnecessary services. The servers must be checked every 30 minutes to remove any additional Windows features and correct exceptions.
You need to design the solution with the least amount of effort and without downtime.
Solution: Design a solution that deploys a unique Azure Resource Manager template for each VM and copy the appropriate web apps. Create the required number of VMs.
Does the solution meet the goal?

정답: A
설명: (DumpTOP 회원만 볼 수 있음)
You need to provide support for updating the financial risk models in the WGBCreditCruncher app.
Which technology should you use?

정답: C
A company has 100 Web servers running Windows Server on virtual machines (VMs) in Azure. All servers have IIS enabled. Each server runs a unique combination of web apps.
Servers must not run unnecessary services. The servers must be checked every 30 minutes to remove any additional Windows features and correct exceptions.
You need to design the solution with the least amount of effort and without downtime.
Solution: Design a solution that uses an Azure command -line interface (Azure CLI) script to provision VMs with default settings. Register the script using Azure Automation DSC and schedule the script run every 30 minutes.
Does the solution meet the goal?

정답: B
Your company has deployed several virtual machines (VMs) on-premises and to Azure. Azure ExpressRoute has been deployed and configured Azure connectivity.
Several VMs are exhibiting network connectivity issues.
You need to analyze the network traffic to determine whether packets are being allowed or denied to the VMs.
Solution: Install and configure the Operations Management Suite (OMS) and Dependency Agents on all VMs.
Use the Wire Data solution in Azure Log Analytics to analyze the network traffic.
Does the solution meet the goal?

정답: B
설명: (DumpTOP 회원만 볼 수 있음)
A company has an existing web application that runs on virtual machines (VMs) in Azure.
You need to ensure that the application is protected from SQL injection attempts and uses a layer-7 load balancer. The solution must minimize disruption to the code for the existing web application.
What should you recommend? To answer, drag the appropriate values to the correct items. 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.
NOTE: Each correct selection is worth one point.
정답:

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.
You manage an Azure Web Site named salessite1. You notice some performance issues with salessite1. You create a new database for salessite1. You need to update salessite1 with the following changes, in the order shown:
* Display the list of current connection strings.
* Create a new connection string named conn1 with a value
of:Server=tcp:samplel.database.windows.net,1433;Database=NewDB;UserID=User@samplel;Password=Passwo tion Timeout=30;.
* Download the application logs for analysis.
Which three xplat-cli commands should you perform in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.
정답:

Explanation

References: https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli
You plan to use an Azure PowerShell runbook to start a virtual machine (VM) named VM1.
You need to add the code to the runbook.
Which code segment should you use?

정답: D
You design an Azure web application. The web application is accessible by default as a standard cloudapp.net URL.
You need to recommend DNS resource record types that allow you to configure access to the web application by using a custom domain name.
Which two DNS record types should you recommend?

정답: A,C
You are developing a web application that connects to an existing virtual network. The web application needs to access a database that runs on a virtual machine.
In the Azure portal, you use the virtual network integration user interface to select from a list of virtual networks. The virtual network that the web application needs to connect to is not selectable.
You need to update the existing virtual network so you can connect to it.
What should you do?

정답: A
설명: (DumpTOP 회원만 볼 수 있음)
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?

정답: B
설명: (DumpTOP 회원만 볼 수 있음)
You need to prevent security attacks based on the Tabular Data Stream (TDS) Protocol.
Solution: Use an Azure Load Balancer for All TDS traffic.
Does the solution meet the goal?

정답: A
설명: (DumpTOP 회원만 볼 수 있음)

우리와 연락하기

문의할 점이 있으시면 메일을 보내오세요. 12시간이내에 답장드리도록 하고 있습니다.

근무시간: ( UTC+9 ) 9:00-24:00
월요일~토요일

서포트: 바로 연락하기