Vous êtes sur la page 1sur 32

Microsoft 70-532

Developing Microsoft Azure Solutions


Version: 10.0
Microsoft 70-532 Exam
Topic 1, Photography Application

Company information

You have been hired as a developer to create an application for a photography company named
ABC Photographic Services.

The company employs several in-house photographers and a few freelance photographers.

The company hires out the photographers to photograph or video record events such as
weddings, graduations and other ceremonies.

The company also provides a photo printing and framing service. People can send in photos and
have them enlarged and framed if required.

Application Outline Requirements

You have been tasked with creating a web application to provide the following functionality:

- Website users will be able to upload photos and order framed prints of the photos.
- Website users will be able to book a photographer for their events.
- The website will be available using the abcphotographicservices.com custom domain.
- When an event has been photographed, website users will be able to view their photos online
using a subdomain of the website’s custom domain. The subdomains will be unique to each
customer and based on the customer’s name.
- If a company-employed photographer is unavailable, freelance photographers will be able to log
in to a private section of the website to view available booking requests.

Current Environment

The company currently uses a custom application to process photo and customer information. The
application runs as an executable file name PhotoApp.exe. An on-premise server named AppSrv1
runs Windows Server 2008 and is used to host PhotoApp.exe.

The company has registered the abcphotographicservices.com domain.

Technical Requirements

The company has identified the following technical requirements:

- The PhotoApp.exe application will continue to be used and must be incorporated into the new
solution.
- Data must be stored in a Windows file share to be accessible by the PhotoApp.exe application.

www.braindumps.com 2
Microsoft 70-532 Exam
- The new solution will be hosted on Azure.
- The AppSrv1 on-premise server will be converted to an Azure Virtual Machine (VM)
- An A3 size VM named AppVMTest1 will be created on Azure for testing.

Security and Availability Requirements

The company has identified the following security and availability requirements:

- Access to the website must be secured by using HTTPS.


- Updates to the website must be tested before being deployed to the live site.
- Updates to the website must be deployed with no downtime.
- Multiple staging slots must be available to test multiple website updates.
- In the event of problems caused by updates to the website, you must be able to quickly roll back
to the previous version of the website.
- The website must automatically scale to cope with peaks in demand.
- The website must be automatically backed up.

Website Performance Issues

During initial testing of the website, you discover that images are slow to render if you have been
inactive for a while.

QUESTION NO: 1

You need to configure the Azure website to use a custom domain name and configure the
appropriate DNS records for your custom domain. The home page of the website must be
available using the url: http://www.abcphotographicservices.com.

You log in to the Azure websites portal and obtain the IP address of your website.

Which of the following DNS records should you create in the abcphotographicservices.com DNS
zone? (Each answer is a complete solution. Choose two)

A. A Host (A) record named www that points to <websitename>.azurewebsites.net.


B. A Host (A) record named www that points to the website IP address.
C. An Alias (CNAME) record named www that points to the website IP address.
D. An Alias (CNAME) record named www that points to <websitename>.azurewebsites.net.
E. An Alias (CNAME) record named <websitename>.azurewebsites.net that points to
www.abcphotographicservices.com.

Answer: B,D
Explanation:

www.braindumps.com 3
Microsoft 70-532 Exam

QUESTION NO: 2

You need to meet the security requirements of making the website available using HTTPS.

Which two of the following actions should you perform? (Choose two)

A. Purchase a basic SSL certificate from a public Certificate Authority and upload it to Azure.
B. Purchase a SAN (Subject Alternative Name) SSL certificate from a public Certificate Authority
and upload it to Azure.
C. Purchase a Wildcard SSL certificate from a public Certificate Authority and upload it to Azure.
D. Create a DNS record for HTTPS.
E. Modify the SSL Bindings options in the Azure Websites Management Portal.
F. Modify the website configuration file to include the public key of the SSL certificate.

Answer: C,E
Explanation:

QUESTION NO: 3

You need to create an Azure VM to replace AppSrv1.

You create a VHD that contains an image of AppSrv1. You create a container in an Azure Storage
Account to store the VHD.

You need to upload the VHD to the storage container.

Which of the following PowerShell cmdlets should you use?

A. Add-AzureDisk
B. Add-AzureVhd
C. Add-AzureVMImage
D. Add-AzureDataDisk

Answer: B
Explanation:

www.braindumps.com 4
Microsoft 70-532 Exam
QUESTION NO: 4

You discover that AppVMTest1 often runs low on memory.

You want to double the available memory for AppVMTest1.

Which of the following actions should you perform?

A. Configure AppVMTest1 as an A2 VM.


B. Configure AppVMTest1 as an A4 VM.
C. Configure AppVMTest1 as an A6 VM.
D. Configure AppVMTest1 as a Medium VM.

Answer: B
Explanation:

QUESTION NO: 5

The company purchases and configures another Azure subscription.

You want to move AppVMTest1 to the new Azure subscription.

How should you move the VM?

A. By using the New-AzureVM PowerShell cmdlet.


B. By using the Add-AzureDisk PowerShell cmdlet.
C. By using the Get Disk REST API operation.
D. By using the Copy Blob REST API operation.
E. By using the Add Data Disk REST API operation.

Answer: D
Explanation:

QUESTION NO: 6

You need to configure a storage solution to meet the technical requirements.

Which Azure storage type should you configure?

www.braindumps.com 5
Microsoft 70-532 Exam
A. Table
B. File
C. Queue
D. Blob

Answer: B
Explanation:

QUESTION NO: 7

You need to ensure the website meets the backup requirements.

Which of the following statements are true?

A. All three Azure Websites Service tiers include automated backups.


B. Only the Standard Azure Websites Service tier includes automated backups
C. Automated backups are not included as part of the Azure Websites Service.
D. Both the Basic and Standard Azure Websites Service tiers include automated backups.

Answer: D
Explanation:

QUESTION NO: 8

You need to meet the requirement for multiple staging slots to be available for testing multiple
website updates.

How can you meet this requirement?

A. Deploy the website as a large VM.


B. Deploy the website as a Standard Tier website.
C. Deploy the website as a Basic Tier website
D. Deploy the website as a Shared Tier website

Answer: B
Explanation:

www.braindumps.com 6
Microsoft 70-532 Exam
QUESTION NO: 9

You need to resolve the website performance issue by ensuring that pages continue to load
quickly if a user has been inactive for a while.

How can you resolve the issue?

A. Configure the Always On setting for the website to Enabled.


B. Configure the Always On setting for the website to Disabled.
C. Modify the sessionstate timeout setting in the web.config file.
D. Configure auto-scaling to scale on CPU usage.

Answer: C
Explanation:

QUESTION NO: 10

You need to create a VHD that contains an image of AppSrv1.

You need to configure AppSrv1 to be ready to take the image.

What should you do to AppSrv1 before taking the image?

A. You should remove the server from the domain.


B. You should run sysprep.exe on the server.
C. You should format the hard drive on the server.
D. You should change the IP address of the server.

Answer: B
Explanation:

Topic 2, Adventure Holidays Booking Application

Background

You have been hired to develop a solution for a company named Adventure Holidays. The
company locates and provides holidays providing specialist activities such as mountain climbing,
trekking, sky diving, caving and water sports such as diving and surfing.

www.braindumps.com 7
Microsoft 70-532 Exam
Holiday providers from around the world can advertise their holidays on the website. A user can
specify their required activity and location and the website will provide a list of brochures from
holiday providers that can accommodate the requirements. Users will then be able to book their
holiday through the website.

General Requirements

A website will enable users to specify activity criteria and browse holidays based on the results.

Holiday providers will have secured access to the site to upload holiday brochures.

The solution will provide a secure booking system for users to book their holiday.

Solution Requirements

The solution must be hosted on Azure.

The solution must be highly available and scalable while minimizing hosting costs.

Solution Design

A web role and a worker role will be used in the solution. A SQL database will be used to store
customer and holiday provider information. Holiday brochures will be stored in blob storage.

Technical Requirements

The company has identified the following technical requirements:

- The solution must be accessible from on-premise servers by using a secure cross-premise
network.
- Logging must be configured to record detailed information about errors and warnings in the web
role.
- Crash dump errors in the worker role must be recorded.
- You must be able to simulate the solution locally and replicate errors for troubleshooting
purposes.

Performance and Availability Requirements

The company has identified the following security and availability requirements:

- During the first 6 months of the year, the database must support 200 worker threads and a
maximum database size of 400GB.
- During the second 6 months of the year, the database must support 100 worker threads and a

www.braindumps.com 8
Microsoft 70-532 Exam
maximum database size of 200GB.
- During the first 6 months of the year, the web and worker role instances must have at least
12GB of RAM.
- During the second 6 months of the year, the web and worker role instances must have at least
5GB of RAM.
- Geo-replication must be enabled in the solution.
- The solution must be available at all times.
- You must be able to restore the SQL Database to its state from any of the previous 35 days
without needing to raise a Microsoft Support ticket.

QUESTION NO: 11

You need to meet the cross-premise secure network requirement. You need to access the Azure
network from multiple computers in the on-premise environment by using an IPSec VPN.

Which type of network connection should you configure? (Choose the best solution)

A. Site-to-Site virtual network.


B. Multi-site virtual network.
C. ExpressRoute network.
D. Point-to-Site virtual network.

Answer: A
Explanation:

QUESTION NO: 12

You need to configure high availability for the database to meet the availability requirements.

You configure a primary database in the Azure Premium Service Tier.

Which two of the following actions should you perform next? (Choose two)

A. Create a second database on the same server as the first database.


B. Create a second database on a different server in the same region as the first database.
C. Create a second database on a server in a different region than the first database.
D. Configure Database Mirroring.
E. Configure Database Log Shipping.
F. Configure geo-replication.

www.braindumps.com 9
Microsoft 70-532 Exam
Answer: C,F
Explanation:

QUESTION NO: 13

You need to meet the performance requirements and the solution requirements for the database.

Which Service Tier/Performance Level should you use for the first six months of the year?

A. Standard / S1
B. Standard / S2
C. Standard / S2
D. Premium /P1
E. Premium /P2
F. Premium /P3

Answer: D
Explanation:

QUESTION NO: 14

You need to meet the performance requirements and the solution requirements for the database.

Which Service Tier/Performance Level should you use for the second six months of the year?

A. Standard / S1
B. Standard / S2
C. Standard / S2
D. Premium /P1
E. Premium /P2
F. Premium /P3

Answer: C
Explanation:

QUESTION NO: 15

You need to meet the requirement of replicating errors on a local simula-tion of the Azure solution.

www.braindumps.com 10
Microsoft 70-532 Exam
How should you simulate the solution?

A. By using Emulator Express.


B. By using Compute Emulator
C. By using Storage Emulator
D. By using Windows Server 2012 Hyper-V.

Answer: A
Explanation:

QUESTION NO: 16

You need to configure logging for the web role.

Which type diagnostic telemetry data should you configure Azure Diagnostics to collect?

A. IIS Logs
B. Azure Diagnostic infrastructure logs
C. IIS Failed Request logs
D. Windows Event logs
E. Crash dumps
F. .NET EventSource logs

Answer: D
Explanation:

QUESTION NO: 17

You need to configure logging for the worker role.

Which type diagnostic telemetry data should you configure Azure Diagnostics to collect?

A. Performance Counters
B. Crash dumps
C. Custom Error logs
D. Windows Event logs
E. IIS Failed Request logs
F. Manifest Based ETW

www.braindumps.com 11
Microsoft 70-532 Exam
Answer: B
Explanation:

QUESTION NO: 18

You need to test an update to the website. You create a new SQL server database.

You need to copy the customer and holiday provider data to the new database for testing
purposes.

Which of the following actions should you perform to populate the test database?

A. Configure disk mirroring between the live database and the test database.
B. Configure SQL Replication between the live database and the test database.
C. Configure SQL Server data synchronization between the live database and the test database.
D. Configure Azure SQL Database Active Geo-Replication between the live database and the test
database.

Answer: C
Explanation:

QUESTION NO: 19

You need to recommend a solution to meet the SQL Database restore requirement.

Which of the following should you recommend?

A. You should recommend Azure SQL Database Active Geo-Replication.


B. You should recommend SQL Server Log Shipping.
C. You should recommend Microsoft Azure SQL Database Point in Time Restore.
D. You should recommend SQL Server Database Mirroring.
E. You should recommend SQL Server Data Synchronization.

Answer: C
Explanation:

www.braindumps.com 12
Microsoft 70-532 Exam
QUESTION NO: 20

You need to configure the VPN solution for the cross-premise network.

Which two of the following will need to be configured first?

A. An external public IPv4 address at the on-premise network.


B. An external public IPv6 address at the on-premise network.
C. A Monitoring Endpoint.
D. A Dynamic Routing Gateway.
E. A VPN Gateway

Answer: A,E
Explanation:

Topic 3, Mixed Questions

QUESTION NO: 21

You work as a Software Developer at ABC.com. The company uses Azure to host web
applications.

You create a new web application named WebApp1. WepApp1 is deployed as a single Azure
website in a Standard hosting plan.

You are unable to predict how many users will connect to WebApp1 and at what times.

You need to configure WebApp1 to scale to up to eight VMs (virtual machines) automatically
based on CPU usage when user activity increases.

Which of the following actions should you perform? (Choose all that apply)

A. Change the hosting plan to Basic.


B. Modify the Instance Size.
C. Modify the Instance Count.
D. Select CPU as the Scale By Metric Option.
E. Select None as the Scale By Metric Option.

Answer: B,D

www.braindumps.com 13
Microsoft 70-532 Exam
Explanation:

QUESTION NO: 22

You work as a Software Developer at ABC.com. The company uses Azure for hosting Websites,
Web Applications and Virtual Machines. The company’s corporate website is hosted as an Azure
website and is accessed by connecting to http://www.ABC.com.

You need to deploy an updated version of the corporate website.

You want to import the corporate website’s publishing profile to enable you to publish the updated
website.

Which of the following URI’s should you connect to to download the publishing profile?

A. https://windows.azure.com/download/publishprofile.aspx
B. https://www.ABC.com/download/publishprofile.aspx
C. https://www.ABC.com.azure.com/download/publishprofile.aspx
D. https://windows.azure.com/www.ABC.com/download/publishprofile.aspx

Answer: A
Explanation:

QUESTION NO: 23

You work as a Software Developer at ABC.com. The company uses Azure for hosting Websites,
Web Applications and Virtual Machines. The company’s corporate website is hosted as an Azure
website and is accessed by connecting to http://www.ABC.com.

You need to deploy an updated version of the corporate website.

You want to import the corporate website’s publishing profile to enable you to publish the updated
website.

Which of the following PowerShell cmdlets should you run to obtain the publishing profile?

A. Get-AzureWebsiteDeployment
B. Get-AzureDeployment

www.braindumps.com 14
Microsoft 70-532 Exam
C. Get-AzureSubscription
D. Get-AzurePublishSettingsFile
E. Get-AzureWebsite

Answer: D
Explanation:

QUESTION NO: 24

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

The company has an Intranet website named IntranetWeb hosted on Azure. The website is
configured to load and cache data at startup. All company users use the Intranet website.
Company users may be accessing the Intranet website at any time of the day or night.

You have rewritten the code for the website. You need to deploy the new code to the website.

Website downtime must be minimized during the update.

Which three of the following actions should you perform? (Choose three)

A. Create a new website.


B. Run the Switch-AzureWebsiteSlot –Name “IntranetWeb” PowerShell cmdlet.
C. Run the Get-AzureWebsite -Name “IntranetWeb” -Slot Staging
D. Create a staging slot.
E. Deploy the new website to overwrite the existing website.
F. Deploy the new code to the staging slot

Answer: B,D,F
Explanation:

QUESTION NO: 25

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

The company has a corporate website hosted as an Azure website. The web application was
created using ASP.NET and runs in stateless mode.

www.braindumps.com 15
Microsoft 70-532 Exam
You discover that the website is performing slowly. You add website instances in Azure to
improve performance.

You discover that the load on the instances is uneven. New users are directed to the new
instances while existing users continue to be directed to the original instances.

You need to ensure that users are evenly distributed to all instances.

Which of the following actions should you perform?

A. You should configure a response header in the application named “Arr-Disable-Session-Affinity”


with a value of False.
B. You should configure a response header in the application named “Arr-Disable-Session-Affinity”
with a value of True.
C. You should modify the size of the instances.
D. You should modify the autoscaling metric.

Answer: B
Explanation:

QUESTION NO: 26

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

You have an application hosted on Azure. The application is used by users in company depots
and distribution centers for ordering stock items.

The company uses small suppliers and large suppliers. When an order is placed, a company will
accept the order.

Orders for large quantities should go to large suppliers only. Orders for small quantities should go
to all suppliers.

Which Azure Service Bus service should you use for the application?

A. Notification Hub
B. Relay
C. Queue
D. Topics

www.braindumps.com 16
Microsoft 70-532 Exam
Answer: D
Explanation:

QUESTION NO: 27

Your role as Systems Administrator at ABC.com includes the management of the company’s
Microsoft Azure subscription.

You need to configure virtual networking in Azure. The company currently has 2 subscriptions.

Due to an upcoming project, you need to increase the virtual network capacity. You plan to add
virtual network subscriptions to take the total to 10.

Your solution must minimize administrative effort.

Which two of the following actions should you perform? (Choose two)

A. Include each virtual network in a multi-site VPN.


B. Export the service definition schema (.csdef) file.
C. Export the network configuration (netcfg) file.
D. Create a new network configuration (netcfg) file for each new virtual network.
E. Modify the file then import the file.

Answer: C,E
Explanation:

QUESTION NO: 28

You work as a Software Developer at ABC.com. The company uses Azure to host web
applications.

You are developing an application that will be hosted on Azure. Users will use the application to
access several terabytes of data. The data is stored in page blobs and will be distributed using
the Azure Content Delivery Network (CDN).

You want to minimize the costs of serving the data using the CDN.

Which two of the following would reduce costs? (Choose two)

www.braindumps.com 17
Microsoft 70-532 Exam
A. Change the expiration date of the blobs to a later date.
B. Change the expiration date of the blobs to an earlier date.
C. Increase the TTL (Time-To-Live) value of the blobs.
D. Decrease the TTL (Time-To-Live) value of the blobs.
E. Serve the blobs using CDN nodes in Zone 1.
F. Serve the blobs using CDN nodes in Zone 2.

Answer: C,E
Explanation:

QUESTION NO: 29

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription. The Azure subscription includes virtual machines (VMs), cloud services, software-
as-a-service (SaaS) applications and websites.

One SaaS application has a database that contains data that needs to be read by multiple VMs,
cloud services and websites.

You want to deploy a cache solution to cache the data that is accessed by the various Azure
services. You decide to implement Azure Redis Cache.

You need to determine the minimum number of Azure Redis Caches required to enable all
services to access the data.

Which of the following describe how many caches are required?

A. One cache for each VM, one cache for each website and one cache for each cloud service.
B. One cache for all VMs, one cache for all websites and one cache for all cloud services.
C. One cache for all VMs and one cache for all websites and cloud services.
D. One cache for all VMs, all websites and all cloud services.

Answer: D
Explanation:

QUESTION NO: 30

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

www.braindumps.com 18
Microsoft 70-532 Exam
You are developing a solution that consists of a sending application that will be hosted on Azure.
The second part is a receiving application that can be installed on Windows 8 tablet devices.

You plan to use Azure Service Bus with the solution.

You need to ensure that when one receiving application receives a message, the message cannot
be seen in the queue by any other receiving application. If the first receiving application reports
that it has successfully processed the message, the message will be deleted from the queue. If
the receiving application reports that it cannot process the message, the message is made visible
to other receiving applications.

Which of the following should you use?

A. Azure Service Bus Topics.


B. Azure Service Bus Relay.
C. Azure Service Bus and the ReceiveAndDelete method.
D. Azure Service Bus and the PeekLock method.

Answer: D
Explanation:

QUESTION NO: 31

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

You are developing a solution that consists of a sending application that will be hosted on Azure.
The second part is a receiving application that can be installed on Windows 8 tablet devices.

You plan to use Azure Service Bus with the solution.

You need to ensure that when one receiving application receives a message, the message is
immediately deleted from the queue.

Which of the following should you use?

A. Azure Service Bus Topics.


B. Azure Service Bus Relay.
C. Azure Service Bus and the ReceiveAndDelete method.
D. Azure Service Bus and the PeekLock method.

www.braindumps.com 19
Microsoft 70-532 Exam
Answer: C
Explanation:

QUESTION NO: 32

Your role as Systems Administrator at ABC.com includes the management of the company’s
Microsoft Azure subscription.

You need to configure logging for your Azure storage account. You want to retain the logs for as
long as possible.

On the monitoring page, you set the monitoring option to minimal for Blobs, Tables and Queues to
minimize the disk space used by the logs.

You need to configure the log retention policy.

Which of the following values should you enter for the Retention (in days) field?

A. 999
B. 365
C. 100
D. 30
E. 7
F. 0

Answer: F
Explanation:

QUESTION NO: 33

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

An Azure virtual machine (VM) named AppVM1 runs and application named App1. App1 uses a
data disk named DataDisk1 attached to the VM to store application data. App1 performs many
read and write operations on DataDisk1.

To improve application performance, you want to disable disk caching on DataDisk1.

www.braindumps.com 20
Microsoft 70-532 Exam
You plan to use the Service Management REST API to disable the caching.

Which of the following Service Management REST API operations should you use?

A. Add Data Disk


B. Add Disk
C. Get Data Disk
D. Get Disk
E. Update Data Disk
F. Update Disk

Answer: E
Explanation:

QUESTION NO: 34

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

An Azure virtual machine (VM) named AppVM1 runs and application named App1. App1 uses a
data disk named DataDisk1 attached to the VM to store application data. App1 performs many
read and write operations on DataDisk1.

To improve application performance, you want to disable disk caching on DataDisk1.

Which of the following PowerShell cmdlets should you use?

A. Update-AzureDisk
B. Set-AzureDataDisk
C. Add-AzureDisk
D. Update-AzureVM

Answer: B
Explanation:

QUESTION NO: 35

You work as a Software Developer at ABC.com. The company uses Azure for hosting Websites,
Web Applications and Virtual Machines.

www.braindumps.com 21
Microsoft 70-532 Exam
You configure an Azure virtual machine (VM) named AppVM1. The VM will be used to host an
application that you are developing. The application will use the REST API to access data stored
in Azure tables.

You plan to use Azure storage replication to replicate the data tables to multiple locations.

To comply with a company SLA (Service Level Agreement), you need to ensure that the
application can continue to read data from the tables in the event of a failure of the primary Azure
data center.

Which Azure storage replication option should you choose?

A. ZRS (Zone-Redundant storage)


B. GRS (Geo-Redundant storage)
C. RA-GRS (Read-Access Geo-Redundant storage)
D. LRS (Locally-Redundant storage)

Answer: C
Explanation:

QUESTION NO: 36

Your role as Systems Administrator at ABC.com includes the management of the company’s
Microsoft Azure subscription.

You need to configure Azure storage logging and metrics to ensure that you are complying with
service level agreements (SLAs).

You need to ensure that logging data is retained for 180 days. Metrics data must be retained for
90 days.

You need to configure retention policies to meet the requirements.

Which two of the following actions should you perform? (Choose two)

A. Use the Set Blob Service Properties REST operation to configure the logging retention policy.
B. Use the Set Blob Service Properties REST operation to configure the metrics retention policy.
C. Use the Set Table Service Properties REST operation to configure the logging retention policy.
D. Use the Set Table Service Properties REST operation to configure the metrics retention policy.

www.braindumps.com 22
Microsoft 70-532 Exam
Answer: A,D
Explanation:

QUESTION NO: 37

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

You plan to use the Azure Table Service with a web application that you are developing.

You need to plan for maximizing the possible throughput of data in a single table. The data will be
stored as XML entities in the table.

Which of the following options will achieve the best performance gain?

A. Compressing the XML entities in the table.


B. Using the JSON format to store the entities.
C. Using less partition keys in the table.
D. Locate entities that are used more than others in the same table partition.

Answer: B
Explanation:

QUESTION NO: 38

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

You have an application hosted on Azure. The application uses an Azure SQL Database to store
its data. The Azure SQL Database is a Premium tier database.

Your disaster recovery requirements state that you must be able to restore the database back to
its state from any of the previous 35 days. You must be able to restore the database by using the
Azure Management Portal.

Which of the following options should you use?

A. You should use a mirrored database.

www.braindumps.com 23
Microsoft 70-532 Exam
B. You should use Azure SQL Server Database replication.
C. You should use Azure SQL Database Active Geo-Replication.
D. You should use Azure SQL Database Point in Time Restore.

Answer: D
Explanation:

QUESTION NO: 39

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

You have an application hosted on Azure. The application uses an Azure SQL Database to store
its data. The Azure SQL Database is a Standard tier database.

You plan to use Azure SQL Database Point in Time Restore to restore the database back to a
previous point in time.

How many days can you go back by using Azure SQL Database Point in Time Restore?

A. 1
B. 7
C. 14
D. 35

Answer: C
Explanation:

QUESTION NO: 40

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

The Azure subscription includes a storage account named ABCStorage. The storage account
contains a table named CustomerData.

You are developing a Sales application named SalesApp1. The application is hosted on Azure
and uses the CustomerData table.

www.braindumps.com 24
Microsoft 70-532 Exam
The application needs to query the CustomerData table by using the Open Data Protocol (OData).

Which of the following URLs should you application use to access the CustomerData table?

A. http:// table.core.windows.net/ABCstorage/customerdata
B. http://ABCstorage.azure.net/customerdata
C. http://ABCstorage.table.core.windows.net/customerdata
D. http:// customerdata.ABCstorage.table.core.windows.net

Answer: C
Explanation:

QUESTION NO: 41

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

The Azure subscription includes a storage account. The storage account contains a storage
container named CustomerFiles.

Customers use an application hosted on Azure to upload files to the CustomerFiles container.

You generate shared access signatures (SAS) based on a Stored Access Policy for the customers
to access their files. The Stored Access Policy configures the shared access signatures to have
an expiry date of 90 days.

Which of the following statements are true? (Choose all that apply)

A. If you delete the Stored Access Policy, customers can continue to access the files until the
expiration date.
B. You can revoke access to the files by changing the expiry date in the Stored Access Policy to a
date in the past.
C. If you regenerate the primary storage key, customers will no longer be able to access the files.
D. If you delete the Stored Access Policy and create a new Stored Access Policy with exactly the
same name and permissions as the deleted policy, customers will be able to access the files until
the expiry date of the new policy.

Answer: B,C,D
Explanation:

www.braindumps.com 25
Microsoft 70-532 Exam

QUESTION NO: 42

Your role as Systems Administrator at ABC.com includes the management of the company’s
Microsoft Azure subscription.

You need to create virtual machines (VMs) on Azure. The VMs will be in the same virtual network.

You need to install the VMAccess VM extensions on each VM to enable the configuration of
Remote Desktop settings and to enable you to change the local Administrator account on the
VMs.

Which two of the following actions should you perform? (Choose two)

A. Use the Azure Management portal or Windows PowerShell cmdlets to enable the VM Agent on
at least one VM.
B. Use the Azure Management portal or Windows PowerShell cmdlets to enable the VM Agent on
each VM.
C. Enable the VMAccess VM extensions on one VM by using Windows PowerShell cmdlets.
D. Enable the VMAccess VM extensions on each VM by using Windows PowerShell cmdlets.

Answer: B,D
Explanation:

QUESTION NO: 43

Your role as Systems Administrator at ABC.com includes the management of the company’s
Microsoft Azure subscription.

You plan to create several virtual machines (VMs) on Azure. You plan to deploy the servers from
a custom image.

You install and configure a reference server running Windows Server 2008 R2 and install the
required applications.

You need to run Sysprep.exe before using the Azure management portal to capture an image of
the reference server.

Which three of the following options should you select in the Sysprep.exe application? (Choose

www.braindumps.com 26
Microsoft 70-532 Exam
three)

A. Under System Cleanup Action, select Enter System Out-of-Box Experience (OOBE).
B. Under System Cleanup Action, select System Audit Mode.
C. Tick the Generalize checkbox.
D. Leave the Generalize checkbox unticked.
E. Under Shutdown Options, select Reboot.
F. Under Shutdown Options, select Quit.
G. Under Shutdown Options, select Shutdown.

Answer: A,C,G
Explanation:

QUESTION NO: 44

Your role as Systems Administrator at ABC.com includes the management of the company’s
Microsoft Azure subscription.

The company’s on-premise network includes the corporate LAN and a datacenter that contains
physical servers. A corporate firewall connects the on-premise network to the Internet.

A physical server named ABC-AppSrv1 runs Windows Server 2008 and a custom application that
was created by company developers. Users connect to the application by using a web browser on
HTTP port 80.

You take an image of ABC-AppSrv1. You plan to create an Azure Virtual Machine (VM) by using
the image of ABC-AppSrv1. The VM will be used as a test copy of the custom application.

You want to be able to connect to the application on the VM from client computers on the on-
premise network over the Internet by using TCP port 8000.

You configure the corporate firewall to allow outbound traffic on port 8000.

What should you do next?

A. Configure a point-to-site (P2S) VPN.


B. Configure an endpoint to listen on port 80.
C. Configure an endpoint to listen on port 8000 and route traffic to port 80.
D. Configure the corporate firewall to route inbound traffic on port 80 to port 8000.

www.braindumps.com 27
Microsoft 70-532 Exam
Answer: C
Explanation:

QUESTION NO: 45

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

Users in the company have mobile devices. Some users have Apple iPhones and some users
have mobile phones or tablets that run Windows 8.

You are developing a corporate application that will be hosted on Azure. Company users will run
a client application on their mobile devices that will connect to the corporate application. The
application will send push notifications to the client software running on the mobile device.

Which two of the following services will you need to use to send notifications to the different mobile
devices? (Choose two)

A. Microsoft Push Notification Service (MPNS)


B. Google Cloud Messaging (GCM)
C. Apple Push Notification Service (APNS)
D. Windows Push Notification Services (WNS)

Answer: C,D
Explanation:

QUESTION NO: 46

Your role as Systems Administrator at ABC.com includes the management of the company’s
Microsoft Azure subscription.

Company developers have created an application named ABC-App1. ABC-App1 is deployed as a


cloud service on Azure.

You need to deploy additional role instances for ABC-App1. You first need to move the existing
role instances to a new subnet to accommodate the additional IP address requirements.

www.braindumps.com 28
Microsoft 70-532 Exam
You plan to use the following text to move a role to the new subnet:

<NetworkConfiguration>

<VirtualNetworkSite name="ABC-VNet1" />

<AddressAssignments>

<InstanceAddress roleName="Role1">

<Subnets><Subnet name="ABC-Subnet2" /></Subnets>

</InstanceAddress>

</AddressAssignments>

</NetworkConfiguration>

In which file should you include the text?

A. The Network Configuration file.


B. The Service Configuration file.
C. The Service Definitions file.
D. The Web.config file.

Answer: B
Explanation:

QUESTION NO: 47

Your role as Systems Administrator at ABC.com includes the management of the company’s
Microsoft Azure subscription.

An application runs on virtual machines (VMs) in a subnet named ABC-VMSubnet1 in an Azure


virtual network named ABC-VNetwork1.

You need to move the VMs to a larger subnet in the same Azure virtual network.

Which of the following PowerShell cmdlets should you use?

A. Set-AzureSubnet
B. Set-AzureStaticVNetIP

www.braindumps.com 29
Microsoft 70-532 Exam
C. Set-AzureVMConfig
D. Set-AzureVNetSite
E. Set-AzureVNetConfig

Answer: A
Explanation:

QUESTION NO: 48

Your role as Systems Administrator at ABC.com includes the management of the company’s
Microsoft Azure subscription.

Your on-premise network contains a datacenter. Servers in the datacenter run a custom
application that is used by employees and customers.

You plan to deploy the front end of the solution to Azure as a cloud service. The cloud service will
need to connect to servers in the on-premise datacenter.

You plan to configure a site-to-site VPN between the datacenter and Azure.

Which two of the following are requirements for the VPN? (Choose two)

A. An external IPv4 address.


B. An external IPv6 address.
C. An Azure Monitoring Endpoint.
D. A Dynamic or Static Routing Gateway
E. A VPN Gateway.

Answer: A,D
Explanation:

QUESTION NO: 49

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

A solution you have developed is hosted on Azure and is accessible through an Azure website
hosted in a Standard hosting plan.

www.braindumps.com 30
Microsoft 70-532 Exam
Users report that when they first access the website or when they visit the website after periods of
inactivity, it is slow to load. Subsequent navigation around the website is as expected.

You need to ensure that the website is always responsive.

Which of the following actions should you perform?

A. You should configure auto-scaling for the website.


B. You should manually add more instances of the website.
C. You should enable Always On for the website.
D. You should select a different hosting plan.

Answer: C
Explanation:

QUESTION NO: 50

You work as a Software Developer at ABC.com. The company has a Microsoft Azure
subscription.

You use Microsoft Visual Studio to create an application and deploy to Azure as a cloud service.

You discover that the application is not functioning as expected.

You want to use Microsoft Visual Studio to debug to the source code in the Azure cloud service.

Which of the following actions should you perform first?

A. Attach the debugger to the cloud service.


B. Set the build configuration option to Debug.
C. Publish the application.
D. Select the Debug option on the Azure compute emulator menu bar.

Answer: C
Explanation:

www.braindumps.com 31
Microsoft 70-532 Exam

www.braindumps.com 32

Vous aimerez peut-être aussi