Q1. - (Topic 5)
You are developing a messaging solution to integrate two applications named WeatherSummary and WeatherDetails. The WeatherSummary application displays a summary of weather information for major cities. The WeatherDetails application displays weather details for a specific city.
You need to ensure that the WeatherDetails application displays the weather details for the city that the user selects in the WeatherSummary application.
What should you do?
A. Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the PeekLock method.
B. Create an Azure Service Bus Topics object. In the WeatherDetails application, create a filter.
C. Create an Azure Service Bus Relay object. In the WeatherDetails application, create a filter.
D. Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the ReceiveAndDelete method.
Answer: B
Q2. - (Topic 5)
You deploy a website to Azure. When the website starts, it loads and caches common
data.
Updates to the website must occur without downtime or performance degradation that is
noticeable to users.
You need to upgrade to a new version of website code. What should you do?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: B
Q3. - (Topic 4)
You need to meet the performance and scalability requirements.
Which SQL Database configuration should you use?
A. Use the S1 performance level for On-Peak mode.
B. Use the P2 performance level for On-Peak mode.
C. Use the S2 performance level for On-Peak mode.
D. Use the P1 performance level for On-Peak mode.
Answer: D
Q4. HOTSPOT - (Topic 2)
You configure alerts in Azure. The metrics shown in the following exhibit represent the average values for each five-minute period.
To answer, make the appropriate selections in the answer area.
Answer:
Q5. DRAG DROP - (Topic 5)
You are developing a web application that uses Azure push notifications to interact with users.
You need to send a text notification to users to alert them that the application is ready to test.
How should you complete the relevant code? To answer, drag the appropriate code segment to the correct location. Each code segment 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:
Q6. - (Topic 5)
You develop a web application that will use the Azure Table service. The web application will store entities in the form of XML data within a single table.
The web application must support high traffic throughput.
You need to avoid exceeding the throttle limit for the table.
Which two actions should you take? Each correct answer presents part of the solution.
A. Add additional partition keys to the table.
B. Batch transactions for entities that are in the same partition group in the table.
C. Compress the entities before storing them in the table.
D. Store the entities in JSON format.
Answer: B,D
Q7. HOTSPOT - (Topic 4)
You need to insert code at line SB11 to apply the storage access policy.
How should you complete the relevant code segment? To answer, select the appropriate option or options in the answer area.
Answer:
Q8. HOTSPOT - (Topic 5)
A company creates an Azure worker role to manage products.
The number of customers who inquire about how many products are in inventory rapidly increases.
You need to ensure that the worker role can scale to accommodate the increased workload.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.
Answer:
Q9. - (Topic 2)
You need to implement tracing for the website after the website is deployed. Which code segment should you insert at line CF13?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C
Q10. - (Topic 3)
You need to move the VM.
What should you do?
A. Use the Blob Service REST API
B. Use the Service Management REST API
C. Run the Azure PowerShell Convert-VHD cmdlet.
D. Run the Azure PowerShell New-AzureVMcmdlet
Answer: A