getcertified4sure.com

Tips for 70 533 exam questions




It is impossible to pass Microsoft 70 533 implementing microsoft azure infrastructure solutions exam without any help in the short term. Come to Pass4sure soon and find the most advanced, correct and guaranteed Microsoft 70 533 exam practice questions. You will get a surprising result by our Up to the minute Implementing Microsoft Azure Infrastructure Solutions practice guides.

Q11. You administer an Azure Web Site named contoso. You create a job named Cleanlogs.cmd that will be executed manually, twice a week. 

You need to deploy the job. 

To which folder location should you deploy CleanLogs.cmd? 

A. ./App_Code/jobs/triggered/cleanLogs/CleanLogs.cmd 

B. ./App_Data/jobs/triggered/clean Logs/CleanLogs.cmd 

C. ./App_Code/jobs/continuous/cleanLogs/CleanLogs.cmd 

D. ./App_Data/jobs/continuous/cleanLogs/CleanLogs.cmd 

Answer:

Explanation: A WebJob is stored under the following directory in your site: 

site\wwwroot\App_Data\jobs\{job type}\{job name} 

Where {job type} can be either continuous for a job that is always running or triggered for a job that starts from an external trigger (on demand / scheduler). 

Reference: How to deploy Azure WebJobs 

URL: http://blog.amitapple.com/post/74215124623/deploy-azure-webjobs/#.VDZam_mSx8E 


Q12. HOTSPOT 

You create a virtual network named fabVNet01. 

You design the virtual network to include two subnets, one named DNS-subnet and one named Apps-subnet, as shown in the exhibit. (Click the Exhibits button.) 

In the table below, identify the number of IP addresses that will be available for virtual machines (VMs) or cloud services in each subnet. Make only one selection in each column. 

Answer: 


Q13. You manage a cloud service that is running in two small instances. The cloud service hosts a help desk application. The application utilizes a virtual network connection to synchronize data to the company's internal accounting system. 

You need to reduce the amount of time required for data synchronization. 

What should you do? 

A. Configure the servers as large instances and re-deploy. 

B. Increase the instance count to three. 

C. Deploy the application to Azure Web Sites. 

D. Increase the processors allocated to the instances. 

Answer:

Explanation: 

Note: When you create your service model, you can specify the size to which to deploy an instance of your role, depending on its resource requirements. The size of the role determines the number of CPU cores, the memory capacity, and the local file system size that is allocated to a running instance. 

Reference: Virtual Machine and Cloud Service Sizes for Azure 

URL : http://msdn.microsoft.com/en-us/library/azure/dn197896.aspx 


Q14. DRAG DROP 

You manage an Azure Web Site named contososite. 

You download the subscription publishing credentials named Contoso-Enterprise.publishsettings. 

You need to use Azure Power Shell to achieve the following: 

Connect to the Contoso-Enterprise subscription. 

Create a new App Setting named CustomSetting with a value of True. 

Restart the website. 

Which commands should you use? To answer, drag the appropriate Azure PowerShell command to the correct location in the solution. Each command 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: 


Q15. You develop a set of Power Shell scripts that will run when you deploy new virtual machines (VMs). 

You need to ensure that the scripts are executed on new VMs. You want to achieve this goal by using the least amount of administrative effort. 

What should you do? 

A. Create a new GPO to execute the scripts as a logon script. 

B. Create a SetupComplete.cmd batch file to call the scripts after the VM starts. 

C. Create a new virtual hard disk (VHD) that contains the scripts. 

D. Load the scripts to a common file share accessible by the VMs. 

E. Set the VMs to execute a custom script extension. 

Answer:

Explanation: After you deploy a Virtual Machine you typically need to make some changes before it’s ready to use. This is something you can do manually or you could use Remote PowerShell to automate the configuration of your VM after deployment for example. 

But now there’s a third alternative available allowing you customize your VM: the CustomScript extension. 

This CustomScript extension is executed by the VM Agent and it’s very straightforward: you specify which files it needs to download from your storage account and which file it needs to execute. You can even specify arguments that need to be passed to the script. The only requirement is that you execute a .ps1 file. 

Reference: Customizing your Microsoft Azure Virtual Machines with the new CustomScript extension 

http://fabriccontroller.net/blog/posts/customizing-your-microsoft-azure-virtual-machines-with-the-new-customscript-extension/ 


Q16. DRAG DROP 

You administer an Azure Web Site named contosoweb that uses a production database. You deploy changes to contosoweb from a deployment slot named contosoweb-staging. 

You discover issues in contosoweb that are affecting customer data. 

You need to resolve the issues in contosoweb while ensuring minimum downtime for users. You swap contosoweb to contosoweb-staging. 

Which four steps should you perform next 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: 


Q17. Your company has a subscription to Azure. You plan to deploy 10 websites. You have the following requirements: 

. Each website has at least 15 GB of storage. 

. All websites can use azurewebsite.net. 

You need to deploy the 10 websites while minimizing costs. 

Which web tier plan should you recommend? 

A. Free 

B. Small Business 

C. Standard 

D. Basic 

Answer:

Explanation: Standard offers 50 GB of storage space, while Basic only gives 10 GB: 

Reference: Websites Pricing Details 

URL: http://azure.microsoft.com/en-us/pricing/details/websites/ 

http://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/ 


Q18. DRAG DROP 

You administer an Azure SQL database named contosodb that is running in Standard/S1 tier. The database is in a server named server1 that is a production environment. You also administer a database server named server2 that is a test environment. Both database servers are in the same subscription and the same region but are on different physical clusters. 

You need to copy contosodb to the test environment. 

Which three steps 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: 


Q19. Your company has a subscription to Azure. 

You configure your contoso.com domain to use a private Certificate Authority. You deploy a web site named MyApp by using the Shared (Preview) web hosting plan. 

You need to ensure that clients are able to access the MyApp website by using https. 

What should you do? 

A. Back up the Site and import into a new website. 

B. Use the internal Certificate Authority and ensure that clients download the certificate chain. 

C. Add custom domain SSL support to your current web hosting plan. 

D. Change the web hosting plan to Standard. 

Answer:

Explanation: Enabling HTTPS for a custom domain is only available for the Standard web hosting plan mode of Azure websites. 

Reference: Enable HTTPS for an Azure website 

http://azure.microsoft.com/en-us/pricing/details/websites/ 


Q20. DRAG DROP 

You manage two solutions in separate Azure subscriptions. 

You need to ensure that the two solutions can communicate on a private network. 

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: