MCSE MSCE Cloud Platform Integration & Virtualization 4 — Questions and Answers
Question 1: An organization needs to ensure their Azure VMs in two different availability zones can share a load balancer. Which type of Azure Load Balancer SKU supports this scenario?
- Basic SKU
- Standard SKU (Correct answer)
- Gateway SKU
- Global SKU
Correct answer: Standard SKU
Standard SKU Azure Load Balancer supports zone-redundant frontends and can distribute traffic across VMs in different availability zones.
Question 2: In Hyper-V, what is the maximum number of virtual processors that can be assigned to a single Generation 2 VM running Windows Server 2019?
- 64
- 240
- 320 (Correct answer)
- 512
Correct answer: 320
A Generation 2 Hyper-V VM running Windows Server 2019 supports up to 320 virtual processors.
Question 3: Which Azure feature allows you to deploy a consistent set of Azure resources across multiple subscriptions and regions using a single template?
- Azure Resource Manager Templates
- Azure Blueprints (Correct answer)
- Azure Policy
- Management Groups
Correct answer: Azure Blueprints
Azure Blueprints package together resource templates, policies, and role assignments to consistently deploy governed environments at scale.
Question 4: A DevOps team wants to use infrastructure-as-code to deploy Azure resources. Which language does Bicep compile into?
- YAML
- JSON (ARM templates) (Correct answer)
- Terraform HCL
- PowerShell DSC
Correct answer: JSON (ARM templates)
Bicep is a domain-specific language that compiles down to Azure Resource Manager (ARM) JSON templates for deployment.
Question 5: When implementing Windows Server Failover Clustering with Hyper-V, which quorum configuration is recommended for a cluster with an even number of nodes and no shared storage?
- Node Majority
- Node and Disk Majority
- Node and File Share Majority (Correct answer)
- Disk Only
Correct answer: Node and File Share Majority
Node and File Share Majority uses a file share witness to provide a tiebreaker vote for clusters with an even number of nodes and no shared disk.
Question 6: Which Azure compute option is best suited for running batch processing jobs that require thousands of parallel tasks and can tolerate interruptions?
- Azure Virtual Machine Scale Sets
- Azure Batch (Correct answer)
- Azure Functions
- Azure Container Instances
Correct answer: Azure Batch
Azure Batch is designed specifically for large-scale parallel and high-performance computing batch jobs with built-in job scheduling.
Question 7: In Azure, what is the purpose of a User Defined Route (UDR)?
- Assigns static public IP addresses to VMs
- Overrides Azure's default system routes to control network traffic flow (Correct answer)
- Creates DNS records for private endpoints
- Configures BGP peering between virtual networks
Correct answer: Overrides Azure's default system routes to control network traffic flow
User Defined Routes allow you to override Azure's default system routes to control how traffic is directed within and between virtual networks.
An organization needs to ensure their Azure VMs in two different availability zones can share a load balancer.
Which type of Azure Load Balancer SKU supports this scenario?