PrepAway - Latest Free Exam Questions & Answers

Tag: Briefing 70-532 (update January 12th, 2018)

Briefing 70-532: Developing Microsoft Azure Solutions (update January 12th, 2018)

What should you recommend?

You are designing a Windows Azure application that will use Windows Azure Table storage.
The application will allow teams of users to collaborate on projects.
Each user is a member of only one team. You have the following requirements:
Ensure that each user can efficiently query records related to his or her team’s projects.
Minimize data access latency.
You need to recommend an approach for partitioning table storage entities.
What should you recommend?

Which two storage types should you recommend?

You are designing a plan for migrating Virtual Hard Disks (VHDs) and video files to Windows Azure Storage.
The VHDs must be optimized for random read/write operation.
The video files must be optimized for sequential access.
You need to recommend storage types for storing the VHDs and video files.
Which two storage types should you recommend? (Each correct answer presents part of the solution. Choose two.) streaming. Page blobs, which are optimized for random read/write operations and which provide the ability to write to a range of bytes in a blob. After you create or change the server image, you are ready to upload the as a template to create VM role instances.

Which two actions should you recommend?

You are planning to move streaming media content to Windows Azure Storage.
You need to recommend an approach for providing worldwide users the fastest possible access to the content.
Which two actions should you recommend? (Choose two.) streaming. Page blobs, which are optimized for random read/write operations and which provide the ability to write to a range of bytes in a blob. Windows Azure provides the Windows Azure Content Delivery Network delivering high-bandwidth content. The benefit of using a CDN is better performance and user experience for users who are farther from the source of the content stored in the Windows Azure blob storage.

You need to complete the process flow

HOTSPOT

You are developing an Azure application.
The image below represents the process flow for the application.

You need to complete the process flow.
What should you use? To answer, select the appropriate options in the answer area.
Each correct selection is worth one point.
Hot Area:


the webhook. webhook. To receive data from the client, the runbook can accept a single parameter called $WebhookData of type [object] that will contain data that the client includes in the POST request. expected.

You need to reduce the recurring monthly Azure costs wi…

You administer an Azure environment that includes six Azure Resource Manager (ARM) virtual machines
(VMs) that support development. The development team uses Azure SQL databases and Azure Queues for application storage. All Azure resources are grouped within a single subscription and resource group.
You need to reduce the recurring monthly Azure costs without degrading server performance. You must minimize the administrative effort involved.
What should you do? servers down when not in use would save money). There is another version of this question that does not include shutting down the servers as an answer option.

Does the solution meet the goal?

You develop an enterprise application that will be used only by the employees of a company. The application is not Internet-facing. You deploy instances of the application to Azure datacenters on two continents.
You must implement a load balancing solution that meets the following requirements:
Provide network-level distribution of traffic across all instances of the application.
Support HTTP and HTTPS protocols.
Manage all inbound and outbound connections.
Any back-end virtual machine (VM) must be able to service requests from the same user or client session.
Solution: You implement Application Gateway.
Does the solution meet the goal? different datacenters

Does the solution meet the goal?

You develop an enterprise application that will be used only by the employees of a company. The application is not Internet-facing. You deploy instances of the application to Azure datacenters on two continents.
You must implement a load balancing solution that meets the following requirements:
Provide network-level distribution of traffic across all instances of the application.
Support HTTP and HTTPS protocols.
Manage all inbound and outbound connections.
Any back-end virtual machine (VM) must be able to service requests from the same user or client session.
Solution: You implement Traffic Manager and Application Gateway.
Does the solution meet the goal? supports the HTTP, HTTPS, and WebSockets protocols. the same back-end virtual machine. Examples of these applications would be shopping cart applications and web mail servers. endpoints. Clients then connect to those endpoints directly. different datacenters

Does the solution meet the goal?

You develop an enterprise application that will be used only by the employees of a company. The application is not Internet-facing. You deploy instances of the application to Azure datacenters on two continents.You must implement a load balancing solution that meets the following requirements:
Provide network-level distribution of traffic across all instances of the application.
Support HTTP and HTTPS protocols.
Manage all inbound and outbound connections.
Any back-end virtual machine (VM) must be able to service requests from the same user or client session.
Solution: You implement Traffic Manager.
Does the solution meet the goal? distributed endpoints. Clients then connect to those endpoints directly.

You need to resolve the issue

Background
Contoso, Ltd. is developing a patient monitoring solution for a hospital. The solution consists of an Azure Web
App and a set of mobile applications that health care providers use to monitor patients remotely.
Monitoring devices that run the embedded version of Windows will be attached to patients. The devices will collect information from patients and will transmit real-time continuous data to a service that runs on Azure. The service collects and distributes data. The data that the service provides must be accessible by the website and by the mobile applications.
Business Requirements
Patients
All patient data must be stored securely on Azure. Data security must meet or exceed Health Insurance
Portability and Accountability Act of 1996 (HIPAA) standards in the United States and must meet or exceed
ISO/ICE 27002 data security standards in the rest of the world.
Contractors
Third-party contractors will develop the mobile applications. All contractors must develop the applications by using virtual machines (VMs) that are hosted on Azure. Only authorized contractors and authorized IP addresses are permitted to access the VMs. The contractors can use Near Field Communication (NFC) tags to launch Remote Desktop (RD) connections to the VMs from NFC-enabled devices. For testing purposes, contractors must be able to run multiple instances of mobile applications within the VMs.
Data Collection and Distribution Service
The service must monitor the patient data and send out alerts to health care providers when specific conditions are detected. The service must send the alerts to mobile applications and to the website in real time so that doctors, nurses, and caregivers can attend to the patient. Partner organizations and diagnostic laboratories must be able to securely access the data and the website from remote locations.
Current Issues
A partner that is testing a prototype of the website reports that after signing in to the website, the partner is redirected to the settings page instead of to the home page.
The data from the patient devices is slow to appear on the website and does not always appear. All patient devices online have active connections to the data collection service.
Technical Requirements
Contractors
All contractors will use virtual machines that are initially configured as size A3. Contractors must sign in to the assigned VM by using IP addresses from a list of preapproved addresses.
Data Collection and Distribution Service
The service runs Node.js in a worker role.
The service must use at least 2048-bit encryption and must use port 8888.
All patient information must be encrypted and stored by using a NoSQL data store.
Data must be stored and retrieved securely by using RESTful endpoints.
Data must NOT be stored within a virtual machine.
All deployed services must send an alert email to watchguard@contoso.com when any of the following conditions is met:
The CPU Percentage metric is at or above 85 percent for at least 10 minutes.
The Network In metric is at or above 2 KB for at least 10 minutes.
The Network Out metric is at or above 2 KB for at least 10 minutes.
The Disk Write metric is at or above 1 KB/sec for at least 30 minutes.
The Disk Read metric is at or above 1 KB/sec for at least 30 minutes.Website and Mobile Devices
The website must be secure and must be accessible only within the hospital’s physical grounds. All mobile applications and websites must be responsive. All websites must produce error logs that can be viewed remotely.
Virtual Machines
All Azure instances must be deployed and tested on staging instances before they are deployed to production instances.
All deployed instances must scale up to the next available CPU instance at a CPU usage threshold of 90 percent and scale down when the usage is below 10 percent.
Application Structure
Relevant portions of the application files are shown in the following code segments. Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.The Web App does not receive alerts quickly enough.
There is a lengthy delay between the time an alert is sent and when it is received by the Web App.

You need to resolve the issue.
What should you do? percent and scale down when the usage is below 10 percent.


Page 6 of 26« First...45678...20...Last »