Exam Code: 70-535 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Architecting Microsoft Azure Solutions
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass 70-535 Exam.
P.S. High quality 70-535 class are available on Google Drive, GET MORE: https://drive.google.com/open?id=1xTpo6SaPBTj1K3waI-NntgOTE04sKa7q
New Questions 1
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 2
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 3
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
New Questions 4
You need to generate the report for the WGBLeaseLeader app. Which Azure service should you use?
A. Azure Webjob
B. Azure Data Lake Store
C. Azure Service Bus Queue
D. Azure Stream Analytics
Answer: A
New Questions 5
Your company network includes two branch offices. Users at the company access internal virtual machines (VMs). You want to ensure secure communications between the branch offices and the internal VMs and network.
You need to create a site-to-site VPN connection. What are two possible ways to achieve this goal? Each correct answer presents a complete solution
A. a private IPv4 IP address and a compatible VPN device
B. a private IPv4 IP address and a RRAS running on Windows Server 2012
C. a public-facing IPv4 IP address and a compatible VPN device
D. a public-facing IPv4 IP address and a RRAS running on Windows Server 2012
Answer: C,D
Explanation:
You must have an externally facing IPv4 IP address and a VPN device or RRAS to configure a site-to-site VPN connection.
References: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-vpn-faq
New Questions 6
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 7
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
New Questions 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
New Questions 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 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 10
You are designing an Azure Web App that will use one worker role. The Web App does not use SQL Database.
You have the following requirements:
*Maximize throughput and system resource availability
*Minimize downtime during scaling
You need to recommend an approach for scaling the application. Which approach should you recommend?
A. Increase the role instance size.
B. Set up horizontal partitioning.
C. Increase the number of role instances.
D. Set up vertical partitioning.
Answer: C
Explanation:
On the Scale page of the Azure Management Portal, you can manually scale your
application or you can set parameters to automatically scale it. You can scale applications that are running Web Roles, Worker Roles, or Virtual Machines. To scale an application that is running instances of Web Roles or Worker Roles, you add or remove role instances to accommodate the work load.
References: http://azure.microsoft.com/en-gb/documentation/articles/cloud-services-how- to-scale/
Recommend!! Get the High quality 70-535 dumps in VCE and PDF From Examcollectionplus, Welcome to download: https://www.examcollectionplus.net/vce-70-535/ (New Q&As Version)