Q28.
HOTSPOT
Q29.
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.
Q32.
HOTSPOT
Q33.
HOTSPOT
You have a cloud service that runs an external process that is named MyStartupTask.cmd. The cloud service runs this external process when the web role starts. The external process writes information to the Windows registry. You set the value of an environment variable named MyID to the deployment ID for the current web
role instance.
DRAG DROP
Q35.
HOTSPOT
Q36.
DRAG DROP
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.
QUESTION 37
You are planning to move streaming media content to Windows Azure Storage.
You need to recommend an approach for providing worldwide users the fastest possible access to the content.
Which two actions should you recommend? (Each correct answer presents part of the solution. (Choose two.)
A. Use a Shared Access Signature.
B. Use Windows Azure page blob storage.
C. Use Windows Azure block blob storage.
D. Use the Windows Azure Content Delivery Network (CDN).
Answer: CD
QUESTION 42
You are designing a plan for migrating Virtual Hard Disks (VHDs) and video files to Windows Azure Storage.
The VHDs must be optimized for random read/write operation.
The video files must be optimized for sequential access.
You need to recommend storage types for storing the VHDs and video files.
Which two storage types should you recommend? (Each correct answer presents part of the solution. (Choose two.)
A. Store VHDs in Windows Azure page blob storage.
B. Store VHDs in Windows Azure block blob storage.
C. Store video files in Windows Azure page blob storage.
D. Store video files in Windows Azure block blob storage.
Answer: AD
QUESTION 43
You are designing a Windows Azure application that will use Windows Azure Table storage.
The application will allow teams of users to collaborate on projects.
Each user is a member of only one team.
You have the following requirements:
- Ensure that each user can efficiently query records related to his or her team's projects.
- Minimize data access latency.
You need to recommend an approach for partitioning table storage entities.
What should you recommend?
Answer: B
Q44.
You plan to deploy an application as a cloud service. The application uses a virtual network to extend your on premises network into Azure.
You need to configure a site-to-site VPN for cross-premises network connections.
Which two objects should you configure? Each correct answer presents part of the solution.
A. Dynamic routing gateway
B. VPN gateway
C. External-facing IPv6 address
D. External-facing IPv4 address
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.
A company creates an API and makes it accessible on an Azure website. External partners use the API occasionally. The website uses the Standard web hosting plan.
Partners report that the first API call in a sequence of API calls occasionally takes longer than expected to run.
Subsequent API calls consistently perform as expected.
You need to ensure that all API calls perform consistently.
What should you do?
A. Configure the website to use the Basic web hosting plan.
B. Enable Always On support.
C. Configure the website to automatically scale.
D. Add a trigger to the web.config file for the website that causes the website to recycle periodically.
DRAG DROP
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.
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.
A28.
Q29.
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
Q30.
You deploy an application as a cloud service in Azure.
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
Q30.
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?
A. Service definition
B. Diagnostics configuration
C. Service configuration
D. Network configuration
Q31.
DRAG DROP
A. Service definition
B. Diagnostics configuration
C. Service configuration
D. Network configuration
Q31.
DRAG DROP
You are converting an existing ASP.NET web application to use the Azure Active Directory (AD) Access Control service for authentication. The application will authenticate users by using their Yahoo account credentials. You need to determine the correct payload for each stage of the authentication process.
What should you do? To answer, drag the appropriate payload format to the correct location on the dialog box. Each payload format 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.
A31.
Q32.
HOTSPOT
You have a WebJob object that runs as part of an Azure website. The WebJob object uses features from the Azure SDK for .NET. You use a well formed but invalid storage key to create the storage account that you pass into the UploadDataToAzureStorage method.
The WebJob object contains the following code segment. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
A32.
Q33.
HOTSPOT
You have a cloud service that runs an external process that is named MyStartupTask.cmd. The cloud service runs this external process when the web role starts. The external process writes information to the Windows registry. You set the value of an environment variable named MyID to the deployment ID for the current web
role instance.
The external process must complete writing the information to the Windows registry before the web role starts to accept web traffic.
You need to configure the cloud service.
How should you complete the relevant markup? To answer, select the appropriate option or options in the answer area.
How should you complete the relevant markup? To answer, select the appropriate option or options in the answer area.
A33.
Q34.
DRAG DROP
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.
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.
A34.
Q35.
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? To answer, select the appropriate option or options in the answer area.
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? To answer, select the appropriate option or options in the answer area.
A35.
Q36.
DRAG DROP
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.
A36.
QUESTION 37
You are planning to move streaming media content to Windows Azure Storage.
You need to recommend an approach for providing worldwide users the fastest possible access to the content.
Which two actions should you recommend? (Each correct answer presents part of the solution. (Choose two.)
A. Use a Shared Access Signature.
B. Use Windows Azure page blob storage.
C. Use Windows Azure block blob storage.
D. Use the Windows Azure Content Delivery Network (CDN).
Answer: CD
QUESTION 42
You are designing a plan for migrating Virtual Hard Disks (VHDs) and video files to Windows Azure Storage.
The VHDs must be optimized for random read/write operation.
The video files must be optimized for sequential access.
You need to recommend storage types for storing the VHDs and video files.
Which two storage types should you recommend? (Each correct answer presents part of the solution. (Choose two.)
A. Store VHDs in Windows Azure page blob storage.
B. Store VHDs in Windows Azure block blob storage.
C. Store video files in Windows Azure page blob storage.
D. Store video files in Windows Azure block blob storage.
Answer: AD
QUESTION 43
You are designing a Windows Azure application that will use Windows Azure Table storage.
The application will allow teams of users to collaborate on projects.
Each user is a member of only one team.
You have the following requirements:
- Ensure that each user can efficiently query records related to his or her team's projects.
- Minimize data access latency.
You need to recommend an approach for partitioning table storage entities.
What should you recommend?
A. Partition by user.
B. Partition by team.
C. Partition by project.
D. Partition by the current date.
Answer: B
Q44.
You plan to deploy an application as a cloud service. The application uses a virtual network to extend your on premises network into Azure.
You need to configure a site-to-site VPN for cross-premises network connections.
Which two objects should you configure? Each correct answer presents part of the solution.
A. Dynamic routing gateway
B. VPN gateway
C. External-facing IPv6 address
D. External-facing IPv4 address
Q45.
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.
A45.
Q46.
A company creates an API and makes it accessible on an Azure website. External partners use the API occasionally. The website uses the Standard web hosting plan.
Partners report that the first API call in a sequence of API calls occasionally takes longer than expected to run.
Subsequent API calls consistently perform as expected.
You need to ensure that all API calls perform consistently.
What should you do?
A. Configure the website to use the Basic web hosting plan.
B. Enable Always On support.
C. Configure the website to automatically scale.
D. Add a trigger to the web.config file for the website that causes the website to recycle periodically.
Q47.
DRAG DROP
Your team uses a proprietary source control product. You use FTP to manually deploy an Azure website.
You must move your source code from the proprietary source control product to a secure on-premises Git versioning system. Instead of deploying the website by using FTP.the website must automatically deploy to Azure each time developers check-in source files.
You need to implement the new deployment strategy.
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.
You must move your source code from the proprietary source control product to a secure on-premises Git versioning system. Instead of deploying the website by using FTP.the website must automatically deploy to Azure each time developers check-in source files.
You need to implement the new deployment strategy.
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.
A47.
QUESTION 66
You are designing an upgrade strategy for a Windows Azure application that includes one web role with one instance.
You have the following requirements:
- Test the application on the Windows Azure platform.
- Ensure that application upgrades can be rolled back.
- Ensure that upgrade and rollback processes do not cause downtime.
You need to recommend an approach for upgrading the application.
What should you recommend?
A. Deploy to the Production slot. Test the application, and then perform a VIP swap.
B. Deploy to the Staging slot. Test the application, and then perform a VIP swap.
C. Deploy to the Staging slot. Test the application, and then perform a manual in-place upgrade to the Production slot.
D. Deploy to the Staging slot. Test the application, and then perform an automatic in-place upgrade to the Production slot.
Thanks for your informative blog!!! Keep on updating your with such awesome information.
ReplyDeleteMS Azure Online Training
CertsTraining offers the absolute best refreshed 70-532 preparing item addresses answers that will positively spare your cash and time, since we unquestionably know this 70-532 questions will surely help you to finish up being a trying 70-532 master. Passing this 70-532 test spic and span request with the fine evaluations is possible to gain him thrive in 70-532 exam questions
ReplyDelete