PrepAway - Latest Free Exam Questions & Answers

You need to resolve the issue

###BeginCaseStudy###
Case Study: 2
Contoso, Ltd
Background
Contoso, Ltd. is developing a patient monitoring solution for a hospital. The solution consists
of an Azure website 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.

###EndCaseStudy###

The website does not receive alerts quickly enough.
You need to resolve the issue.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Enable automatic scaling for the website.

B.
Manually Increase the instance count for the worker role.

C.
Increase the amount of swap memory for the VM instance.

D.
Set the monitoring level to Verbose for the worker role.

E.
Enable automatic scaling for the worker role.

11 Comments on “You need to resolve the issue

  1. J says:

    I Agree E sounds better. The Service is a Worker Role. So the Service is having trouble sending alert to Web Site.

    I presume the Alert is probably a webSocket message sent from Node.Js application.




    0



    0
  2. ScottS says:

    The answer is A because the “web site does not receive alerts quickly enough.”

    Also, the alerts are not originating from the worker roles because, “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.”

    This means that the web roles are becoming overloaded. Scaling up the worker roles would have no effect since the data is entering through the web role.




    0



    0
    1. H says:

      Hm, no. Now I think the answer should be “A”, because in the question the complaint is specifically about the website and it does not mention the rest of the devices. Hence – the worker role (Service) is working fine, it is the website which can’t keep up.




      0



      0
  3. Dan says:

    I think the web role does not receive alerts because the worker role is throttling. In addition to this, autoscaling has no immediate effect. For this reason I think the best solution is B.




    0



    0

Leave a Reply