Microsoft Azure
Designing and Implementing Microsoft Azure Networking Solutions
AZ-700
The AZ-700 exam tests your skills in designing and implementing Azure networking solutions.
147 questions
0 views
Free
Questions 51–60 of 147
You are configuring peering between two Azure virtual networks. What happens when overlapping IP address ranges exist?
-
A
Peering is established successfully
-
B
Peering fails with an error
-
C
Traffic routes through the gateway
-
D
Azure automatically reconfigures IPs
Explanation
Peering fails with an error if there are overlapping IP ranges, as both VNets must have unique ranges.
Which service enables Azure private networking between services?
-
A
Azure Private Link
-
B
Azure CDN
-
C
Azure Front Door
-
D
Azure Firewall
Explanation
Azure Private Link allows private connectivity, while the others do not facilitate private networking.
A company needs to connect on-premise data center to Azure. Which service should they use?
-
A
VPN Gateway
-
B
Application Gateway
-
C
Azure Blob Storage
-
D
Network Security Group
Explanation
VPN Gateway provides secure site-to-site connections; other options do not serve this purpose.
What happens when you disassociate a public IP from a VM?
-
A
VM stops functioning
-
B
IP becomes available for reassignment
-
C
VM retains existing public IP
-
D
Network performance reduces
Explanation
Disassociating allows the IP to be reassigned; other options misrepresent effects on the VM.
Which service is best for optimizing web traffic to Azure?
-
A
Azure Traffic Manager
-
B
Azure SQL Database
-
C
Azure Blob Storage
-
D
Azure Functions
Explanation
Azure Traffic Manager improves web traffic routing, while others serve different purposes.
A company needs to connect its on-premises network to Azure securely. What should they implement?
-
A
Azure VPN Gateway
-
B
Azure Logic Apps
-
C
Azure Blob Storage
-
D
Azure Functions
Explanation
A VPN Gateway provides secure connectivity, unlike the other options which serve different functions.
You are configuring an Azure Resource Group for regional compliance. What happens when you try to move it to a different region?
-
A
It moves without any issues.
-
B
It deletes resources in the group.
-
C
It fails with an error.
-
D
It creates a copy in the new region.
Explanation
Resource Groups cannot be moved across regions, resulting in a failure, while others present inaccurate outcomes.
Which service helps in private connectivity to Azure services?
-
A
ExpressRoute
-
B
Azure VPN Gateway
-
C
Azure Firewall
-
D
Load Balancer
Explanation
ExpressRoute provides private, dedicated connections, while VPN Gateway and others involve public connections.
A company needs to restrict access to Azure resources based on user attributes. What should they implement?
-
A
Network Security Groups
-
B
Azure RBAC
-
C
Azure AD Conditional Access
-
D
Resource Locks
Explanation
Azure AD Conditional Access controls access based on conditions, while RBAC provides role-based access control without conditions.
You are configuring Azure Traffic Manager. What happens when the endpoint you defined becomes unavailable?
-
A
Traffic Manager stops directing traffic.
-
B
Traffic Manager directs traffic to another endpoint.
-
C
Traffic Manager sends errors to users.
-
D
Traffic Manager queues the requests.
Explanation
Traffic Manager will redirect traffic to healthy endpoints, ensuring high availability.