PrepAway - Latest Free Exam Questions & Answers

Which two actions should you perform?

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.

PrepAway - Latest Free Exam Questions & Answers

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.

Explanation:
http://msdn.microsoft.com/en-us/library/azure/dn133795.aspx

30 Comments on “Which two actions should you perform?

  1. Dan says:

    A & C

    A point-to-site VPN also allows you to create a secure connection to your virtual network. In a point-to-site configuration, the connection is configured individually on each client computer that you want to connect to the virtual network. Point-to-site connections do not require a VPN device. They work by using a VPN client that you install on each client computer. The VPN is established by manually starting the connection from the on-premises client computer. You can also configure the VPN client to automatically restart.

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




    0



    0
  2. Peter says:

    I think A,C. it does not mention, there is already s2s vpn configured with onprem but seeing corpVnet1 name, I would guess there is already one cofigured then there should be already gateway subnet configured. We will need to enable p2s vpn and add a vpn subnet.




    0



    0
    1. Arie says:

      You will always have a virtual network, but you will not necessarily always have a S2S VPN. Never assume that something is there when it is not explicitly stated in the question.

      The correct answer is C and D. You create a gateway subnet and then enable P2S connectivity.




      0



      0
  3. Samji says:

    The virtual network already exist (according to the question), this does not mean it is an S2S configured. The question seems to lead us to extend an already configured virtual network as P2S which will only require (1) VPN Subnet (2) VPN Gateway.




    0



    0
  4. N.Raja says:

    Why not C and E?? I think both serve the purpose and completes the solution. As part of P2S or S2S, GW subnet is automatically created if address space allows it. Why jot C and E then?




    0



    0
  5. exam monkey says:

    The answer given (A, D) is correct. To solve the problem you need a Point-to-Site connection, and as per the referenced article:

    https://msdn.microsoft.com/en-us/library/azure/dn133792.aspx

    “There are 3 main parts to configuring a point-to-site VPN: the virtual network and gateway, the certificates used for authentication, and the VPN client that is used to connect to your virtual network.”

    Since there is no mention of the certificates or VPN client in any of the possible answers, A and D are correct as they talk about the required Subnet and the Gateway.




    0



    0
  6. fred says:

    F?
    there are a notion of local network in Azure Vnet, not regional

    E?
    we don’t connect two network, but REMOTE user to a network

    A?
    there are no notion of VPN subnet in Azure

    B?
    there are no notion of point to point connectivity in azure

    so the answer is C and D




    0



    0
  7. N/A says:

    A and D is correct. You need a VPN subnet (VPN client subnet adress-space) and a Gateway subnet.
    The Azure management portal asks for both of the subnets when ticking the “Configure point-to-site connectivity” checkbox on a VNet configuration.




    0



    0
      1. challenge says:

        argh sorry I meant C + D
        You need a point to site + gateway subnet

        Point-to-Site connections do NOT require a VPN device (=most effective solution)

        then GATEWAY subnet IS needed for the complete solution

        “C + D”




        0



        0

Leave a Reply