Question 6 of 67
You plan to move services from your on-premises network to Azure.
You identify several virtual machines that you believe can be hosted in Azure. The virtual machines are shown in the following table.
Exam AZ-102: Question 6 - Image 1
Which two virtual machines can you access by using Azure migrate? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
    Correct Answer: C, E

Question 7 of 67
DRAG DROP -
You have an on-premises file server named Server1 that runs Windows Server 2016.
You have an Azure subscription that contains an Azure file share.
You deploy an Azure File Sync Storage Sync Service, and you create a sync group.
You need to synchronize files from Server1 to Azure.
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.
Select and Place:
Exam AZ-102: Question 7 - Image 1
    Correct Answer:
    Step 1: Install the Azure File Sync agent on Server1
    The Azure File Sync agent is a downloadable package that enables Windows Server to be synced with an Azure file share
    Step 2: Register Server1.
    Register Windows Server with Storage Sync Service
    Registering your Windows Server with a Storage Sync Service establishes a trust relationship between your server (or cluster) and the Storage Sync Service.

    Step 3: Add a server endpoint -
    Create a sync group and a cloud endpoint.
    A sync group defines the sync topology for a set of files. Endpoints within a sync group are kept in sync with each other. A sync group must contain one cloud endpoint, which represents an Azure file share and one or more server endpoints. A server endpoint represents a path on registered server.
    References:
    https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide Exam AZ-102: Question 7 - Image 2
Question 8 of 67
You have an Azure Service Bus.
You need to implement a Service Bus queue that guarantees first-in-first-out (FIFO) delivery messages.
What should you do?
    Correct Answer: D

Question 9 of 67
You are troubleshooting a performance issue for an Azure Application Gateway.
You need to compare the total requests to the failed requests during the past six hours.
What should you use?
    Correct Answer: A

Question 10 of 67
DRAG DROP -
You have an Azure subscription that contains an Azure Service Bus named Bus1.
Your company plans to deploy two Azure web apps named App1 and App2. The web apps will create messages that have the following requirements:
✑ Each message created by App1 must be consumed by only a single consumer.
✑ Each message created by App2 will be consumed by multiple consumers.
Which resource should you create for each web app? To answer, drag the appropriate resources to the correct web apps. Each resource 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.
NOTE: Each correct selection is worth one point.
Select and Place:
Exam AZ-102: Question 10 - Image 1
    Correct Answer:
    App1: A Service Bus queue -

    App2: A Service Bus topic -
    In contrast to queues, in which each message is processed by a single consumer, topics and subscriptions provide a one-to-many form of communication, in a publish/subscribe pattern.
    References:
    https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-queues-topics-subscriptions Exam AZ-102: Question 10 - Image 2