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. High value 70-535 preparation exams are available on Google Drive, GET MORE: https://drive.google.com/open?id=1NJH-g_S_vQwTrfPbqAQSR28Ba8miRVPe


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

New Questions 2

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


New Questions 3

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


New Questions 4

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


New Questions 5

Your company has an Azure subscription.

The company plans to implement an Azure Web App named WebApp1.

You need to recommend a solution to optimize the compute resources consumed by the Web App. The solution must minimize costs and provide a separation of resources.

Which service should you recommend?

A. Basic

B. Free

C. Shared

D. Premium

E. Standard

Answer: D

Explanation:

Only the Premium service provides App Service Environments which provide the required isolation (separation of resources).


New Questions 6

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:


New Questions 7

Your company has a hybrid solution for development and production. You have an Azure virtual network that includes the following subnets:

You synchronize an on-premises Active Directory farm by using Azure Active Directory Connect. Employees sign in to company facing Web Apps with their on-premises active directory passwords.

You need to allow traffic to RESTful services that require it. Which Azure service should you implement?

A. Active Directory

B. Security Center

C. Active Directory Federation Services

D. Network Security Groups

E. Windows Server Firewall

Answer: D


New Questions 8

You are designing a Windows Azure application that will use Windows Azure Table storage. The application will allow teams of users to collaborate on projects. Each user is a member of only one team. You have the following requirements:

-Ensure that each user can efficiently query records related to his or her team's projects.

-Minimize data access latency.

You need to recommend an approach for partitioning table storage entities. What should you recommend?

A. Partition by user

B. Partition by team

C. Partition by project

D. Partition by the current date

Answer: B

Explanation:

Partitions represent a collection of entities with the same PartitionKey values. Partitions are always served from one partition server and each partition server can serve one or more partitions. A partition server has a rate limit of the number of entities it can serve from one partition over time.

References: https://docs.microsoft.com/en-us/rest/api/storageservices/Designing-a-Scalable-Partitioning-Strategy-for-Azure-Table-Storage?redirectedfrom=MSDN


New Questions 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


New Questions 10

You administer of a set of virtual machine (VM) guests hosted in Hyper-V on Windows

Server 2012 R2. The virtual machines run the following operating systems:

* Windows Server 2008

* Windows Server 2008 R2

* Linux (openSUSE 13.1)

All guests currently are provisioned with one or more network interfaces with static bindings and VHDX disks. You need to move the VMs to Azure Virtual Machines hosted in an Azure subscription. Which three actions should you perform?

Each correct answer presents part of the solution.

A. Install the WALinuxAgent on Linux servers.

B. Ensure that all servers can acquire an IP by means of Dynamic Host Configuration Protocol (DHCP).

C. Upgrade all Windows VMs to Windows Server 2008 R2 or higher.

D. Sysprep all Windows servers

E. Convert the existing virtual disks to the virtual hard disk (VHD) format.

Answer: A,B,E

Explanation:

The Azure Linux Agent is installed on the Linux VM and is responsible to communicate with the Azure Frabric Controller.

It is a prerequisite that the Virtual Machines can receive ip addresses from DHCP. Azure does not use VHDX, only VHD. We are required to convert VHDX to VHD.


New Questions 11

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?

A. Create a queue for each combination of web roles and worker role instances. Send requests to all worker role instances based on the sending web role.

B. Create a single queue. Send all requests on the single queue.

C. Create a queue for each worker role instance. Send requests on each worker queue by using a round robin rotation.

D. Create a queue for each web role. Send requests on all queues at the same time.

Answer: B

Explanation:

To communicate with the worker role, a web role instance places messages on to a queue. A worker role instance polls the queue for new messages, retrieves them, and processes them. There are a couple of important things to know about the way the queue service works in Azure. First, you reference a queue by name, and multiple role instances can share a single queue. Second, there is no concept of a typed message; you construct a message from either a string or a byte array. An individual message can be no more than 64 kilobytes (KB) in size.

References:

https://msdn.microsoft.com/en-gb/library/ff803365.aspx

http://azure.microsoft.com/en-gb/documentation/articles/cloud-services-dotnet-multi-tier-app-using-service-bus-queues/


Recommend!! Get the High value 70-535 dumps in VCE and PDF From Allfreedumps, Welcome to download: https://www.allfreedumps.com/70-535-dumps.html (New Q&As Version)