Test 1 Flashcards
Azure Admin1 and Admin2 are global administrators of Tenant1. Azure Admin1 is a ServiceAdministrator of Subscription1. Can Admin2 add a new administrator to Subscription1?
No, by default Global Administrators do not have managerial access to Azure subscription unless explicitly defined. Hence Admin2 cannot do anything in the subscription. Cannot even see it in the list of subscriptions.
Which types of storage support the archive tier?
BlobStorage and StorageV2.
Which types of storage do not support the archive tier?
FileStorage and Storage.
Does the “storage” type support archive tier storage?
No, only BlobStorage and StorageV2 support archive-tier storage.
AdminUser1 is a global administrator of Tenant1, but cannot see all the resources inside the tenant. What could they do to view all resources, and how?
AdminUser1 could elevate their access to manage all subscriptions and management groups. To do, this they can go to “Azure Active Directory” in the Azure Portal, then Properties, and then select “Elevate Access”.
What is virtual network peering in Azure?
Virtual network peering is connecting two or more networks.
Name and define the two types of virtual network peering.
Virtual network peering - connecting two or more networks within the same region.
Global virtual network peering - connecting two or more networks across Azure regions.
What can prevent peering two networks?
Networks with overlapping address spaces cannot be peered.
Which type of gateway can be connected to a point-to-site connection?
A route-based virtual network gateway.
Can a route-based virtual network gateway be used to create a point-to-site connection?
Yes, route-based virtual network gateways can be used to create a P2S connection.
Can a policy-based virtual network gateway be used to create a point-to-site connection?
No, only a route-based virtual network gateway can be used to create a P2S connection.
What is a service endpoint in Azure and what are they used for?
Service endpoints are direct, network connections to Azure services. They allow private connections directly to Azure services without requiring a public IP address.
You have an Azure virtual machine named VM1 that connects to a virtual network named VNet1.
VM1 has the following configuration: Subnet: 10.0.0.0/24 Availability set: AVSet Network security group (NSG): None Private IP address: 10.0.0.4 (dynamic) Public IP address: 40.90.219.6 (dynamic)
What must you do to deploy a standard load balancer and allow it to connect to VM1?
You must remove the dynamic public IP address assigned to VM1 and change it to a static public IP address.
Can two machines in the same VNET communicate if there is no NSG configured?
Yes, by default machines within the same VNET can communicate freely with each other.
Can two machines in different VNETs communicate without an NSG configured?
No, machines cannot communicate freely with other networks by default.