Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Microsoft Architecting Microsoft Azure Solutions (70-534) Free Practice Test

Question 1
DRAG DROP
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.
Correct 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
Question 2
HOTSPOT
You are developing a messaging solution for a financial services company named Adatum.
The solution must integrate an application named Enrollment and an application named
Activation.
The Enrollment application is used to enroll new customers. The Activation application is used to activate accounts for new customers.
You need to ensure that each message that the Enrollment application sends is stored in a queue for ten minutes before the Activation application uses the message.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
Correct Answer:

Explanation:

Box 1: sb
Servicebus
Box 2: adatum.servicebus.windows.net/activate
This is a proper service bus URI.
Note: CreateServiceUri(String, String, String) constructs the Service Bus URI for an application, using the specified scheme, service namespace, and service path.
Parameters:
Box 3: NamespaceManager
Box 4: New TimeSpan(0,10,0)
TimeSpan(Int32,Int32,Int32)
Initializes a new instance of the TimeSpan structure to a specified number of hours, minutes, and seconds.
Note:
References:
Question 3
HOTSPOT
You are developing an Azure cloud service for a company. The cloud service monitors a queue for incoming messages and then processes invoices based on the contents of these messages. Some messages are formed incorrectly and cause exceptions.
There is no time limit for how long the service takes to process an individual message. All messages must be processed at least once by using the ProcessMessage method.
Messages must not be processed more than twice by using the ProcessMessage method.
Messages that fail normal processing must be processed by using the
ProcessPoisonMessage method. You need to configure message processing. How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
Correct Answer:

Explanation:

Step 1:
Check if msg is null.
Step 2:
Messages must not be processed more than twice by using the ProcessMessage method.
Step 3:
Delete the message after successful processing.
Question 4
You need to recommend an appropriate solution for the data mining requirements.
Which solution should you recommend?

Correct Answer: B
Question 5
You need to design the authentication solution for the NorthRide app. Which solution should you use?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
You are designing an Azure application that will use a worker role. The worker role will create temporary files.
You need to minimize storage transaction charges.
Where should you create the files?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
You need to implement the loan aggregation process for the WGBLoanMaster app.
Which technology should you use?

Correct Answer: C
Question 8
A company has a very large dataset that includes sensitive information. The dataset is over
30 TB in size.
You have a standard business-class ISP internet connection that is rated at 100 megabits/second.
You have 10 4-TB hard drives that are approved to work with the Azure Import/Export
Service.
You need to migrate the dataset to Azure. The solution must meet the following requirements:
* The dataset must be transmitted securely to Azure.
* Network bandwidth must not increase.
* Hardware costs must be minimized.
What should you do?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
Your company network has two physical locations configured in a geo-clustered environment.
You create a Blob storage account in Azure that contains all the data associated with your company.
You need to ensure that the data remains available in the event of a site outage. Which storage option should you enable?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).