You need to configure storage for the solution

###BeginCaseStudy###
Case Study: 1
Web-based Solution
Background
You are developing a web-based solution that students and teachers can use to collaborate on
written assignments. Teachers can also use the solution to detect potential plagiarism, and
they can manage assignments and data by using locally accessible network shares.
Business Requirements
The solution consists of three parts: a website where students work on assignments and where
teachers view and grade assignments, the plagiarism detection service, and a connector
service to manage data by using a network share.
The system availability agreement states that operating hours are weekdays between midnight
on Sunday and midnight on Friday.
Plagiarism Service
The plagiarism detection portion of the solution compares a new work against a repository of
existing works. The initial dataset contains a large database of existing works. Teachers
upload additional works. In addition, the service itself searches for other works and adds
those works to the repository.
Technical Requirements
Website
The website for the solution must run on an Azure web role.
Plagiarism Service
The plagiarism detection service runs on an Azure worker role. The computation uses a
random number generator. Certain values can result in an infinite loop, so if a particular work
item takes longer than one hour to process, other instances of the service must be able to
process the work item. The Azure worker role must fully utilize all available CPU cores.
Computation results are cached in local storage resources to reduce computation time.
Repository of Existing Works
The plagiarism detection service works by comparing student submissions against a
repository of existing works by using a custom matching algorithm. The master copies of the
works are stored in Azure blob storage. A daily process synchronizes files between blob
storage and a file share on a virtual machine (VM). As part of this synchronization, the
ExistingWorkRepository object adds the files to Azure Cache to improve the display
performance of the website. If a student’s submission is overdue, the Late property is set to
the number of days that the work is overdue. Work files can be downloaded by using the
Work action of the TeacherController object
Network Connector
Clients can interact with files that are stored on the VM by using a network share. The
network permissions are configured in a startup task in the plagiarism detection service.
Service Monitoring
The CPU of the system on which the plagiarism detection service runs usually limits the
plagiarism detection service. However, certain combinations of input can cause memory
issues, which results in decreased performance. The average time for a given computation is

45 seconds. Unexpected results during computations might cause a memory dump. Memory
dump files are stored in the Windows temporary folder on the VM that hosts the worker role.
Security
Only valid users of the solution must be able to view content that users submit. Privacy
regulations require that all content that users submit must be retained only in Azure Storage.
All documents that students upload must be signed by using a certificate named DocCert that
is installed in both the worker role and the web role.
Solution Development
You use Microsoft Visual Studio 2013 and the Azure emulator to develop and test both the
compute component and the storage component. New versions of the solution must undergo
testing by using production data.
Scaling
During non-operating hours, the plagiarism detection service should not use more than 40
CPU cores. During operating hours, the plagiarism detection service should automatically
scale when 500 work items are waiting to be processed. To facilitate maintenance of the
system, no plagiarism detection work should occur during non-operating hours. All ASP.NET
MVC actions must support files that are up to 2 GB in size.
Biographical Information
Biographical information about students and teachers is stored in a Microsoft Azure SQL
database. All services run in the US West region. The plagiarism detection service runs on
Extra Large instances.
Solution Structure
Relevant portions of the solution 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 the line belongs.

###EndCaseStudy###

DRAG DROP
You need to configure storage for the solution.
What should you do? To answer, drag the appropriate XML segments to the correct locations. Each XML
segment 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.

###BeginCaseStudy###
Case Study: 1
Web-based Solution
Background
You are developing a web-based solution that students and teachers can use to collaborate on
written assignments. Teachers can also use the solution to detect potential plagiarism, and
they can manage assignments and data by using locally accessible network shares.
Business Requirements
The solution consists of three parts: a website where students work on assignments and where
teachers view and grade assignments, the plagiarism detection service, and a connector
service to manage data by using a network share.
The system availability agreement states that operating hours are weekdays between midnight
on Sunday and midnight on Friday.
Plagiarism Service
The plagiarism detection portion of the solution compares a new work against a repository of
existing works. The initial dataset contains a large database of existing works. Teachers
upload additional works. In addition, the service itself searches for other works and adds
those works to the repository.
Technical Requirements
Website
The website for the solution must run on an Azure web role.
Plagiarism Service
The plagiarism detection service runs on an Azure worker role. The computation uses a
random number generator. Certain values can result in an infinite loop, so if a particular work
item takes longer than one hour to process, other instances of the service must be able to
process the work item. The Azure worker role must fully utilize all available CPU cores.
Computation results are cached in local storage resources to reduce computation time.
Repository of Existing Works
The plagiarism detection service works by comparing student submissions against a
repository of existing works by using a custom matching algorithm. The master copies of the
works are stored in Azure blob storage. A daily process synchronizes files between blob
storage and a file share on a virtual machine (VM). As part of this synchronization, the
ExistingWorkRepository object adds the files to Azure Cache to improve the display
performance of the website. If a student’s submission is overdue, the Late property is set to
the number of days that the work is overdue. Work files can be downloaded by using the
Work action of the TeacherController object
Network Connector
Clients can interact with files that are stored on the VM by using a network share. The
network permissions are configured in a startup task in the plagiarism detection service.
Service Monitoring
The CPU of the system on which the plagiarism detection service runs usually limits the
plagiarism detection service. However, certain combinations of input can cause memory
issues, which results in decreased performance. The average time for a given computation is

45 seconds. Unexpected results during computations might cause a memory dump. Memory
dump files are stored in the Windows temporary folder on the VM that hosts the worker role.
Security
Only valid users of the solution must be able to view content that users submit. Privacy
regulations require that all content that users submit must be retained only in Azure Storage.
All documents that students upload must be signed by using a certificate named DocCert that
is installed in both the worker role and the web role.
Solution Development
You use Microsoft Visual Studio 2013 and the Azure emulator to develop and test both the
compute component and the storage component. New versions of the solution must undergo
testing by using production data.
Scaling
During non-operating hours, the plagiarism detection service should not use more than 40
CPU cores. During operating hours, the plagiarism detection service should automatically
scale when 500 work items are waiting to be processed. To facilitate maintenance of the
system, no plagiarism detection work should occur during non-operating hours. All ASP.NET
MVC actions must support files that are up to 2 GB in size.
Biographical Information
Biographical information about students and teachers is stored in a Microsoft Azure SQL
database. All services run in the US West region. The plagiarism detection service runs on
Extra Large instances.
Solution Structure
Relevant portions of the solution 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 the line belongs.

###EndCaseStudy###

DRAG DROP
You need to configure storage for the solution.
What should you do? To answer, drag the appropriate XML segments to the correct locations. Each XML
segment 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:



Leave a Reply 16

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


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!!!

J

J

Mohan if you wanna be helpful share the pdf, or else you are just advertising paid content that is the same as in this free site which is bs.

W

W

It’s just advertising bot….

J

J

this site is awesome by the way! I was referring to Mohan comment as being bs.

Star

Star

This is correct answer

Jason

Jason

Is the question/dump here are still valid?

Collin

Collin

Downlaod new Madden 17 Coin Glitch and Generator game!

Best Madden NFL 17 Coin Glitch and Generator for unlimied Cash and Coins!

DOWNLOAD LINK : Madden NFL 17 Coin Glich and Generator

BECKY IU

BECKY IU

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!!!

BECKY IU

BECKY IU

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!

PJ

PJ

The premium that you are suggesting has 100+ Ques and the free sample has 60+ Q&A, so these freely available are still relevant? Please suggest.

Claudio

Claudio

Downlaod new Madden 17 Coin Glitch and Generator game!

Best Madden NFL 17 Coin Glitch and Generator for unlimied Cash and Coins!

DOWNLOAD LINK : Madden NFL 17 Coin Glich and Generator

Ashutosh Joshi

Ashutosh Joshi

Just took the exam and passed. 50% Qs are from here.

I have posted all the questions on my blog https://goo.gl/mIe5Ek

Have a Look.

Will definitely help.

raz

raz

HI Ashutosh, 50% is Qs is from these 88 or from measureup (your blog link)?

Sherry

Sherry

Hi~~~All!!!

Finally Passed the 70-532 exam in new format !!! Scored 86X/1000!!!

I had 3 Case Studies (with 8 questions each): Web-based Solution, Fabrikam (NEW Case Study) and so on.

— 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.

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

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

(ATTENTION PLEASE!!! 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!

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

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

Regards!!!

vikram nanda

vikram nanda

Thank you so much 🙂