how to use 70 534 book

Want to know Pass4sure 70 534 vce Exam practice test features? Want to lear more about Microsoft Architecting Microsoft Azure Solutions certification experience? Study Exact Microsoft 70 534 pdf answers to Avant-garde azure 70 534 questions at Pass4sure. Gat a success with an absolute guarantee to pass Microsoft 70 534 dumps pdf (Architecting Microsoft Azure Solutions) test on your first attempt.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Microsoft 70-534 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 70-534 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/70-534-exam-dumps.html

Q11.  - (Topic 2)

You need to configure the distribution tracking application. What should you do?

A. Map each role to a single upgrade domain to optimize resource utilization.

B. Design all services as stateless services.

C. Configure operations to queue when a role reaches its capacity.

D. Configure multiple worker roles to run on each virtual machine.

Answer: D

Explanation: * Scenario: distribution tracking application

The system is processor intensive and should be run in a multithreading environment.

Reference: Running multiple workers inside one Windows Azure Worker Role http://mark.mymonster.nl/2013/01/29/running-multiple-workers-inside-one-windows-azure-worker-role


Q12. HOTSPOT - (Topic 2)

You need to design a data storage strategy for each application.

In the table below, identify the strategy that you should use for each application. Make only one selection in each column.

Answer:

Explanation:

* Scenario:

/ HRApp

The company has a human resources (HR) application named HRApp that stores data in an on-premises SQL Server database.

The data must remain on-premises and cannot be stored in the cloud.

The human resources data is used by all business offices, and each office requires access to the entire database.

/ Metrics application

Data is stored on an on-premises SQL Server database, but this data should be moved to the cloud.


Q13. - (Topic 1)

You need to ensure that users do not need to re-enter their passwords after they authenticate to cloud applications for the first time.

What should you do?

A. Enable Microsoft Account authentication.

B. Set up a virtual private network (VPN) connection between the VanArsdel premises and Azure datacenter. Set up a Windows Active Directory domain controller in Azure VM. Implement Integrated Windows authentication.

C. Deploy ExpressRoute.

D. Configure Azure Active Directory Sync to use single sign-on (SSO).

Answer: D

Explanation: Single sign-on (SSO) is a property of access control of multiple related, but independent software systems. With this property a user logs in once and gains access to all systems without being prompted to log in again at each of them.

Reference: http://en.wikipedia.org/wiki/Single_sign-on


Q14.  - (Topic 6)

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.

Reference: Code! MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign- on (C#)

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


Q15.  - (Topic 6)

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

✑ At the Windows PowerShell command prompt, type the following command, and then press Enter.

Get-AzurePublishSettingsFile

2. Sign in to the Windows Azure Management Portal, and then follow the instructions to download your Windows Azure publishing settings. Save the file as a .publishsettings type file to your computer.

3. In the Windows Azure PowerShell window, at the command prompt, type the following command, and then press Enter.

Import-AzurePublishSettingsFile <mysettings>.publishsettings

Reference: How to: Download and Import Publish Settings and Subscription Information https://msdn.microsoft.com/en-us/library/dn385850%28v=nav.70%29.aspx


Q16.  - (Topic 6)

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:

✑ It must be capable of storing an average of 1TB of data for each user.

✑ It must support sharing of data between all Windows Azure instances.

✑ It must provide random read/write access.

You need to recommend a durable data storage solution. What should you recommend?

A. Azure Drive

B. Azure Page Blob service

C. Azure Block Blob service

D. Local storage on an Azure instance

Answer: B

Reference: Understanding Block Blobs and Page Blobs https://msdn.microsoft.com/en-us/library/azure/ee691964.aspx


Q17.  - (Topic 8)

You need to support the disaster recovery requirements of the web application and API. Which two actions should you perform? Each correct answer presents part of the solution.

A. Create an Azure Redis Cache for the web application and API.

B. Configure automated backups of the API and web application.

C. Create a new Azure SQL Data Warehouse and connect it to the web application and API.

D. Enable Application Insights for the web application and API.

E. Deploy the API and web application to multiple locations.

Answer: B,C


Q18.  - (Topic 7)

You need to support loan processing for the WGBLoanMaster app. Which technology should you use?

A. Azure Storage Queues

B. Azure Service Fabric

C. Azure Service Bus Queues

D. Azure Event Hubs

Answer: D


Q19.  - (Topic 6)

You are designing an Azure web application. The solution will be used by multiple customers. Each customer has different business logic and user interface requirements. Not all customers use the same version of the .NET runtime.

You need to recommend a deployment strategy. What should you recommend?

A. Deploy with multiple web role instances.

B. Deploy each application in a separate tenant.

C. Deploy all applications in one tenant.

D. Deploy with multiple worker role instances.

Answer: B

Explanation: There are two types of tenant environments. The simplest type is a single- tenant application where one customer has 100% dedicated access to an application’s process space. A single Tenant Applications has a separate, logical instance of the application for each customer or client. A single tenant application is much more predictable and stable by its nature since there will never be more than one dedicated customer at any point in time in that VM. That customer has all of its users accessing that dedicated instance of the application.

Reference: Multi Tenancy and Windows Azure. Overview of Multi tenant Application and Single tenant Application Architectural considerations.

http://sanganakauthority.blogspot.in/2011/12/multi-tenancy-and-windows-azure.html


Q20. ic 1, VanArsdel, Ltd

Overview

VanArsdel, Ltd. builds skyscrapers, subways, and bridges. VanArsdel is a leader in using technology to do construction better.

Overview

VanArsdel employees are able to use their own mobile devices for work activities because the company recognizes that this usage enables employee productivity. Employees also access Software as a Service (SaaS) applications, including DocuSign, Dropbox, and Citrix. The company continues to evaluate and adopt more SaaS applications for its business. VanArsdel uses Azure Active Directory (AD) to authenticate its employees, as well as Multi-Factor Authentication (MFA). Management enjoys the ease with which MFA can be enabled and disabled for employees who use cloud-based services. VanArsdel's on-premises directory contains a single forest.

Helpdesk:

VanArsdel creates a helpdesk group to assist its employees. The company sends email messages to all its employees about the helpdesk group and how to contact it. Configuring employee access for SaaS applications is often a time-consuming task. It is not always obvious to the helpdesk group which users should be given access to which SaaS applications. The helpdesk group must respond to many phone calls and email messages to solve this problem, which takes up valuable time. The helpdesk group is unable to meet the needs of VanArsdel's employees.

However, many employees do not work with the helpdesk group to solve their access problems. Instead, these employees contact their co-workers or managers to find someone who can help them. Also, new employees are not always told to contact the helpdesk group for access problems. Some employees report that they cannot see all the applications in the Access Panel that they have access to. Some employees report that they must re-enter their passwords when they access cloud applications, even though they have already authenticated.

Bring your own device (BYOD):

VanArsdel wants to continue to support users and their mobile and personal devices, but the company is concerned about how to protect corporate assets that are stored on these devices. The company does not have a strategy to ensure that its data is removed from the devices when employees leave the company.

Customer Support

VanArsdel wants a mobile app for customer profile registration and feedback. The company would like to keep track of all its previous, current, and future customers worldwide. A profile system using third-party authentication is required as well as feedback and support sections for the mobile app.

Migration:

VanArsdel plans to migrate several virtual machine (VM) workloads into Azure. They also plan to extend their on-premises Active Directory into Azure for mobile app authentication.

Business Requirements Hybrid Solution:

✑ A single account and credentials for both on-premises and cloud applications

✑ Certain applications that are hosted both in Azure and on-site must be accessible to both VanArsdel employees and partners

✑ The service level agreement (SLA) for the solution requires an uptime of 99.9%

✑ The partners all use Hotmail.com email addresses

Mobile App:

VanArsdel requires a mobile app for project managers on construction job sites. The mobile app has the following requirements:

✑ The app must display partner information.

✑ The app must alert project managers when changes to the partner information occur.

✑ The app must display project information including an image gallery to view pictures of construction projects.

✑ Project managers must be able to access the information remotely and securely.

Security:

✑ VanArsdel must control access to its resources to ensure sensitive services and information are accessible only by authorized users and/or managed devices.

✑ Employees must be able to securely share data, based on corporate policies, with other VanArsdel employees and with partners who are located on construction job sites.

✑ VanArsdel management does NOT want to create and manage user accounts for partners.

Technical Requirements Architecture:

✑ VanArsdel requires a non-centralized stateless architecture fonts data and services where application, data, and computing power are at the logical extremes of the network.

✑ VanArsdel requires separation of CPU storage and SQL services

Data Storage:

VanArsdel needs a solution to reduce the number of operations on the contractor information table. Currently, data transfer rates are excessive, and queue length for read/write operations affects performance.

✑ A mobile service that is used to access contractor information must have automatically scalable, structured storage

✑ Images must be stored in an automatically scalable, unstructured form.

Mobile Apps:

✑ VanArsdel mobile app must authenticate employees to the company's Active Directory.

✑ Event-triggered alerts must be pushed to mobile apps by using a custom Node.js script.

✑ The customer support app should use an identity provider that is configured by using the Access Control Service for current profile registration and authentication.

✑ The customer support team will adopt future identity providers that are configured through Access Control Service.

Security:

✑ Active Directory Federated Server (AD FS) will be used to extend AD into Azure.

✑ Helpdesk administrators must have access to only the groups of Azure resources they are responsible for. Azure administration will be performed by a separate group.

✑ IT administrative overhead must be minimized.

✑ Permissions must be assigned by using Role Based Access Control (RBAC).

✑ Line of business applications must be accessed securely.