You are on page 1of 3

Q1: Can we export data into an Excel file??

a False

b True

c None

d None

e None

f None

Q2: What does the COPY instruction do in a Dockerfile??

a None

b COPY creates a copy of your image

c None

d COPY makes a copy of your Dockerfile

e COPY adds files from your Docker client’s current directory

f COPY creates a copy of your running container

Q3: How to stop a container??

a $ docker dead <container_id>

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e $ docker trim <container_id>

f $ docker stop <container_id>

Q4: Which is not true about Docker Hub??


a Docker Hub is a totally private repository

The correct Answer is: None

c Docker Hub provides an easy way to create, manage, and deliver your teams'
container applications

The correct Answer is: None

The correct Answer is: None

f Docker Hub is the world's largest library and community for container images

Q5: Intensity of a color can be described through?

a Lightness

b Saturation

c Grayscale

d None

e None

f Hue

Q6: Which of the following method can be used to create a MySql database using PHP??

The correct Answer is: None

b mysql_close()

c mysql_query()

d None of the mentioned

e mysql_create()

f mysql_connect()

Q7: Which one of the following property scopes is not supported by PHP??

a final

b static
c friendly

d None

e None

f public

Q8: How can you create an E-mail link??

a None

b <a Href="a@b">

c <mail Href="a@b">

d <a Href="mailto:a@b.com">

e None

f <mail>a@b</mail>

Q9: Which of the following commands will install Ansible on Ubuntu??

a None

b sudo apt install ansible-server

c sudo apt install ansible-controller

d sudo apt install ansible-master

e sudo apt install ansible

f None

You might also like