Which code segment should you insert at line CF13?

###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 [email protected] 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###

You need to implement tracing for the website after the website is deployed.
Which code segment should you insert at line CF13?

###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 [email protected] 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###

You need to implement tracing for the website after the website is deployed.
Which code segment should you insert at line CF13?

A.
Option A

B.
Option B

C.
Option C

D.
Option D



Leave a Reply 20

Your email address will not be published. Required fields are marked *


a

a

I think “b” is collect answer.

b

b

I think c is the correct ans

davi

davi

I also think B is the right answer
https://azure.microsoft.com/en-us/documentation/articles/cloud-services-dotnet-diagnostics/

class Program
{
static void Main(string[] args)
{
Trace.TraceInformation(“My application entry point called”);

int value = 0;

while (true)
{
Thread.Sleep(10000);
Trace.TraceInformation(“Working”);

// Emit several events every time we go through the loop
for (int i = 0; i < 6; i++)
{
SampleEventSourceWriter.Log.SendEnums(MyColor.Blue, MyFlags.Flag2 | MyFlags.Flag3);
}

for (int i = 0; i < 3; i++)
{
SampleEventSourceWriter.Log.MessageMethod("This is a message.");
SampleEventSourceWriter.Log.SetOther(true, 123456789);
}

if (value == int.MaxValue) value = 0;
SampleEventSourceWriter.Log.HighFreq(value++);
}

}
}
}

Mohan Boissard

Mohan Boissard

Wrote the 70-532 exam on 22/Feb/2016, passed with 9XX marks!

Got 56 questions in total, including 31 mixed questions and 3 case studies (8+8+9).

8 new multiple choice questions and 1 new case study (Fabrikam Concert Tickets).

I learned all new questions from passleader 70-532 exam dumps (VCE and PDF here: https://tr.im/vM3dG) (105q dumps), all new questions are same as my real test, really helpful!

P.S. Microsoft have announced that the 70-532 exam will get many changes from March 10, 2016, including “Website –> Web Apps”, “Windows PowerShell –> Azure PowerShell”, “access control list (ACL) –> Network Security Groups (NSG)”, “cloud service –> virtual network” and so on!!!

M

M

Stop spamming this site.

ScottS

ScottS

B is my vote.

H

H

B makes most sense. But it could also be C, if we assume that the environment is configured in such way that only Errors level are logged and not Info.

“All websites must produce error logs that can be viewed remotely.”

Al

Al

As it says in the question “you need to implement tracing.”
B fits perfect for line 13.

RobV

RobV

Mentions ‘tracing,’ nothing about errors. Thinking “B” as it is the TraceInformation() method.

louncy

louncy

C is correct

Star

Star

I’ve seen this question before but without Trace.Information (option B) replaced with Trace.Assert.

Therefore I am going with option c which is the only viable solution.

Dan

Dan

We must provide tracing requested by the case study (“all websites must produce
error logs”). So I say C.

Klaas Veen

Klaas Veen

The 70-532 exam has been updated since Nov/2016! I took the exam few days ago and luckily passed with a good score of 9xx!

Some tips for passing the 70-532 exam (wish help you all):
1. Watch the MVA course on 70-532 completely
2. Learn the book: Exam Ref 70-532 Developing Microsoft Azure Solutions deeply
3. Practice premium 70-532 dumps from: http://www.passleader.com/70-532.html (105q VCE and PDF dumps)
4. Learn new/changed objectives: Azure Resource Manager (ARM), Azure Functions, Document DB, Logic Apps, and many more newer Azure features and services

Remember to practice PowerShell Commands again and again!!!

Klaas Veen

Klaas Veen

And, the premium 70-532 dumps that I learned are free here:

https://doc.co/FscFAu

Recommend to learn it, for wrong answers have been corrected and all new objectives have been covered, the most valid 70-532 dumps, I think.

Good Luck! Cool Guy!

James Lee

James Lee

Passed 70-532 in new format few days ago! Got 3 Case Studies (each contains 8 Qs): Web-based Solution, Fabrikam (NEW Case Study) and so on.

1. Studying the code samples deeply, Azure documents of all. Taking confidence with Powershell scripts for Azure.

2. Learning details on Azure storage Files, SAS, Access Policies, Various tiers of Azure SQL, VMs, Storages, Redis and their specifications, best practices of setting up SQL on VMs, VNET/Networking/IPs/Load BalacingApp Gateways/VPN setup/Express Routing concepts … etc.

3. Reading the 70-532 book (Exam Ref 70-532 Developing Microsoft Azure Solutions), watching MVA videos.

(ATTENTION!!! The test format had been changed, you can’t scroll through the questions. You have to complete each section at a time before you can move on to the next.)

Questions on this site MAY not enough for passing, NEW QUESTIONS ARE NOT AVAILABLE HERE!

I do recommend you to learn the NEWEST & VALID PassLeader 70-532 dumps here:

https://drive.google.com/open?id=0B-ob6L_QjGLpfmZSUFFPa0F4WENQMGl3SjhPSkpaTWlzakMwRzF6d2ctUWRTa1V4TTU1c0E

Good Luck!!!

Kurt Reich

Kurt Reich

New 70-532 Exam Questions and Answers (15/Aug/2017 Updated):

NEW QUESTION 174
Which of the following is not true about metadata? (Choose two.)

A. Both containers and blobs have writable system properties.
B. Blob user-defined metadata is accessed as a key value pair.
C. System metadata can influence how the blog is stored and accessed in Azure Storage.
D. Only blobs have metadata; containers do not.

Answer: AD

NEW QUESTION 175
Which of the following are true regarding supported operations granted with an SAS token? (Choose three.)

A. You can grant read access to existing blobs.
B. You can create new blob containers.
C. You can add, update, and delete queue messages.
D. You can add, update, and delete table entities.
E. You can query table entities.

Answer: ACDE

NEW QUESTION 176
You administer an Azure subscription for your company. You have an application that updates text files frequently. The text files will not exceed 20 gigabytes (GB) in size. Each write operation must not exceed 4 megabytes (MB). You need to allocate storage in Azure for the application. Which three storage types will achieve the goal? (Each correct answer presents a complete solution. Choose three.)

A. page blob
B. queue
C. append blob
D. block blob
E. file share

Answer: ACD

NEW QUESTION 177
You administer an Access Control Service namespace named ContosoACS that is used by a web application. ContosoACS currently utilizes Microsoft and Yahoo accounts. Several users in your organization have Google accounts and would like to access the web application through ContosoACS. You need to allow users to access the application by using their Google accounts. What should you do?

A. Register the application directly with Google.
B. Edit the existing Microsoft Account identity provider and update the realm to include Google.
C. Add a new Google identity provider.
D. Add a new WS-Federation identity provider and configure the WS-Federation metadata to point to the Google sign-in URL.

Answer: C
Explanation:
Configuring Google as an identity provider eliminates the need to create and manage authentication and identity management mechanism. It helps the end user experience if there are familiar authentication procedures.

NEW QUESTION 178
Which of the following are valid options for processing queue messages? (Choose two.)

A. A single compute instance can process only one message at a time.
B. A single compute instance can process up to 31 messages at a time.
C. A single compute instance can retrieve up to 32 messages at a time.
D. Messages can be read one at a time or in batches of up to 32 messages at a time.
E. Messages are deleted as soon as they are read.

Answer: CD

NEW QUESTION 179
Which of the following statements are true of stored access policies? (Choose two.)

A. You can modify the start or expiration date for access.
B. You can revoke access at any point in time.
C. You can modify permissions to remove or add supported operations.
D. You can add to the list of resources accessible by an SAS token.

Answer: ABC

NEW QUESTION 180
How should you choose a good partition key for a Table storage implementation? (Choose two.)

A. They should always be unique, like a primary key in a SQL table.
B. You should always use the same partition key for all records.
C. Think about how you’re likely to update the data using batch transactions.
D. Find an even way to split them so that you have relatively even partition sizes.

Answer: CD

NEW QUESTION 181
Which of the following is not a method for replicating a Table storage account?

A. Transactional replication
B. Zone redundant storage
C. Read access geo-redundant storage
D. Geo-redundant storage

Answer: A

NEW QUESTION 182
You manage an on-premises monitoring platform. You plan to deploy virtual machines (VMs) in Azure. You must use existing on-premises monitoring solutions for Azure VMs. You must maximize security for any communication between Azure and the on-premises environment. You need to ensure that Azure alerts are sent to the on-premises solution. What should you do?

A. Enable App Service Authentication for the VMs.
B. Configure a basic authorization webhook.
C. Deploy an HDInsight cluster.
D. Configure a token-based authorization webhook.

Answer: D

NEW QUESTION 183
A company Chef Information Officer (CIO) who wants to ensure rapid elasticity for the company’s cloud solution would MOST likely choose which of the following types of cloud?

A. Public cloud
B. Private community cloud
C. Private cloud
D. Community cloud

Answer: C
Explanation:
Rapid elasticity is a cloud computing term for scalable provisioning, or the ability to provide scalable services. Software that can scale in a private cloud faces two security related issues:
– Although the private cloud infrastructure can enable rapid elasticity in the supply of virtual resources, hosted applications and services must be designed correctly if they are to function securely when they are scaled out.
– Hosted applications and services that initiate scaling requests automatically based on monitored demand or a timetable must perform these operations without impacting their own or other services availability within the cloud.

NEW QUESTION 184
Which of the following statements are correct for submitting operations in a batch? (Choose three.)

A. All operations have to be in the same partition.
B. Total batch size can’t be greater than 4MB.
C. Max operation count is 100.
D. Minimum operation count is three.

Answer: ABC

NEW QUESTION 185
Which of the following statements are true of CORS support for storage? (Choose two.)

A. It is recommended you enable CORS so that browsers can access blobs.
B. To protect CORS access to blobs from the browser, you should generate SAS tokens to secure blob requests.
C. CORS is supported only for Blob storage.
D. CORS is disabled by default.

Answer: BD

NEW QUESTION 186
Which of the following is not a requirement for creating an online secondary for SQL Database?

A. The secondary database must have the same name as the primary.
B. They must be on separate servers.
C. They both must be on the different subscription.
D. The secondary server cannot be a lower performance tier than the primary.

Answer: D

NEW QUESTION 187
You have an existing classic virtual network. You need to export the virtual network settings to an XML file to make modifications. Which Azure PowerShell cmdlet should you use?

A. Get-AzureVNetSite
B. Get-AzureVNetConnection
C. Get-AzureVNetGateway
D. Get-AzureVNetConfig

Answer: D

NEW QUESTION 188
Which statement is true of Storage Analytics Metrics?

A. Capacity metrics are recorded only for blobs.
B. You can set hourly or by minute metrics through the management portal.
C. By default, metrics are retained for one year.
D. If you disable metrics, existing metrics are deleted from storage.

Answer: A

NEW QUESTION 189
Which metrics should you add to monitoring that will help you select the appropriate level of SQL Database? (Choose three.)

A. CPU Processor Count
B. CPU Percentage
C. Physical Data Reads Percentage
D. Log Writes Percentage

Answer: BCD

NEW QUESTION 190
You are migrating a local virtual machine (VM) to an Azure VM. You upload the virtual hard disk (VHD) file to Azure Blob storage as a Block Blob. You need to change the Block blob to a page blob. What should you do?

A. Delete the Block Blob and re-upload the VHD as a page blob.
B. Update the type of the blob programmatically by using the Azure Storage .NET SDK.
C. Update the metadata of the current blob and set the Blob-Type key to Page.
D. Create a new empty page blob and use the Azure Blob Copy Power Shell cmdlet to copy the current data to the new blob.

Answer: A
Explanation:
* To copy the data files to Windows Azure Storage by using one of the following methods: AzCopy Tool, Put Blob (REST API) and Put Page (REST API), or Windows Azure Storage Client Library for .NET or a third-party storage explorer tool. Important: When using this new enhancement, always make sure that you create a page blob not a block blob.
* Azure has two main files storage format:
– Page blob: mainly used for vhd’s (CloudPageBlob)
– Block Blob: for other files (CloudBlockBlob)

NEW QUESTION 191
……

P.S. These New 70-532 Exam Questions Were Just Updated From The Real 70-532 Exam, You Can Get The Newest 70-532 Dumps In PDF And VCE From — https://www.passleader.com/70-532.html (205q VCE and PDF)

Good Luck!