Microsoft 070-534 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 070-534
  • Exam Name/Title: Architecting Microsoft Azure Solutions
  • Certification Provider: Microsoft
  • Corresponding Certification: Microsoft Specialist
  • Exam Questions: 235
  • Updated On: Jun 02, 2026
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?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You need to prepare the implementation of data storage for the contractor information app.
What should you?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You design an Azure application that processes images. The maximum size of an image is
10 MB. The application includes a web role that allows users to upload images and a worker role with multiple instances that processes the images. The web role communicates with the worker role by using an Azure Queue service.
You need to recommend an approach for storing images that minimizes storage transactions.
What should you recommend?
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
DRAG DROP
You are implementing the new security requirements for the WGBCreditCruncher app.
You need to explain the security process flow to another developer. You start by navigating to the web app as it is presented to the user.
Which five actions must be performed in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Correct Answer:

Explanation:

References:
https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory- authentication-scenarios
DRAG DROP
You need to build and deploy the API.
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.
Correct Answer:
DRAG DROP
You plan to deploy a cloud service named contosoapp. The service includes a web role named contosowebrole. The web role has an endpoint named restrictedEndpoint. You need to allow access to restricted Endpoint only from your office machine using the IP address 145.34.67.82. Which values should you use within the service configuration file?
To answer, drag the appropriate value to the correct location in the service configuration file. Each value 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.
Correct Answer:

Explanation:

Box 1: deny
Box 2: 0.0.0.0/0
We deny everything, 0.0.0.0/0, by default.
Box 3: permit
Box 4: 145.34.67.82/32
Permit only traffic from one specific IP address.
DRAG DROP
You need to recommend network connectivity solutions for the experimental applications.
What should you recommend? To answer, drag the appropriate solution to the correct network connection requirements. 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.
Correct Answer:

Explanation:

Box 1: ExpressRoute
ExpressRoute gives you a fast and reliable connection to Azure making it suitable for scenarios like periodic data migration, replication for business continuity, disaster recovery and other high availability strategies. It can also be a cost-effective option for transferring large amounts of data such as datasets for high performance computing applications or moving large VMs between your dev/test environment in Azure and on-premises production environment.
Box 2: point-to-site VPN
Box 3: point-to-site VPN
A point-to-site VPN also allows you to create a secure connection to your virtual network. In a point-to-site configuration, the connection is configured individually on each client computer that you want to connect to the virtual network
Box 4: site-to-site VPN
A site-to-site VPN allows you to create a secure connection between your on-premises site and your virtual network. To create a site-to-site connection, a VPN device that is located on your on-premises network is configured to create a secure connection with the Azure
Virtual Network Gateway. Once the connection is created, resources on your local network and resources located in your virtual network can communicate directly and securely. Site- to-site connections do not require you to establish a separate connection for each client computer on your local network to access resources in the virtual network.
* Scenario: Support building experimental applications by using data from the Azure deployment and on-premises data sources.
References: http://azure.microsoft.com/en-us/services/expressroute/
https://msdn.microsoft.com/en-us/library/azure/dn133798.aspx
You deploy an application as a cloud service in Azure. The application consists of five instances of a web role. You need to move the web role instances to a different subnet.
Which file should you update?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You need to recommend a data storage solution that meets the business continuity requirements. Which two features should you recommend? Each correct answer presents part of the solution.
Correct Answer: A,D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
HOTSPOT
You deploy a new version of a cloud-service application to a staging slot. The application consists of one web role. You prepare to swap the new version of the application into the production slot.
Your Azure account has access to multiple Azure subscriptions. You load the Azure
PowerShell cmdlets into the Windows PowerShell command shell. The command shell is
NOT configured for certificate-based authentication.
You must use the Windows PowerShell command window to configure the application. You need to create five instances of the web role. How should you configure the relevant
Windows PowerShell script?
Correct Answer:

Explanation:

Step1: Add-AzureAccount
Create a new account
Step 2: Select-AzureSubscription
Change the name of the subscription
Step 3: Set-AzureRole -ServiceName -slot Staging
The Set-AzureRole cmdlet sets the number of instances of a specified role to run in an
Azure deployment.
-Slot specifies the deployment environment of the deployment to modify. The acceptable values for this parameter are: Production Staging
References:
https://cann0nf0dder.wordpress.com/2015/03/07/handling-azure-powershell-with-multiple- azure-subscriptions/
https://docs.microsoft.com/en-us/powershell/module/azure/set-azurerole?view=azuresmps-
4.0.0
You manage a virtual Windows Server 2012 web server that is hosted by an on-premises
Windows Hyper-V server. You plan to use the virtual machine (VM) in Azure.
You need to migrate the VM to Azure Storage to add it to your repository. Which Azure
Power Shell cmdlet should you use?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
HOTSPOT
You need to recommend strategies for storing data.
Which services should you recommend? To answer, select the appropriate storage technology for each data type in the answer area.
Correct Answer:

Explanation:

* Media metadata: Azure Queue Storage Service
Scenario: Media metadata must be stored in Azure Table storage.
Azure Queues provide a uniform and consistent programming model across queues, tables, and BLOBs - both for developers and for operations teams.
* Images: Azure Mobile Services
Scenario: Media files must be stored in Azure BLOB storage.
You can use Azure Mobile Services to access images from mobile devices.
* Audio: Azure Media Services
* Video: Azure Media Services
Microsoft Azure Media Services is an extensible cloud-based platform that enables developers to build scalable media management and delivery applications. Media Services is based on REST APIs that enable you to securely upload, store, encode and package video or audio content for both on-demand and live streaming delivery to various clients
(for example, TV, PC, and mobile devices).
References: https://azure.microsoft.com/en-us/documentation/articles/media-services- overview/
You need to support processing for the WGBLeaseLeader app.
Which technology should you use?
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You need to implement the security requirements.
What should you implement?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10