IT자격증을 많이 취득하여 IT업계에서 자신만의 단단한 자리를 보장하는것이 여러분들의 로망이 아닐가 싶습니다. Pass4Test의 완벽한 Microsoft Specialist 70-534덤프는 IT전문가들이 자신만의 노하우와 경험으로 실제 Microsoft Specialist 70-534시험문제에 대비하여 연구제작한 완벽한 작품으로서 100% Microsoft Specialist 70-534시험통과율을 보장합니다.
NO.1 You are designing an Azure application that processes graphical image
files. The graphical
Images are processed in batches by remote applications
that run on multiple servers.
You have the following requirements:
- The
application must remain operational during batch-processing operations.
-
Users must be able to roll back each image to a previous version.
You need to
ensure that each remote application has exclusive access to an image while
the
application processes the image. Which type of storage should you use to
store the images?
A. Table service
B. Queue service
C. Blob
service
D. A single Azure VHD that is attached to the web role
Answer:
C
NO.2 You
administer a cloud service.
You plan to host two web applications named
contosoweb and contosowebsupport.
You need to ensure that you can host both
applications and qualify for the Azure Service Level
Agreement. You want to
achieve this goal while minimizing costs.
How should you host both
applications?
A. in different web roles with two instances in each web
role
B. in the same web role with two instances
C. in different web roles
with one instance in each web role
D. in the same web role with one
instance
Answer: B
Explanation:
A cloud service must have at least two
instances of every role to qualify for
the Azure Service Level Agreement,
which guarantees external connectivity to your
Internet-facing roles at least
99.95 percent of the time.
Reference: Azure, What is a cloud service?
NO.3
Your company plans to migrate from On-Premises Exchange to Exchange Online in
Office 365.
You plan to integrate your existing Active Directory Domain
Services (AD DS) infrastructure with
Azure AD.
You need to ensure that
users can log in by using their existing AD DS accounts and passwords.
You
need to achieve this goal by using minimal additional systems.
Which
two actions should you perform? Each answer presents part of the solution.
A.
Configure Password Sync.
B. Set up a DirSync Server.
C. Set up an Active
Directory Federation Services Server.
D. Set up an Active Directory
Federation Services Proxy Server.
Answer: B,C
NO.4 HOTSPOT
You
manage a public-facing web application which allows authenticated users to
upload and
download large files. On the initial public page there is a
promotional video.
You plan to give users access to the site content and
promotional video.
In the table below, identify the access method that should
be used for the anonymous and
authenticated parts of the application. Make
only one selection in each column.
Answer:
NO.5 You are designing an
Azure web application. The application uses one worker role.
It does not use
SQL Database. You have the following requirements:
- Maximize throughput and
system resource availability
- Minimize downtime during scaling
You need
to recommend an approach for scaling the application.
Which approach should
you recommend?
A. Increase the role instance size.
B. Set up horizontal
partitioning.
C. Increase the number of role instances.
D. Set up vertical
partitioning.
Answer: C
NO.6
Your company has recently signed up for Azure.
You plan to register a Data
Protection Manager (DPM) server with the Azure Backup service.
You need to
recommend a method for registering the DPM server with the Azure Backup
vault.
What are two possible ways to achieve this goal? Each correct answer
presents a complete solution.
A. Import a self-signed certificate created
using the makecert tool.
B. Import a self-signed certificate created using
the createcert tool.
C. Import an X.509 v3 certificate with valid
clientauthentication EKU.
D. Import an X.509 v3 certificate with valid
serverauthentication EKU.
Answer: A,C
Explanation:
A: You can create a
self-signed certificate using the makecert tool, or use any valid SSL
certificate
issued by a Certification Authority (CA) trusted by Microsoft,
whose root certificates are distributed
via the Microsoft Root Certificate
Program.
C: The certificate must have a valid ClientAuthentication
EKU.
Reference: Prerequisites for Azure Backup
NO.7 You manage
an Azure virtual network that hosts 15 virtual machines (VMs) on a single
subnet,
which is used for testing a line of business (LOB) application. The
application is deployed to a VM
named TestWebServiceVM.
You need to ensure
that TestWebServiceVM always starts by using the same IP address. You need
to
achieve this goal by using the least amount of administrative
effort.
What should you do?
A. Use the Management Portal to configure
TestWebServiceVM.
B. Use RDP to configure TestWebServiceVM.
C. Run the
Set-AzureStaticVNetIP PowerShell cmdlet.
D. Run the Get-AzureReservedIP
PowerShell cmdlet.
Answer: C
Explanation:
Specify a static internal IP
for a previously created VM
If you want to set a static IP address for a VM
that you previously created, you can do so by using the
following cmdlets. If
you already set an IP address for the VM and you want to change it to a
different
IP address, you'll need to remove the existing static IP address
before running these cmdlets. See the
instructions below to remove a static
IP. For this procedure, you'll use the Update-AzureVM cmdlet.
The
Update-AzureVM cmdlet restarts the VM as part of the update process. The DIP
that you specify
will be assigned after the VM restarts. In this example, we
set the IP address for VM2, which is
located in cloud service
StaticDemo.
Get-AzureVM -ServiceName StaticDemo -Name VM2 |
Set-AzureStaticVNetIP -IPAddress
192.168.4.7 | Update-AzureVM
Reference:
Configure a Static Internal IP Address (DIP) for a VM