Question : HadoopExam Learning Resources has an application deployed in Azure Cloud on two small instances. Purpose of application user subscription management. However, it is taking longer to synchronize data between an in-house application and application deployed on cloud. What would be your solution in this case? 1. Configure the servers as large instances and re-deploy.
4. Increase the processors allocated to the instances.
Correct Answer : Get Lastest Questions and Answer : Explanation: It seems there is problem with Bandwidth. Because small instances will have lower bandwidth. Increasing number of instances can give better availability but not higher bandwidth. Hence, we should use large instances to solve this issue. Because it requires higher bandwidth.
General purpose For websites, small-to-medium databases, and other everyday applications.
Size (id) Cores Ram Net Bandwidth Total disk size ExtraSmall 1 0.75 GB Low 19 GB Small 1 1.75 GB Moderate 224 GB Medium 2 3.5 GB Moderate 489 GB Large 4 7 GB High 999 GB ExtraLarge 8 14 GB High 2,039 GB
Question : HadoopExam Learning Resources had created an application, HadoopExamApp and this application writes error messages to the Window Event Log. Users report receiving an error page with the following message: "Event XXX has occurred. Contact your system administrator." You need to access the HadoopExamApp event log. Which three actions should you perform?
A. Enable verbose monitoring. B. Update the WebRole1 web.config file. C. Update the cloud service definition file and the service configuration file. D. Run the Set-AzureVMDiagnosticsExtension PowerShell cmdlet. E. Run the Enable-AzureWebsiteApplicationDiagnostic PowerShell cmdlet. F. Create a storage account. 1. A,B,C 2. C,D,E 3. Access Mostly Uused Products by 50000+ Subscribers 4. A,B,E 5. A,E,F
Correct Answer : Get Lastest Questions and Answer : Explanation: Enable-AzureWebsiteApplicationDiagnostic : Enables application diagnostics on an Azure website. Parameter Set: StorageParameterSet Enable-AzureWebsiteApplicationDiagnostic [[-Name] ] -LogLevel {Error | Warning | Information | Verbose} -Storage [-PassThru] [-Slot ] [-StorageAccountName ] [ ]
Enables application diagnostics on an Azure website, and allows you to configure storage of logs on a file system or on Azure storage.
Question : You are managing an application for HadoopExam Learning Resources. Now, application has been enhanced, has been packaged and stored in an Azure Storage account. You have the following requirements: - Deploy the latest version of the application to production with the amount of downtime. - Ensure that the updated application can be tested prior to deploying to the Production site. - Ensure that the original version of the application can be restored until the new version is verified.
Which four steps should you perform in sequence?
A. Deploy the new package to the staging slot. B. Create a new Cloud Service C. Provide the URL to the development team. D. Deallocate the staging deployment E. Deploy the new package to the production slot. F. Perform VIP Swap. 1. A,B,C 2. C,D,E 3. Access Mostly Uused Products by 50000+ Subscribers 4. A,B,D,E 5. A,C,D,F
Correct Answer : Get Lastest Questions and Answer : Explanation: Deploy the new package to the staging slot Provide the URL to the development team Perform VIP Swap Deallocate the staging deployment
1. Delete the Block Blob and re-upload the VHD as a page blob. 2. Update the type of the blob programmatically by using the Azure Storage .NET SDK. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Create a new empty page blob and use the Azure Blob Copy Power Shell cmdlet to copy the current data to the new blob.
1. Give the user the secondary key for the storage account. Once the user is done with the file, regenerate the secondary key. 2. Create an Ad-Hoc Shared Access Signature for the Blob resource. Set the Shared Access Signature to expire in seven days. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Create an access policy on the blob. Give the external user access by using the policy. Once the user is done with the file, delete the policy.