Exam 70-532: Developing Microsoft Azure Solutions and Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions are useful for candidates who want to validate their implementation experience across cloud projects, but they are not prerequisites for this exam.
Pass4Test의 Microsoft Specialist 70-534 덤프를 구매하시고 공부하시면 밝은 미래를 예약한것과 같습니다. Pass4Test의 Microsoft Specialist 70-534 덤프는 고객님이 시험에서 통과하여 중요한 IT인증자격증을 취득하게끔 도와드립니다. IT인증자격증은 국제적으로 인정받기에 취직이나 승진 혹은 이직에 힘을 가해드립니다. 학원공부나 다른 시험자료가 필요없이 Pass4Test의 Microsoft Specialist 70-534 덤프만 공부하시면 Microsoft Specialist 70-534 시험을 패스하여 자격증을 취득할수 있습니다.
NO.1 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
NO.2 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.3 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.4
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.5
DRAG DROP
You are migrating Active Directory Domain Services (AD DS) domains
to Azure.
You need to recommend the least complex directory synchronization
solution.
What should you recommend? To answer, drag the appropriate solution
to the correct client
requirement. Each solution 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:
NO.6 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.7 DRAG DROP
You create a web
application. You publish the source code of the web application to a
GitHub
repository by using Microsoft Visual Studio. You create a website by
using the Azure management
portal.
You must continuously deploy the web
application from the GitHub repository website to the Azure
website.
You
need to deploy the source code of the web application.
Which four actions
should you perform in sequence? To answer, move the appropriate actions
from
the list of actions to the answer area and arrange them in the correct
order.
Answer:
NO.8 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