You are on page 1of 3

Q1: What is virtualization??

a Virtualization is the process of creating a software-based, real version of


something(compute storage, servers, application, etc.).

b None

c None

d None

e None

f Virtualization is the process of creating a software-based, virtual version of


something(compute storage, servers, application, etc.).

Q2: How to build a Dockerfile??

a None

b $ docker build in <path to docker file>

c None

d $ docker build <path to docker file>

e None

f $ docker build to <path to docker file>

Q3: What is the most common procedure for compiling programs under Linux??

a ./configure && make && make install

b compile file_name

c gcc file_name

d make file_name

e None

f None

Q4: What is the Commit command is used for??


a To save the current transaction

b None

c To save the current table

d To recover the old table

e None

f To restore the old values

Q5: Which of following is not an attribute of <form> tag?

a url

b Action

c None

d Method

e name

f None

Q6: How to get detailed information about docker installed on the system including the
kernel version, number of containers and images, etc.?

a $ docker information

b $ docker --info

c $ docker info

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q7: What is WordPress in PHP??

a Set of library enriched with fucntions


b None

c Framework for designing dynamic pages

d None

e An open source CMS (Content Management System)

f framework and distribution system for reusable PHP components

Q8: How to search for a docker image on dockerhub with the name mentioned in the
command.?

a None

b $ docker search hadoop

c None

d $ docker --search ---hadoop

e $ docker search

f None

You might also like