Unit6 - Subjective Questions

INT327 • Practice Questions with Detailed Answers

1

Define Azure Virtual Network (VNet) and explain its core components and the fundamental benefits it provides for cloud infrastructure.

2

Describe the process of planning an IP address space for an Azure Virtual Network, including key considerations for subnets and future expansion.

3

Explain the function of an Azure Network Security Group (NSG) and describe how inbound and outbound security rules are evaluated and applied.

4

Discuss the best practices for associating Azure Network Security Groups (NSGs) with network interfaces and subnets, and explain the implications of each approach.

5

What is Azure Virtual Network peering? Explain its two main types (regional and global) and discuss a scenario where VNet peering would be essential.

6

Describe the concept of transitive routing within the context of Azure Virtual Network peering and explain why it is not supported by default. How can one achieve connectivity between non-peered VNets in a hub-spoke topology?

7

Explain the purpose of User-Defined Routes (UDRs) in Azure. Provide an example scenario where a UDR would be required to override default Azure routing behavior.

8

Compare and contrast Azure Service Endpoints and Azure Private Endpoints. Discuss their respective use cases, benefits, and how they enhance network security for Azure services.

9

Describe how Azure handles default routing for traffic within a VNet and to the internet. How do Network Virtual Appliances (NVAs) typically integrate into an Azure network for advanced routing and security?

10

Explain the primary function of Azure Load Balancer. Differentiate between its Basic and Standard SKUs, highlighting key features like high availability ports and health probes.

11

Describe the core components required to configure an Azure Standard Load Balancer for an internal application, including frontend IP configurations, backend pools, health probes, and load balancing rules.

12

Compare Azure Load Balancer and Azure Application Gateway, focusing on their respective layers of operation (Layer 4 vs. Layer 7) and suitable use cases.

13

Explain the capabilities of Azure Application Gateway beyond basic load balancing, specifically detailing its Web Application Firewall (WAF) and SSL termination features.

14

Describe how URL-based routing and multi-site hosting are configured and utilized within Azure Application Gateway. Provide an example where these features are beneficial.

15

An e-commerce application needs to distribute traffic based on URL paths and ensure session stickiness for shopping carts. How would you configure Azure Application Gateway to meet these requirements?

16

Introduce Azure Front Door and explain its role in a global application architecture. Discuss how it differs from Azure Application Gateway in terms of scope and functionality.

17

What is an Azure Content Delivery Network (CDN)? Explain its primary purpose and describe how it improves performance and reduces latency for globally distributed content.

18

Differentiate between Azure Front Door and Azure CDN, outlining their distinct features and when you would choose one over the other, or integrate both.

19

Design a high-level network architecture for a globally accessible web application that requires low latency, DDoS protection, WAF capabilities, and secure backend access to Azure services. Explain how Azure Front Door, Azure Application Gateway, and Azure CDN would fit into this design.

20

A company has two Azure VNets, VNetA (address space 10.0.0.0/16) and VNetB (address space 10.1.0.0/16), in different regions. VNetA hosts web servers in Subnet-Web (10.0.1.0/24) and VNetB hosts database servers in Subnet-DB (10.1.1.0/24). Traffic from Subnet-Web in VNetA needs to reach Subnet-DB in VNetB through a Network Virtual Appliance (NVA) located in Subnet-NVA (10.0.0.0/24) within VNetA for security inspection. Describe the steps and components required to set up this routing, including VNet peering and User-Defined Routes (UDRs).

21

Explain the role of Azure Service Endpoints in enhancing security for Azure PaaS services. Provide a step-by-step example of how to secure an Azure SQL Database using a Service Endpoint.

22

Describe the primary role and key features of Azure Front Door (Standard and Premium tiers) and how it addresses challenges in delivering global-scale web applications.

23

Compare and contrast Azure Load Balancer, Azure Application Gateway, and Azure Front Door, outlining the appropriate use case for each and how they might be combined in a comprehensive application architecture.

24

Explain the concept of service chaining in Azure networking. Provide an example demonstrating how an NVA (Network Virtual Appliance) might be 'chained' to an Azure Load Balancer for a specific traffic flow.

25

Discuss the various options for outbound internet connectivity in Azure Virtual Networks, and explain how they impact security, cost, and complexity. Include scenarios for when each option is preferred.