getcertified4sure.com

Getting Smart with: 70 534 ebook free download




Examcollection offers free demo for 70 534 pdf exam. "Architecting Microsoft Azure Solutions", also known as 70 534 exam exam, is a Microsoft Certification. This set of posts, Passing the Microsoft 70 534 exam dumps exam, will help you answer those questions. The exam ref 70 534 pdf Questions & Answers covers all the knowledge points of the real exam. 100% real Microsoft exam ref 70 534 architecting microsoft azure solutions pdf exams and revised by experts!

Q1. HOTSPOT - (Topic 6)

You have an Azure website that runs on several instances. You have a WebJob that provides additional functionality to the website.

The WebJob must run on all instances of the website.

You need to ensure that the WebJob runs even when the website is idle for long periods of time.

How should you create and configure the WebJob object? To answer, select the appropriate options in the answer area.

Answer:

Explanation:

* You can run programs or scripts in WebJobs in your App Service web app in three ways: on demand, continuously, or on a schedule.

* For continuous WebJobs there is an important feature called "always on" which is only available for a Standard Website, this will make sure your Website and WebJob are always up.


Q2.  - (Topic 6)

You are designing the deployment of virtual machines (VMs) and web services that run in Azure.

You need to specify the desired state of a node and ensure that the node remains at that state.

What should you use?

A. Microsoft Azure Pack

B. Service Management Automation

C. System Center 2021 Orchestrator

D. Azure Automation

Answer: A


Q3.  - (Topic 6)

You are designing an Azure application that processes graphical image files. The graphical Images are processed in batches by remote applications that run on multiple servers.

You have the following requirements:

✑ The application must remain operational during batch-processing operations.

✑ Users must be able to roll back each image to a previous version.

You need to ensure that each remote application has exclusive access to an image while the application processes the image. Which type of storage should you use to store the images?

A. Table service

B. Queue service

C. Blob service

D. A single Azure VHD that is attached to the web role

Answer: C

Explanation: * Blob Leases allow you to claim ownership to a Blob. Once you have the lease you can then update the Blob or delete the Blob without worrying about another process changing it underneath you. When a Blob is leased, other processes can still read it, but any attempt to update it will fail. You can update Blobs without taking a lease first, but you do run the chance of another process also attempting to modify it at the same time.

* You can opt to use either optimistic or pessimistic concurrency models to manage access to blobs and containers in the blob service.

Reference: Azure Blob Storage Part 8: Blob Leases

http://justazure.com/azure-blob-storage-part-8-blob-leases/

Reference: Using Blob Leases to Manage Concurrency with Table Storage http://www.azurefromthetrenches.com/?p=1371


Q4.  - (Topic 6)

You manage an Azure Web App 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 a resource group.

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

C. Implement auto-scaling for the Worker Roles.

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

Answer: C


Q5. DRAG DROP - (Topic 2)

You need to allow network traffic to the Trey Research subversion system.

Which three 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:


Q6.  - (Topic 7)

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

A. Azure Event Hubs

B. Azure Service Fabric

C. Azure Service Bus Queues

D. Azure Storage Queues

Answer: A

Topic 8, Fourth Coffee

Background

You are the new cloud architect for Fourth Coffee. I he company hosts an on-premises ASP.NET MVC web application to allow online purchases and to support their retail store operations.

The new chief information officer (CIO) has announced several initiatives for the new year, including a new mobile application, online training for retail store employees, and moving the current web application and other services to the cloud.

The marketing team hopes to see an increase in the up-time for the web application. The team would also like to allow users to use social-Nogms in addition to the current username and password system.

Fourth Coffee has chosen Microsoft Azure to support their initiatives.

Current environment

In the Azure portal, you create an Azure Mobile App for the API. You create a Service Bus queue in Azure and install the Azure Storage SDK for Nodejs.

Problem statements

The mobile team attempts to use continuous deployment with the Azure App Service and the new API project. They receive the following error message: "Unable to access 'http://fourthcoffeeapi.azurewebsites.net/': Failed to connect to https://fourthcoffeeapi.scm.azurewebsites.net/"

Business requirement

Web Application

*You must increase up-time for the application.

*The application must support additional regions and languages.

*Marketing must be able to validate the web application before updates to the application

are published to the production environment.

Mobile

*The marketing team must be able to send frequent and timely updates to specific users and devices including Apple iPad. iPhone, Android. Windows, and Windows Phone devices.

*Users must be able to use their social accounts to sign in to the application. You must support Linkedln, Facebook and Google logons.

*The application must remain responsive, even during peak periods.

Training

Video streaming content must be made available and streamed to employee’s browsers. Training content must only include on-demand streaming. There will be no live content.

Technical requirement Web Application

*You must update the deployment process to support cloud deployments.

*All data must be formatted as JSON during transport.

*You must implement Team Foundation Version Control (TFVC) as the version control system for the web application.

*Incoming messages to the API must be persisted to queue storage to ensure they are delivered and processed. You must restrict the size of messages between the mobile app and the API to no more than 5 gigabytes (GB).

*The web application must use geo-redundant replication.

Mobile

*You must use Node.js as a technology platform. You must support all mobile initiatives when possible.

*You must implement Git as the version control system for the mobile app.

*You must develop a REST API by using Node.js. Express, and MongoDB. You must use the Mobile Apps feature of the Azure App Service to host the API in Standard mode.

*You must implement the following Push Notification Services by using Azure Media Services:

*Apple Push Notification Service (APNS) for iPad and iPhone devices

*Google Cloud Messaging service (GCM) for Android devices

*Windows Notification Service (WNS) for Windows devices

*Microsoft Push Notification Service (MPNS) for Windows Phone devices

Security and Disaster Recovery

*You must integrate the on-premises Active Directory Domain Services with Azure Active

Directory (Azure AD).

*You must implement the latest federated identity standards to provide authentication and authorization to applications.

*You must implement Multi-Factor Authentication.

*The web application and the API must be able to recover from a disaster.

Scaling

The web application and API must auto-scale according to the following rules:

*Scale up by one instance if CPU is above 70%.

*Scale down by one instance if CPU is below 50%.

Training

*Streaming must include Content Delivery Network (CDN) capabilities to support global

locations.

*Content must be encrypted and protected by using AES and PlayReady.

*Streaming must include one gigabit (GB) per second of dedicated egress capacity.

*All videos must use adaptive bitrate MP4 encoded content and include a streaming manifest file

(.ism).

*You must support the following streaming formats for video files: MPEG DASH, HI_S, Smooth Streaming, HDS. You must not need to re-encode the content.


Q7.  - (Topic 5)

You need to configure the Northwind website.

Which two solutions should you use? Each correct answer presents part of the solution.

A. Configure a hybrid connection to the database.

B. Create Azure virtual machines that run Windows and Linux servers in Azure data centers.

C. Use Azure Zone Redundant Storage to provide redundancy across Azure global data centers.

D. Deploy the Northwind site to an Azure web app.

E. Implement Azure ExpressRoute to increase the bandwidth for users of the Northwind public website.

Answer: B,D

Topic 6, Mix Questions

40.  - (Topic 6)

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.

Reference: Windows Azure Local File Storage How To Guide And Warnings http://www.intertech.com/Blog/windows-azure-local-file-storage-how-to-guide-and-

warnings/

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


Q8.  - (Topic 4)

You need to analyze Lucerne’s performance monitoring solution.

Which three applications should you monitor? Each correct answer presents a complete solution.

A. The Lucerne Media-D application

B. The data mining application

C. The Lucerne Media-W application

D. The Lucerne Media-M app

E. The Lucerne Media-N app

Answer: C,D,E

Explanation: Monitor the web application and the mobile apps.

C: Lucerne Media W - a web application that delivers media by using any browser

D: Lucerne Media M - a mobile app that delivers media by using Windows Phone 8.1 E: Lucerne Media N - a mobile app that delivers media by using an Android device

* Scenario:

/ Lucerne Publishing must be able to monitor the performance and usage of its customer- facing app.

/ Customers must be able to access all data by using a web application. They must also be able to access data by using a mobile app that is provided by Lucerne Publishing.


Q9.  - (Topic 4)

You need to encrypt a media file.

Which type of encryption should you use?

A. secure token service

B. envelope

C. PlayReady

D. storage

Answer: C


Q10. DRAG DROP - (Topic 2)

You need to recommend a test strategy for the disaster recovery system.

What should you do? To answer, drag the appropriate test strategy to the correct business application. Each test strategy 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:

Explanation:

* Distribution tracking

The company wants to ensure that the distribution tracking data is stored at a location that is geographically close to the customers who will be using the information.

* / HRApp

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

* / Metrics application

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