Live Classes: Upskill your knowledge Now!
Chat NowPublished - Tue, 06 Dec 2022
OpenStack Interview QuestionsA list of top frequently asked OpenStack interview questions and answers are given below. 1) Explain OpenStack.OpenStack is an open source and free set of software tools or cloud computing platform which is used for managing and building cloud computing platform for private and public cloud. OpenStack is referred as the future of Cloud Computing. 2) What are the modular architectural components of OpenStack?Following is a list of OpenStack modular architectural components: 69.1M 1.1K Hello Java Program for Beginners
3) What are the advantages/benefits of using OpenStack?Advantages/Benefits of using OpenStack:
4) What is "role" and "tenant" in OpenStack?role: It specifies the authorization level of the user. Tenant: It specifies a group of users. 5) What are the storage types allowed by OpenStack compute?OpenStack supports two types of storage: 1. Persistent Storage or volume storage 2. Ephemeral Storage Persistent Storage / Volume Storage: It is persistent and independent of any particular instance. This storage is created by users. There are three types of persistent storage:
Ephemeral Storage: The ephemeral storage specifies a single instance. It is a temporary and short-lived storage that is disappeared once the VM is terminated. 6) What is hypervisor? Which type of hypervisors are supported in OpenStack?Hypervisor is a software or hardware tool which is used to create and run a virtual machine. OpenStack supports a variety of hypervisors like VMware, Citrix, and Microsoft etc. 7) Which is the most important identity service in OpenStack?Keystone is the most important and preferred Identity Service in OpenStack. It executes the complete OpenStack Identity API. 8) What are the different networking options used in OpenStack?The networking options used in Open Stack are:
9) Which commands are used to pause and un-pause (resume) an instance?For Pausing: $nova pause INSTANCE_NAME For Un-pausing: $novaunpause INSTANCE_NAME 10) Where the OpenStack images are stored?Glance is the image manager for OpenStack. So OpneStack images are stored in: 11) What is Token in OpenStack?Token is a type of authentication like password-based validation. It is generated when the user inserts the credential and authenticate as a keystone user then Tokens can be used to access OpenStack services without any revalidation. 12) How can you create a Token?Users first need to authenticate their Keystone credentials to create a token. 13) Explain is OpenStack Python SDK?Python SDK (Software Development Kit) is used to help users to write applications for performing automation tasks in Python by calling Python objects. It provides a platform to work with multiple OpenStack services at one place. 14) Explain is the role of API server in OpenStack?In OpenStack, an API server provides an interface for the external world to interact with the cloud infrastructure. 15) What are the commands used to generate key pairs in OpenStack?Commands used to generate key pairs in OpenStack:
16) Which hardware is required for networking in OpenStack?In OpenStack,networking can be done with following hardware:
17) Which command is used to manage floating IP addresses in OpenStack?nova floating-ip-* 18) Explain the usage of Cinder in OpenStack?OpenStack Cinder is used to handle block storage in the context of OpenStack. 19) What is the use of $ nova floating-ip-pool-list command in OpenStack?The $ nova floating-ip-pool-list command is used to list IP address information in OpenStack. 20) Explain the term "flavor" in OpenStack?The term "flavor" is an available hardware configuration for a server, which defines the size of a virtual server that can be launched. |
Fri, 16 Jun 2023
Fri, 16 Jun 2023
Fri, 16 Jun 2023
Write a public review