aiotestking uk

70-354 Exam Questions - Online Test


70-354 Premium VCE File

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

Q1. DRAG DROP - (Topic 6) 

You need to automate tasks with Azure by using Azure PowerShell workflows. 

How should you complete the Azure PowerShell script? To answer, drag the appropriate cmdlet to the correct location. Each cmdlet 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:  

Q2. - (Topic 6) 

You are designing an Azure web application. The application uses one worker role. It does not use SQL Database. You have the following requirements: 

. Maximize throughput and system resource availability 

. Minimize downtime during scaling 

You need to recommend an approach for scaling the application. 

Which approach should you recommend? 

A. Increase the role instance size. 

B. Set up horizontal partitioning. 

C. Increase the number of role instances. 

D. Set up vertical partitioning. 

Answer:

Explanation: On the Scale page of the Azure Management Portal, you can manually scale your application or you can set parameters to automatically scale it. You can scale applications that are running Web Roles, Worker Roles, or Virtual Machines. To scale an application that is running instances of Web Roles or Worker Roles, you add or remove role instances to accommodate the work load. 

Reference: How to Scale an Application 

http://azure.microsoft.com/en-gb/documentation/articles/cloud-services-how-to-scale/ 

Q3. - (Topic 6) 

You are designing an Azure web application. 

All users must authenticate by using Active Directory Domain Services (AD DS) credentials. 

You need to recommend an approach to enable single sign-on to the application for domain-authenticated users. 

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

A. Use Forms authentication to generate claims. 

B. Use the SQL membership provider in the web application. 

C. Use Windows Identity Foundation in the web application. 

D. Use Active Directory Federation Services (AD FS) to generate claims. 

Answer: C,D 

Reference: What is Windows Identity Foundation? 

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

Reference: DirSync with Single Sign-On 

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

Q4. - (Topic 6) 

An application currently resides on an on-premises virtual machine that has 2 CPU cores, 4 GB of RAM, 20 GB of hard disk space, and a 10 megabit/second network connection. 

You plan to migrate the application to Azure. You have the following requirements: 

You must not make changes to the application. 

You must minimize the costs for hosting the application. 

You need to recommend the appropriate virtual machine instance type. 

Which virtual machine tier should you recommend? 

A. Network Optimized (A Series) 

B. General Purpose Compute, Basic Tier (A Series) 

C. General Purpose Compute, Standard Tier (A Series) 

D. Optimized Compute (D Series) 

Answer:

Explanation: General purpose compute: Basic tier An economical option for development workloads, test servers, and other applications that don't require load balancing, auto-scaling, or memory-intensive virtual machines. 

CPU core range: 1-8 RAM range: 0.75 – 14 GB Disk size: 20-240 GB 

Reference: Virtual Machines Pricing. Launch Windows Server and Linux in minutes 

http://azure.microsoft.com/en-us/pricing/details/virtual-machines/ 

Q5. 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:  

Q6. - (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:

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/