For those Microsoft business partners who plan to certified Cloud platform competency, and you may choose one technical assessment and one exam.

  • Technical Assessment for Using Azure for Application Development
  • Technical Assessment for Using Azure for Datacenter Solutions
  • Technical Assessment for Using Azure for Data Analytics and Data Platform Solution
  • Exam 70-532: Developing Microsoft Azure Solutions
  • Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions
  • Exam 70-534: Architecting Microsoft Azure Solutions

I am actually choosing “” and here some preparation study before you take this t

Windows-Azure

Q1. You have an existing line-of-business application that runs on on-premises Windows Server machines. Demand for this application varies considerably during each month. To help reduce the costs of running this application, which one of the following options would you recommend?

A. Keep the application running on-premises, but virtualize it by using Hyper-V technology.
B. Migrate the application to Microsoft Azure Cloud Services.
C. Keep the application running on-premises, but migrate the Microsoft SQL Server database that the application uses to Microsoft Azure SQL Database.
D. Deploy the application to Microsoft Azure virtual machines.

Q2. You have a requirement to provision an environment that runs the popular open source Joomla! content management application for a marketing campaign that will run for two months. Which one of the following options would you recommend?
A. Provision a machine in your on-premises data center and install the Joomla! software.
B. Create a Microsoft Azure Web Site by using one of the apps available in the gallery.
C. Provision a virtual machine in Microsoft Azure and install the Joomla! software.
D. Create a Microsoft Azure Cloud Service and deploy a package that contains the Joomla! software to it.

Q3. You are provisioning a Microsoft Azure virtual machine to host a web server on port 80. Which of the following steps should you complete?
A. You do not need to do anything. Port 80 is open by default on all Windows Server and Linux virtual machines that are created from images in the gallery.
B. Create a new endpoint that uses the TCP protocol on port 80.
C. Create a new endpoint that uses the HTTP protocol on public port 80.
D. Create a virtual network to route web requests to your virtual machine. Create a Microsoft Azure virtual machine based on a SQL Server 2012 platform image and configure replication between the on-premises database and the Microsoft Azure virtual machine.

Q4. To be able to log on to a Microsoft Azure virtual machine that is running Windows Server, which one of the following steps must you complete?

A. Upload a certificate when you create the Microsoft Azure virtual machine.
B. Specify an administrative password when you create the Microsoft Azure virtual machine.
C. Enable remote desktop connections when you create the Microsoft Azure virtual machine.
D. Install an SSH client on your local machine.

Q5. Which one of the following statements about endpoints and ports is true for a set of load-balanced virtual machines?

A. The private port number must be the same value on the endpoint for each virtual machine.
B. The public port number must be a different value on the endpoint for each virtual machine.
C. The public port number must be the same value on the endpoint for each virtual machine.
D. The private port number must be a different value on the endpoint for each virtual machine.

Q6. Which one of the following options best describes the purpose of a load-balancing probe?

A. It enables Microsoft Azure to identify the virtual machines that are part of a load-balancing group.
B. It enables Microsoft Azure to identify non-responsive virtual machines so that it can remove them from the rotation.
C. It enables Microsoft Azure to measure the response times of the virtual machines so that the load-balancing algorithm can determine where to route requests.
D. It enables Microsoft Azure to locate the virtual machine that holds the session state for the client.

Q7. Which of the following is a benefit of using availability sets for Microsoft Azure virtual machines?

A. Availability sets help you to ensure that your application remains available when you update the application in your virtual machines.
B. Availability sets help you to ensure that your application remains available when you update the operating system in your virtual machines.
C. Availability sets help you to ensure that a copy of your virtual machines is maintained in a separate Microsoft Azure data center.
D. Availability sets help you to ensure that your application remains available when Microsoft Azure updates the operating system that hosts your virtual machines.

Q8.Which one of the following statements about availability sets is true?

A. An availability set contains at least two virtual machines, each one in a different update domain.
B. An availability set contains at least two virtual machines, each one in a different deployment domain.
C. An availability set contains at least two virtual machines, each one in a different cloud service.
D. An availability set contains at least two virtual machines that share the same endpoint.

Q9. Which one of the following statements about availability sets and Microsoft Azure virtual machines is true?

A. When Microsoft Azure updates the host operating system, it does not update all of the virtual machines in an availability set at the same time.
B. When Microsoft Azure updates the host operating system, it updates all of the virtual machines in an availability set at the same time.
C. When Microsoft Azure updates the guest operating system, it updates all of the virtual machines in an availability set at the same time.
D. When Microsoft Azure updates the guest operating system, it does not update all of the virtual machines in an availability set at the same time.

10.How should you remove machine-specific settings from a virtual machine when you are creating a new image based on the Windows Server operating system?

A. Use the Sysprep tool.
B. Use the waagent –deprovision command.
C. Use the checklist in the documentation to manually remove the settings.
D. Use the Osprep tool

Q11. Which of the following describes a method to create a custom virtual machine image for Microsoft Azure?

A. Configure your virtual machine by using Hyper-V on your local machine and install your required software. Remove any machine-specific settings from the virtual machine, create a snapshot of the local virtual machine, and then upload the snapshot to the gallery in Microsoft Azure.
B. Use Microsoft System Center Virtual Machine Manager to copy an on-premises virtual machine in the Active state to Microsoft Azure.
C. Create a virtual machine in Microsoft Azure and install your required software. Remove any machine-specific settings from the virtual machine and then capture a new image.
D. In Microsoft Azure, make a copy of a virtual machine image in the gallery. Launch the copy and install your required software, remove any machine-specific settings from the virtual machine, and then save the image to the gallery.

Q12. You have an on-premises application that uses a web farm of Windows Server machines and a Microsoft SQL Server database. Which of the following issues must you take special steps to address when you migrate the application to Microsoft Azure virtual machines?

A. How to migrate the application data from SQL Server to Microsoft Azure SQL Database
B. How to manage session affinity
C. How to install your application in Microsoft Azure virtual machines
D. How to configure Internet Information Services (IIS) to host the application in the cloud

Q13. You are planning to migrate an on-premises application to Microsoft Azure virtual machines. To estimate the costs that are associated with running the application, which of the following factors should you consider?

A. The number of storage accounts that you will need to store the .vhd files
B. The number of virtual machines that are running
C. The space utilization percentage in your virtual disks
D. The average CPU utilization in your virtual machines

Q14. You are planning to migrate an application that runs in an on-premises virtual machine to Microsoft Azure. Which of the following is an advantage of building a new virtual machine in Microsoft Azure and installing the application in this new virtual machine rather than uploading the existing .vhd file?

A. You cannot use an existing .vhd file in Microsoft Azure without manually removing all of the system-specific configuration data.
B. You will automatically have the very latest version of the operating system with all available updates already applied.
C. Your virtual machine will not contain any driver or hardware dependencies that are not available in Microsoft Azure.
D. You can make copies of the virtual machine in Microsoft Azure when you set up a load-balancing environment instead of having to upload multiple copies of the .vhd file.

Q15. What tasks must you complete to delete a .vhd file that is used as a data disk from Microsoft Azure storage?

A. Detach the disk from the virtual machine, delete the disk, and then delete the .vhd file.
B. Stop the virtual machine, delete the disk, and then delete the .vhd file.
C. Delete the disk and then delete the .vhd file.
D. Delete the virtual machine, delete the disk, and then delete the .vhd file.

Q16. You have a Hyper-V virtual machine that has Windows Server 2012 as the guest operating system and has custom application software installed. You want to move this virtual machine to Microsoft Azure. Which one of the following tasks must you complete?

A. Run the Waagent tool to generalize the image.
B. Convert the .vhd file to a Microsoft Azure image file and upload the image file.
C. Create a data disk that contains the installation media for your custom application software.
D. Upload the .vhd file to Microsoft Azure and add it to your list of custom images.

Q17. You need to provide name resolution services for a group of virtual machines that are connected to the same virtual network in Microsoft Azure, but are in different cloud services. Which one of the following name resolution approaches should you use?

A. Name resolution that is provided by Microsoft Azure
B. Name resolution that is provided by a public Domain Name System (DNS) server
C. Name resolution that is provided by your own DNS server
D. None of these options is a valid approach for name resolution in this scenario

Q18. You need to provide name resolution services for a group of virtual machines that are in different cloud services and are not connected to a Microsoft Azure virtual network. Which one of the following name resolution approaches should you use?

A. Name resolution that is provided by Microsoft Azure
B. Name resolution that is provided by your own Domain Name System (DNS) server that is hosted in Microsoft Azure
C. Name resolution that is provided by your own DNS server that is hosted on-premises
D. None of these options is a valid approach for name resolution in this scenario

Q19. Which one of the following can you specify in a network configuration file?

A. The host name to IP address mapping for the virtual machines on the virtual network
B. The range of IP addresses that will be available for virtual machines on the virtual network
C. The address of the DHCP server that will allocate IP addresses on the virtual network
D. The address of the primary domain controller on the virtual network

Q20. What is the subnet mask of the smallest subnet in an Azure virtual network that is capable of hosting four virtual machines?

A. /28
B. /27
C. /30
D. /29

Q21. What happens if you do not specify a Domain Name System (DNS) server when you create a virtual network?

A. The virtual machines on the network will use the Microsoft Azure name resolution services.
B. You cannot complete set up of the virtual network.
C. There will be no name resolution services available on the network.
D. To enable name resolution, you must ensure that there is an accessible DNS server on your on-premises network.

Q22. What needs to be considered when you are identifying the cost difference between point-to-site and site-to-site connectivity to Azure?

A. An Azure routing gateway
B. A certificate
C. An additional IP address space in Azure
D. A VPN device

Q23. Which one of the following statements is true when configuring a point-to-site connection for a Microsoft Azure virtual network?

A. You do not need a virtual private network (VPN) device.
B. You must have a VPN device configured for dynamic routing.
C. You must have a VPN device configured for static routing.D. You must install Routing and Remote Access Services on the on-premises machine.

Q24. Following is a sample set of configuration settings:
Local network: 10.0.1.0/24
Gateway IP address: 137.117.173.232
Virtual network address space: 10.0.2.0/24
Gateway: 10.0.2.32/29
Which of the Classless Interdomain Routing (CIDR) addresses defines a valid subnet for this virtual network?

A. 10.0.3.0/24
B. 10.0.2.0/27
C. 10.0.2.0/23
D. Not enough information is provided to determine a valid subnet

Q25. Which one of the following best summarizes the requirements that you must meet when you configure a virtual private network (VPN) device for site-to-site connectivity?

A. The VPN device must have a public IPv4 address and, if it is behind a network address translation (NAT) device, it must support dynamic routing.
B. The VPN device must have a public IPv4 address, it cannot be behind a NAT, and it must support dynamic routing.
C. The VPN device must have a public IPv4 address, it cannot be behind a NAT, and it must be compatible with the Routing and Remote Access Service.
D. The VPN device must have a public IPv4 address, it cannot be behind a NAT, and it must support either static or dynamic routing.

Q26. To configure a site-to-site connection for your on-premises environment and your Microsoft Azure virtual machines, which of the following configuration tasks must you complete?

A. Configure your virtual private network (VPN) device with the IP address of the machine that is running Routing and Remote Access Services in your virtual network.
B. Configure your VPN device with the gateway IP address of your virtual network.
C. Configure your virtual network with an endpoint that has a public IP address.
D. Ensure that the gateway IP address of your virtual network and the public IP address of your VPN device are in the same subnet.

Q27. You have two on-premises sites. Each site is connected to a separate Azure virtual network. You must create an additional connection from the first on-premises site to the second Azure virtual network. How should you modify the Azure network configuration?

A. Export a network configuration file, add a LocalNetworkSite element, and import the file.
B. Export a network configuration file, modify the LocalNetworkSites element, and run the Set-AzureVNetConfig Windows PowerShell cmdlet.
C. Export a network configuration file, add a LocalNetworkSiteRef element, and import the file.
D. Modify local network and virtual network settings in Azure Portal.

Q28. You are planning to migrate a large Microsoft SQL Server database from one Microsoft Azure virtual machine to another. Which one of the following approaches would you recommend?
A. Use data disks.
B. Use .bacpac or .dacpac files.
C. Use the Copy Database Wizard in SQL Server Management Studio.
D. Use the SQL Server Import and Export Wizard.

Q29. Which of the following statements describes the licensing requirements for Microsoft SQL Server when you create a virtual machine by using a platform image?

A. You must purchase a SQL Server license and migrate it to Microsoft Azure by using license mobility benefits under Software Assurance.
B. You must purchase SQL Server and Windows Server licenses and migrate them to Microsoft Azure by using license mobility benefits under Software Assurance.
C. The hourly rate for running the virtual machine includes SQL Server and Windows Server licensing.
D. You must have a valid MSDN subscription that includes Microsoft Azure licenses.

Q30. Which port number must you use when you connect Microsoft SQL Server Management Studio on a local machine to a SQL Server installation in Microsoft Azure?

A. Use the public port of the RemoteDesktop endpoint that is created by the provisioning process.
B. Use the public port of the SQLManagement endpoint that is created by the provisioning process.
C. Use the public port of the endpoint that you create that maps to port 1433 on the virtual machine, and then open port 1433 in the virtual machine’s firewall.
D. Use the private port of the endpoint that you create that maps to port 1433 on the virtual machine, and then open port 1433 in the virtual machine’s firewall.

Q31. You are deploying an application to Microsoft Azure that uses two virtual machines in different cloud services in the same Microsoft Azure subscription. One virtual machine hosts an ASP.NET website that uses a Microsoft SQL Server database on the other virtual machine. Which one of the following can you use in the data source part of the connection string in the ASP.NET website to connect to the SQL Server database?

A. The host name of the virtual machine that is hosting SQL Server.
B. The Domain Name System (DNS) name and endpoint public port that are used to connect to SQL Server.
C. Either the host name or, if the machines are connected to a virtual network, the persistent IP address of the virtual machine that is hosting SQL Server.
D. Either the DNS name and endpoint public port that are used to connect to SQL Server or, if the machines are connected to a virtual network, the persistent IP address of the virtual machine that is hosting SQL Server.

Q32. Which of the following would you recommend to help secure connections to your Microsoft Azure virtual machine that is hosting Microsoft SQL Server?

A. Use the private Remote Desktop Protocol (RDP) port instead of the public RDP port.
B. Use Windows PowerShell instead of SQL Server Management Studio.
C. Close port 1433 in the virtual machine’s firewall.
D. Use a Microsoft Azure virtual network instead of the public RDP port.

Q33. Which one of the following is a disadvantage of using database file groups to improve performance with Microsoft SQL Server in Microsoft Azure?

A. You cannot use geo-replication with the data disks on which the file groups are stored.
B. It slows down write performance.
C. It means that you cannot use disk caching in Microsoft Azure.
D. It means that you must use an extra large Microsoft Azure virtual machine for SQL Server.

Q34. Which one of the following statements about the placement of the tempdb file is correct, if you are configuring a Microsoft SQL Server installation in a Microsoft Azure virtual machine?

A. By placing the tempdb file on drive D, you can avoid the requirement for the SQL Server service account to have local administrator privileges.
B. You are likely to get better performance by placing the tempdb file on drive
C, rather than drive D.C. You are likely to get better performance by placing the tempdb file on drive
D, rather than drive C.D. If you place the tempdb file in a folder on drive C, you will need a script to re-create the folder whenever the virtual machine starts up.

Q35. What is the primary reason you should consider using data compression with Microsoft SQL Server in Microsoft Azure?

A. It can help improve performance by reducing CPU utilization.
B. It can help reduce costs by reducing binary large object (BLOB) storage utilization.
C. It can help improve performance for I/O-intensive workloads.
D. It can help reduce costs because you can use a smaller virtual machine size.

Q36. Microsoft Azure provides several high-availability mechanisms for virtual machines. Why should you take additional steps to help ensure the availability of your Microsoft SQL Server instances that are running in Microsoft Azure?

A. Microsoft Azure protects the availability of the virtual machines, but does not protect the availability of the software that is running in the virtual machines.
B. You do not need to take additional steps to help ensure the availability of your SQL Server instances that are running in Microsoft Azure.
C. Geo-replication is not supported for disks that store transaction data.
D. It is not possible to use Microsoft Azure availability sets in a typical SQL Server deployment on Microsoft Azure.

Q37. You have a requirement to implement a disaster-recovery solution for a Microsoft SQL Server database in Microsoft Azure. Which one of the following solutions would you recommend?
A. Use SQL Server AlwaysOn Availability Groups.
B. Use SQL Server backup to back up the production database to a different data center.
C. Use SQL Server log shipping.
D. Use Microsoft Azure availability sets.

Q38. You use Azure Site Recovery (ASR) for disaster recovery to Azure. You must provide disaster recovery for on-premises virtual machines that host the SQL AlwaysOn availability group deployment. How do you do this?

A. Create an asynchronous SQL AlwaysOn availability group replica in an Azure virtual machine. Configure a SQL Listener by using the Azure cloud service load balancer.
B. Create a synchronous SQL AlwaysOn availability group replica in an Azure virtual machine. Configure a SQL Listener by using the Azure internal load balancer.
C. Create an asynchronous SQL AlwaysOn availability group replica in an Azure virtual machine. Configure a SQL Listener by using the Azure internal load balancer.
D. Use ASR replication to replicate virtual machines to Azure storage.

39 You must recommend a disaster-recovery solution for a Microsoft SQL Server 2014 that runs in a Microsoft Azure virtual machine. You need to minimize the licensing cost and avoid any deprecated technologies. Which solution should you recommend?

A. Database mirroring
B. AlwaysOn availability groups
C. Hosting virtual machine disks in geo-replicated storage
D. Log shipping

40. You have a requirement to implement a disaster-recovery solution for an on-premises Microsoft SQL Server database, and you have decided to use Microsoft Azure. You do not want to create a Microsoft Azure virtual network or configure a virtual private network (VPN) tunnel. Which one of the following solutions would you recommend?
A. SQL Server AlwaysOn Availability Groups
B. Database mirroring by using server certificates
C. Log shipping
D. Microsoft Azure Service Bus

Q41. You have a requirement to create a Microsoft SharePoint deployment for testing changes and updates before incorporating them in the production deployment that runs on-premises. Which one of the following options would you recommend?

A. Build a test environment by using Microsoft Azure virtual machines that mimic your production environment.
B. Build a hybrid test environment that mimics your production environment where Microsoft SQL Server is deployed to Microsoft Azure virtual machines and the other components are deployed on-premises.
C. Build a test environment, by using Microsoft Office 365 that mimics your production environment.
D. Build a hybrid test environment that mimics your production environment where SQL Server is deployed on-premises and the other components are deployed to Microsoft Azure virtual machines.

Q42. You have been asked to prepare a disaster-recovery plan for your on-premises Microsoft SharePoint farm. You have been asked to try to minimize the cost of the solution while ensuring that a basic service can be recovered within two hours. Which one of the following would you recommend?

A. Ensure that the SharePoint machines and databases are backed up locally and can be restored within the two-hour limit.
B. Build a duplicate SharePoint farm in Microsoft Azure that can be started when required. Implement Microsoft SQL Server log shipping to help ensure that the data in the SharePoint farm in Microsoft Azure is kept up to date.
C. Develop a set of Windows PowerShell scripts that can build a SharePoint farm in the cloud when required. Back up the SQL Server databases to Microsoft Azure binary large object (BLOB) storage, so that they can be restored to SQL Server running on Microsoft Azure virtual machines.
D. Build a duplicate SharePoint farm in Microsoft Azure that is always running. Configure the on-premises SQL Server databases to replicate data to the SQL Server databases in Microsoft Azure.

Q43. Which of the following is a reason you should choose to deploy Microsoft SharePoint to Azure virtual machines instead of using Microsoft Office 365 SharePoint Online?

A. The use of low-trust applications
B. Collection sizes in the range of 100 GB
C. The need for Business Connectivity Service Support
D. The use of high-trust applications

Q44. You have a requirement to create a Microsoft SharePoint deployment that will host a public-facing web application. You anticipate that demand for this application will vary considerably over the course of each month. Which one of the following solutions would you recommend?
A. Deploy SharePoint to a set of physical servers in your data center.
B. Deploy SharePoint to a set of virtual machines that are hosted in your data center.
C. Deploy SharePoint to a set of virtual machines that are hosted in Microsoft Azure.
D. Create a hybrid deployment of SharePoint where the Microsoft SQL Server databases are hosted in Microsoft Azure and the other components run on-premises.

Q45. Which one of the following best describes the recommended approach for designing a Microsoft SharePoint server farm in Microsoft Azure that supports a high number of concurrent users and a large number of content items?
A. Use a three-tier farm with multiple servers at each tier.
B. Use a three-tier farm with groups of servers at each tier. Each group contains servers that are running a specific set of services.
C. Use a three-tier farm with a single Extra Large or A7 virtual machine in each tier.
D. Use a three-tier farm with a separate cloud service to contain all of the virtual machines in each tier.

Q46. Which one of the following statements about working to secure your Microsoft SharePoint environment in Microsoft Azure is true?

A. You should monitor the use and access of management certificates that are created by service administrators in Microsoft Azure, because these certificates can be used to access the Microsoft Azure Management Portal without the need for password authentication.
B. Ensure that storage access keys are kept secret. Anyone who has the storage access keys could download any of the SharePoint .vhd files.
C. If you are using a private virtual network to connect to SharePoint on-premises, the virtual machine endpoints are not exposed on a public network.
D. You can prevent any external access to the storage account that holds your .vhd files by marking it private.

Q47. The image gallery in the Microsoft Azure Management Portal includes a Microsoft SharePoint 2013 image that includes the SharePoint binaries. The farm installation wizard has not been executed. What steps must you complete before you can use SharePoint in a production environment?

A. Run the farm installation wizard. The hourly rate for this image includes SharePoint licensing.
B. Run the farm installation wizard, and then convert the SharePoint trial license to a full license.
C. Convert the SharePoint trial license to a full license before running the farm installation wizard.
D. Use the Microsoft Azure Management Portal to add an existing SharePoint license to your subscription, or purchase a SharePoint license through the Add-Ons section of the portal.

Q48. You are planning to install a highly-available Microsoft SharePoint 2013 farm in Microsoft Azure that consists of two domain controllers (DC1 and DC2), two SharePoint application servers (SPAPP1 and SPAPP2), two SharePoint web servers (SPWEB1 and SPWEB2), and two Microsoft SQL Server database servers (SQL1 and SQL2). How would you recommend allocating the servers to Microsoft Azure availability sets?

A. Place all of the servers in a single availability set.
B. Create four availability sets: Set1 (DC1 and DC2), Set2 (SPAPP1 and SPAPP2), Set3 (SPWEB1 and SPWEB2), and Set4 (SQL1 and SQL2).
C. Create two availability sets: Set1 (DC1, SPAPP1, SPWEB1, and SQL1) and Set2 (DC2, SPAPP2, SPWEB2, and SQL2).
D. Create three availability sets: Set1 (DC1 and DC2), Set2 (SPAPP1 and SPAPP2), and Set3 (SPWEB1 and SPWEB2). Use a SQL Server AlwaysOn availability group for SQL1 and SQL2.

Q49. Microsoft Azure automatically detects and repairs failures in the hardware that runs the virtual machines in your Microsoft SharePoint farm. Which one of the following recommendations about this feature is valid?

A. You should test that any customizations that you perform to SharePoint can handle this automatic recovery.
B. This feature means that you do not need to take backups of your virtual machines.
C. You must take backups of your virtual machines so that Microsoft Azure can automatically restore the state of your virtual machines after a hardware failure.
D. You should disable automatic recovery for the Microsoft SQL Server machines in your SharePoint farm.

Q50. Which one of the following statements is correct?

A. An availability group allocates virtual machines to different fault domains.
B. An availability set contains databases that are highly available and recoverable.
C. An availability set allocates virtual machines to different cloud services.
D. An availability group contains databases that are highly available and recoverable.

51. You are planning to migrate an existing on-premises application to Microsoft Azure virtual machines. The application is web-based and uses Windows authentication; users will access it from within the corporate network. You want to minimize the changes that are made to the application. Which one of the following options would you recommend?

A. Join your virtual machines to your Active Directory domain and deploy a Windows Server domain controller to a virtual machine in your Microsoft Azure virtual network.
B. Join your virtual machines to your Active Directory domain and use your on-premises domain controllers.
C. Join your virtual machines to your Active Directory domain and configure Microsoft Azure Active Directory to synchronize with an on-premises domain controller.
D. Configure Microsoft Azure Active Directory to synchronize with an on-premises domain controller.

52. You need to apply on-premises Active Directory group policies to an Azure virtual machine. What should you do?

A. Deploy Active Directory Federation Services on-premises. Workplace join the Azure virtual machine.
B. Deploy Active Directory Federation Services on-premises. Configure Directory Synchronization to Azure Active Directory. Perform Azure Active Directory workplace join.
C. Configure site-to-site VNet. Deploy an Active Directory domain controller to Azure. Add the Azure virtual machine to the domain.
D. Deploy Microsoft Intune. Install Intune client software on the Azure virtual machine.

53. A cloud-based software-as-a-service (SaaS) application needs to discover who a user’s manager is. Which of the following solutions would you recommend?

A. Use Microsoft Azure Active Directory so that the SaaS application can use the Graph application programming interface (API).
B. Use Windows Server Active Directory so that the SaaS application can use Lightweight Directory Access Protocol (LDAP).
C. Use Active Directory Federation Services to push the required data from Active Directory to the SaaS application.
D. Configure Windows Server Active Directory to issue tokens that contain the necessary information when a user authenticates.

Q54. Which one of the following describes a benefit of deploying Windows Server Active Directory Domain Services (AD DS) to Microsoft Azure virtual machines?

A. It enables you to use Group Policy to manage Microsoft Azure virtual machines.
B. It enables you to use claims-based authentication in applications that are deployed to Microsoft Azure virtual machines.
C. It enables you to log on to the Microsoft Azure Management Portal by using a corporate identity.
D. It enables you to synchronize user details between Windows Server Active Directory and Microsoft Azure Active Directory.

Q55. Why must you use a virtual network when you deploy Windows Server Active Directory to a virtual machine in Microsoft Azure?
A. Your domain controllers in Microsoft Azure must be able to replicate with your on-premises domain controllers.
B. You must not expose any public endpoints for your Microsoft Azure domain controllers.
C. You must have a virtual network if other virtual machines are to connect to the domain controller.
D. Windows Server domain controllers must have persistent IP addresses.

Q56. You are planning to deploy a claims-aware web application to Microsoft Azure virtual machines. Why should you create at least two cloud services for the deployment?

A. For security reasons, you should deploy your Active Directory Federation Services (AD FS) servers in a separate cloud service from your web servers.
B. You should place your web servers in one availability set and your AD FS servers in a separate availability set.
C. You want to scale your web servers independently of your AD FS servers.
D. Both the web servers and the AD FS servers need to expose ports 80 and 443 to the Internet.

Q57. Which one of the following statements best describes a benefit of deploying Active Directory Federation Services (AD FS) in Microsoft Azure?

A. An AD FS server in Microsoft Azure enables you to synchronize domain controllers in Microsoft Azure with on-premises domain controllers.
B. An AD FS server in Microsoft Azure enables you to synchronize domain controllers in different Microsoft Azure virtual networks.
C. An AD FS server in Microsoft Azure enables you to support applications that use Kerberos authentication, hosted in Microsoft Azure virtual machines.
D. An AD FS server in Microsoft Azure enables you to support claims-aware applications hosted in Microsoft Azure virtual machines.

Q58. You are planning to deploy a Windows Server Active Directory Federation Services (AD FS) proxy server to a Microsoft Azure virtual machine. Which one of the following scenarios must you enable with your Microsoft Azure virtual network?

A. The AD FS proxy server must be able to connect to your Windows Server Active Directory domain controllers.B. The AD FS proxy server must be able to connect to Microsoft Azure Active Directory.
C. The AD FS proxy server must be able to connect to your Windows Server AD FS federation servers.
D. The AD FS proxy server must be able to connect to your Windows Server Active Directory domain controllers or to Microsoft Azure Active Directory.

59. You are planning to deploy Windows Server Active Directory to Microsoft Azure data centers in Asia and South America to improve the time taken to authenticate users in local offices. To enable connectivity between the domain controllers in the two regions, what should you do?

A. Configure a single virtual network for the domain controllers to use.B. Create a virtual network in each Microsoft Azure data center, create a gateway in each virtual network, and then connect the gateways.C. Create a virtual network in each Microsoft Azure data center, and then connect the two virtual networks by using Microsoft Azure Service Bus.
D. Create a virtual network in each Microsoft Azure data center, create a gateway in each virtual network, and then connect both virtual networks to your on-premises corporate network.

60. You are planning to deploy Windows Server Active Directory to Microsoft Azure virtual machines. Should you recommend creating read-only domain controllers in the cloud?
A. Yes, because Microsoft Azure virtual machines are inherently less secure than machines that are running in an on-premises data center.
B. Yes, because it will help to minimize the costs that are associated with transferring data to and from Microsoft Azure.
C. No, because it may introduce application compatibility issues.
D. No, because it will slow down authentication requests.

61. Which one of the following is a valid recommendation for creating highly available Active Directory Federation Services (AD FS) endpoints in a Microsoft Azure virtual machine environment?

A. Ensure that your AD FS servers in Microsoft Azure can synchronize with your on-premises domain controllers.
B. Ensure that your AD FS servers in Microsoft Azure can synchronize with Microsoft Azure Active Directory.
C. Configure a backup AD FS server in a different Microsoft Azure data center.
D. Place your AD FS servers in an availability set.

62. Microsoft Azure service healing can automatically return a failed service to a running state. This can result in the IP address of a virtual machine changing. What do you need to do to help ensure that this affects your Active Directory deployment?
A. Configure your Active Directory virtual machines with a static IP address.
B. Configure reserved IP addresses for your virtual machines in your Microsoft Azure DHCP service.
C. Nothing. It does not matter if the IP address of your Active Directory virtual machines changes.
D. Make sure that all of your Active Directory virtual machines are connected to a Microsoft Azure virtual network.

63. You are planning to deploy an application to Microsoft Azure virtual machines that performs complex image processing tasks. The application in the virtual machines reads a Microsoft Azure storage message queue to obtain the tasks to perform. Which one of the following prerequisites should the application fulfill for Microsoft Azure to scale it automatically?

A. If it requires a database, it must use Microsoft Azure SQL Database, not Microsoft SQL Server.
B. It must be able to handle automatic restarts as the virtual machine size is changed.
C. It must be configurable to enable different virtual machine instances to use different ports.
D. None of these prerequisites are relevant to autoscaling the application.

64 If you are automatically scaling your Microsoft Azure virtual machines based on an average percentage of CPU usage, when will Microsoft Azure scale down your virtual machines?

A. If average CPU usage falls below the minimum target setting, the current number of instances is above the minimum, and the scale-down wait time has not been exceeded
B. If average CPU usage falls below the minimum target setting, the current number of instances is greater than one, and the scale-down wait time has been exceeded
C. If average CPU usage falls below the maximum target setting, the current number of instances is above the minimum, and the scale-down wait time has been exceeded
D. If average CPU usage falls below the minimum target setting, the current number of instances is above the minimum, and the scale-down wait time has been exceeded

65 Which one of the following metrics can Microsoft Azure monitor to determine whether to scale an application that is hosted in Microsoft Azure virtual machines?

A. Network bytes in and out
B. Peak CPU usage
C. The length of the Microsoft Azure storage queue
D. The length of the Microsoft Azure Service Bus queue

66.Which one of the following enables you to create a Microsoft Azure virtual machine that runs the Linux operating system from an on-premises Linux environment?

A. Install Windows PowerShell for Linux and then install the Microsoft Azure PowerShell cmdlets.
B. Install Python tools for Microsoft Azure.
C. Use SSH to log on to your Microsoft Azure subscription.
D. Use Node.js to install the Microsoft Azure command-line tools for the Mac and Linux.

67. Which one of the following statements about virtual machine disks in Microsoft Azure is true?

A. All virtual machine drives except drive A provide persistent storage even when the virtual machine is relocated.
B. All virtual machine drives except drive D provide persistent storage even when the virtual machine is relocated.
C. Microsoft Azure automatically ensures that each virtual hard disk (VHD) and its replica are placed in separate update domains.
D. Microsoft Azure automatically ensures that each VHD and its replica are placed in separate fault domains.

68 You plan to implement single sign-on for your Office 365 deployment. You need to ensure that your users will be able to sign on in the event of a disaster that makes your primary data center unreachable. What should you do?

A. Deploy Active Directory Federation Services (AD FS), Web Application Proxy (WAP), and Active Directory read-only domain controller to Azure virtual machines. Install directory synchronization on the domain controller.
B. Deploy Active Directory Federation Services (AD FS), Web Application Proxy (WAP), and Active Directory read/write domain controller to Azure virtual machines. Install directory synchronization on the domain controller.
C. Configure directory synchronization with password synchronization by using your on-premises infrastructure. Enable self-service password reset.
D. Configure directory synchronization without password synchronization by using your on-premises infrastructure. Enable self-service password reset.

69. You are planning to use Microsoft Azure Traffic Manager with failover load balancing to route requests to a backup data center in the event that your primary data center becomes unreachable. Which of the following steps must you complete to help ensure that failover load balancing will work?

A. Configure your Traffic Manager monitoring settings.
B. Configure your Microsoft Azure virtual machine monitoring settings.
C. Configure geo-replication between your primary and backup data centers.
D. Ensure that the virtual machines in the primary and backup data centers are members of the same availability set.

70. You have decided to use a Warm Spare approach to reserve capacity in your backup data center in the event of a disaster that makes your primary data center unreachable. Which one of the following should you do to help ensure that your backup virtual machines have access to your application data?

A. Regularly copy snapshots of your virtual hard disks (VHDs) from the primary data center to your on-premises environment and then upload them to your backup data center.
B. Use the Copy Blob application programming interface (API) to copy snapshots of your data and operating system disks from your primary data center to your backup data center.
C. Use the Copy Blob API to copy snapshots of your data disks from your primary data center to your backup data center.
D. Ensure that geo-replication is configured to copy your VHDs from your primary data center to your backup data center.

71 Which one of the following statements about load balancing virtual machines and Microsoft Azure Traffic Manager is true?

A. Load balancing is only available across machines that are located in the same data center; Traffic Manager enables you to route requests across machines in multiple data centers.
B. To use load balancing, you must first configure a virtual network; no virtual network is needed for Traffic Manager.
C. Load balancing enables you to configure round robin, failover, and performance policy; Traffic Manager only enables you to use a round robin policy.
D. Load balancing routes requests to virtual machines by using a round robin algorithm; Traffic Manager uses user-defined filters to examine each request to determine the virtual machine to which to route the request.

72. Which feature of Microsoft System Center 2012 enables you to copy an on-premises virtual machine to Microsoft Azure?

A. App Controller
B. Service Manager
C. Operations Manager
D. Virtual Machine Manager

73. You plan to create a virtual machine on-premises and upload it to Microsoft Azure storage by using Windows PowerShell. Which configuration setting should you avoid?

A. VHDX disk formatB. 200 G
B operating system disk
C. Generation 2 virtual machine
D. 200 GB data disk

74. Your customer has Software Assurance for Microsoft Server and Cloud Platform. You must migrate an on-premises virtual machine that runs SQL Server 2014 and is hosted on Windows Server 2012 R2 to an Azure virtual machine. You need to minimize both licensing cost and deployment time. What should you do?
A. Generalize the on-premises virtual machine and upload it to Azure storage. Deploy an Azure virtual machine from an image.
B. Deploy a virtual machine by using the Windows Server 2012 R2 Azure gallery image and install SQL Server 2014 by using installation media. Migrate databases from the on-premises virtual machine.
C. Deploy a virtual machine by using the SQL Server 2014 Azure gallery image. Migrate databases from the on-premises virtual machine.
D. Shut down the on-premises virtual machine and upload it to Azure storage. Create an Azure virtual machine from VHD.

75. Which one of the following approaches can you use to move a virtual machine definition from one cloud service to another?

A. Back up the virtual machine to binary large object (BLOB) storage and then restore it in a different cloud service.
B. Stop the virtual machine and then change the cloud service configuration setting for the virtual machine.
C. Export the settings to a local file and then import the settings into a different cloud service.
D. You cannot move a virtual machine between cloud services.

76 You need to provide name resolution services for a group of virtual machines that are in the same cloud service, but are not connected to a virtual network in Microsoft Azure. Which one of the following name resolution approaches should you use?

A. Name resolution that is provided by your own Domain Name System (DNS) server
B. Name resolution that is provided by Microsoft Azure
C. Name resolution that is provided by a public DNS server
D. None of these options is a valid approach for name resolution in this scenario

77 Which one of the following defines a valid address space for a virtual network?
A. 192.169.0.0/16
B. 11.0.0.0/8
C. 128.0.0.0/8
D. 172.16.0.0/12

78 Which one of the following statements describes a significant difference between a point-to-site and site-to-site virtual network configuration in Microsoft Azure?

A. You typically use a point-to-site configuration when you need to connect an on-premises network with a virtual network in Microsoft Azure.
B. You typically use a site-to-site configuration when you need to connect an on-premises network with a virtual network in Microsoft Azure.
C. You typically use a site-to-site configuration when you need to connect virtual networks in different Microsoft Azure data centers.
D. You typically use a point-to-site configuration when you need to connect a virtual machine in Microsoft Azure with an on-premises network.

79 You must create a local network for site-to-site connectivity between on-premises and Azure. What must you specify?

A. The IP address space of the on-premises network and the internal IP address of the VPN gateway
B. The IP address space of the Azure virtual network and the IP address of the Azure routing gateway
C. The IP address space of the Azure gateway subnet and the IP address of the Azure routing gateway
D. The IP address space of the on-premises network and the external IP address of the VPN gateway

81 Following is a sample set of configuration settings:

Local network: 10.0.1.0/24
Gateway IP address: 137.117.173.232
Virtual network address space: 10.0.2.0/24
Subnet-1:
Gateway: 10.0.2.32/29

Which one of the following Classless Interdomain Routing (CIDR) addresses could you use to configure a second subnet with more than five addresses on this virtual network?

A. 10.0.2.128/25
B. 10.0.2.40/29
C. 10.0.2.12/25
D. There is not enough space to configure a second subnet with more than five addresses

82 Which one of the following approaches can you use to monitor Microsoft SQL Server events in Microsoft Azure?

A. Download the WADLogs table from your storage account on a regular basis and scan for SQL Server events.
B. Set up SQL Server monitoring in the Microsoft Azure Management Portal.
C. Use SQL Server Agent to generate alerts.
D. Configure Microsoft Azure Service Bus to deliver events to your on-premises monitoring solution.

83 You must recommend a high availability and disaster-recovery solution for a Microsoft SQL Server 2014 that runs in a Microsoft Azure virtual machine. You need to avoid any deprecated technologies. Which solution should you recommend?

A. AlwaysOn failover clustering instances
B. Log shipping
C. AlwaysOn availability groups
D. Database mirroring

84 Which one of the following is a reason to choose deploying Microsoft SharePoint to Microsoft Azure virtual machines instead of using Microsoft Office 365 SharePoint Online?

A. It is easier to use with other on-premises, line-of-business applications.
B. It is easier to manage.
C. If you use the image from the gallery to install SharePoint, updates are installed automatically.
D. It requires fewer virtual machines.

85 Microsoft SharePoint has a dependency on a domain controller. For a line-of-business application that is running in SharePoint in Microsoft Azure and accessed on-premises, which one of the following options would you recommend?

A. Use Microsoft Azure Active Directory.
B. Use your on-premises domain controller.
C. Deploy two domain controllers that run on Microsoft Azure virtual machines in the same affinity group.
D. Deploy two domain controllers that run on Microsoft Azure virtual machines in the same availability set.

86 Which one of the following statements about updating a Microsoft SharePoint environment is true?

A. Microsoft Azure manages updates to the guest operating system, but you must apply any updates to SharePoint and Microsoft SQL Server.
B. You are responsible for applying all updates to the guest operating system, SharePoint, and SQL Server.
C. If you installed SharePoint from the image in the gallery, Microsoft Azure will ensure that the latest updates are applied to SharePoint.
D. You can use Microsoft Azure cloud service production and staging slots to facilitate rolling in updates to virtual machines with no downtime.

87 You are planning to deploy several software-as-a-service (SaaS) applications for your organization and want to implement a single sign-on environment for these applications. Which one of the following is a reason to recommend using Microsoft Azure Active Directory?

A. Windows Server Active Directory cannot run in the cloud.
B. Windows Server Active Directory supports the Kerberos protocol.
C. Windows Server Active Directory supports the Graph application programming interface (API) for authenticating users.
D. Windows Server Active Directory supports the SAML 2.0 protocol.

88 You are the IT manager for a European company that is opening a small branch office in Asia. There will be limited technical resources in the branch to manage any local infrastructure. Which of the following options would you recommend?

A. Configure the machines in the branch office to connect to your European servers to authenticate logon requests.
B. Deploy two domain controllers to Microsoft Azure virtual machines in a European data center. Configure a virtual network to connect these domain controllers to your on-premises domain controllers in Europe. Configure a virtual network to enable machines in the branch office to connect to domain controllers in Microsoft Azure.
C. Deploy two domain controllers to Microsoft Azure virtual machines in an Asian data center. Configure a virtual network to connect these domain controllers to your on-premises domain controllers in Europe. Configure a virtual network to enable machines in the branch office to connect to domain controllers in Microsoft Azure.
D. Deploy a domain controller in the branch office in Asia.

89 You plan to use Microsoft Azure virtual machines to implement single sign-on for your Office 365 deployment. You need to maximize security of your implementation. Which security measures should you apply?

A. Deploy an Active Directory read-only domain controller (RODC).
B. Protect external endpoints of Active Directory Federation Services (AD FS) servers by using Access Control Lists (ACLs).
C. Disable all endpoints of Active Directory Federation Services (AD FS) servers.
D. Ensure that all Azure virtual machines are accessible only from the virtual network.

90 You are planning a small-scale deployment of Windows Server Active Directory to Microsoft Azure virtual machines. Where would you recommend storing the Windows Server Active Directory database and System Volume (SYSVOL)?

A. On a data disk that is attached to the virtual machine
B. On drive C
C. On drive D
D. Directly in binary large object (BLOB) storage

91 Is it possible to restore a domain controller that is running in a Microsoft Azure virtual machine from a .vhd snapshot?

A. Yes, provided that there is another available domain controller with an authoritative System Volume (SYSVOL).
B. Yes, provided that there is another available domain controller on the same virtual network.
C. Yes, provided that there is another available domain controller with a non-authoritative SYSVOL.D.
No it is not.

92 Which one of the following best describes how you specify the maximum and minimum range of automatic scaling for Microsoft Azure virtual machines?
A. You can specify a maximum and minimum virtual machine size.
B. You can specify a maximum and minimum number of virtual machine instances.
C. You can specify a maximum and minimum number of cores.D. You can specify a maximum and minimum number of cloud services.

93 You forgot the credentials for a newly deployed Microsoft Azure virtual machine. All of your virtual machines run Linux. What should you do?

A. Install XPlat CLI on another virtual machine. Create an XML file containing new credentials. Run the azure vm extension XPlat CLI command with the –private-config-path parameter.
B. Install the Azure PowerShell module on another virtual machine. Run the Set-AzureVMExtension command with the –PrivateConfiguration parameter.
C. Install XPlat CLI on another virtual machine. Create a JSON file containing new credentials. Run the azure vm extension XPlat CLI command with the –private-config-path parameter.
D. Install the Azure PowerShell module on another virtual machine. Run the Set-AzureVMExtension command with the –PrivateConfiguration parameter. Pipe the output to the Update-AzureVM cmdlet.

94 You are hosting a web application in Microsoft Azure. You want to help ensure that the application remains available to end users while Microsoft Azure is updating its host operating systems. Which of the following would you recommend?

A. Group two or more virtual machines that host the web application into an update domain.
B. Group two or more virtual machines that host the web application into a fault domain.
C. Group two or more virtual machines that host the web application into an availability set.
D. Place two or more virtual machines that host the web application into an availability set in separate cloud services.

95 You are planning to use Microsoft Azure Traffic Manager with failover load balancing to route requests to a backup data center in the event that your primary data center becomes unreachable. Which of the following steps must you complete to help ensure that failover load balancing will work?

A. Configure your Traffic Manager monitoring settings.
B. Configure your Microsoft Azure virtual machine monitoring settings.
C. Configure geo-replication between your primary and backup data centers.
D. Ensure that the virtual machines in the primary and backup data centers are members of the same availability set.

96 You want to help ensure that the data that is stored on the disks that your virtual machines use in Microsoft Azure can be recovered in the event of a major data center disaster. Which one of the following approaches would you recommend?

A. Use backup tools in the virtual machine to create backups of any data disks on a regular basis. Copy the backup data to a Microsoft Azure storage account in another data center.
B. Copy the binary large objects (BLOBs) that contain your .vhd files to a Microsoft Azure storage account in another data center.
C. Ensure that geo-replication is enabled for the storage account that contains the BLOBs that contain your .vhd files.
D. Ensure that geo-replication is enabled for the BLOBs that contain your .vhd files.

97 You have a requirement to provision a test environment for a client application that uses an open source server application running on the Linux operating system. Testing will include load and performance tests. Which one of the following options would you recommend?

A. Provision the required number of virtual machines for the server application in Microsoft Azure by using one of the Linux images from the gallery. Use scripting to start and stop the machines required for each test run.
B. Provision the required number of machines for the server application in your on-premises data center and install the required Linux operating system and server application.
C. Provision the required number of virtual machines by using Hyper-V for the server application in your on-premises data center and install the required Linux operating system and server application.
D. Provision the required number of cloud services for the server application in Microsoft Azure by using one of the Linux images from the gallery. Use scripting to start and stop the machines that are required for each test run.

98 Which one of the following describes a feature of endpoint access control for virtual machines in Microsoft Azure?

A. It enables you to restrict access to a specific set of client machines that are identified by a range of IP addresses.
B. It enables you to restrict access to a specific set of clients that are identified by using a group in Microsoft Azure Active Directory.
C. It enables you to restrict access to a specific set of virtual machines in Microsoft Azure.
D. It enables you to restrict access to a set of port numbers on the virtual machine.

99 Which of the following statements best describes the purpose of availability sets for Microsoft Azure virtual machines?

A. Availability sets help you to ensure that users from multiple geographic locations can access an application that is running in your virtual machine.
B. Availability sets help you to ensure that users can continue to access an application in the event of a network or disk failure in your on-premises environment.
C. Availability sets help you to ensure that users can continue to access an application in the event of a network or disk failure in Microsoft Azure.
D. Availability sets enable you to reserve resources for quickly scaling up your application.

100 Which one of the following statements is true for an operating system disk for a Microsoft Azure virtual machine?

A. You can update the contents of an operating system disk by updating the image from which it was created.B. When you create an operating system disk, the maximum size of disk that you can create is 1 terabyte.C. When you create an operating system disk, host caching is on for read operations and off for write operations, by default.
D. When you create an operating system disk, host caching is on for read and write operations, by default.

101 Which one of the following best describes the role of affinity groups with virtual networks?

A. Affinity groups are used to group virtual networks into the same subnet. This helps ensure that virtual machines that are on the same subnet are grouped on the same data center cluster.
B. Each cloud service contains one or more affinity groups. Each affinity group contains one or more virtual machines. Each virtual network is associated with a single affinity group to help ensure that all of the virtual machines on the virtual network are grouped on the same data center cluster.
C. Each cloud service and virtual machine can be a member of an affinity group. Each virtual network is associated with a single affinity group to help ensure that all of the virtual machines on the virtual network are grouped on the same data center cluster.
D. You can optionally use affinity groups with virtual networks to group virtual machines on the same data center cluster to improve performance.

102 You are planning to migrate a Microsoft SQL Server database from on-premises to Microsoft Azure by using a SQL Server platform image. Which of the following should be included in your migration plan?

A. Migrate your existing SQL Server license to Microsoft Azure.B. Upgrade the trial license in the platform image.C. Prepare the schema and data on-premises for upload to Microsoft Azure.D. Create a cross-premises virtual network to upload the data to Microsoft Azure.

103 Which one of the following is a correct statement about backing up and restoring Microsoft SQL Server data from a Microsoft Azure virtual machine?

A. By choosing to use attached data disks for backing up data from SQL Server, you have access to unlimited storage because you can add as many data disks as you require to a virtual machine.B. By choosing to use detachable data disks, you can make backup data directly available to an on-premises SQL Server instance.C. By choosing to back up directly to Microsoft Azure binary large object (BLOB) storage, you can reduce your Microsoft Azure data transfer costs.
D. By choosing to back up directly to Microsoft Azure BLOB storage, you can make backup data directly available to a SQL Server instance in another virtual machine.

104 Which one of the following statements about updating a Microsoft SharePoint environment is true?

A. Microsoft Azure manages updates to the guest operating system, but you must apply any updates to SharePoint and Microsoft SQL Server.
B. You are responsible for applying all updates to the guest operating system, SharePoint, and SQL Server.
C. If you installed SharePoint from the image in the gallery, Microsoft Azure will ensure that the latest updates are applied to SharePoint.D. You can use Microsoft Azure cloud service production and staging slots to facilitate rolling in updates to virtual machines with no downtime.

105 You are planning to deploy a web application that is hosted in a Microsoft Azure virtual machine. Which one of the following prerequisites should the application fulfill for Microsoft Azure to scale it automatically?

A. If it requires a database, it must use Microsoft Azure SQL Database, not Microsoft SQL Server.
B. It must be capable of being load-balanced.
C. It must be able to handle automatic restarts as the virtual machine size is changed.D. It must be configurable to enable different instances to listen on different ports.

106: Which capability is supported in Microsoft SharePoint on Azure virtual machines, but NOT in Microsoft Office 365 SharePoint Online?

A. AuditingB. eDiscovery search and holdC. Information Rights Management (IRM)
D. PerformancePoint Services

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
100% Free SEO Tools - Tool Kits PRO