Q1. HOTSPOT - (Topic 5)
You use the Windows PowerShell Desired State Configuration (DSC) feature to configure your company's servers. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer:
Q2. - (Topic 5)
You maintain an application that is used by local food delivery companies. When a customer requests a delivery, the application sends a message to all of the delivery companies. One company accepts the request and fulfills the order.
The application currently supports orders of 100 products or fewer. Some of the delivery companies can now deliver large orders that contain up to 500 products.
You must modify the application so that it supports both small orders and large orders. Messages about large orders should be sent to only delivery companies that can fulfill them. Messages about small orders should be sent to all delivery companies.
Which service should you use?
A. Azure Service Bus Queue
B. Azure Service Bus Relay
C. Azure Service Bus Topics
D. Azure Service Bus Namespace
Answer: C
Q3. - (Topic 5)
An application sends Azure push notifications to a client application that runs on Windows Phone, iOS, and Android devices.
Users cannot use the application on some devices. The authentication mechanisms that the application uses are the source of the problem.
You need to monitor the number of notifications that failed because of authentication errors.
Which three metrics should you monitor? Each correct answer presents part of the solution.
A. Microsoft Push Notification Service (MPNS) authentication errors
B. External notification system errors
C. Apple Push Notification Service (APNS) authentication errors
D. Channel errors
E. Windows Push Notification Services (WNS) authentication errors
F. Google Cloud Messaging (GCM) authentication errors
Answer: A,C,F
Q4. DRAG DROP - (Topic 5)
You are developing a web application that integrates with Azure Active Directory (AD). The application uses the OAuth 2.0 protocol to authorize secure connections to a web service that is at https://service.adatum.com.
The application must request an access token to invoke the web service methods.
You need to submit an HTTP request to the Azure AD endpoint.
How should you complete the request? To answer, drag the appropriate code segments to the correct locations. 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:
Q5. - (Topic 5)
You deploy a stateless ASP.NET application to an Azure website. You scale out the application by adding website instances.
Only newly signed in users are routed to the recently added website instances. Users must be evenly distributed among all of the instances.
You need to configure the environment to ensure that the load balancer evenly distributes requests.
What should you do?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C
Q6. DRAG DROP - (Topic 4)
You need to insert markup at line SD22 to install the software that generates PDF documents.
How should you complete the relevant markup? To answer, drag the appropriate code segments to the correct locations. 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:
Q7. DRAG DROP - (Topic 1)
You need to configure storage for the solution.
What should you do? To answer, drag the appropriate XML segments to the correct locations. Each XML 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:
Q8. DRAG DROP - (Topic 5)
The Azure Queue service hosts a queue named userRegistrationQueue. You are developing a web job to process messages from the queue. You create a new console application by using Microsoft Visual Studio. You also create an Azure storage connection string and store the connection string in the application configuration file.
All trigger listeners and jobs must run on the current thread.
You need to ensure that the web job processes the messages from the queue.
How should you complete the relevant code? To answer, drag the appropriate code segments to the correct location or locations. 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:
Q9. DRAG DROP - (Topic 5)
You deploy an application as a cloud service to Azure. The application contains a web role to convert temperatures between Celsius and Fahrenheit.
The application does not correctly convert temperatures. You must use Microsoft Visual Studio to determine why the application does not correctly convert temperatures.
You need to debug the source code in Azure.
Which three 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:
Q10. - (Topic 5)
You are managing an application. The application uses data that is stored in an Azure SQL database.
You must be able to reset the application to the state that existed on any day in the previous 35 days.
You need to choose a backup solution.
What should you do?
A. Run SQL replication on the SQL database once a day.
B. Use Microsoft Azure SQL Database Point in Time Restore
C. Use the SQL Server Data-Tier Application Framework to build a data-tier application (DAC) file once a day.
D. Use the bcp utility to export data to an Azure page blob once a day.
Answer: B