Microsoft 70-534 - Architecting Microsoft Azure Solutions Exam

Page:    1 / 47   
Total 232 questions

You need to design the system that alerts project managers to data changes in the contractor information app.
Which service should you use?

  • A. Azure Mobile Service
  • B. Azure Service Bus Message Queueing
  • C. Azure Queue Messaging
  • D. Azure Notification Hub


Answer : C

Explanation:
* Scenario:
/ Mobile Apps: Event-triggered alerts must be pushed to mobile apps by using a custom
Node.js script.
/ The service level agreement (SLA) for the solution requires an uptime of 99.9%
* If you are already using Azure Storage Blobs or Tables and you start using queues, you are guaranteed 99.9% availability. If you use Blobs or Tables with Service Bus queues, you will have lower availability.
Note: Microsoft Azure supports two types of queue mechanisms: Azure Queues and
Service Bus Queues.
/ Azure Queues, which are part of the Azure storage infrastructure, feature a simple REST- based Get/Put/Peek interface, providing reliable, persistent messaging within and between services.
/ Service Bus queues are part of a broader Azure messaging infrastructure that supports queuing as well as publish/subscribe, Web service remoting, and integration patterns.
References: https://msdn.microsoft.com/en-us/library/azure/hh767287.aspx

You need to recommend a solution that allows partners to authenticate.
Which solution should you recommend?

  • A. Configure the federation provider to trust social identity providers.
  • B. Configure the federation provider to use the Azure Access Control service.
  • C. Create a new directory in Azure Active Directory and create a user account for the partner.
  • D. Create an account on the VanArsdel domain for the partner and send an email message that contains the password to the partner.


Answer : B

Explanation:
* Scenario: The partners all use Hotmail.com email addresses.
* In Microsoft Azure Active Directory Access Control (also known as Access Control
Service or ACS), an identity provider is a service that authenticates user or client identities and issues security tokens that ACS consumes.
The ACS Management Portal provides built-in support for configuring Windows Live ID as an ACS Identity Provider.
Incorrect:
Not C, not D: Scenario: VanArsdel management does NOT want to create and manage user accounts for partners.
References:

You are creating scripts to authenticate Azure monitoring tasks.
You need to authenticate according to the requirements. How should you complete the relevant Azure PowerShell script?
Develop the solution by selecting and arranging the required Azure PowerShell commands in the correct order. NOTE: You will not need all of the Azure PowerShell commands.




Answer :

Explanation:


From Scenario: Permissions must be assigned by using Role Based Access Control
(RBAC).
The following cmdlet is used to sign-in to Azure: Add-AzureAccount
If necessary, the following Azure cmdlets can be used to select the desired subscription:

Get-AzureSubscription -
Select-AzureSubscription -SubscriptionName SomeSubscription
Set-AzureSubscription -SubscriptionName SomeSubscription `
References: https://blogs.msdn.microsoft.com/cloud_solution_architect/2015/05/14/using- a-service-principal-for-azure-powershell-authentication/

You need to recommend data storage mechanisms for the solution.
What should you recommend? To answer, drag the appropriate data storage mechanism to the correct information type. Each data storage mechanism 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 :

Explanation:


* Use Table storage for Contractor information
* Use Blob for Project Images
* Scenario: VanArsdel needs a solution to reduce the number of operations on the contractor information table. Currently, data transfer rates are excessive, and queue length for read/write operations affects performance.
/ A mobile service that is used to access contractor information must have automatically scalable, structured storage
/ Images must be stored in an automatically scalable, unstructured form.
Note: Blob is an acronym for Binary Large object. Basically Blob is a sequence of bytes just what an application needs. Blob can hold audio, video, email messages, archived files, zip files or a word processing document in a very general way.
References: http://www.thewindowsclub.com/understanding-blobqueuetable-storage- windows-azure

You need to configure availability for the virtual machines that the company is migrating to
Azure.
What should you implement?

  • A. Traffic Manager
  • B. Availability Sets
  • C. Virtual Machine Autoscaling
  • D. Cloud Services


Answer : D

Explanation:
Scenario: VanArsdel plans to migrate several virtual machine (VM) workloads into Azure.

Page:    1 / 47   
Total 232 questions