aiotestking uk

70-535 Exam Questions - Online Test


70-535 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

P.S. Highest Quality 70-535 braindump are available on Google Drive, GET MORE: https://drive.google.com/open?id=1MRL8tLLkq1OOt1bGO2VXygDBh0FHworc


New Microsoft 70-535 Exam Dumps Collection (Question 5 - Question 13)

New Questions 5

You have several virtual machines (VMs) that run in Azure. You also have a single System Center 2012 R2 Configuration Manager (SCCM) primary site on-premises.

You have the following requirements:

* All VMs must run on the same virtual network.

* Network traffic must be minimized between the on-premises datacenter and Azure.

* The solution minimize complexity.

You need to use SCCM to collect inventory and deploy software to Azure VMs. What should you do first?

A. Configure client push for the Azure virtual network.

B. Enable and configure Operations Insights in Azure.

C. Install a cloud distribution point on an Azure VM.

D. Install a secondary site underneath the primary site onto an Azure VM.

Answer: C

Explanation:

Cloud-based distribution Point, a Configuration Manager Site System Role in the Cloud

Much of the Configuration Manager topology is made up of distribution points, they are very helpful in many situations where bandwidth and geographical separation are the facts of life, but also hard to manage if you have hundreds or even thousands of them.

This feature started with the vision that it makes perfect sense to have big distribution points in the Windows Azure cloud where one should not worry about things like (but not limited to) size, performance, reliability, security, access from all around the world, hardware/software update issues etc.

Note: Content management in System Center 2012 Configuration Manager provides the tools for you to manage content files for applications, packages, software updates, and operating system deployment. Configuration Manager uses distribution points to store files that are required for software to run on client computers. These distribution points function as distribution centers for the content files and let users download and run the software. Clients must have access to at least one distribution point from which they can download the files.

References: http://blogs.technet.com/b/configmgrteam/archive/2013/01/31/new-distribution-points-in-configuration-manager-sp1.aspx


New Questions 6

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


New Questions 7

You are designing a plan for testing a Windows Azure service. The service runs in the development fabric but fails on Windows Azure.

You need to recommend an approach for identifying errors that occur when the service

runs on Windows Azure. What should you recommend?

A. Attach a debugger to the Windows Azure role instance.

B. Analyze debugging information captured by Windows Azure Diagnostics.

C. Modify the service configuration for the Windows Azure role to access development storage.

D. Analyze debugging information written to the output window of the Windows Azure role instance.

Answer: B

Explanation:

You can use Azure Diagnostics to log detailed information from code running within roles, whether the roles are running in the development environment or in Azure.

References: https://docs.microsoft.com/en-us/azure/vs-azure-tools-debugging-cloud- services-overview


New Questions 8

A company has a very large dataset that includes sensitive information. The dataset is over 30 TB in size.

You have a standard business-class ISP internet connection that is rated at 100 megabits/second.

You have 10 4-TB hard drives that are approved to work with the Azure Import/Export Service.

You need to migrate the dataset to Azure. The solution must meet the following requirements:

* The dataset must be transmitted securely to Azure.

* Network bandwidth must not increase.

* Hardware costs must be minimized.

What should you do?

A. Prepare the drives with the Azure Import/Export tool and then create the import job. Ship the drives to Microsoft via a supported carrier service.

B. Create an export job and then encrypt the data on the drives by using the Advanced Encryption Standard (AES). Create a destination Blob to store the export data.

C. Create an import job and then encrypt the data on the drives by using the Advanced Encryption Standard (AES). Create a destination Blob to store the import data.

D. Prepare the drives by using Sysprep.exe and then create the import job. Ship the drives to Microsoft via a supported carrier service.

Answer: A

Explanation:

You can use the Microsoft Azure Import/Export service to transfer large amounts of file data to Azure Blob storage in situations where uploading over the network is prohibitively expensive or not feasible.

References: http://azure.microsoft.com/en-gb/documentation/articles/storage-import- export-service/


New Questions 9

You design an Azure application that processes images. The maximum size of an image is 10 MB. The application includes a web role that allows users to upload images and a worker role with multiple instances that processes the images. The web role communicates with the worker role by using an Azure Queue service.

You need to recommend an approach for storing images that minimizes storage transactions.

What should you recommend?

A. Store images in Azure Blob service. Store references to the images in the queue.

B. Store images in the queue.

C. Store images in OneDrive attached to the worker role instances. Store references to the images in the queue.

D. Store images in local storage on the web role instance. Store references to the images in the queue.

Answer: A

Explanation:

Azure Queues provide a uniform and consistent programming model across queues, tables, and BLOBs u2013 both for developers and for operations teams.

Microsoft Azure blob storage can be used to store the image data, the application can use a worker role in Azure to perform background processing tasks on the images, how the application may use shared access signatures to control access to the images by users. Azure blobs provide a series of containers aimed at storing text or binary data. Block blob containers are ideal for streaming data, while page blob containers can be used for random read/write operations.

References: https://msdn.microsoft.com/en-gb/library/ff803365.aspx https://msdn.microsoft.com/en-us/library/azure/hh767287.aspx


New Questions 10

You design an Azure web application. The web application is accessible by default as a standard cloudapp.net URL.

You need to recommend a DNS resource record type that will allow you to configure access to the web application by using a custom domain name.

Which DNS record type should you recommend?

A. SRV

B. MX

C. CNAME

D. A

Answer: C

Explanation:

A CNAME record maps a specific domain, such as contoso.com or www.contoso.com, to a canonical domain name. In this case, the canonical domain name is the

<myapp>.cloudapp.net domain name of your Azure hosted application. Once created, the CNAME creates an alias for the <myapp>.cloudapp.net. The CNAME entry will resolve to the IP address of your <myapp>.cloudapp.net service automatically, so if the IP address of the cloud service changes, you do not have to take any action.

Incorrect: Not D:

* Since an A record is mapped to a static IP address, it cannot automatically resolve changes to the IP address of your Cloud Service.

* An A record maps a domain, such as contoso.com or www.contoso.com, or a wildcard domain such as *.contoso.com, to an IP address. In the case of an Azure Cloud Service, the virtual IP of the service. So the main benefit of an A record over a CNAME record is that you can have one entry that uses a wildcard, such as *.contoso.com, which would handle requests for multiple sub-domains such as mail.contoso.com, login.contoso.com, or www.contso.com.


New Questions 11

You are building an Azure Web App that uses Azure Active Directory B2C for identity. The app will use social providers such as Facebook, Microsoft Account, and LinkedIn. The Web App has a customized home page that is based on the useru2021s name. The Web App does not function if the useru2021s name cannot be retrieved.

You need to retrieve the useru2021s name and email address when they authenticate with one of the supported identity providers.

What should you do?

A. Perform a Graph API query of the identity provider.

B. Query the underlying Active Directory provided by Azure Active Directory.

C. Retrieve the values from the Scope of the authentication request.

D. Inspect the Claims in the authorization token.

Answer: D


New Questions 12

You have business services that run on an on-premises mainframe server.

You must provide an intermediary configuration to support existing business services and Azure. The business services cannot be rewritten. The business services are not exposed externally.

You need to recommend an approach for accessing the business services. What should you recommend?

A. Connect to the on-premises server by using a custom service in Azure.

B. Expose the business services to the Azure Service Bus by using a custom service that uses relay binding.

C. Expose the business services externally.

D. Move all business service functionality to Azure.

Answer: B

Explanation:

The Service Bus relay service enables you to build hybrid applications that run in both an Azure datacenter and your own on-premises enterprise environment. The Service Bus relay facilitates this by enabling you to securely expose Windows Communication Foundation (WCF) services that reside within a corporate enterprise network to the public cloud, without having to open a firewall connection, or require intrusive changes to a corporate network infrastructure.

References: http://azure.microsoft.com/en-gb/documentation/articles/service-bus-dotnet- how-to-use-relay/


New Questions 13

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


100% Up to the immediate present Microsoft 70-535 Questions & Answers shared by Examcollection, Get HERE: http://www.examcollectionuk.com/70-535-vce-download.html (New Q&As)