70-535 Exam Questions - Online Test


70-535 Premium VCE File

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

certleader.com

Want to know Certleader 70-535 Exam practice test features? Want to lear more about Microsoft Architecting Microsoft Azure Solutions certification experience? Study Actual Microsoft 70-535 answers to Refresh 70-535 questions at Certleader. Gat a success with an absolute guarantee to pass Microsoft 70-535 (Architecting Microsoft Azure Solutions) test on your first attempt.

P.S. Actual 70-535 guidance are available on Google Drive, GET MORE: https://drive.google.com/open?id=1lOIcwe4sj0Mb2GbvXvAdbPWJdlMgS-j5


New Microsoft 70-535 Exam Dumps Collection (Question 3 - Question 12)

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


Question No: 4

You need to configure identity synchronization. What should you create?

A. a second Azure Active Directory Connect sync server

B. backups of all on-premises server farms

C. backups of all Azure VMs

D. a second Azure Active Directory Connect staging server

E. a second Azure Active Directory directory

Answer: D

Explanation:

/ High availability is required for account synchronization services.

/ Any configuration changes to account synchronization must be tested without disrupting the services.

References:

https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-topologies#staging-server


Question No: 5

You are designing an Azure application that will use a worker role. The worker role will create temporary files.

You need to minimize storage transaction charges. Where should you create the files?

A. In Azure local storage

B. In Azure Storage page blobs

C. On an Azure Drive

D. In Azure Storage block blobs

Answer: A

Explanation:

Local storage is temporary in Azure. So, if the virtual machine supporting your role dies and cannot recover, your local storage is lost! Therefore, Azure developers will tell you, only volatile data should ever be stored in local storage of Azure.

References: http://www.intertech.com/Blog/windows-azure-local-file-storage-how-to-guide-

and-warnings/

http://blog.codingoutloud.com/2011/06/12/azure-faq-can-i-write-to-the-file-system-on- windows-azure/


Question No: 6

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

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

Which two DNS record types should you recommend?

A. SRV

B. CNAME

C. MX

D. A

Answer: B,D


Question No: 7

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: 8

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: 9

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: 10

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/


Question No: 11

A company creates an API and makes it accessible on an Azure website. External partners use the API occasionally. The website uses the Standard web hosting plan.

Partners report that the first API call in a sequence of API calls occasionally takes longer than expected to run. Subsequent API calls consistently perform as expected.

You need to ensure that all API calls perform consistently. What should you do?

A. Configure the website to use the Basic web hosting plan

B. Enable Always On support.

C. Configure the website to automatically scale.

D. Add a trigger to the web.config file for the website that causes the website to recycle periodically.

Answer: B

Explanation:

By default, web apps are unloaded if they are idle for some period of time. This lets the system conserve resources. In Basic or Standard mode, you can enable Always On to keep the app loaded all the time. If your app runs continuous WebJobs or runs WebJobs triggered using a CRON expression, you should enable Always On, or the web jobs may not run reliably.

References: https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-configure


Question No: 12

You manage a web application published to Azure Cloud Services. Your service level agreement (SLA) requires that you are notified in the event of poor performance from customer locations in the US, Asia, and Europe.

You need to configure the Azure Management Portal to notify you when the SLA performance targets are not met. What should you do?

A. Create an alert rule to monitor web endpoints

B. Create a Notification Hub alert with response time metrics.

C. Add an endpoint monitor and alert rule to the Notification Hub.

D. Configure the performance counter on the cloud service.

Answer: A

Explanation:

References: https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/insights- alerts-portal


100% Refresh Microsoft 70-535 Questions & Answers shared by Surepassexam, Get HERE: https://www.surepassexam.com/70-535-exam-dumps.html (New Q&As)