Tuesday, 6 June 2017

Microsoft 70-533: Implementing Microsoft Azure Infrastructure Solutions | Q 151 - 170 | Latest June 2017

QUESTION 151

A Windows Azure application stores data in a SQL Azure database. The application will start an operation that includes three insert statements. You need to recommend an approach for rolling back the entire operation if the connection to SQL Azure is lost. What should you recommend?

A. Ensure that all statements execute in the same database transaction. 
B. Create a stored procedure in the database that wraps the insert statements in a TRY CATCH block.
C. Create a stored procedure in the database that wraps the insert statements in a TRANSACTION block.
D. Open a new connection to the database. Use a separate transaction scope to roll back the original operation.

QUESTION 152

An application uses Windows Azure Table storage. The application uses five tables. One table used by the application is approaching the limit for storage requests per second. You need to recommend an approach for avoiding data access throttling. What should you recommend?

A. Use a single partition key for the table.
B. Compress data before storing it in the table.
C. Create additional partition keys for the table. 
D. Continually remove unnecessary data from the table.

QUESTION 153

A Windows Azure application retrieves data from SQL Azure. You need to recommend an approach for improving application query performance. What should you recommend?

A. Create a database view to retrieve the data.
B. Use a clustered index on the SQL Azure database tables.
C. Open a new database connection when an operation times out.
D. Create SQL Azure database table indexes based on application queries.

QUESTION 154

You are developing a Windows Azure application in which a web role and worker role will communicate by using a Windows Azure Queue. You need to recommend an approach for ensuring that the worker role does not attempt to process any message more than three times. What should you recommend?

A. Appropriately handle poison messages. 
B. Decrease the visibility timeout for messages.
C. Reduce the time-to-live interval for messages in the queue.
D. Increase the number of worker role instances reading messages from the queue.

QUESTION 155

You are designing a Windows Azure application. The application includes processes that communicate by using Windows Communications Foundation (WCF) services. The WCF services must support streaming. You need to recommend a host for the processes and a WCF binding. Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)

A. Host the processes in web roles.
B. Host the processes in worker roles. 
C. Use NetTcpBinding for the WCF services. 
D. Use WSHttpBinding for the WCF services.

QUESTION 156

You are designing a Windows Azure application that will use a worker role. The worker role will create temporary files. You need to recommend an approach for creating the temporary files that minimizes storage transactions. What should you recommend?

A. Create the files on a Windows Azure Drive.
B. Create the files in Windows Azure local storage. 
C. Create the files in Windows Azure Storage page blobs.
D. Create the files in Windows Azure Storage block blobs.

QUESTION 157

You are evaluating a Windows Azure application. The application uses one instance of a web role. The role instance size is set to Medium. The application does not use SQL Azure. You have the following requirements for scaling the application:
- Maximize throughput.
- Minimize downtime while scaling.
- Increase system resources.
You need to recommend an approach for scaling the application. What should you recommend?

A. Set up vertical partitioning.
B. Set up horizontal partitioning.
C. Increase the number of role instances. 
D. Change the role instance size to Large.

QUESTION 158

You are designing a Windows Azure web application. The application will be accessible at a standard cloudapp.net URL. You need to recommend a DNS resource record type that will allow you to configure access to the application through a custom domain name. Which type should you recommend?

A. A
B. CNAME 
C. MX
D. SRV

QUESTION 159

You have an Azure subscription. You create an Azure Active Directory (Azure AD) tenant named Tenant1. You need to configure the integration of Tenant1 and Google Apps. You perform the required configuration on the google apps tenant. Which three actions should you perform from the Azure Management Portal? Each correct answer presents part of the solution.

A. Configure directory integration. 
B. Enable application integration.
C. Add a custom domain.
D. Configure Single-Sign On (SSO). 
E. Add a multi-factor authentication provider.

QUESTION 160

You have an Azure subscription that contains a storage account named STOR1 and a container name CONTAINER1. You need to monitor read access for the blobs inside CONTAINER1. The monitoring data must be retained for 10 days. What should you do?

A. Run the Set-AzureStorageServiceMetricsProperty cmdlet.
B. Run the New-AzureStorageBlobSASToken cmdlet.
C. Run the Set-AzureStorageServiceLoggingProperty cmdlet.
D. Edit the blob properties of CONTAINER1.

QUESTION 161

You deploy an Azure web app named contosoApp. ContosoApp is available by using HTTP or HTTPS. You need to ensure that a web administrator receives an email notification if the average response time for contosoAPP exceeds 50 milliseconds. Which two tasks should you perform? Each correct answer presents part of the solution.

A. Create an HTTPS monitoring endpoint
B. Create a metric
C. Create a rule
D. Create an HTTP monitoring endpoint 
E. Modify the properties of the connection strings
F. Enable Application logging

QUESTION 162
You have an Azure subscription that has a virtual machine named VM1. VM1 runs a line-of-business application named APP1. You create two additional virtual machines named VM2 and VM3 to host APP1. You need to ensure that there is always at least one virtual machine online to host App1. Which command should you run? To answer, select the appropriate options in the answer area.

A. Export-AzureVM
B. Get-AzureaffinityGroup
C. Get-AzureEndPoint
D. Get-AzureVM

QUESTION 163

You manage an Azure web app in standard service tier at the following address: contoso.azurewebsites.net. Your company has a new domain for the site named www.contoso.com that must be accessible by secure socket layer(SSL) encryption. You need to add a custom domain to the Azure web app and assign an SSL certificate. Which three actions should you perform? Each correct answer presents part of the solution.

A. Add SSL binding for the www.contosco.com domain with the IP-based SSL option selected. 
B. Create a CNAME record from www.contoso.com to contoso.azurewebsites.net. 
C. Create a new file that will redirect the site to the new URL and upload it to the Azure Web site. 
D. Add SSL binding for the www.contoso.com domain with the server Name indication (SNL)SSL option selected.
E. Add www.contoso.com to the list of domain names as a custom domain.

QUESTION 164

Note: This question is part of a series of questions that present the same scenario. Each questions in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a password when you create the VM. You need to connect to the terminal of the VM.
Solution: You connect to the public IP address of the VM by using Secure Shell (SSH) and specify your public key.
Does the solution meet the goal?

A. Yes
B.  No

QUESTION 165

Note: This question is part of a series of questions that present the same scenario. Each questions in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You create an Ubuntu Linux virtual machine (VM) by using the Azure Portal. You do not specify a password when you create the VM. You need to connect to the terminal of the VM.
Solution: You connect to the public IP address of the VM by using Secure Shell (SSH) and specify your private key.
Does the solution meet the goal?

A. Yes
B. No

QUESTION 167

Hotspot Question

You are developing an Azure App Service. You must implement an external authentication method for the App Service. You need to ensure that users can log on to the App Service by using a Microsoft account. How should you configure the environment? To answer, select the appropriate options in the answer area.


QUESTION 168

Hotspot Question

You are the Azure administrator for Contoso Ltd. You plan to use SharePoint Online to facilitate collaboration with a partner company named Fabrikam, Inc. You have the following collaboration requirements:
- Sharing of resources must be enabled by using invitations generated by individual users.
- Site owners must not be able to override corporate policies.
- Users must not be able to send invitations to users outside of the Fabrikam, Inc. domain. Contoso Ltd. must not be required to manage user accounts for Fabrikam, Inc.
You need to configure SharePoint Online. Which configuration setting should you use? To answer, select the appropriate options in the answer area.


QUESTION 169

Drag and Drop Question

You are the administrator for your company's virtual environment. The company is planning to deploy an e-commerce application that will experience random performance fluctuations. The application must be able to scale to meet temporary needs and be idle when the needs disappear. You need to create automatic virtual machine (VM) scale sets to support the application. In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.


QUESTION 170

Drag and Drop Question

You are administrator for your company's Azure subscription. Company policy dictates that you must deploy new Azure Resource Manager (ARM) templates using Azure PowerShell. You need to deploy the ARM templates. How should you complete the Azure PowerShell command? To answer, drag the appropriate Azure PowerShell cmdlets to the correct locations. Each Azure PowerShell cmdlet 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.

Microsoft 70-533: Implementing Microsoft Azure Infrastructure Solutions | Q 121 - 150 | Latest June 2017

QUESTION 121

You have an Azure subscription. In Azure, you create two virtual machines named VM1 and VM2. Both virtual machines are instances in a cloud service named Cloud1. You need to ensure that the virtual machines only replicate within the data center in which they were created. Which settings should you modify?

A. virtual machine
B. storage account 
C. cloud services
D. Azure subscription

QUESTION 122

You are the global administrator for a company's Azure subscription. The company uses Azure Active Directory Premium and the Application Access Panel. You are configuring access to a Software as a Service (SaaS) application. You need to ensure that the sales team lead is able to manage user access to the application but is unable to modify administrative access to the application. In the Azure portal, what should you do?

A. Create an Azure group and assign it to the SaaS application. Create an Azure user with the User Admin role, and assign the user as the owner of the new group. 
B. Create an Azure group and assign it to the SaaS application. Create an Azure user with the Service Admin role, and assign the user as the owner of the new group.
C. Set the values of the Delegated group management and Users can create groups settings to Enabled.
D. Create an Azure group and assign it to the SaaS application. Create an Azure user with the Global Admin role, and assign the user as the owner of the new group.

QUESTION 123

Drag and Drop Question

Fourth Coffee has an on-premises, multiple-forest Activity Directory (AD) domain. The company hosts web applications and mobile application services. Fourth Coffee uses Microsoft Office 365 and uses Azure Active Directory (Azure AD). You have the following requirements……. 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.


QUESTION 124

A company has an Azure subscription with four virtual machines (VM) that are provisioned in an availability set. The VMs support an existing web service. The company expects additional demand for the web service. You add 10 new VMs to the environment. You need to configure the environment. How many Update Domains (UDs) and Fault Domains (FDs) should you create?

A. 2 UDs and 5 FDs
B. 5 UDs and 2 FDs 
C. 14 UDs and 2 FDs
D. 14 UDs and 14 FDs

QUESTION 125

Hotspot Question

You have an Azure subscription that contains two Azure SQL Database servers named lpqd0zbr8y and bk0b8kf65. lpqd0zbr8y contains a database named Orders. You need to implement active geo-replication for the Orders database. Which command should you run? To answer, select the appropriate options in the answer area.


QUESTION 126

Drag and Drop Question

You create a virtual machine (VM) in Azure. The VM runs an important line of business application. Users report that the application is slow and unstable. You need to enable diagnostics for the VM. In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.


QUESTION 127

Hotspot Question

You deploy an ASP.NET application to an Azure Cloud Service. You must collect telemetry data for troubleshooting performance issues and resource usage. You need to configure Azure diagnostics. For each requirement, which data source should you specify? To answer, select the appropriate data source from each list in the answer area.


QUESTION 128

Drag and Drop Question

You manage an Azure virtual machine (VM) named AppVM. The application hosted on AppVM continuously writes small files to disk. Recently the usage of applications on AppVM has increased greatly. You need to improve disk performance on AppVM. Which Microsoft Azure Power Shell cmdlet should you use with each Power Shell command line? To answer, drag the appropriate Microsoft Azure Power Shell cmdlet to the correct location in the Power Shell code. Each Power Shell cmdlet 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 129

Drag and Drop Question

You create a Push Notification service by using an Azure Notification Hub. You need to monitor the Notification Hub programmatically. 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.


QUESTION 130

You manage a cloud service that utilizes an Azure Service Bus queue. You need to ensure that messages that are never consumed are retained. What should you do?

A. Check the MOVE TO THE DEAD-LETTER SUBQUEUE option for Expired Messages in the Azure Portal. 
B. From the Azure Management Portal, create a new queue and name it Dead-Letter.
C. Execute the Set-AzureServiceBus PowerShell cmdlet.
D. Execute the New-AzureSchedulerStorageQueueJob PowerShell cmdlet.

QUESTION 131

Drag and Drop Question

You manage a web application that currently uses a small instance size. You need to scale the instance size to medium. How should you complete the Azure PowerShell script? To answer, drag the appropriate Azure PowerShell segments to the correct locations. Each Azure PowerShell 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 132

Drag and Drop Question

You have a virtual network and virtual machines that use the Resource Manager deployment model. You plan to create a Network Security Group (NSG). You must apply rules to both inbound and outbound traffic. You need to create the NSG. In which order will the rules be applied to the virtual network? To answer, drag the appropriate option to the correct location. Each option 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 133

Drag and Drop Question

You have an application that uses an Azure SQL Database. The database becomes corrupt and is not usable. You must configure point in time recovery to replace the database. 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.


QUESTION 134

You have an Azure subscription that has five virtual machines (VMs). You provision the VMs in an availability set to support an existing web service. You anticipate additional traffic. You identify the following additional requirements for the VMs……. You need to scale the service. What should you recommend?

A. P10 Premium Storage
B. P20 Premium Storage
C. a Basic Tier VM
D. a Standard Tier VM

QUESTION 135

A company is developing a new on-premises desktop application. The app must be able to access Azure Active Directory (Azure AD) in addition to the on- premises Active Directory. You need to configure the application. Which two actions should you perform? Each correct answer presents part of the solution.

A. Install and run Azure AD Connect. 
B. Add an application manifest JSON file to the application and configure the oauth2Permissions section.
C. Update the application to be multi-tenant.
D. Update the application to use OAuth 2.0 authentication.
E. In the Azure Management portal, register the application.

QUESTION 136

Hotspot Question

You have an Azure Web App that uses the URL contoso.azurewebsites.net. The virtual IP address of the web app is subject to change. Users must be able to navigate to a custom domain name to access the Web App. You set up the DNS records for a custom domain at a third party registrar. You need to configure the web app to use the custom domain name. For each mapping, which DNS record type should you create? To answer, select the appropriate DNS record type from each list in the answer area.


QUESTION 137

You deploy a web application to an Azure Cloud Service. The application uses a storage account that contains a large number of storage objects. You need to grant clients access to application data for a specified interval of time while minimizing effort. What should you create?

A. a stored access policy
B. a service shared access signature
C. an account shared access signature 
D. a network security group

QUESTION 138

Hotspot Question

You have a virtual machine (VM) that must be secured. Direct access to the VM is not permitted. You create the following Azure PowerShell script. Line numbers are included for reference only.

You assign the virtual network to the variable $vnet. You assign the subnet to the variable $backendSubnet. For each of the following statements, select Yes if the statement is true. Otherwise, select No.


QUESTION 139

You have an Azure subscription that contains a backup vault named BV1. BV1 contains five protected servers. Backups run daily. You need to modify the storage replication settings for the backups. What should you do first?

A. Create a new backup vault.
B. Run the Remove-OBPolicy cmdlet.
C. Configure the backup agent properties on all five servers.
D. Run the Remove-OBFileSpec cmdlet.

QUESTION 140

Drag and Drop Question

You manage an Azure virtual network environment for a company that has an office in Boston. The company plans to open a new office location in Paris. You must replicate the Boston virtual network environment in Paris. How should you complete the relevant Azure PowerShell commands? To answer, drag the appropriate Azure PowerShell segment to the correct location. Each Azure PowerShell 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 141

You manage an Azure virtual network that hosts 15 virtual machines (VMs) on a single subnet, which is used for testing a line of business (LOB) application. The application is deployed to a VM named TestWebServiceVM. You need to ensure that TestWebServiceVM always starts by using the same IP address. You need to achieve this goal by using the least amount of administrative effort. What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

A. Run the following Azure PowerShell cmdlet:Set-AzureStaticVNetIP
B. Use the Azure portal to configure TestWebServiceVM
C. Run the following Azure PowerShell cmdlet:Get-AzureReservedIP
D. Use RDP to configure TestWebServiceVM

QUESTION 142

Hotspot Question

You deploy an Azure Web App named ContosoApp. You configure a Traffic Manager profile for ContosoApp. You need to create the required DNS record to redirect queries to ContosoApp from the Internet. The solution must ensure that remote users can connect to ContosoApp by using the https://webservice.contoso.com URL. Which DNS record should you create? To answer, select the appropriate options in the answer area.


QUESTION 143

Hotspot Question

You manage a web application named Contoso that is accessible from the URL: http://www.contoso.com. You need to view a live stream of log events for the web application. How should you configure the Azure PowerShell command? T answer, select the appropriate Azure PowerShell segment from each list in the answer area.


QUESTION 144

Drag and Drop Question

An organization has several web applications and uses Azure Active Directory (Azure AD). You are developing a new web application that supports sign-on using the WS-Federation to Azure AD. You
need to describe the authentication process flow to your team. In which order are the actions performed? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.


QUESTION 145

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

QUESTION 146

You are developing a REST API service that provides data about products. The service will be hosted in an Azure virtual machine (VM). The product data must be stored in Azure tables and replicated to multiple geographic locations. API calls that use the HTTP GET operation must continue to function when the data tables at the primary Azure datacenter are not accessible. You need to configure storage for the service. Which type of replication should you choose?

A. Locally Redundant Storage replication
B. Geo-Redundant Storage replication
C. Zone-Redundant Storage replication
D. Read-Access Geo-Redundant Storage replication

QUESTION 147

You are migrating an existing solution to Azure. The solution includes a user interface tier and a database tier. The user interface tier runs on multiple virtual machines (VMs). The user interface tier has a website that uses Node.js. The user interface tier has a background process that uses Python. This background process runs as a scheduled job. The user interface tier is updated frequently. The database tier uses a self-hosted MySQL database. The user interface tier requires up to 25 CPU cores. You must be able to revert the user interface tier to a previous version if updates to the website cause technical problems. The database requires up to 50 GB of memory. The database must run in a single VM. You need to deploy the solution to Azure. What should you do first?

A. Deploy the entire solution to an Azure website. Use a web job that runs continuously to host the database.
B. Deploy the database to a VM that runs Windows Server on the Standard tier.
C. Deploy the entire solution to an Azure website. Run the database by using the Azure data management services. 
D. Deploy the user interface tier to a VM. Use multiple availability sets to continuously deploy updates from Microsoft Visual Studio Online.

QUESTION 148

You are designing a Windows Azure application that will use Windows Azure Table storage. You need to recommend an approach for minimizing storage costs. What should you recommend?

A. Use Entity Group Transactions.
B. Use multiple partitions to store data.
C. Use a transaction scope to group all storage operations.
D. Use Microsoft Distributed Transaction Coordinator (MSDTC).

QUESTION 149

You are designing an application that will use Windows Azure Table storage to store millions of data points each day. The application must retain each day's data for only one week. You need to recommend an approach for minimizing storage transactions. What should you recommend?

A. Use a separate table for each date. Delete each table when it is one week old. 
B. Use a separate table for each week. Delete each table when it is one week old.
C. Use a single table, partitioned by date. Use Entity Group Transactions to delete data when it is one week old.
D. Use a single table, partitioned by week. Use Entity Group Transactions to delete data when it is one week old.

QUESTION 150

You are designing a Windows Azure application that will store data in two SQL Azure databases. The application will insert data in both databases as part of a single logical operation. You need to recommend an approach for maintaining data consistency across the databases. What should you recommend?

A. Execute database calls on parallel threads.
B. Wrap the database calls in a single transaction scope.
C. Use Microsoft Distributed Transaction Coordinator (MSDTC).
D. Handle errors resulting from the database calls by using compensatory logic.

Thursday, 1 June 2017

Top 10 tips for passing the MCSE certification exams

Top 10 tips for passing the MCSE certification exams

The MCSE certification consists of seven specialized exams that test your knowledge on Microsoft networking and Server technologies. If you are preparing for these exams, you should have a thorough understanding of installing, configuring, managing, maintaining and troubleshooting client and server operating systems. You also need to show your expertise on other Microsoft products such as Exchange Server, SQL Server, Internet Security and Acceleration (ISA) Server, etc.
So much to learn in so little time? Of course, you have to study hard, as there is no shortcut to success, but if you prepare systematically, you can pass all these exams easily. Here are 10 tips that will help you pass these exams with flying colours:
  1. Set a deadline: Set a schedule for yourself before starting your preparations. Plan and decide how much time will you devote to your studies, practicals and practice tests. Also, plan when will you review your preparations and when will you take the exam beforehand. This will help you concentrate more and organize your time better. Although the preparation time depends on how fast you can study and what experience you have, generally, it takes about 8-10 weeks to prepare for a particular exam.
  2. Review the exam objectives: Clearly, understand what are the skills required for MCSE exam and on what specific topics you should concentrate for a particular exam. Know what to expect in the exam and start your preparations accordingly.
  3. Read technical articles and study notes: Read plenty of good articles for MCSE exam questions. Study notes are helpful to learn the technical terms, definitions and the key concepts required to understand the complex technology that the exams cover.
  4. Have practical experience: Install server and client operating systems on separate PCs, network them and set up a lab. Experiment the different practical aspects such as setting up a domain, configuring Active Directory, managing users, and computers, setting group policies etc. The questions in the MCSE exams test your skills on solving the practical problems and having practical experience will help you a lot.
  5. Take practice exams: Take MCSE practice exams and get the experience on the pattern and format of the actual certification exams. This will also help you discover your strengths and weaknesses so you can focus more on the topics difficult to you. Quality MCSE exam simulations come with reporting and analysis tools and can actually tell you when you are ready for the real thing.
  6. Schedule the exam for your peak time: Always schedule your exam for your peak time. Taking the exams in the morning is generally considered better, but it depends on what is the most suitable time for you. Likewise, it is advisable to schedule your exam in weekdays, so that there are fewer people to take the exam at the exam center.
  7. Sleep well in the night before exam: Have a good night’s sleep in the night before the exam. Staying up late and studying the whole night before the exam will not help, as you will feel tired and sleepy while taking the exam.
  8. Reach the exam center before time: Always try to reach the exam center at least 15 minutes before the exam. Use the extra time for completing the formalities and getting familiar with the environment at the testing center. You can also review the important topics so that you remember them during the exam.
  9. Be relaxed during the exam: Be comfortable while taking the exam. Read all the answer options even if you feel that you know the correct answer. If you’re unsure about the answer, try to eliminate the obviously wrong answers first. You can also bookmark the questions on which you have doubts and answer them afterward.
  10. Review the answers: Thoroughly MCSE question reviews your answers before ending the exam. Answer the questions you have bookmarked by guessing the correct answer options and don’t leave any question unanswered.
Most importantly, keep faith in yourself and you will see that nothing is impossible. You can always find what works for you and what does not and plan your preparations accordingly. This may not be an exhaustive list of what to do and what not to do, but we do hope that these tips will pave your way towards your ultimate goal, i.e., to be certified as an MCSE. If you’d like to share your tips for preparing for the MCSE exams, please send a mail to me at ashutoshjoshi.mit@gmail.com and I will include them here.

Microsoft 70-533: Implementing Microsoft Azure Infrastructure Solutions | Q 91 - 120 | Latest May 2017

QUESTION 91

Hotspot Question

You manage two cloud services named Service1 and Service2. The development team updates the code for each application and notifies you that the services are packaged and ready for deployment. Each cloud service has specific requirements for deployment according to the following table:


In the table below, identify the deployment method for each service. Make only one selection in each column.


QUESTION 92

You administer a cloud service. You plan to host two web applications named contosoweb and contosowebsupport. You need to ensure that you can host both applications and qualify for the Azure Service Level Agreement. You want to achieve this goal while minimizing costs. How should you host both applications?

A. in different web roles with two instances in each web role 
B. in the same web role with two instances 
C. in different web roles with one instance in each web role 
D. in the same web role with one instance

QUESTION 93

Your company has two physical locations configured in a geo-clustered environment that includes:
- System Center Virtual Machine Manager 2012 R2
- System Center Data Protection Manager 2012 R2
- SQL Server 2012
- Windows Server 2012 R2 Hyper-V
- Over 100 virtual machines (VMs) in each physical location

Your company has recently signed up for Azure. You plan to leverage your current network environment to provide a backup solution for your VMs. You need to recommend a solution that ensures all VMs are redundant and deployable between locations. You also want the solution to minimize downtime in the event of an outage at either physical location. Which solution should you recommend?

A. Configure a backup vault in Azure and use Data Protection Manager to back up The Windows Servers. 
B. Use Data Protection Manager and back up the VMs in each location.
C. Use Azure site recovery in an on-premises to Azure protection configuration. 
D. Use Azure site recovery in an on-premises to on-premises protection configuration.

QUESTION 94

You manage an application running on Azure Web Sites Standard tier. The application uses a substantial amount of large image files and is used by people around the world. Users from Europe report that the load time of the site is slow. You need to implement a solution by using Azure services. Which two actions will achieve the goal? Each correct answer presents a complete solution.

A. Configure Azure blob storage with a custom domain. 
B. Configure Azure CDN to cache all responses from the application web endpoint. 
C. Configure Azure Web Site auto-scaling to increase instances at high load. 
D. Configure Azure CDN to cache site images and content stored in Azure blob storage.

QUESTION 95

You manage a set of virtual machines (VMs) deployed to the cloud service named fabrikamVM. You configure auto scaling according to the following parameters:
- With an instance range of two to six instances
- To maintain CPU usage between 70 and 80 percent To scale up one instance at a time
- With a scale up wait time of 30 minutes
- To scale down one instance at a time
- With a scale down wait time of 30 minutes
You discover the following usage pattern of a specific application: The application peaks very quickly, and the peak lasts for several hours. CPU usage stays above 90 percent for the first 1 to 1.5 hours after usage increases. After 1.5 hours, the CPU usage falls to about 75 percent until application usage begins to decline. You need to modify the auto scaling configuration to scale up faster when usage peaks. What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

A. Decrease the scale down wait time. 
B. Decrease the scale up wait time.
C. Increase the number of scale up instances. 
D. Increase the scale up wait time. 
E. Increase the maximum number of instances.

QUESTION 96

Your company network has two physical locations configured in a geo-clustered environment. You create a Blob storage account in Azure that contains all the data associated with your company. You need to ensure that the data remains available in the event of a site outage. Which storage option should you enable?

A. Locally redundant storage 
B. Geo-redundant storage 
C. Zone-redundant storage 
D. Read-only geo-redundant storage

QUESTION 97

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.

QUESTION 98
You manage a virtual Windows Server 2012 web server that is hosted by an on-premises Windows Hyper-V server. You plan to use the virtual machine (VM) in Azure. You need to migrate the VM to Azure Storage to add it to your repository. Which Azure Power Shell cmdlet should you use?

A. Import-AzureVM 
B. New-AzureVM 
C. Add-AzureDisk 
D. Add-AzureWebRole 
E. Add-AzureVhd

QUESTION 99

You administer of a set of virtual machine (VM) guests hosted in Hyper-V on Windows Server 2012 R2. The virtual machines run the following operating systems:
- Windows Server 2008
- Windows Server 2008 R2
- Linux (openSUSE 13.1)
All guests currently are provisioned with one or more network interfaces with static bindings and VHDX disks. You need to move the VMs to Azure Virtual Machines hosted in an Azure subscription. Which three actions should you perform? Each correct answer presents part of the solution.

A. Install the WALinuxAgent on Linux servers. 
B. Ensure that all servers can acquire an IP by means of Dynamic Host Configuration Protocol (DHCP). 
C. Upgrade all Windows VMs to Windows Server 2008 R2 or higher. 
D. Sysprep all Windows servers. 
E. Convert the existing virtual disks to the virtual hard disk (VHD) format.

QUESTION 100

You administer a virtual machine (VM) that is deployed to Azure. You configure a rule to generate an alert when the average availability of a web service on your VM drops below 95 percent for 15 minutes. The development team schedules a one-hour maintenance period. You have the following requirements:
- No alerts are created during the maintenance period.
- Alerts can be restored when the maintenance is complete.
You want to achieve this goal by using the least amount of administrative effort. What should you do from the Management Portal?

A. Select and disable the rule from the Dashboard page of the virtual machine. 
B. Select and delete the rule from the Configure page of the virtual machine. 
C. Select and disable the rule from the Monitor page of the virtual machine. 
D. Select and disable the rule on the Configure page of the virtual machine.

QUESTION 101

Drag and Drop Question

You administer an Azure Virtual Machine (VM) named CON-CL1. CON-CL1 is in a cloud service named ContosoService1. You want to create a new VM named MyApp that will have a fixed IP address and be hosted by an Azure Datacenter in the US West region. You need to assign a fixed IP address to the MyApp VM. Which Azure Power Shell cmdlets and values should you use? To answer, drag the appropriate cmdlet or value to the correct location in the PowerShell command. Each cmdlet or value 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 102

You are designing a Windows Azure application that will use Windows Azure Table storage. You need to recommend an approach for minimizing storage costs. What should you recommend?

A. Use Entity Group Transactions. 
B. Use multiple partitions to store data. 
C. Use a transaction scope to group all storage operations. 
D. Use Microsoft Distributed Transaction Coordinator (MSDTC).

QUESTION 103

You are designing an application that will use Windows Azure Table storage to store millions of data points each day. The application must retain each day's data for only one week. You need to recommend an approach for minimizing storage transactions. What should you recommend?
A. Use a separate table for each date. Delete each table when it is one week old. 
B. Use a separate table for each week. Delete each table when it is one week old. 
C. Use a single table, partitioned by date. Use Entity Group Transactions to delete data when it is one week old. 
D. Use a single table, partitioned by week. Use Entity Group Transactions to delete data when it is one week old.

QUESTION 104

You are designing a Windows Azure application that will store data in two SQL Azure databases. The application will insert data in both databases as part of a single logical operation. You need to recommend an approach for maintaining data consistency across the databases. What should you recommend?

A. Execute database calls on parallel threads. 
B. Wrap the database calls in a single transaction scope. 
C. Use Microsoft Distributed Transaction Coordinator (MSDTC). 
D. Handle errors resulting from the database calls by using compensatory logic.

QUESTION 105

A Windows Azure application stores data in a SQL Azure database. The application will start an operation that includes three insert statements. You need to recommend an approach for rolling back the entire operation if the connection to SQL Azure is lost. What should you recommend?

A. Ensure that all statements execute in the same database transaction. 
B. Create a stored procedure in the database that wraps the insert statements in a TRY CATCH block. 
C. Create a stored procedure in the database that wraps the insert statements in a TRANSACTION block. 
D. Open a new connection to the database. Use a separate transaction scope to roll back the original operation.

QUESTION 106

An application uses Windows Azure Table storage. The application uses five tables. One table used by the application is approaching the limit for storage requests per second. You need to recommend an approach for avoiding data access throttling. What should you recommend?

A. Use a single partition key for the table. 
B. Compress data before storing it in the table. 
C. Create additional partition keys for the table. 
D. Continually remove unnecessary data from the table.

QUESTION 107

A Windows Azure application retrieves data from SQL Azure. You need to recommend an approach for improving application query performance. What should you recommend?

A. Create a database view to retrieve the data. 
B. Use a clustered index on the SQL Azure database tables. 
C. Open a new database connection when an operation times out. 
D. Create SQL Azure database table indexes based on application queries.

QUESTION 108

You are developing a Windows Azure application in which a web role and worker role will communicate by using a Windows Azure Queue. You need to recommend an approach for ensuring that the worker role does not attempt to process any message more than three times. What should you recommend?

A. Appropriately handle poison messages. 
B. Decrease the visibility timeout for messages. 
C. Reduce the time-to-live interval for messages in the queue. 
D. Increase the number of worker role instances reading messages from the queue.

QUESTION 109

You are designing a Windows Azure application. The application includes processes that communicate by using Windows Communications Foundation (WCF) services. The WCF services must support streaming. You need to recommend a host for the processes and a WCF binding. Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)

A. Host the processes in web roles. 
B. Host the processes in worker roles. 
C. Use NetTcpBinding for the WCF services. 
D. Use WSHttpBinding for the WCF services.

QUESTION 110

You are designing a Windows Azure application that will use a worker role. The worker role will create temporary files. You need to recommend an approach for creating the temporary files that minimizes storage transactions. What should you recommend?

A. Create the files on a Windows Azure Drive. 
B. Create the files in Windows Azure local storage. 
C. Create the files in Windows Azure Storage page blobs. 
D. Create the files in Windows Azure Storage block blobs.

QUESTION 111

You are evaluating a Windows Azure application. The application uses one instance of a web role. The role instance size is set to Medium. The application does not use SQL Azure. You have the following requirements for scaling the application:
- Maximize throughput.
- Minimize downtime while scaling.
- Increase system resources.
You need to recommend an approach for scaling the application. What should you recommend?

A. Set up vertical partitioning. 
B. Set up horizontal partitioning. 
C. Increase the number of role instances. 
D. Change the role instance size to Large.

QUESTION 112
You are designing a Windows Azure web application. The application will be accessible at a standard cloudapp.net URL. You need to recommend a DNS resource record type that will allow you to configure access to the application through a custom domain name. Which type should you recommend?

A. A 
B. CNAME 
C. MX 
D. SRV

QUESTION 113

You have an Azure subscription. You can create an Azure Active Directory(Azur AD) tenant named Tenant1. You need to configure the integration of Tenant1 and Google Apps. You perform the required configuration on the google apps tenant. Which three actions should you perform from the Azure Management Portal? Each correct answer presents part of the solution.

A. Configure directory integration. 
B. Enable application integration. 
C. Add a custom domain. 
D. Configure Single-Sign On (SSO). 
E. Add a multi-factor authentication provider.

QUESTION 114

You have an Azure subscription that contains a storage account named STOR1 and a container name CONTAINER1. You need to monitor read access for the blobs inside CONTAINER1. The monitoring data must be retained for 10 days. What should you do?

A. Run the Set-AzureStorageServiceMetricsProperty cmdlet. 
B. Run the New-AzureStorageBlobSASToken cmdlet. 
C. Run the Set-AzureStorageServiceLoggingProperty cmdlet. 
D. Edit the blob properties of CONTAINER1.

QUESTION 115

You deploy an Azure web app named contosoApp.ContosoApp is available by using HTTP or HTTPS. You need to ensure that a web administrator receives an email notification if the average responce time for contosoAPP exceeds 50 milliseconds. Which two tasks should you perform? Each correct answer presents part of the solution.

A. Create an HTTPS monitoring endpoint. 
B. Create a metric. 
C. Create a rule. 
D. Create an HTTP monitoring endpoint. 
E. Add a multi-factor authentication provider.

QUESTION 116

You have an Azure subscription that has a virtual machine named VM1. VM1 runs a line-of-business application named APP1. You create two additional virtal machines named VM2 and VM3 to host APP1. You need to ensure that there is always at least one virtual machine online to hostApp1. Which command should you run? To answer, select the appropriate options in the answer area.

A. Export-AzureVM 
B. Get-AzureaffinityGroup 
C. Get-AzureEndPoint 
D. Get-AzureVM

QUESTION 117

Drag and Drop Question

You are the server administrator for several on-premises systems. You need to back up all the systems to the cloud by using Azure Backup. In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.


QUESTION 118

For development purposes, you deploy several virtual machines in an Azure subscription. Developers report that the virtual machines fail to access each other. You export the virtual network configuration for the subscription as shown in the following output:


You need to modify the network configuration to resolve the connection issue. What should you modify?

A. the IP address range of Subnet-1 
B. the IP address range of the gateway subnet 
C. the IP address of the DNS server 
D. the site of the virtual network

QUESTION 119

You have an Azure subscription. You create an Azure Active Directory (Azure AD) tenant named Tenant1 that has a domain name of tenant1.onmicrosoft.com. You need to add the contoso.com domain name to Tenant1. Which DNS record should you add to the contoso.com zone to be able to verify from Azure whether you own the contoso.com domain?

A. standard alias (CNAME) 
B. mail exchanger (MX) 
C. host (AAAA) 
D. signature (SIG)

QUESTION 120

You purchase an Azure subscription. You plan to deploy an application that requires four Azure virtual machines (VMs). All VMs use Azure Resource Management (ARM) mode. You need to minimize the time that it takes for VMs to communicate with each other. What should you do?

A. Create a multi-site virtual network. 
B. Create a regional virtual network. 
C. Create a site-to-site virtual network. 
D. Add the VMs to the same affinity group.

Wednesday, 24 May 2017

Microsoft 70-533: Implementing Microsoft Azure Infrastructure Solutions | Q 61 - 90 | Latest May 2017

QUESTION 61

Drag and Drop Question

You plan to deploy a cloud service named contosoapp that has a web role named contosoweb and a worker role named contosoimagepurge. You need to ensure the service meets the following requirements:
- Contosoweb can be accessed over the Internet by using http.
- Contosoimagepurge can only be accessed through tcp port 5001 from contosoweb.
- Contosoimagepurge cannot be accessed directly over the Internet.
Which configuration should you use? To answer, drag the appropriate configuration setting to the correct location in the service configuration file. Each configuration setting 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 62

Your company network includes two branch offices. Users at the company access internal virtual machines (VMs). You want to ensure secure communications between the branch offices and the internal VMs and network. You need to create a site-to-site VPN connection. What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

A. a private IPv4 IP address and a compatible VPN device
B. a private IPv4 IP address and a RRAS running on Windows Server 2012
C. a public-facing IPv4 IP address and a compatible VPN device 
D. a public-facing IPv4 IP address and a RRAS running on Windows Server 2012

QUESTION 63

You manage a large datacenter that has limited physical space. You plan to extend your datacenter to Azure. You need to create a connection that supports a multiprotocol label switching (MPLS) virtual private network. Which connection type should you use?

A. Site-to-site
B. VNet-VNet
C. ExpressRoute.
D. Site-to-peer

QUESTION 64

You manage a cloud service named fabrikam Reports that is deployed in an Azure data center. You deploy a virtual machine (VM) named fabrikamSQL into a virtual network named fabrikamVNet. FabrikamReports must communicate with fabrikamSQL. You need to add fabrikam Reports to fabrikamVNet. Which file should you modify?

A. the network configuration file for fabrikamVNet
B. the service definition file (.csdef) for fabnkamReports 
C. the service definition file (.csdef) for fabrikamSQL
D. the service configuration file (.cscfg) for fabrikamReports
E. the service configuration file (.cscfg) fabrikamSQL

QUESTION 65

You manage an application deployed to virtual machines (VMs) on an Azure virtual network named corpVnet1. You plan to hire several remote employees who will need access to the application on corpVnet1. You need to ensure that new employees can access corpVnet1. You want to achieve this goal by using the most cost effective solution. Which two actions should you perform? Each correct answer presents part of the solution.

A. Create a VPN subnet.
B. Enable point-to-point connectivity for corpVnet1.
C. Enable point-to-site connectivity for corpVnet1.
D. Create a gateway subnet. 
E. Enable site-to-site connectivity for corpVnet1.
F. Convert corpVnet1 to a regional virtual network.

QUESTION 66

Drag and Drop Question

You have an Azure Virtual Network named fabVNet with three subnets named Subnet-1, Subnet-2 and Subnet-3. You have a virtual machine (VM) named fabVM running in the fabProd service. You need to modify fabVM to be deployed into Subnet-3. You want to achieve this goal by using the least amount of time and while causing the least amount of disruption to the existing deployment. What should you do? To answer, drag the appropriate Power Shell cmdlet to the correct location in the Power Shell command. Each cmdlet 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 67

Hotspot Question

You manage an Azure Web Site named contosoweb. Some users report that they receive the following error when they access contosoweb: "http Status 500.0 - Internal Server Error." You need to view detailed diagnostic information in XML format. Which option should you enable? To answer, select the appropriate option in the answer area.



QUESTION 68

Drag and Drop Question

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.


QUESTION 69

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

QUESTION 70

Drag and Drop Question

You manage a solution deployed in two Azure subscriptions for testing and production. Both subscriptions have virtual networks named fabVNet. You plan to add two new virtual machines (VMs) in a new subnet. You have the following requirements:
- Deploy the new VMs to the virtual network in the testing subscription.
- Minimize any errors in defining the network changes.
- Minimize the work that will be required when the change is made to the production virtual network.
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.


QUESTION 71

You administer an Azure Web Site named contoso. The development team has implemented changes to the website that need to be validated. You need to validate and deploy the changes with minimum downtime to users. What should you do first?

A. Create a new Linked Resource.
B. Configure Remote Debugging on contoso.
C. Create a new website named contosoStaging.
D. Create a deployment slot named contosoStaging. 
E. Back up the contoso website to a deployment slot.

QUESTION 72

You manage an Azure Web Site that is running in Shared mode. You discover that the website is experiencing increased average response time during periods of heavy user activity. You need to update the website configuration to address the performance issues as they occur. What should you do?

A. Set the website to Standard mode and configure automatic scaling based on CPU utilization. 
B. Configure automatic seating during specific dates.
C. Modify the website instance size.
D. Configure automatic scaling based on memory utilization.
E. Set the website to Basic mode and configure automatic scaling based on CPU utilization.

QUESTION 73

Drag and Drop Question

You manage an Azure Web Site in Standard mode at the following address: contoso.azurevvebsites.net. Your company has a new domain for the site that needs to be accessible by Secure Socket Layer (SSL) encryption. You need to be able to add a custom domain to the Azure Web Site and assign an SSL certificate. Which three 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. More than one order of answer choices may be correct You will receive credit for any of the correct.


QUESTION 74

You manage an Azure Web Site named contosoweb. Logging is enabled for contosoweb. You need to view only errors from your log files in a continuous stream as they occur. Which Windows Power Shell command should you execute?

A. Get-AzureWebSiteLog -Name contosoweb -OutBuffer Error
B. Save-AzureWebSiteLog -Name contosoweb -Output Errors
C. Get-AzureWebSlteLog -Name contosoweb -Tail -Message Error 
D. Get-Azure WebSiteLog -Name contosoweb -Message Error

QUESTION 75

You administer a solution deployed to a virtual machine (VM) in Azure. The VM hosts a web service that is used by several applications. You are located in the US West region and have a worldwide user base. Developers in Asia report that they experience significant delays when they execute the services. You need to verify application performance from different locations. Which type of monitoring should you configure?

A. Disk Read
B. Endpoint
C. Network Out
D. CPU
E. Average Response Time

QUESTION 76

You are the administrator for three Azure subscriptions named Dev, Test, and Prod. Your Azure Power Shell profile is configured with the Dev subscription as the default. You need to create a new virtual machine in the Test subscription by using the least administrative effort. Which Power Shell command should you use?

Answer: Option A

QUESTION 77

Drag and Drop Question

You have a virtual machine (VM) that runs in Azure. The VM is located in a geographically distant location from you. You experience performance issues when you connect to the VM. You need to resolve the performance issue. 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.


QUESTION 78

Drag and Drop Question

You administer a virtual machine (VM) that is deployed to Azure. The VM hosts a web service that is used by several applications. You need to ensure that the VM sends a notification In the event that the average response time for the web service exceeds a pre-defined response time for an hour or more. 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.


QUESTION 79

Drag and Drop Question

You administer an Azure Virtual Machine (VM) named CON-CL1. CON-CL1 is in a cloud service named ContosoService1. You discover unauthorized traffic to CON-CL1. You need to:
- Create a rule to limit access to CON-CL1.
- Ensure that the new rule has the highest precedence.
Which Azure Power Shell cmdlets and values should you use? To answer, drag the appropriate cmdlet or value to the correct location in the Power Shell command. Each cmdlet or value may be used once, more than once, or not at all. You may need to drag the split bat between panes or scroll to view content.


QUESTION 80

Hotspot Question

Your company network has two branch offices. Some employees work remotely, including at public locations. You manage an Azure environment that includes several virtual networks. All users require access to the virtual networks. In the table below, identify which secure cross-premise connectivity option is needed for each type of user. Make only one selection in each column.


QUESTION 81
Hotspot Question
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:



QUESTION 82

You administer an Azure solution that uses a virtual network named fabVNet. FabVNet has a single subnet named Subnet-1. You discover a high volume of network traffic among four virtual machines (VMs) that are part of Subnet-1. You need to isolate the network traffic among the four VMs. You want to achieve this goal with the least amount of downtime and impact on users. What should you do?

A. Create a new subnet in the existing virtual network and move the four VMs to the new subnet. 
B. Create a site-to-site virtual network and move the four VMs to your datacenter.
C. Create a new virtual network and move the VMs to the new network.
D. Create an availability set and associate the four VMs with that availability set.

QUESTION 83

You administer an Azure virtual network named fabrikamVNet. You need to deploy a virtual machine (VM) and ensure that it is a member of the fabrikamVNet virtual network. What should you do?

A. Run the New-AzureVM Power Shell cmdlet.
B. Run the New-AzureQuickVM Power Shell cmdlet.
C. Run the New-AzureAfhnityGroup Power Shell cmdlet.
D. Update fabrikamVNet's existing Availability Set.

QUESTION 84

Hotspot Question

You manage two websites for your company. The sites are hosted on an internal server that is beginning to experience performances issues due to high traffic. You plan to migrate the sites to Azure Web Sites. The sites have the following configurations:



QUESTION 85

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/cleanLogs/Clean Logs.cmd 
C. ./App_Code/jobs/continuous/cleanLogs/CleanLogs.cmd
D. ./App_Data/jobs/continuous/cleanLogs/CleanLogs.cmd

QUESTION 86

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.

QUESTION 87

You manage a cloud service that has a web application named WebRole1. WebRole1 writes error messages to the Windows Event Log. Users report receiving an error page with the following message:
"Event 26 has occurred. Contact your system administrator."
You need to access the WebRole1 event log. Which three actions should you perform? Each correct answer presents part of the solution.

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.

QUESTION 88

Drag and Drop Question

You manage an application hosted on cloud services. The development team creates a new version of the application. The updated application 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 least 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? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


QUESTION 89

You manage a cloud service that utilizes data encryption. You need to ensure that the certificate used to encrypt data can be accessed by the cloud service application. What should you do?

A. Upload the certificate referenced in the application package.
B. Deploy the certificate as part of the application package.
C. Upload the certificate's public key referenced in the application package. 
D. Use RDP to install the certificate.

QUESTION 90

You administer a Windows Server virtual machine (VM). You upload the VM to Azure. You need to ensure that you are able to deploy the BGInfo and VMAccess extensions. What should you do?

A. Select the Install the VM Agent checkbox while provisioning a VM based on your uploaded VHD.
B. Select the Enable the VM Extensions checkbox while provisioning a VM based on your uploaded VHD.
C. Install the VM Agent MSI and execute the following Power Shell commands: $vm = Get-AzureVM -serviceName $svc -Name $name $vm.VM.ProvisionGuestAgent = $trueUpdate-AzureVM -Name Sname -VM $vm.VM -ServiceName $svc
D. Install the VM Agent MSI and execute the following Power Shell commands: $vm = Get-AzureVM -serviceName $svc -Name $name Set-AzureVMBGInfoExtension -VM $vm.VMSet-AzureVM Access Extension -VM $vm.VM Update-AzureVM -Name Sname -VM $vm.VM -ServiceName $svc

Certification v/s Experience

Most people, especially freshers, think that getting the certification is fun, and can improve their odds to get a job, which is true in th...