3 Lec Notes For BMQU

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Q1: The WHERE clause is mandatory when using the SELECT command?

a None

b None

c True

d None

e None

f False

Q2: What are the Namespaces in Docker??

a None

b None

c None

d Namespaces in Docker are a technology for the facility of containers in Docker.

e Namespaces in Docker are a technology for the facility of images in Docker.

f None

Q3: What will be the output of the following query INSERT INTO students (student name)
VALUE ('James Lenon');?

a a student record with the name James Lenon will be added into the students table

b the above query will generate an error message.

c None

d None

e None

f None

Q4: What is Ingress network??


The correct Answer is: None

b Ingress network is a http node that acts as an entry point to the Kubernetes
cluster.

The correct Answer is: None

d Ingress network is a collection of rules that acts as an entry point to the


Kubernetes cluster.

e Ingress network is a routing outh that acts as an exit point to the Kubernetes
cluster.

The correct Answer is: None

Q5: What does HTML stand for??

a Hyperlinks and Text Markup Language

b Home Tool Markup Language

c None

d Hyper Text Markup Language

e None

f None

Q6: How are devices represented in UNIX/Linux??

a For UNIX/Linux every device is a block and are typically located in the
directory /dev.

b None

c For UNIX/Linux every device is a file and are typically located in the directory
/proc.

d For UNIX/Linux every device is a file and are typically located in the directory
/dev.

e For UNIX/Linux every device is a block and are typically located in the
directory /proc.

f None
Q7: The ASC and DESC keywords can be used in the same statement?

a None

b None

c False

d True

e None

f None

Q8: What is the correct HTML element for playing video files??

a <type="video">

b None

c <movie>

d <media>

e <video>

f None

Q9: 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_connect()

d mysql_create()

e mysql_query()

f None of the mentioned

Q10: How to upload a docker image with the image name mentioned in the command to
Docker Hub.?
The correct Answer is: None

b $ docker push geekflare/httpd_image

The correct Answer is: None

d $ docker upload geekflare/httpd_image

e $ docker put geekflare/httpd_image

The correct Answer is: None

Q11: Can I run several versions of PHP at the same time??

a True

b None

c None

d None

e False

f None

Q12: The SQL WHERE clause??

a Limits the column data that are returned

b Both A and B are correct

c None

d Limits the row data are returned

e None

f Neither A nor B are correct

Q13: What is the correct HTML tag for inserting a line break??

a <break />

b <br />
c <nbsp>

d None

e None

f <lb />

Q14: What is the Ansible setup module used for??

a Setup your SSH keys

b None

c Setup Ansible on remote hosts

d Gathers facts about remote hosts

e None

f Setup ansible on a master host

You might also like