Finding Far out 70-354 bible

Actualtests 70-354 Questions are updated and all 70-354 answers are verified by experts. Once you have completely prepared with our 70-354 exam prep kits you will be ready for the real 70-354 exam without a problem. We have Refresh Microsoft 70-354 dumps study guide. PASSED 70-354 First attempt! Here What I Did.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Microsoft 70-354 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 70-354 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/70-354-exam-dumps.html

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

Topic 3, Contoso, Ltd

Background

Overview

Contoso, Ltd., manufactures and sells golf clubs and golf balls. Contoso also sells golf accessories under the Contoso Golf and Odyssey brands worldwide.

Most of the company's IT infrastructure is located in the company's Carlsbad, California, headquarters. Contoso also has a sizable third-party colocation datacenter that costs the company USD $30,000 to $40,000 a month. Contoso has other servers scattered around the United States.

Contoso, Ltd., has the following goals:

Move many consumer-facing websites, enterprise databases, and enterprise web services to Azure.

Improve the performance for customers and resellers who are access company websites from around the world.

Provide support for provisioning resources to meet bursts of demand.

Consolidate and improve the utilization of website- and database-hosting resources.

Avoid downtime, particularly that caused by web and database server updating.

Leverage familiarity with Microsoft server management tools.

Infrastructure

Contoso's datacenters are filled with dozens of smaller web servers and databases that run on under-utilized hardware. This creates issues for data backup. Contoso currently backs up data to tape by using System Center Data Protection Manager. System Center Operations Manager is not deployed in the enterprise.

All of the servers are expensive to acquire and maintain, and scaling the infrastructure takes significant time. Contoso conducts weekly server maintenance, which causes downtime for some of its global offices. Special events, such as high-profile golf tournaments, create a large increase in site traffic. Contoso has difficulty scaling the webhosting  environment fast enough to meet these surges in site traffic.

Contoso has resellers and consumers in Japan and China. These resellers must use applications that run in a datacenter that is located in the state of Texas, in the United States. Because of the physical distance, the resellers experience slow response times and downtime.

Business Requirements

Management and Performance

Management

Web servers and databases must automatically apply updates to the operating system and products.

Automatically monitor the health of worldwide sites, databases, and virtual machines.

Automatically back up the website and databases.

Manage hosted resources by using on-premises tools.

Performance

The management team would like to centralize data backups and eliminate the use of tapes.

The website must automatically scale without code changes or redeployment.

Support changes in service tier without reconfiguration or redeployment.

Site-hosting must automatically scale to accommodate data bandwidth and number of connections.

Scale databases without requiring migration to a larger server.

Migrate business critical applications to Azure.

Migrate databases to the cloud and centralize databases where possible.

Business Continuity and Support

Business Continuity

Minimize downtime in the event of regional disasters.

Recover data if unintentional modifications or deletions are discovered.

Run the website on multiple web server instances to minimize downtime and support a high service level agreement (SLA).

Connectivity

Allow enterprise web services to access data and other services located onpremises.

Provide and monitor lowest latency possible to website visitors.

Automatically balance traffic among all web servers.

Provide secure transactions for users of both legacy and modern browsers.

Provide automated auditing and reporting of web servers and databases.

Support single sign-on from multiple domains.

Development Environment

You identify the following requirements for the development environment:

Support the current development team's knowledge of Microsoft web development and SQL Service tools.

Support building experimental applications by using data from the Azure deployment and on-premises data sources.

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

System designers and architects must be able to create custom Web APIs without requiring any coding.

Support automatic website deployment from source control.

Support automated build verification and testing to mitigate bugs introduced during builds.

Manage website versions across all deployments.

Ensure that website versions are consistent across all deployments.

Technical Requirement

Management and Performance

Management

Use build automation to deploy directly from Visual Studio.

Use build-time versioning of assets and builds/releases.

Automate common IT tasks such as VM creation by using Windows PowerShell workflows.

Use advanced monitoring features and reports of workloads in Azure by using existing Microsoft tools.

Performance

Websites must automatically load balance across multiple servers to adapt to varying traffic.

In production, websites must run on multiple instances.

First-time published websites must be published by using Visual Studio and scaled to a single instance to test publishing.

Data storage must support automatic load balancing across multiple servers.

Websites must adapt to wide increases in traffic during special events.

Azure virtual machines (VMs) must be created in the same datacenter when applicable.

Business Continuity and Support

Business Continuity

Automatically co-locate data and applications in different geographic locations.

Provide real-time reporting of changes to critical data and binaries.

Provide real-time alerts of security exceptions.

Unwanted deletions or modifications of data must be reversible for up to one month, especially in business critical applications and databases.

Any cloud-hosted servers must be highly available.

Enterprise Support

The solution must use stored procedures to access on-premises SQL Server data from Azure.

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.

14. HOTSPOT - (Topic 3) 

You need implement tools at the client's location for monitoring and deploying Azure resources. 

Which tools should you use? To answer, select the appropriate on-premises tool for each task in the answer area. 

Answer: 


Q12. - (Topic 6) 

You are designing an Azure web application that includes many static content files. 

The application is accessed from locations all over the world by using a custom domain name. 

You need to recommend an approach for providing access to the static content with the least amount of latency. 

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

A. Place the static content in Azure Table storage. 

B. Configure a CNAME DNS record for the Azure Content Delivery Network (CDN) domain. 

C. Place the static content in Azure Blob storage. 

D. Configure a custom domain name that is an alias for the Azure Storage domain. 

Answer: B,C 

Explanation: B: There are two ways to map your custom domain to a CDN endpoint. 

1. 

Create a CNAME record with your domain registrar and map your custom domain and subdomain to the CDN endpoint 

2. 

Add an intermediate registration step with Azure cdnverify 

C: The Azure Content Delivery Network (CDN) offers developers a global solution for delivering high-bandwidth content by caching blobs and static content of compute instances at physical nodes in the United States, Europe, Asia, Australia and South America. The benefits of using CDN to cache Azure data include: / Better performance and user experience for end users who are far from a content source, and are using applications where many 'internet trips' are required to load content / Large distributed scale to better handle instantaneous high load, say, at the start of an event such as a product launch 

Reference: Using CDN for Azure https://azure.microsoft.com/en-gb/documentation/articles/cdn-how-to-use/ 

Reference: How to map Custom Domain to Content Delivery Network (CDN) endpoint 

https://github.com/Azure/azure-content/blob/master/articles/cdn-map-content-to-custom-domain.md 

https://github.com/Azure/azure-content/blob/master/articles/cdn-map-content-to-custom-domain.md 


Q13. - (Topic 2) 

You need to configure the distribution tracking application. 

What should you do? 

A. Map each role to a single upgrade domain to optimize resource utilization. 

B. Design all services as stateless services. 

C. Configure operations to queue when a role reaches its capacity. 

D. Configure multiple worker roles to run on each virtual machine. 

Answer:

Explanation: * Scenario: distribution tracking application 

The system is processor intensive and should be run in a multithreading environment. 

Reference: Running multiple workers inside one Windows Azure Worker Role 

http://mark.mymonster.nl/2013/01/29/running-multiple-workers-inside-one-windows-azure-worker-role 


Q14. - (Topic 1) 

You are designing a plan to deploy a new application to Azure. The solution must provide a 

single sign-on experience for users. 

You need to recommend an authentication type. 

Which authentication type should you recommend? 

A. SAML credential tokens 

B. Azure managed access keys 

C. Windows Authentication 

D. MS-CHAP 

Answer:

Explanation: A Microsoft cloud service administrator who wants to provide their Azure Active Directory (AD) users with sign-on validation can use a SAML 2.0 compliant SP-Lite profile based Identity Provider as their preferred Security Token Service (STS) / identity provider. This is useful where the solution implementer already has a user directory and password store on-premises that can be accessed using SAML 2.0. This existing user directory can be used for sign-on to Office 365 and other Azure AD-secured resources. 

Reference: Use a SAML 2.0 identity provider to implement single sign-on 

https://msdn.microsoft.com/en-us/library/azure/dn641269.aspx?f=255&MSPPError=-2147217396 


Q15. DRAG DROP - (Topic 6) 

You have a website that displays text, pictures, video files, and audio files. The website processes requests from countries and regions all over the world. You plan to migrate the website to the Azure platform. 

The website has the following requirements: 

. Encode, store, and stream audio and video at scale. . Load-balance communications with the website instance that is closest to the user's location. . Deliver content with high-bandwidth and low latency. 

You need to recommend the technologies to implement the solution. 

Which technologies should you recommend? To answer, drag the appropriate technology to the correct requirement. Each technology 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: 


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


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

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 


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


Q19. ic 1, VanArsdel, Ltd

Overview

VanArsdel, Ltd. builds skyscrapers, subways, and bridges. VanArsdel is a leader in using technology to do construction better.

Overview

VanArsdel employees are able to use their own mobile devices for work activities because the company recognizes that this usage enables employee productivity. Employees also access Software as a Service (SaaS) applications, including DocuSign, Dropbox, and Citrix. The company continues to evaluate and adopt more SaaS applications for its business. VanArsdel uses Azure Active Directory (AD) to authenticate its employees, as well as Multi-Factor Authentication (MFA). Management enjoys the ease with which MFA

can be enabled and disabled for employees who use cloud-based services. VanArsdel's on-premises directory contains a single forest.

Helpdesk:

VanArsdel creates a helpdesk group to assist its employees. The company sends email messages to all its employees about the helpdesk group and how to contact it. Configuring employee access for SaaS applications is often a time-consuming task. It is not always obvious to the helpdesk group which users should be given access to which SaaS applications. The helpdesk group must respond to many phone calls and email messages to solve this problem, which takes up valuable time. The helpdesk group is unable to meet the needs of VanArsdel's employees.

However, many employees do not work with the helpdesk group to solve their access problems. Instead, these employees contact their co-workers or managers to find someone who can help them. Also, new employees are not always told to contact the helpdesk group for access problems. Some employees report that they cannot see all the applications in the Access Panel that they have access to. Some employees report that they must re-enter their passwords when they access cloud applications, even though they have already authenticated.

Bring your own device (BYOD):

VanArsdel wants to continue to support users and their mobile and personal devices, but the company is concerned about how to protect corporate assets that are stored on these devices. The company does not have a strategy to ensure that its data is removed from the devices when employees leave the company.

Customer Support

VanArsdel wants a mobile app for customer profile registration and feedback. The company would like to keep track of all its previous, current, and future customers worldwide. A profile system using third-party authentication is required as well as feedback and support sections for the mobile app.

Migration:

VanArsdel plans to migrate several virtual machine (VM) workloads into Azure. They also plan to extend their on-premises Active Directory into Azure for mobile app authentication.

Business Requirements

Hybrid Solution:

A single account and credentials for both on-premises and cloud applications Certain applications that are hosted both in Azure and on-site must be accessible to both VanArsdel employees and partners

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

The partners all use Hotmail.com email addresses

Mobile App:

VanArsdel requires a mobile app for project managers on construction job sites. The mobile app has the following requirements:

The app must display partner information.

The app must alert project managers when changes to the partner information occur.

The app must display project information including an image gallery to view pictures of construction projects.

Project managers must be able to access the information remotely and securely.

Security:

VanArsdel must control access to its resources to ensure sensitive services and information are accessible only by authorized users and/or managed devices.

Employees must be able to securely share data, based on corporate policies, with other VanArsdel employees and with partners who are located on construction job sites.

VanArsdel management does NOT want to create and manage user accounts for partners.

Technical Requirements

Architecture:

VanArsdel requires a non-centralized stateless architecture fonts data and services where application, data, and computing power are at the logical extremes of the network.

VanArsdel requires separation of CPU storage and SQL services

Data Storage:

VanArsdel needs a solution to reduce the number of operations on the contractor information table. Currently, data transfer rates are excessive, and queue length for read/write operations affects performance.

A mobile service that is used to access contractor information must have automatically scalable, structured storage Images must be stored in an automatically scalable, unstructured form.

Mobile Apps:

VanArsdel mobile app must authenticate employees to the company's Active Directory.

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

The customer support app should use an identity provider that is configured by using the Access Control Service for current profile registration and authentication.

The customer support team will adopt future identity providers that are configured through Access Control Service.

Security:

Active Directory Federated Server (AD FS) will be used to extend AD into Azure.

Helpdesk administrators must have access to only the groups of Azure resources they are responsible for. Azure administration will be performed by a separate group.

IT administrative overhead must be minimized.

Permissions must be assigned by using Role Based Access Control (RBAC).

Line of business applications must be accessed securely.

1. - (Topic 1) 

You need to prepare the implementation of data storage for the contractor information app. 

What should you? 

A. Create a storage account and implement multiple data partitions. 

B. Create a Cloud Service and a Mobile Service. Implement Entity Group transactions. 

C. Create a Cloud Service and a Deployment group. Implement Entity Group transactions. 

D. Create a Deployment group and a Mobile Service. Implement multiple data partitions. 

Answer:

Explanation: 

* Scenario: / VanArsdel needs a solution to reduce the number of operations on the contractor information table. Currently, data transfer rates are excessive, and queue length for read/write operations affects performance. / A mobile service that is used to access contractor information must have automatically scalable, structured storage 

* The basic unit of deployment and scale in Azure is the Cloud Service. 

Reference: Performing Entity Group Transactions 

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


Q20. DRAG DROP - (Topic 5) 

You need to design the notification service for the customer-facing mobile app. 

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: