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 OpenStack component is specifically responsible for event storage and querying (as opposed to metric/sample storage)? → Panko
- Which component provides a web-based user interface for OpenStack? → Horizon
- An instance is in 'ACTIVE' state but the user reports it is unreachable over SSH. The security group allows port 22. What should you check next? → Check iptables/nftables rules on the compute node for the instance's tap interface
- Which OpenStack project provides a DNS-as-a-Service capability? → Designate
- Which Nova mechanism allows an administrator to group compute hosts so that instances can be constrained or spread across physically isolated fault domains? → Availability zones
- What does enabling 'port security' on a Neutron network enforce by default? → Prevents MAC and IP spoofing on all ports in the network
- Which command lists all Cinder volume types available in an OpenStack deployment? → openstack volume type list
- In the context of OpenStack Keystone federation, what does Identity Provider (IdP) federation allow? → Users from an external identity system to authenticate and receive OpenStack tokens
- 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
- What is the recommended approach to prevent a 'noisy neighbor' issue where one tenant's workload monopolizes compute resources in OpenStack? → Using flavor extra specs with CPU pinning and NUMA topology policies
- Which command would a cloud administrator use to create a new Keystone domain named 'engineering'? → openstack domain create engineering
- In openstacksdk, which method is used to establish a connection to an OpenStack cloud using clouds.yaml? → openstack.connect()
- Which Horizon dashboard panel provides administrators with visibility and control over all projects' resources? → Admin panel
- Which Keystone feature allows an organization to use an external Identity Provider (IdP) such as Okta or Azure AD for OpenStack authentication? → Keystone federation with SAML2 or OIDC
- What Neutron feature allows a single physical network interface to carry multiple tenant networks using 802.1Q tags? → VLAN provider network
- What is the primary benefit of automating repetitive tasks? → Reduced human error and increased consistency of results
- Which OpenStack service is responsible for providing a multi-tenant cloud messaging service? → Zaqar
- What is capacity planning? → Predicting future resource needs based on growth trends and requirements
- Which OpenStack project provides rating-as-a-service, calculating costs for resource usage? → Cloudkitty
- 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 the OpenStack service responsible for managing certificates and secrets as a dedicated key management service? → Barbican
- In a typical OpenStack deployment, what is the purpose of the 'admin' endpoint type in the service catalog? → Used by services and administrators for privileged operations
- 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
- An administrator wants to prevent a specific Keystone user from authenticating entirely without deleting their account. Which command should be used? → openstack user set --disable
- Which Cinder feature allows administrators to set guaranteed IOPS or throughput limits on volumes? → Quality of Service (QoS) specs
Turn these facts into recall:
Was this helpful?