P.S. Best Quality 70-535 testing material are available on Google Drive, GET MORE: https://drive.google.com/open?id=1lOIcwe4sj0Mb2GbvXvAdbPWJdlMgS-j5
New Questions 1
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 2
A company has multiple Azure subscriptions. It plans to deploy a large number of virtual machines (VMs) into Azure.
You install the Azure PowerShell module, but you are unable connect to all of the company's Azure subscriptions.
You need to automate the management of the Azure subscriptions. Which two Azure PowerShell cmdlets should you run?
A. Get-AzurePublishSettingsFile
B. Import-AzurePublishSettingsFile
C. Add-AzureSubscription
D. Import-AzureCertificate
E. Get-AzureCertificate
Answer: A,B
Explanation:
Before you start using the Windows Azure cmdlets to automate deployments, you must configure connectivity between the provisioning computer and Windows Azure. You can do this automatically by downloading the PublishSettings file from Windows Azure and importing it.
To download and import publish settings and subscription information
References: https://msdn.microsoft.com/en-us/library/dn385850%28v=nav.70%29.aspx
New Questions 3
You manage an Azure subscription with virtual machines (VMs) that are running in Standard mode. You need to reduce the storage costs associated with the VMs. What should you do?
A. Locate and remove orphaned disks
B. Add the VMs to an affinity group.
C. Change VMs to the Basic tier.
D. Delete the VHD container
Answer: C
Explanation:
Removing orphaned disks would reduce storage, and the cost of storage.
New Questions 4
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 5
You are designing a Windows Azure application. The application includes processes that communicate by using Windows Communications Foundation (WCF) services. The WCF services must support streaming.
You need to recommend a host for the processes and a WCF binding. Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)
A. Host the processes in web roles.
B. Host the processes in worker roles.
C. Use NetTcpBinding for the WCF services.
D. Use WSHttpBinding for the WCF services.
Answer: B,C
Explanation:
References: http://www.biztalkgurus.com/blogs/msft-biztalk-community/wcf-nettcprelaybinding-streaming-gotcha
New Questions 6
You are designing a plan to migrate an existing application to Windows Azure. The application currently resides on a server that has 20 GB of hard disk space.
You need to recommend the smallest compute instance size that provides local storage equivalent to that of the existing server. Which size should you recommend?
A. ExtraSmall
B. ExtraLarge
C. Small
D. Large
Answer: A
Explanation:
ExtraSmall provides the required 20 GB of hard disk space.
References: https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-sizes- specs
New Questions 7
You are designing an Azure application that processes graphical image files. The graphical Images are processed in batches by remote applications that run on multiple servers.
You have the following requirements:
*The application must remain operational during batch-processing operations.
*Users must be able to roll back each image to a previous version.
You need to ensure that each remote application has exclusive access to an image while the application processes the image. Which type of storage should you use to store the images?
A. Table service
B. Queue service
C. Blob service
D. A single Azure VHD that is attached to the web role
Answer: C
Explanation:
* Blob Leases allow you to claim ownership to a Blob. Once you have the lease you can then update the Blob or delete the Blob without worrying about another process changing it underneath you. When a Blob is leased, other processes can still read it, but any attempt to update it will fail. You can update Blobs without taking a lease first, but you do run the chance of another process also attempting to modify it at the same time.
* You can opt to use either optimistic or pessimistic concurrency models to manage access to blobs and containers in the blob service.
References: http://justazure.com/azure-blob-storage-part-8-blob-leases/ http://www.azurefromthetrenches.com/?p=1371
New Questions 8
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 9
An application currently resides on an on-premises virtual machine that has 2 CPU cores, 4 GB of RAM, 20 GB of hard disk space, and a 10 megabit/second network connection.
You plan to migrate the application to Azure. You have the following requirements:
* You must not make changes to the application.
* You must minimize the costs for hosting the application.
You need to recommend the appropriate virtual machine instance type. Which virtual machine tier should you recommend?
A. Network Optimized (A Series)
B. General Purpose Compute, Basic Tier (A Series)
C. General Purpose Compute, Standard Tier (A Series)
D. Optimized Compute (D Series)
Answer: B
Explanation:
General purpose compute: Basic tier
An economical option for development workloads, test servers, and other applications that don't require load balancing, auto-scaling, or memory-intensive virtual machines.
CPU core range: 1-8 RAM range: 0.75 u2013 14 GB
Disk size: 20-240 GB References:
New Questions 10
A company has 10 on-premises SQL databases. The company plans to move the databases to SQL Server 2012 that runs in Azure Infrastructure-as-a-Service (IaaS). After migration, the databases will support a limited number of Azure websites in the same Azure Virtual Network.
You have the following requirements:
* You must restore copies of existing on-premises SQL databases to the SQL servers that
run in Azure IaaS.
* You must be able to manage the SQL databases remotely.
* You must not open a direct connection from all of the machines on the on-premises network to Azure.
* Connections to the databases must originate from only five Windows computers.
You need to configure remote connectivity to the databases. Which technology solution should you implement?
A. Azure Virtual Network site-to-site VPN
B. Azure Virtual Network multi-point VPN
C. Azure Virtual Network point-to-site VPN
D. Azure ExpressRoute
Answer: C
Explanation:
A point-to-site VPN would meet the requirements.
References: https://azure.microsoft.com/en-us/documentation/articles/vpn-gateway-point- to-site-create/
100% Avant-garde Microsoft 70-535 Questions & Answers shared by Certleader, Get HERE: https://www.certleader.com/70-535-dumps.html (New Q&As)