getcertified4sure.com

Ultimate Guide: 70 534 book




Act now and download your Microsoft exam ref 70 534 pdf download test today! Do not waste time for the worthless Microsoft exam ref 70 534 architecting microsoft azure solutions tutorials. Download Replace Microsoft Architecting Microsoft Azure Solutions exam with real questions and answers and begin to learn Microsoft 70 534 dumps pdf with a classic professional.

Q1.  - (Topic 6)

You are planning an upgrade strategy for an existing Azure application. Multiple instances of the application run in Azure. The management team is concerned about application downtime, due to a business service level agreement (SLA).

You are evaluating which change in your environment will require downtime. You need to identify the changes to the environment that will force downtime. Which change always requires downtime?

A. Adding an HTTPS endpoint to a web role

B. Upgrading the hosted service by deploying a new package

C. Changing the value of a configuration setting

D. Changing the virtual machine size

Answer: A

Explanation: If you change the number of endpoints for your service, for example by adding a HTTPS endpoint for your existing Web Role, it will require downtime.

Reference: Re-Deploying your Windows Azure Service without Incurring Downtime http://blog.toddysm.com/2010/06/re-deploying-your-windows-azure-service-without-incurring-downtime.html


Q2. DRAG DROP - (Topic 6)

You have a web application on Azure.

The web application does not employ Secure Sockets Layer (SSL).

You need to enable SSL for your production deployment web application on Azure. Which four actions should you perform in sequence? To answer, move the appropriate

actions from the list of actions to the answer area and arrange them in the correct order.

Answer:


Q3. DRAG DROP - (Topic 5)

You need to provide a data access solution for the NorthRide app.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Box 1: Create a service namespace under Service Bus

Box 2: Obtain the default management credentials for the namespace. Box 3: Configure the application to use Service Bus Relay

Box 4: Configure Service Bus Queue

Note:

Box 1: Create a service namespace under Service Bus

To begin using Service Bus queues in Azure, you must first create a service namespace. A namespace provides a scoping container for addressing Service Bus resources within your

application.

Box 2: Obtain the default management credentials for the namespace.

In order to perform management operations, such as creating a queue on the new namespace, you must obtain the management credentials for the namespace. Box 3: Configure the application to use Service Bus Relay

When you create an application that uses Service Bus, you must add a reference to the Service Bus assembly and include the corresponding namespaces.

The Service Bus NuGet package is the easiest way to get the Service Bus API and to configure your application with all of the Service Bus dependencies.

After installing this package you are now ready to write code for Service Bus. Box 4: Configure Service Bus Queue

This would include:

* set up a Service Bus connection string

* create a queue

* provide code to send/receive messages from the queue


Q4.  - (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


Q5. - (Topic 1)

You need to design the system that alerts project managers to data changes in the contractor information app.

Which service should you use?

A. Azure Mobile Service

B. Azure Service Bus Message Queueing

C. Azure Queue Messaging

D. Azure Notification Hub

Answer: C

Explanation: * Scenario:

/ Mobile Apps: Event-triggered alerts must be pushed to mobile apps by using a custom Node.js script.

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

* If you are already using Azure Storage Blobs or Tables and you start using queues, you are guaranteed 99.9% availability. If you use Blobs or Tables with Service Bus queues, you will have lower availability.

Note: Microsoft Azure supports two types of queue mechanisms: Azure Queues and Service Bus Queues.

/ Azure Queues, which are part of the Azure storage infrastructure, feature a simple REST- based Get/Put/Peek interface, providing reliable, persistent messaging within and between services.

/ Service Bus queues are part of a broader Azure messaging infrastructure that supports queuing as well as publish/subscribe, Web service remoting, and integration patterns.

Reference: Azure Queues and Service Bus Queues - Compared and Contrasted https://msdn.microsoft.com/en-us/library/azure/hh767287.aspx


Q6.  - (Topic 6)

You are designing a distributed application for Azure.

The application must securely integrate with on-premises servers.

You need to recommend a method of enabling Internet Protocol security (IPsec)-protected connections between on-premises servers and the distributed application.

What should you recommend?

A. Azure Access Control

B. Azure Content Delivery Network (CDN)

C. Azure Service Bus

D. Azure Site-to-Site VPN

Answer: D

Explanation: IPsec can be used on Azure Site-to-Site VPN connections. Distributed

applications can used the IPSec VPN connections to communicate.

Reference: About Virtual Network Secure Cross-Premises Connectivity https://msdn.microsoft.com/en-us/library/azure/dn133798.aspx


Q7. DRAG DROP - (Topic 7)

You are implementing the new security requirements for the WGBCreditCruncher app.

You need to explain the security process flow to another developer. You start by navigating to the web app as it is presented to the user.

Which five actions must be performed in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:


Q8. DRAG DROP - (Topic 7)

You need to deploy the WGBLoanMaster app by using Azure PowerShell.

Which four Azure PowerShell cmdlets should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:


Q9. DRAG DROP - (Topic 6)

Contoso, Ltd., uses Azure websites for their company portal sites.

Admin users need enough access to effectively perform site monitoring or management tasks.

You need to grant admin access to a group of 10 users.

How should you configure the connection? To answer, drag the role or object to the correct connection setting. Each item may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Answer:


Q10.  - (Topic 6)

You are evaluating an Azure application. The application includes the following elements:

✑ A web role that provides the ASP.NET user interface and business logic

✑ A single SQL database that contains all application data

Each webpage must receive data from the business logic layer before returning results to the client. Traffic has increased significantly. The business logic is causing high CPU usage.

You need to recommend an approach for scaling the application. What should you recommend?

A. Store the business logic results in Azure Table storage.

B. Vertically partition the SQL database.

C. Move the business logic to a worker role.

D. Store the business logic results in Azure local storage.

Answer: C

Explanation: For Cloud Services in Azure applications need both web and worker roles to

scale well.

Reference: Application Patterns and Development Strategies for SQL Server in Azure Virtual Machines

https://msdn.microsoft.com/en-us/library/azure/dn574746.aspx

Topic 7, Woodgrove Bank

Overview

Woodgrove Bank has 20 regional offices and operates 1,500 branch office locations. Each regional office hosts the servers, infrastructure, and applications that support that region. Woodgrove Bank plans to move all of Their on-premises resources to Azure, including virtual machine (VM)-based, line-of-business workloads, and SQL databases. You are the owner of the Azure subscription that Woodgrove Bank is using. Your team is using Git repositories hosted on GitHub for source control.

Security

Currently, Woodgrove Bank's Computer Security Incident Response Team (CSIRT) has a problem investigating security issues due to the lack of security intelligence integrated with their current incident response tools. This lack of integration introduces a problem during the detection (too many false positives), assessment, and diagnose stages. You decide to use Azure Security Center to help address this problem.

Woodgrove Bank has several apps with regulated data such as Personally Identifiable Information (PU) that require a higher level of security. All apps are currently secured by using an on-premises Active Directory Domain Services (AD DS). The company depends on following mission-critical apps: WGBLoanMaster, WGBLeaseLeader, and WGBCreditCruncher apps. You plan to move each of these apps to Azure as part of an app migration project.

Apps

The WGBLoanMaster app has been audited for transaction loss. Many transactions have been lost in processing and monetary write-offs have cost the bank. The app runs on two VMs that include several public end points.

The WGBteaseLeader app has been audited for several data breaches. The app includes a SQL Server database and a web-based portal. The portal uses an ASP.NET Web API function to generate a monthly aggregate report from the database.

The WGBCreditCruncher app runs on a VM and is load balanced at the network level. The app includes several stateless components and must accommodate scaling of increased credit processing. The app runs on a nightly basis to process credit transactions that are batched during the day. The app includes a web-based portal where customers can check their credit information. A mobile version of the app allows users to upload check images.

Business Requirements: WGBLoanMasterApp

The app audit revealed a need for zero transaction loss. The business is losing money due to the app losing and not processing loan information. In addition, transactions fail to process after running for a long time. The business has requested the aggregation processing to be scheduled for 01:00 to prevent system slowdown.

WGBLeaseLeader App

The app should be secured to stop data breaches. It the data is breached, it must not be readable. The app is continuing to see increased volume and the business does not want the issues presented in the WGBLoanMaster app. Transaction loss is unacceptable, and although the lease monetary amounts are smaller than loans, they are still an important profit center for Woodgrove Bank. The business would also like the monthly report to be automatically generated on the first of the month. Currently, a user must log in to the portal and click a button to generate the report.

WGBCreditCruncher app

The web-based portal area of the app must allow users to sign in with their Facebook credentials. The bank would like to allow this feature to enable more users to check their credit within the app.

Woodgrove Bank needs to develop a new financial risk modeling feature that they can include in the WGBCreditCruncher app. The financial risk modeling feature has not been developed due to costs associated with processing, transforming, and analyzing the large volumes of data that are collected. You need to find a way to implement parallel processing to ensure that the features runs efficiently, reliably, and quickly. The feature must scale based on computing demand to process the large volumes of data and output several financial risk models.

Technical Requirements: WGBLoanMaster App

The app uses several compute-intensive tasks that create long-running requests to the system. The app is critical to the business and must be scalable to increased loan processing demands. The VMs that run the app include a Windows Task Scheduler task that aggregates loan information from the app to send to a third party. This task runs a console app on the VM.

The app requires a messaging system to handle transaction processing. The messaging system must meet the following requirements:

*Allow messages to reside in the queue for up to a month

*Be able to publish and consume batches of messages

*Allow full integration with the Windows Communication Foundation (WCF) communication stack

*Provide a role-based access model to the queues, including different permissions for senders and receivers

You develop an Azure Resource Manager (ARM) template to deploy the VMs used to support the app. The template must be deployed to a new resource group and you must validate your deployment settings before creating actual resources.

WGBLeaseLeader App

The app must use Azure SQL Databases as a replacement to the current Microsoft SQL Server environment. The monthly report must be automatically generated.

The app requires a messaging system to handle transaction processing. The messaging system must meet the following requirements:

*Require server-side logs of all of the transactions run against your queues

*Track progress of a message within the queue

*Process the messages within 7 days

*Provide a differing timeout value per message

WGBCreditCruncher app

The app must

*Secure inbound and outbound traffic

*Analyze inbound network traffic for vulnerabilities.

*Use an instance-level public IP and allow web traffic on port 443 only.

*Upgrade the portal to a Single Page Application (SPA) that uses JavaScript Azure Active Directory (Azure AD), and the OAuth 2.0 implicit authorization grant to secure the Web API back end.

*Cache authentication and host the Web API back end using the Open Web Interface for

.NET (OWIN) middleware.

*Immediately compress check images received from the mobile web app.

*Schedule processing of the batched credit transactions on a nightly basis.

*Provide parallel processing and scalable computing resources to output financial risk models.

*Use simultaneous compute nodes to enable high performance computing and updating of the financial risk models.

Key Security Areas