getcertified4sure.com

70-354 braindumps(21 to 30) for IT professionals: Oct 2021 Edition




Cause all that matters here is passing the Microsoft 70-354 exam. Cause all that you need is a high score of 70-354 Universal Windows Platform – App Architecture and UX/UI exam. The only one thing you need to do is downloading Actualtests 70-354 exam study guides now. We will not let you down with our money-back guarantee.

Q21. - (Topic 6) 

You are designing an Azure application that stores data. 

You have the following requirements: 

The data storage system must support storing more than 500 GB of data. Data retrieval must be possible from a large number of parallel threads. Threads must not block each other. 

You need to recommend an approach for storing data. 

What should you recommend? 

A. Azure Notification Hubs 

B. A single SQL database in Azure 

C. Azure Queue storage 

D. Azure Table storage 

Answer:

Explanation: * Azure Table Storage can be useful for applications that must store large amounts of nonrelational data, and need additional structure for that data. Tables offer key-based access to unschematized data at a low cost for applications with simplified data-access patterns. While Azure Table Storage stores structured data without schemas, it does not provide any way to represent relationships between the data. 

* As a solution architect/developer, consider using Azure Table Storage when: 

/ Your application stores and retrieves large data sets and does not have complex 

relationships that require server-side joins, secondary indexes, or complex server-side 

logic. 

/ You need to achieve a high level of scaling without having to manually shard your dataset. 

Reference: Azure Table Storage and Windows Azure SQL Database - Compared and Contrasted 

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


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


Q23. - (Topic 6) 

A company has a very large dataset that includes sensitive information. The dataset is over 30 TB in size. 

You have a standard business-class ISP internet connection that is rated at 100 megabits/second. 

You have 10 4-TB hard drives that are approved to work with the Azure Import/Export Service. 

You need to migrate the dataset to Azure. The solution must meet the following requirements: 

The dataset must be transmitted securely to Azure. 

Network bandwidth must not increase. 

Hardware costs must be minimized. 

What should you do? 

A. Prepare the drives with the Azure Import/Export tool and then create the import job. Ship the drives to Microsoft via a supported carrier service. 

B. Create an export job and then encrypt the data on the drives by using the Advanced Encryption Standard (AES). Create a destination Blob to store the export data. 

C. Create an import job and then encrypt the data on the drives by using the Advanced Encryption Standard (AES). Create a destination Blob to store the import data. 

D. Prepare the drives by using Sysprep.exe and then create the import job. Ship the drives to Microsoft via a supported carrier service. 

Answer:

Explanation: You can use the Microsoft Azure Import/Export service to transfer large amounts of file data to Azure Blob storage in situations where uploading over the network is prohibitively expensive or not feasible. 

Reference: Use the Microsoft Azure Import/Export Service to Transfer Data to Blob Storage 

http://azure.microsoft.com/en-gb/documentation/articles/storage-import-export-service/ 


Q24. - (Topic 6) 

You have several virtual machines (VMs) that run in Azure. You also have a single System Center 2012 R2 Configuration Manager (SCCM) primary site on-premises. 

You have the following requirements: 

All VMs must run on the same virtual network. 

Network traffic must be minimized between the on-premises datacenter and Azure. 

The solution minimize complexity. 

You need to use SCCM to collect inventory and deploy software to Azure VMs. 

What should you do first? 

A. Configure client push for the Azure virtual network. 

B. Enable and configure Operations Insights in Azure. 

C. Install a cloud distribution point on an Azure VM. 

D. Install a secondary site underneath the primary site onto an Azure VM. 

Answer:

Explanation: Cloud-based distribution Point, a Configuration Manager Site System Role in the Cloud 

Much of the Configuration Manager topology is made up of distribution points, they are very helpful in many situations where bandwidth and geographical separation are the facts of life, but also hard to manage if you have hundreds or even thousands of them. 

This feature started with the vision that it makes perfect sense to have big distribution points in the Windows Azure cloud where one should not worry about things like (but not limited to) size, performance, reliability, security, access from all around the world, hardware/software update issues etc. 

Note: Content management in System Center 2012 Configuration Manager provides the tools for you to manage content files for applications, packages, software updates, and operating system deployment. Configuration Manager uses distribution points to store files that are required for software to run on client computers. These distribution points function as distribution centers for the content files and let users download and run the software. 

Clients must have access to at least one distribution point from which they can download the files. 

Reference: New Distribution Points in Configuration Manager SP1 

http://blogs.technet.com/b/configmgrteam/archive/2013/01/31/new-distribution-points-in-configuration-manager-sp1.aspx 


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

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 


Q26. - (Topic 6) 

A company has 10 on-premises SQL databases. The company plans to move the databases to SQL Server 2012 that runs in Azure Infrastructure-as-a-Service (IaaS). After migration, the databases will support a limited number of Azure websites in the same Azure Virtual Network. 

You have the following requirements: 

. You must restore copies of existing on-premises SQL databases to the SQL 

servers that run in Azure IaaS. 

. You must be able to manage the SQL databases remotely. 

. You must not open a direct connection from all of the machines on the on-

premises network to Azure. 

. Connections to the databases must originate from only five Windows computers. 

You need to configure remote connectivity to the databases. 

Which technology solution should you implement? 

A. Azure Virtual Network site-to-site VPN 

B. Azure Virtual Network multi-point VPN 

C. Azure Virtual Network point-to-site VPN 

D. Azure ExpressRoute 

Answer:

Explanation: A point-to-site VPN would meet the requirements. 

Reference: Configure a Point-to-Site VPN connection to an Azure Virtual Network 

https://azure.microsoft.com/en-us/documentation/articles/vpn-gateway-point-to-site-create/ 


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


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

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


Q29. DRAG DROP - (Topic 3) 

You need to deploy the virtual machines to Azure. 

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

Answer: 


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

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/