Deployment
Execute workload migrations, implement Infrastructure as Code, and provision cloud resources (19% of exam).
In the context of CompTIA Cloud+, deployment refers to the systematic process of provisioning, configuring, and launching cloud resources—such as virtual machines, storage buckets, and networking components—into a production environment. It serves as the bridge between architectural design and oper…
Concepts covered: Workload assessment and analysis, Migration readiness evaluation, Capacity planning for cloud, Application dependencies mapping, Infrastructure as Code (IaC) concepts, Terraform fundamentals, CloudFormation templates, ARM templates and Bicep, IaC version control and best practices, Cloud migration strategies, Lift and shift migration, Re-platforming and re-architecting, Data migration techniques, Migration testing and validation, Cloud resource provisioning, Compute instance configuration, Storage provisioning, Network resource configuration, Template-based deployments
Cloud+ - Deployment Example Questions
Test your knowledge of Deployment
Question 1
A manufacturing company is migrating their production monitoring system to a hybrid cloud environment using a lift and shift approach. The system includes real-time dashboards that poll sensor data every 500 milliseconds and stores historical data in a local SQL Server instance. After rehosting to cloud-based virtual machines, operators report that dashboard updates are experiencing 2-3 second delays and some sensor readings appear to be missing. The cloud infrastructure matches the original server specifications exactly. Which technical factor is MOST likely contributing to these symptoms in the rehosted environment?
Question 2
A media streaming company has migrated their content delivery platform to a multi-region cloud architecture. Post-migration validation confirms that video playback functions correctly and CDN cache hit rates meet expectations. However, the QA team discovers that adaptive bitrate streaming works properly for new content uploaded after migration, but legacy content uploaded before migration fails to switch between quality levels during bandwidth fluctuations. Storage checksums verify file integrity, and encoding metadata appears identical between old and new content. Which validation approach would most effectively identify why adaptive streaming behaves differently for pre-migration content?
Question 3
A cloud engineer is migrating legacy ARM templates to Bicep and encounters a complex nested deployment structure. The original ARM template uses the 'copy' element with 'serial' mode to deploy five storage accounts sequentially. When converting this to Bicep, which syntax construct achieves the same sequential deployment behavior for iterating through a collection of storage account configurations?