Question : You have launched ABC.com using Windows Operating System and want to use RDP. Select the correct statement which applies.
A. Remote desktop can be enabled for all roles in a cloud service or for individual roles B. To configure remote desktop access, you need to provide a certificate and credentials that will be used to connect to the virtual machine. C. You can retrieve the remote desktop (.RDP) file for a virtual machine role instance using the Get-AzureRemoteDesktopFile PowerShell cmdlet
Correct Answer : Get Lastest Questions and Answer : Explanation: Remote desktop can be enabled for all roles in a cloud service or for individual roles. To configure remote desktop access, you need to provide a certificate and credentials that will be used to connect to the virtual machine. You can retrieve the remote desktop (.RDP) file for a virtual machine role instance using the Get-AzureRemoteDesktopFile PowerShell cmdlet. You can also retrieve it from the management portal by clicking the Connect button for a role that has remote desktop access enabled.
Question : You want to enable caching for our website ABC.com, Which are valid in-role caching topologies for a cloud service? A. Managed Cache B. Co-located cache C. Redis Cache D. Dedicated cache
Correct Answer : Get Lastest Questions and Answer : Explanation: A co-located cache is a valid topology for an In-Role Cache. In this topology, the cache uses the resources of the virtual machines hosting a web or worker role. A dedicated cache is a valid topology for an In-Role Cache. In this topology, the cache is hosted on dedicated worker role instances and uses all the virtual machine resources.
Question : Your website is Matriomy portal and for each users Images, you are creating thumbnail and want to store these files in a local storage resource for a web role. Which XML element will you use to define the local resource properties? 1. LocalStorage 2. LocalResources 3. Access Mostly Uused Products by 50000+ Subscribers 4. Destinations
Correct Answer : Get Lastest Questions and Answer : Exp: LocalStorage element is used to define the name, sizeInMB, and cleanOnRecycle properties for the local storage resource.