Question 6 of 63
HOTSPOT -
A company is implementing a product that runs on Linux. They want to run the product in production in their on-premises datacenter and Azure.
The product must use the same technologies in Azure and on-premises with the most reliable and lowest latency connection.
You need to select the appropriate technologies.
Which technologies should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Exam AZ-200: Question 6 - Image 1
    Correct Answer:
    Box 1: Virtual machine scale sets
    A virtual machine scale set allows you to deploy and manage a set of identical, auto-scaling virtual machines. You can scale the number of VMs in the scale set manually, or define rules to autoscale based on resource usage like CPU, memory demand, or network traffic. An Azure load balancer then distributes traffic to the
    VM instances in the scale set.
    You can deploy a scale set with a Windows Server image or Linux image such as RHEL, CentOS, Ubuntu, or SLES.

    Box 2: ExpressRoute -
    ExpressRoute is an Azure service that lets you create private connections between Microsoft datacenters and infrastructure that's on your premises or in a colocation facility. ExpressRoute connections do not go over the public Internet, and offer higher security, reliability, and speeds with lower latencies than typical connections over the Internet.
    Incorrect Answers:
    Not Web Apps:
    Web App is a fully managed compute platform that is optimized for hosting websites and web applications. Customers can use App Service on Linux to host web apps natively on Linux for supported application stacks.
    References:
    https://docs.microsoft.com/en-us/azure/expressroute/expressroute-introduction https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/quick-create-portal Exam AZ-200: Question 6 - Image 2
Question 7 of 63
You develop an application named App1 that needs to communicate with an existing app named MainApp. App1 is disconnected from other systems and uses different communication protocols than MainApp.
You must ensure that App1 is available in every Azure region and can be scaled out. App1 must be able to connect to MainApp across private and public cloud environments and process requests in the order they are received.
Which integration solution should you implement?
    Correct Answer: A

Question 8 of 63
HOTSPOT -
A company has the following offices:
Exam AZ-200: Question 8 - Image 1
The company plans to expand its network to the cloud. You identify the following requirements:
Location1 requires a dynamic pool of virtual machines (VMs) for offsite computations.
Employees from Location1 must be able to connect to VMs through a virtual network to start tasks and check results.
Servers from Location2 must privately and continuously back up all data to Azure. The process will require up to 1 Gbps bandwidth.
You need to configure the hybrid solution.
Which connection types should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Exam AZ-200: Question 8 - Image 2
    Correct Answer:
    Box 1: Point-to-Site VPN -
    Box 2: Exchange Service Provider
    If your organization has a single location then the EXP (Exchange Service Provider) path gives you that point-to-point and most flexibility in terms of the routing. If your organization has many different locations then the NSP (Network Service Provider) may be a better fit since it is multipoint based however if you already have connectivity for all locations then EXP may still be preferred because of the additional configurability over the routing and additional equipment possibilities.
    References:
    https://www.itprotoday.com/mobile-management-and-security/q-what-are-differences-between-network-services-provider-nsp-and Exam AZ-200: Question 8 - Image 3
Question 9 of 63
You must implement Application Insights instrumentation capabilities utilizing the Azure Mobile Apps SDK to provide meaningful analysis of user interactions with a mobile app.
You need to capture the data required to implement the Usage Analytics feature of Application Insights.
What data should you capture? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
    Correct Answer: A

Question 10 of 63
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You connect to Azure by using a workstation that has a slow internet connection. You have two Azure file shares. You plan to transfer a series of large files from one container to another container. The workstation does not have sufficient disk space to store the files.
You define the following variables in Azure PowerShell:
Exam AZ-200: Question 10 - Image 1
You need to simultaneously transfer the large files as efficiently as possible.
Solution: Write a C# application that implements the Azure Storage API method CloudFile.StartCopy to transfer files to the destination container.
Does the solution meet the goal?
    Correct Answer: B