COA Cheat Sheet 2026
The 30 highest-yield COA facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
60 questions
120 min time limit
66% to pass
- Which component provides a web-based user interface for OpenStack? → Horizon
- When should an issue be escalated to a higher support level? → When the issue exceeds your technical expertise or authorization level
- What is required before launching a new instance in OpenStack? → Image, flavor, and network settings
- Why is data validation important during integration? → It ensures data accuracy and consistency across connected systems
- How does an admin list running instances across ALL projects using the OpenStack CLI? → openstack server list --all-projects
- Which Horizon dashboard panel provides administrators with visibility and control over all projects' resources? → Admin panel
- What is the primary benefit of automating repetitive tasks? → Reduced human error and increased consistency of results
- What is capacity planning? → Predicting future resource needs based on growth trends and requirements
- What is the primary consideration when designing system architecture? → Scalability, reliability, and alignment with business requirements
- Which Heat CLI command is used to create a new stack from a template file? → openstack stack create
- What is a 'nested stack' in Heat orchestration? → A stack referenced as a resource within another template, enabling modular design
- Which OpenStack service is responsible for managing virtual machine images? → Glance
- Why is regular security training important for all staff? → Employees are often the weakest link in security and training reduces human error
- What role does Neutron play in OpenStack? → Provides networking services
- How do you add a custom metadata property to a Glance image using the unified OpenStack CLI? → openstack image set --property key=value
- When should architectural decisions be reviewed and potentially revised? → When requirements change significantly or performance targets are not met
- What does the 'openstack stack show' command display for a given stack? → Detailed information including status, creation time, parameters, and outputs
- What is the 80/20 rule as applied to performance optimization? → 80% of performance gains come from optimizing 20% of the code or configuration
- What is the primary function of Keystone in OpenStack? → Identity and access management
- What is the benefit of using a layered architecture approach? → Separation of concerns enabling independent development and testing
- What is the recommended approach for deploying system updates? → Incremental rollouts with rollback plans and monitoring
- Which top-level section of a HOT template defines the version of the template format? → heat_template_version
- Where in Horizon can you access both the console log output and the interactive VNC console for an instance? → Both the Actions menu and a dedicated Console tab
- What is the function of Cinder in OpenStack? → Block storage service
- How are users authenticated in OpenStack? → Using Keystone-issued tokens
- What is the primary function of VRRP in Neutron's L3 HA router implementation? → Providing automatic failover from an active router to a standby router
- What is the key difference between `nova evacuate` and `nova host-evacuate`? → host-evacuate moves all instances from a specified host at once
- How do you authenticate the OpenStack CLI by loading environment variables from a credentials file? → source openrc.sh
- What is a 'stack' in the context of OpenStack Heat? → A collection of resources instantiated from a Heat template
- What is a project in OpenStack security context? → An isolated group for user access and resources
Turn these facts into recall: