Which two types of diagnostic data should you collect?

###BeginCaseStudy###
Case Study: 4
File Tax-Related Document
Background
You are developing an Azure solution that individuals and small businesses will use to
prepare and file tax-related documents.
Business Requirements
General
The solution must provide a way for customers to enter personal and demographic
information. Customers must be able to upload income documents and related documents to
the solution. The solution must provide reports and summary documents for customers in
PDF format.
Scope and Device Accessibility

The solution must support two operational modes: On-Peak and Off-Peak. On-Peak is
defined as the first quarter of a year. Off-Peak is defined as the other three quarters of a year.
Customers must be able to access the solution by using desktop computers, laptop computers,
mobile devices, and tablets.
High Availability and Business Continuity
The solution must be available at all times. When the solution transitions between Off-Peak
mode and On-Peak mode, solution availability must not be affected. Disaster recovery must
be established for the customers’ stored data.
Diagnostics
The solution must log relevant diagnostic data that can be used to troubleshoot the cloud
service.
Scalability
The solution must scale out while transitioning from Off-Peak mode to On-Peak mode.
Cost
The solution must use cloud resources optimally to minimize operating costs.
Storage and Security
The solution must be secure to prevent any anonymous access (including read access) to the
customers’ tax documents.
Cross-Premises Networking
The solution must extend the developers’ on-premises network into Azure.
Technical Requirements
The logical design for the solution is shown in the following exhibit.

Platform-as-a-Service (PaaS)
The solution must have two roles: a web role and worker role. The web interface of the
solution uses a web role to accept and send user input and any related documents. The worker
role must access the stored data and prepare the tax documents in the background.
Compute
The solution must support a minimum of 10 role instances. When the solution is in On-Peak
mode, each role instance must be allocated at least 6 GB of memory. The memory can be
scaled down to 3 GB when the solution is in Off-Peak mode.
The solution must cache documents locally. The cache does not need to be refreshed during
the lifecycle of the worker role.
Role instances that are running should not be affected by topology changes such as an
increase in instance count.
Storage

The web role must store documents in blob storage. A SQL database is used to store
customer information. The worker role must use queues to process the final tax documents.
Performance and Scalability
When the solution is in Off-Peak mode, it must support at least 150 concurrent database
sessions, and the maximum size of the database is 50 GB. When the solution is in On-Peak
mode, it must support 750 concurrent database sessions, and the maximum size of the
database is 300 GB. Geo-replication must be enabled and must be configurable by using the
Azure management portal.
Software Prerequisites
The solution must install the software that is necessary to generate PDF documents on the
server. The software will be provided as a Windows Installer package.
Debugging
Solution errors and warnings that occur in a web role must be logged. The worker role must
log any crash dump files. Detailed information about errors and their context must be
collected so that the environment in which errors occurred can be simulated locally.
Security
At the time that a customer’s tax information and documents are accepted, the solution must
send an email to the customer. The email contains a secure hyperlink that the customer can
use to upload any additional necessary documents. The customer is asked to upload these
documents within 48 hours. If the customer does not upload the documents within 48 hours,
the solution should not issue a new hyperlink. The solution must send an email to the
customer to remind the customer to use the original hyperlink to upload any additional
necessary documents.
Network Services
The solution must use a cross-premises secure network. The network must be configurable by
using the Azuremanagement portal.
Social 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 they belong.

###EndCaseStudy###

You need to configure diagnostics for the Azure solution.
Which two types of diagnostic data should you collect? Each correct answer presents part of the solution.

###BeginCaseStudy###
Case Study: 4
File Tax-Related Document
Background
You are developing an Azure solution that individuals and small businesses will use to
prepare and file tax-related documents.
Business Requirements
General
The solution must provide a way for customers to enter personal and demographic
information. Customers must be able to upload income documents and related documents to
the solution. The solution must provide reports and summary documents for customers in
PDF format.
Scope and Device Accessibility

The solution must support two operational modes: On-Peak and Off-Peak. On-Peak is
defined as the first quarter of a year. Off-Peak is defined as the other three quarters of a year.
Customers must be able to access the solution by using desktop computers, laptop computers,
mobile devices, and tablets.
High Availability and Business Continuity
The solution must be available at all times. When the solution transitions between Off-Peak
mode and On-Peak mode, solution availability must not be affected. Disaster recovery must
be established for the customers’ stored data.
Diagnostics
The solution must log relevant diagnostic data that can be used to troubleshoot the cloud
service.
Scalability
The solution must scale out while transitioning from Off-Peak mode to On-Peak mode.
Cost
The solution must use cloud resources optimally to minimize operating costs.
Storage and Security
The solution must be secure to prevent any anonymous access (including read access) to the
customers’ tax documents.
Cross-Premises Networking
The solution must extend the developers’ on-premises network into Azure.
Technical Requirements
The logical design for the solution is shown in the following exhibit.

Platform-as-a-Service (PaaS)
The solution must have two roles: a web role and worker role. The web interface of the
solution uses a web role to accept and send user input and any related documents. The worker
role must access the stored data and prepare the tax documents in the background.
Compute
The solution must support a minimum of 10 role instances. When the solution is in On-Peak
mode, each role instance must be allocated at least 6 GB of memory. The memory can be
scaled down to 3 GB when the solution is in Off-Peak mode.
The solution must cache documents locally. The cache does not need to be refreshed during
the lifecycle of the worker role.
Role instances that are running should not be affected by topology changes such as an
increase in instance count.
Storage

The web role must store documents in blob storage. A SQL database is used to store
customer information. The worker role must use queues to process the final tax documents.
Performance and Scalability
When the solution is in Off-Peak mode, it must support at least 150 concurrent database
sessions, and the maximum size of the database is 50 GB. When the solution is in On-Peak
mode, it must support 750 concurrent database sessions, and the maximum size of the
database is 300 GB. Geo-replication must be enabled and must be configurable by using the
Azure management portal.
Software Prerequisites
The solution must install the software that is necessary to generate PDF documents on the
server. The software will be provided as a Windows Installer package.
Debugging
Solution errors and warnings that occur in a web role must be logged. The worker role must
log any crash dump files. Detailed information about errors and their context must be
collected so that the environment in which errors occurred can be simulated locally.
Security
At the time that a customer’s tax information and documents are accepted, the solution must
send an email to the customer. The email contains a secure hyperlink that the customer can
use to upload any additional necessary documents. The customer is asked to upload these
documents within 48 hours. If the customer does not upload the documents within 48 hours,
the solution should not issue a new hyperlink. The solution must send an email to the
customer to remind the customer to use the original hyperlink to upload any additional
necessary documents.
Network Services
The solution must use a cross-premises secure network. The network must be configurable by
using the Azuremanagement portal.
Social 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 they belong.

###EndCaseStudy###

You need to configure diagnostics for the Azure solution.
Which two types of diagnostic data should you collect? Each correct answer presents part of the solution.

A.
Application logs

B.
Event logs

C.
Crash dumps

D.
Infrastructure logs

E.
IIS logs

F.
Performance counters



Leave a Reply 17

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


dav

dav

Case Study says:
“…The worker role must
log any crash dump files. Detailed information about errors and their context must be
collected so that the environment in which errors occurred can be simulated locally…”

I think B-C are correct

J

J

I agree.
B.
Event logs

C.
Crash dumps

H

H

C – for Worker role
E – for Web role (IIS) obviously!

H

H

My bad. IIS logs the warnings and errors in the Event log. Hence – B, C

W

W

I think B,C,E is correct answer…

H

H

Must be 2, not 3.
C, E, i think

Nico

Nico

A : “Solution errors and warnings that occur in a web role must be logged”. We need application logs to retrieve errors and warning

C : “The worker role must log any crash dump files”

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!

James Lee

James Lee

Passed the 70-532 exam in new format last weekend!

Scored 86X/1000!

Got THREE 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 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 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

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

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!

TAM

TAM

anyone havinng latest dumps after Jan2018?

TAM

TAM

the above goole drive is no longer available