0
0
Azurecloud~20 mins

VM images and marketplace in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
VM Image Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding VM Image Sources in Azure Marketplace

Which statement correctly describes the source of VM images available in the Azure Marketplace?

AOnly open-source VM images are allowed in the Azure Marketplace.
BVM images in the Azure Marketplace are automatically generated by Azure based on user demand.
CVM images in the Azure Marketplace can be published by Microsoft, third-party vendors, and community contributors.
DAll VM images in the Azure Marketplace are created and maintained exclusively by Microsoft.
Attempts:
2 left
💡 Hint

Think about who can publish VM images in a marketplace environment.

Architecture
intermediate
2:00remaining
Choosing VM Images for Production Workloads

You need to deploy a production workload on Azure. Which VM image source should you prefer to ensure security and support?

AUse official Microsoft VM images or certified third-party images from the Azure Marketplace.
BUse community-contributed VM images from the Azure Marketplace without verifying publisher details.
CUse any VM image that is the cheapest regardless of source or support.
DCreate your own VM image by copying a community image without testing.
Attempts:
2 left
💡 Hint

Consider security, support, and reliability for production environments.

service_behavior
advanced
2:00remaining
Behavior of Custom VM Images in Azure

What happens when you deploy a VM in Azure using a custom VM image stored in your Azure Compute Gallery?

AAzure ignores the custom image and uses the closest matching Marketplace image instead.
BAzure creates a new VM instance based on the custom image, including all installed software and configurations at capture time.
CAzure requires you to manually install all software after VM creation when using custom images.
DAzure automatically updates the custom image to the latest OS version before VM creation.
Attempts:
2 left
💡 Hint

Think about what a custom image contains and how Azure uses it.

security
advanced
2:00remaining
Security Risks of Using Unverified Marketplace VM Images

What is a major security risk when deploying VMs from unverified or unknown publishers in the Azure Marketplace?

AThe VM image might contain malware or backdoors compromising your environment.
BThe VM will always fail to start due to publisher restrictions.
CAzure automatically patches all security issues in unverified images before deployment.
DUnverified images are slower to deploy but have no security risks.
Attempts:
2 left
💡 Hint

Consider what risks come from unknown software sources.

Best Practice
expert
3:00remaining
Optimizing VM Image Management at Scale

You manage hundreds of VMs across multiple regions. What is the best practice for managing VM images to ensure consistency, reduce storage costs, and speed up deployments?

AUse only Marketplace images and avoid custom images to reduce management overhead.
BDownload VM images locally and upload them manually to each region's storage account.
CStore multiple copies of the same VM image in each region's storage account separately.
DUse Azure Compute Gallery to replicate and version custom VM images across regions efficiently.
Attempts:
2 left
💡 Hint

Think about Azure services designed for image sharing and replication.