OPCEL [ OpenStack Professional Certification Exam by LPI-Japan ]
Sample Exam Questions
Q |
What is a hybrid cloud?
|
A |
Answer: C A hybrid cloud is the combination of a private, commonly on-premises, cloud platform with public cloud providers and is designed for use by a single organisation. |
Q |
Which of the following kinds of cloud computing do the core components of OpenStack provide?
|
A |
Answer: D IaaS stands for Infrastructure as a Service and is a form of cloud computing which provides physical or virtualized machines and other computing resources over a network. OpenStack provides computing resources, machine images, block and object storage, networking services and more. |
Q |
Which of the following statements are true regarding the relationship of users, projects and domains? (Choose TWO correct answers.)
|
A |
Answer: C, E In OpenStack, a domain is used to create an administrative boundary for managing Keystone entities. Domains are used to aggregate projects and users. Also, as of the release of the Identity v3 API (version 3.4), projects can be created with a parent project ID which must be owned by the same domain and provides the ability to create a nested project hierarchy. |
Q |
Which of the following statements are true about OpenStack services? (Choose TWO correct answers.)
|
A |
Answer: A, C Keystone provides a centralized catalog of services which are provided by other OpenStack components. The URLs used to access these services are called endpoints. Also, for these services to make use of the Keystone service, they also require a user account. |
Q |
What happens when a new compute instance is started from a Glance image?
|
A |
Answer: B Glance virtual machine images may be used by any number of compute instances at the same time and they are accessible to the Compute service via the Glance OpenStack component. |
Q |
How can objects in Swift be accessed? (Choose TWO correct answers.)
|
A |
Answer: C, E Swift is accessed through the Object Storage API. This API is implemented as a set of RESTful (Repesentational State Transfer) web services. With a RESTful API, access or read operations are serviced through an HTTP GET request and write operations are serviced through an HTTP PUT request. |