Premium

Microsoft Certified: Azure Solutions Architect Expert Certification Questions and Answer (Dumps and Practice Questions)



Question : Your role of Systems Administrator at ABC.com includes the management of the company's private and public clouds.
The company has an Azure Storage account. The storage account has a container that contains 100 large files stored as blobs.
You need to provide a customer with access to one of the files. The customer will need to access the file for a few days within the next month.
You need to make the file available for up to one month. When the customer has finished with the file, you need to be able to revoke access to the file.
Which of the following actions should you perform? (Choose all that apply)
A. Create and provide the customer with an Ad-Hoc SAS (Shared Access Signature) for the blob that specifies the start and end dates that the file should be available for.
B. Create a stored access policy on the blob that specifies the start and end dates that the file should be available for.
C. Create a stored access policy on the container that specifies the start and end dates that the file should be available for.
D. Delete the SAS (Shared Access Signature) when the customer has finished with the file.
E. Create and provide the customer with an SAS (Shared Access Signature) based on a stored access policy.
F. Delete the stored access policy when the customer has finished with the file.
G. Create a new SAS (Shared Access Signature) with an expiry date in the past when the customer has finished with the file.


 :   Your role of Systems Administrator at ABC.com includes the management of the company's private and public clouds.
1. A,B,C
2. C,D,E
3. E,F,G
4. A,C,G
5. C,E,F

Correct Answer : 5
Explanation:




Question : You work for a company named ABC.com. The company has a main office in New York and branch offices in several countries including UK, Spain, Germany, India and Japan.
Your role as Cloud Administrator includes the management of the company's public and private cloud infrastructure. The company has a website hosted in Microsoft Azure Websites. The
website is named CorpSite and is accessed using the URL corp.ABC.com. CorpSite is running in a standard hosting plan. The website contains many high resolution graphics stored in
large image files. Users in India and Japan report that it takes a long time to load pages in the website. You need to reduce the time it takes to load pages in the website.
Which of the following actions should you perform?

 :  You work for a company named ABC.com. The company has a main office in New York and branch offices in several countries including UK, Spain, Germany, India and Japan.
1. Configure Azure Content Delivery Network (CDN) to cache the files from an Azure blob container.
2. Purchase additional Azure subscriptions.
3. Configure additional endpoints for the website.
4. Increase the number of website instances.


Correct Answer : 1
Explanation: etter performance for your apps and services
Speed matters. Azure Content Delivery Network sends audio, video, applications, images and other files faster and more reliably to customers by using the servers that are closest to
each user. This dramatically increases speed and availability, resulting in significant user experience improvements.


Designed for today's web
Content Delivery Network was specifically designed for the dynamic, media-centric web of today-and its users who expect everything to be fast, high quality and always-on. Built on a
modern network topology of large centralised nodes, Content Delivery Network is backed by massive storage and compute capacity within an agile cloud infrastructure.
Robust security
Content Delivery Network is built on a highly scalable, reverse-proxy architecture with sophisticated DDoS identification and mitigation technologies to protect you, your partners
and your users. We help keep you up and running by identifying, absorbing and blocking security threats.
When the world is watching, Content Delivery Network delivers
Thanks to its distributed global scale, Content Delivery Network handles sudden traffic spikes and heavy loads, like the start of a major product launch or global sporting event,
without new infrastructure costs or capacity worries. Active redundancy and failover support throughout the Content Delivery Network help assure reliability.






Question : Your role of Systems Administrator at ABC.com includes the management of the company's private and public clouds. The company has datacenters in Los Angeles and New
York. The company has a Microsoft Azure subscription. You are configuring the two datacenters as geo-clustered sites for site resiliency. You need to recommend an Azure storage
redundancy option. You have the following data storage requirements:
.Data must be stored on multiple nodes.
.Data must be stored on nodes in separate geographic locations.
.Data can be read from the secondary location as well as from the primary location
Which of the following Azure stored redundancy options should you recommend?

 :  Your role of Systems Administrator at ABC.com includes the management of the company's private and public clouds. The company has datacenters in Los Angeles and New
1. Geo-redundant storage
2. Read-only geo-redundant storage
3. Zone-redundant storage
4. Locally redundant storage


Correct Answer : 2
Explanation: Read Access Geo Redundant Storage(RA-GRS) is no longer in preview and is Generally Available.

We are excited to announce the ability to allow customers to achieve higher read availability for their data. This preview feature called "Read Access - Geo Redundant Storage
(RA-GRS)" allows you to read an eventually consistent copy of your geo-replicated data from the storage account's secondary region in case of any unavailability to the storage
account's primary region.

Before we dive into the details of this new ability, we will briefly summarize the available redundancy options in Windows Azure Storage. We will then cover in detail each of the
options available including the new option of Read Access - Geo Redundant Storage (RA-GRS) and how one can sign up for this limited preview. We will also cover the storage client
library changes that one can use to achieve higher read availability using RA-GRS.

Redundancy Options in Windows Azure Storage

Windows Azure Storage provides following options for redundancy for Blobs, Tables and Queues:

1. Locally Redundant Storage (LRS): All data in the storage account is made durable by replicating transactions synchronously to three different storage nodes within the same region.
The below section will cover more details on LRS including on how to select LRS.

2. Geo Redundant Storage (GRS): This is the default option for redundancy when a storage account is created. Like LRS, transactions are replicated synchronously to three storage
nodes within the primary region chosen for creating the storage account. However, the transaction is also queued for asynchronous replication to another secondary region (hundreds of
miles away from the primary) where data is again made durable by replicating it to three more storage nodes there. The below section will cover in depth the asynchronous replication
process, information on region pairings and the failover process.

3. Read Access - Geo Redundant Storage (RA-GRS): For a GRS storage account, we now have introduced in limited preview the ability to turn on read only access to a storage account's
data in the secondary region. Since replication to the secondary region is done asynchronously, this provides an eventual consistent version of the data to read from. The below
section will cover more details on RA-GRS, how to enable this in preview mode and details on storage analytics.

Locally Redundant Storage (LRS)

What is LRS?

Locally redundant storage stores multiple copies of your data synchronously within a region for durability. To ensure durability, we replicate the transaction synchronously across
three different storage nodes across different fault domains and upgrade domains. A fault domain (FD) is a group of nodes that represent a physical unit of failure and can be
considered as nodes belonging to the same physical rack. An upgrade domain (UD) is a group of nodes that will be upgraded together during the process of service upgrade (rollout).
The three replicas are spread across UDs and FDs to ensure that data is available even if hardware failure impacts a single rack and when nodes are upgraded during a rollout.

In addition to returning success only when all three replicas are persisted, we store CRCs of the data to ensure correctness and periodically read and validate the CRCs to detect
bit rot (random errors occurring on the disk media over a period of time).




Related Questions


Question : You migrate a Windows Server .NET web application to Azure Cloud Services.
You need enable trace logging for the application.
Which two actions should you perform? Each correct answer presents part of the solution.

A. Update the service definition file.

B. Update the Azure diagnostics configuration.

C. Update the service configuration file.

D. Enable verbose monitoring.

E. Update the application web.config file.
 : You migrate a Windows Server .NET web application to Azure Cloud Services.
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. D,E




Question : You administer a cloud service named contosoapp that has a web role and worker role.
Contosoapp requires you to perform an in-place upgrade to the service.
You need to ensure that at least six worker role instances and eight web role instances are
available when you apply upgrades to the service. You also need to ensure that updates are
completed for all instances by using the least amount of time.
Which value should you use with each configuration? To answer, drag the appropriate value
to the correct configuration. Each value may be used once, more than once, or not at all.
 : You administer a cloud service named contosoapp that has a web role and worker role.
1. Value1 -1 Value2- 4 Value3- 8
2. Value1 -3 Value2- 6 Value3- 9
3. Access Mostly Uused Products by 50000+ Subscribers
4. Value1 -8 Value2- 9 Value3- 6
5. Value1 -12 Value2- 9 Value3- 3




Question : Your network includes a legacy application named LegacyApp. The application only runs in
the Microsoft .NET 3.5 Framework on Windows Server 2008.
You plan to deploy to Azure Cloud Services.
You need to ensure that LegacyApp1 will run correctly in the new environment.
What are two possible ways to achieve this goal? Each correct answer presents a complete
solution.

A. Upload a VHD with Windows Server 2008 installed.

B. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 2.

C. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 1.

D. Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 3.


 : Your network includes a legacy application named LegacyApp. The application only runs in
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D




Question : You manage an Azure Service Bus for your company. You plan to enable access to the
Azure Service Bus for an application named ContosoLOB.
You need to create a new shared access policy for subscriptions and queues that has the
following requirements:
Receives messages from a queue Deadletters a message Defers a message for later
retrieval Enumerates subscriptions Gets subscription description
In the table below, identify the permission you need to assign to ensure that ContosoLOB is
able to accomplish the above requirements.

 : You manage an Azure Service Bus for your company. You plan to enable access to the
1. Access Level Send to Queue and Subscription
2. Access Level Listen to Queue and Subscription
3. Access Mostly Uused Products by 50000+ Subscribers
4. Access Level manage to Queue and Listen to Subscription




Question : You manage a cloud service that has a web application named WebRole. WebRole writes
error messages to the Windows Event Log.
Users report receiving an error page with the following message: "Event 26 has occurred.
Contact your system administrator."
You need to access the WebRole1 event log.
Which three actions should you perform? Each correct answer presents part of the solution.

A. Enable verbose monitoring.

B. Update the WebRole1 web.config file.

C. Update the cloud service definition file and the service configuration file.

D. Run the Set-AzureVMDiagnosticsExtension PowerShell cmdlet.

E. Run the Enable-AzureWebsiteApplicationDiagnostic PowerShell cmdlet.

F. Create a storage account.

 : You manage a cloud service that has a web application named WebRole. WebRole writes
1. A,B,C
2. C,D,E
3. Access Mostly Uused Products by 50000+ Subscribers
4. D,E,F




Question : You manage a cloud service that utilizes data encryption.
You need to ensure that the certificate used to encrypt data can be accessed by the cloud service application.
What should you do?


 : You manage a cloud service that utilizes data encryption.
1. Upload the certificate referenced in the application package.
2. Deploy the certificate as part of the application package.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Use RDP to install the certificate.