Act now and download your Microsoft 70-535 test today! Do not waste time for the worthless Microsoft 70-535 tutorials. Download Leading Microsoft Architecting Microsoft Azure Solutions exam with real questions and answers and begin to learn Microsoft 70-535 with a classic professional.


2026 New 70-535 Exam Dumps with PDF and VCE Free: https://www.2passeasy.com/dumps/70-535/

P.S. Certified 70-535 ebook are available on Google Drive, GET MORE: https://drive.google.com/open?id=1a3jY_O18fLTsf5DPoxjQlATdfrQ9sKg6


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

Question No: 2

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/


Question No: 3

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:


Question No: 4

You need to provide support for updating the financial risk models in the WGBCreditCruncher app.

Which technology should you use?

A. a multi-threaded C# console app that uses an Azure Queue storage

B. ASP.NET WebHoouks that are triggered by Azure WebJobs

C. a Message Passing Interface (MPI) application that runs in Azure Batch

D. ASP.NET Web APIs that run in Azure Service Fabric

Answer: A


Question No: 5

You manage a cloud service that has one Web Role instance, and several Worker Role instances. The cloud service has multiple tiers. Different groups develop and maintain each tier.

You need to ensure that the cloud service remains highly available and responsive when the Worker Roles are performing extensive work.

What should you do?

A. Create an availability set for each tier of the application.

B. Implement auto-scaling for the Worker Roles.

C. Create a resource group.

D. Create an availability set with two or more virtual machines.

Answer: B


Question No: 6

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. Enable the Always On configuration setting for the Web App.

B. Update the API self-host by using the Open Web Interface for .NET (OWIN). Migrate the API to Azure Service Fabric.

C. Schedule the WebJob by using the Azure Scheduler.

D. Include a settings.job JSON file at the root of the WebJob zip file and include a valid CRON expression.

Answer: A


Question No: 7

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


Question No: 8

Contoso, Ltd., uses Azure websites for public-facing customer websites. The company has a mobile app that requires customers sign in by using a Contoso customer account.

Customers must be able to sign on to the websites and mobile app by using a Microsoft, Facebook, or Google account. All transactions must be secured in-transit regardless of device.

You need to configure the websites and mobile app to work with external identity providers. Which three actions should you perform? Each correct answer presents part of the

solution.

A. Request a certificate from a domain registrar for the website URL, and enable TLS/SSL.

B. Configure IPsec for the websites and the mobile app.

C. Configure the KerberosTokenProfile 1.1 protocol.

D. Configure OAuth2 to connect to an external authentication provider.

E. Build an app by using MVC 5 that is hosted in Azure to provide a framework for the underlying authentication.

Answer: A,D,E

Explanation:

DE: This tutorial shows you how to build an ASP.NET MVC 5 web application that enables users to log in using OAuth 2.0 with credentials from an external authentication provider, such as Facebook, Twitter, LinkedIn, Microsoft, or Google.

A:

* You will now be redirected back to the Register page of the MvcAuth application where you can register your Google account. You have the option of changing the local email registration name used for your Gmail account, but you generally want to keep the default email alias (that is, the one you used for authentication). Click Register.

* To connect to authentication providers like Google and Facebook, you will need to set up IIS-Express to use SSL.

References: http://www.asp.net/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on


Question No: 9

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 a VHD file

B. Azure Page Blob

C. Azure Block Blob

D. local storage on the VM

Answer: B


Question No: 10

You connect to an existing service over the network by using HTTP. The service listens on HTTP port 80. You plan to create a test environment for this existing service by using an Azure virtual machine (VM) that runs Windows Server.

The service must be accessible from the public Internet over HTTP port 8080. You need to configure the test environment. Which two actions should you take? Each correct answer presents part of the solution

A. Configure an endpoint to route traffic from port 8080 to port 80.

B. Configure an endpoint to route traffic from port 80 to port 8080.

C. Ensure that the public IP address is configured as a static IP address.

D. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 8080.

E. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 80.

Answer: A,E


Question No: 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


100% Leading Microsoft 70-535 Questions & Answers shared by 2passeasy, Get HERE: https://www.2passeasy.com/dumps/70-535/ (New Q&As)