Certified of 70-535 test materials and testing bible for Microsoft certification for IT specialist, Real Success Guaranteed with Updated 70-535 pdf dumps vce Materials. 100% PASS Architecting Microsoft Azure Solutions exam Today!

P.S. Certified 70-535 testing bible are available on Google Drive, GET MORE: https://drive.google.com/open?id=1UuKlgij932q2nltL-0BGuqms3V1D5d2M


New Microsoft 70-535 Exam Dumps Collection (Question 2 - Question 11)

Question No: 2

DRAG DROPYou need to implement resource security and authentication.

For each requirement, which solution should you implement? To answer, drag the appropriate solution to the correct requirement. Each solution 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.

Answer:


Question No: 3

A company hosts a website and exposes web services on the company intranet.

The intranet is secured by using a firewall. Company policies prohibit changes to firewall rules.

Devices outside the firewall must be able to access the web services. You need to recommend an approach to enable inbound communication.

What should you recommend?

A. The Azure Access Control Service

B. Windows Azure Pack

C. The Azure Service Bus

D. A web service in an Azure role that relays data to the internal web services

Answer: C

Explanation:

The Service Bus Relay is designed for the use-case of taking existing Windows Communication Foundation (WCF) web services and making those services securely accessible to solutions that reside outside the corporate perimeter without requiring intrusive changes to the corporate network infrastructure. Such Service Bus relay services are still hosted inside their existing environment, but they delegate listening for incoming sessions and requests to the cloud-hosted Service Bus.

References: http://azure.microsoft.com/en-gb/documentation/articles/cloud-services-dotnet-hybrid-app-using-service-bus-relay/


Question No: 4

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. SRV

B. CNAME

C. MX

D. A

Answer: B,D


Question No: 5

You are designing an Azure application that stores data. You have the following requirements:

* The data storage system must support storing more than 500 GB of data.

* Data retrieval must be possible from a large number of parallel threads.

* Threads must not block each other.

You need to recommend an approach for storing data. What should you recommend?

A. Azure Notification Hubs

B. A single SQL database in Azure

C. Azure Queue storage

D. Azure Table storage

Answer: D

Explanation:

* Azure Table Storage can be useful for applications that must store large amounts of nonrelational data, and need additional structure for that data. Tables offer key-based access to unschematized data at a low cost for applications with simplified data-access patterns. While Azure Table Storage stores structured data without schemas, it does not provide any way to represent relationships between the data.

* As a solution architect/developer, consider using Azure Table Storage when:

/ Your application stores and retrieves large data sets and does not have complex relationships that require server-side joins, secondary indexes, or complex server-side logic.

/ You need to achieve a high level of scaling without having to manually shard your dataset. References: https://msdn.microsoft.com/en-us/library/azure/jj553018.aspx


Question No: 6

You are designing an Azure application. The application includes services hosted in different geographic locations. The service locations may change.

You must minimize the cost of communication between services.

You need to recommend an approach for data transmission between your application and Azure services. The solution must minimize administrative effort.

What should you recommend?

A. Azure Table storage

B. Service Bus queue

C. Service Management API

D. Azure Queue storage

Answer: B

Explanation:

The cost of ACS transactions is insignificant when performing messaging operations against Service Bus queues. Service Bus acquires one ACS token per a single instance of the messaging factory object. The token is then reused until it expires, after about 20 minutes. Therefore, the volume of messaging operations in Service Bus is not directly proportional to the amount of ACS transactions required to support these operations.

References: https://msdn.microsoft.com/library/azure/hh767287.aspx


Question No: 7

You are designing an Azure Web App.

All users must authenticate by using Active Directory Domain Services (AD DS) credentials.

You need to recommend an approach to enable single sign-on to the application for domain-authenticated users.

Which two actions should you recommend? Each correct answer presents part of the solution.

A. Use Forms authentication to generate claims.

B. Use the SQL membership provider in the web application.

C. Use Windows Identity Foundation in the web application.

D. Use Active Directory Federation Services (AD FS) to generate claims.

Answer: C,D

Explanation:

References: https://msdn.microsoft.com/en-us/library/ee748475.aspx https://msdn.microsoft.com/en-us/library/azure/dn441213.aspx


Question No: 8

You are designing a distributed application for Azure.

The application must securely integrate with on-premises servers.

You need to recommend a method of enabling Internet Protocol security (IPsec)-protected connections between on-premises servers and the distributed application.

What should you recommend?

A. Azure Access Control

B. Azure Content Delivery Network (CDN)

C. Azure Service Bus

D. Azure Site-to-Site VPN

Answer: D

Explanation:

IPsec can be used on Azure Site-to-Site VPN connections. Distributed applications can used the IPSec VPN connections to communicate.

References: https://msdn.microsoft.com/en-us/library/azure/dn133798.aspx


Question No: 9

You have an Azure subscription that contains 10 VMs. All of the VMs are set to use the Basic VM tier and are located in the West US region. The storage account used for the VMs is set to Locally Redundant replication. The VMs are in an availability set.

You plan to deploy several web apps in Azure that will retrieve data from the virtual machines. The web apps will use a new App Service plan.

You need to ensure that the web apps remain available if the hardware in data center fails. The solution must minimize the Azure costs associated with bandwidth utilization.

What should you include in the solution?

A. Create a new storage account that is set to Geo-Redundant replication. Move the virtual machines to the new storage account. Set the App Service for the web apps to use the default app service.

B. Set the App Service plan for the web apps to any region other than West US region.

C. Create a new storage account that is set to Zone Redundant replication. Move the virtual machines to the new storage account. Set the App Service plan for the web apps to use the default app service.

D. Set the App Service plan for the web apps to use the default app service. Configure ExpressRoute for the Azure subscription.

Answer: A


Question No: 10

You are designing an Azure web application. The solution will be used by multiple customers. Each customer has different business logic and user interface requirements. Not all customers use the same version of the .NET runtime.

You need to recommend a deployment strategy. What should you recommend?

A. Deploy with multiple web role instances.

B. Deploy each application in a separate tenant.

C. Deploy all applications in one tenant.

D. Deploy with multiple worker role instances.

Answer: B

Explanation:

There are two types of tenant environments. The simplest type is a single-tenant application where one customer has 100% dedicated access to an applicationu2021s process space. A single Tenant Applications has a separate, logical instance of the application for each customer or client. A single tenant application is much more predictable and stable by its nature since there will never be more than one dedicated customer at any point in time in that VM. That customer has all of its users accessing that dedicated instance of the application.

References: http://sanganakauthority.blogspot.in/2011/12/multi-tenancy-and-windows- azure.html


Question No: 11

You are designing an Azure application that provides online backup storage for hundreds of media files. Each file is larger than 1GB.

The data storage solution has the following requirements:

* Be capable of storing an average of 2 terabytes (TB) of data for each user.

* Support sharing of data between all Microsoft Azure instances

* Provide random read/write access

You need to recommend a durable data storage solution. What should you recommend?

A. Store data in the VHD file

B. Azure Page Blob service

C. Azure Block Blob service

D. Local storage on the VM

Answer: B

Explanation:

References: https://msdn.microsoft.com/en-us/library/azure/ee691964.aspx


P.S. Easily pass 70-535 Exam with Surepassexam Certified Dumps & pdf vce, Try Free: https://www.surepassexam.com/70-535-exam-dumps.html ( New Questions)