Want to know Examcollection exam ref 70 532 developing microsoft azure solutions pdf Exam practice test features? Want to lear more about Microsoft Developing Microsoft Azure Solutions certification experience? Study Highest Quality Microsoft 70 532 exam answers to Leading 70 532 developing microsoft azure solutions questions at Examcollection. Gat a success with an absolute guarantee to pass Microsoft exam ref 70 532 developing microsoft azure solutions (Developing Microsoft Azure Solutions) test on your first attempt.
Q31. - (Topic 5)
You connect to an existing service over the network by using HTTP. The service listens on HTTP port 80. You plan to create a test environment for this existing service by using an Azure virtual machine (VM) that runs Windows Server.
The service must be accessible from the public Internet over HTTP port 8080.
You need to configure the test environment.
Which two actions should you take? Each correct answer presents part of the solution.
A. Configure an endpoint to route traffic from port 8080 to port 80.
B. Configure an endpoint to route traffic from port 80 to port 8080.
C. Ensure that the public IP address is configured as a static IP address.
D. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 8080.
E. Configure the Windows Server firewall to allow incoming and outgoing traffic on port 80.
Answer: A,E
Q32. 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:
Q33. HOTSPOT - (Topic 5)
You are creating a set of load-balanced virtual machines (VMs) that are hosted on Azure.
You run the following Windows PowerShell script. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Answer:
Q34. 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:
Q35. - (Topic 5)
You are modifying a web application so that it uses Azure Active Directory to manage users. You create a security group named Users and a security group named Administrators. The Administrators security group is a member of the Users security group.
You create the following code segment. Line numbers are included for reference only.
You need to implement the canAccessUserResources function. Which code segment should you insert at line 02?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C
Q36. HOTSPOT - (Topic 5)
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.
Answer:
Q37. - (Topic 5)
You host an application on an Azure virtual machine (VM) that uses a data disk. The application performs several input and output operations per second.
You need to disable disk caching for the data disk.
Which two actions will achieve the goal? Each answer presents a complete solution.
A. Use the Azure Resource Manager REST API
B. Use the Service Management REST API.
C. Run the following Windows PowerShell cmdlet: Remove-AzureDataDisk
D. Run the following Windows PowerShell cmdlet: Set-AzureDataDisk
Answer: A,D
Q38. - (Topic 5)
You develop a service that runs on a worker role in Azure. The service caches a large amount of data from a database at startup. The service has a configuration file that includes two settings named ConnectionString and SleepInterval.
The service must restart when the value of the ConnectionString setting changes. The service must NOT restart when the value of the SleepInterval setting changes.
You have the following code. Line numbers are for reference only.
You need to configure the service.
Which code segment should you insert at line 21?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Q39. - (Topic 2)
You need to implement data storage for patient information.
What should you do?
A. Use the Update Entity operation of the Table Service REST API.
B. Use the Put Blob operation of the Blob Service REST API.
C. Use the Put Message operation of the Create Queue REST API.
D. Use the Set Share Metadata operation of the File Service REST API.
Answer: A
Q40. 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: