70-534 Exam Questions - Online Test


70-534 Premium VCE File

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

certleader.com

We provide real 70 534 study guide exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Microsoft azure 70 534 Exam quickly & easily. The microsoft 70 534 PDF type is available for reading and printing. You can print more and practice many times. With the help of our Microsoft 70 534 pdf dumps pdf and vce product and material, you can easily pass the 70 534 dumps pdf exam.

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


Q22. HOTSPOT - (Topic 6)

Resources must authenticate to an identity provider. You need to configure the Azure Access Control service.

What should you recommend? To answer, select the appropriate responses for each requirement in the answer area.

Answer:

Explanation:

Box 1:

* Token - A user gains access to an RP application by presenting a valid token that was issued by an authority that the RP application trusts.

* Identity Provider (IP) - An authority that authenticates user identities and issues security tokens, such as Microsoft account (Windows Live ID), Facebook, Google, Twitter, and Active Directory. When Azure Access Control (ACS) is configured to trust an IP, it accepts and validates the tokens that the IP issues. Because ACS can trust multiple IPs at the same time, when your application trusts ACS, you can your application can offer users the option to be authenticated by any of the IPs that ACS trusts on your behalf.


Q23. DRAG DROP - (Topic 6)

You are the Azure architect for an organization. You are working with C-level management to assign Azure role-based access control roles to a team within the organization. A single director oversees two teams, a development team and a test team. The director is wholly responsible for the organization's Azure account, including billing, infrastructure, and access control. The director is the only member of the team with the ability to alter access controls.

You have the following requirements:

✑ Members of the development team must be able to view or alter Azure infrastructure to support application development.

✑ Members of the test team must be able to view Azure infrastructure to support test

cases.

You need to assign built-in Azure role-based access control roles to team members within the organization.

Which role should you assign to each team member? To answer, drag the appropriate role to the correct team member. Each role 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:


Q24.  - (Topic 5)

You need to recommend the appropriate technology to provide the predictive analytics for passenger pickup.

What should you do?

A. Use Power BI to analyze the traffic data and PowerPivot to categorize the results.

B. Use HDInsight to analyze the traffic data and write a .NET program to categorize the results.

C. Use Machine Learning Studio to create a predictive model and publish the results as a web service.

D. Use Hadoop on-premises to analyze the traffic and produce a report that shows high

traffic zones.

Answer: C

Explanation: * Scenario: Predictive Routing:

/ An Azure solution must be used for prediction systems.

/ Predictive analytics must be published as a web service and accessible by using the REST API.

* Microsoft Azure Machine Learning Studio is a collaborative visual development environment that enables you to build, test, and deploy predictive analytics solutions that operate on your data. The Machine Learning service and development environment is cloud-based, provides compute resource and memory flexibility, and eliminates setup and installation concerns because you work through your web browser.

Reference: What is Azure Machine Learning Studio?

https://azure.microsoft.com/en-us/documentation/articles/machine-learning-what-is-ml- studio/


Q25. HOTSPOT - (Topic 6)

A company uses Azure for several virtual machine (VM) and website workloads. The company plans to assign administrative roles to a specific group of users. You have a resource group named GROUP1 and a virtual machine named VM2.

The users have the following responsibilities:

You need to assign the appropriate level of privileges to each of the administrators by using the principle of least privilege.

What should you do? To answer, select the appropriate target objects and permission levels in the answer area.

Answer:

Explanation:

* Owner can manage everything, including access.

* Contributors can manage everything except access.

Note: Azure role-based access control allows you to grant appropriate access to Azure AD users, groups, and services, by assigning roles to them on a subscription or resource group or individual resource level.


Q26. HOTSPOT - (Topic 2)

You need to plan the business continuity strategy.

For each requirement, what should you recommend? To answer, select the appropriate option from each list in the answer area.

Answer:


Q27.  - (Topic 3)

You need to recommend a solution for publishing one of the company websites to Azure and configuring it for remote debugging.

Which two actions should you perform? Each correct answer presents part of the solution.

A. From Visual Studio, attach the debugger to the solution.

B. Set the application logging level to Verbose and enable logging.

C. Set the Web Server logging level to Information and enable logging.

D. Set the Web Server logging level to Verbose and enable logging.

E. From Visual Studio, configure the site to enable Debugger Attaching and then publish the site.

Answer: A,D

Explanation: * Scenario:

/ Mitigate the need to purchase additional tools for monitoring and debugging.

/A debugger must automatically attach to websites on a weekly basis. The scripts that handle the configuration and setup of debugging cannot work if there is a delay in attaching the debugger.

* A: After publishing your application you can use the Server Explorer in Visual Studio to access your web sites.

After signing in you will see your Web Sites under the Windows Azure node in Server Explorer. Right click on the site that you would like to debug and select Attach Debugger.

D: We need to debug the web site, not an application. We should use the more informative Verbose logging level.

Reference: Remote Debugging a Window Azure Web Site with Visual Studio 2013 http://blogs.msdn.com/b/webdev/archive/2013/11/05/remote-debugging-a-window-azure-

web-site-with-visual-studio-2013.aspx


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


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


Q30. HOTSPOT - (Topic 6)

You plan to acquire a secure connection between a data center and Azure, for disaster

recovery purposes. The company anticipate moving more than 5 terabytes (TB) of data during each failover instance. You have the following requirements:

*You must be able to monitor connection throughput and all network traffic.

*You must minimize the time it takes to transfer data after a failover. You need to recommend the correct configuration.

What should you recommend? To answer, select the appropriate connects and routing gateway from the lists in the answer area.

Answer: