You are on page 1of 5

Q1: Which of the following scripts will run successfully?

a None

b None

c Users statistics SELECT customer name FROM customers;

d SELECT FROM `customers` 'customer name';

e SELECT `customer name` FROM customers ORDER BY zone WHERE cat_id = 12;

f SELECT `customer name` FROM customers WHERE cat_id = 12 ORDER BY cat_id;

Q2: How to dump pod logs (stdout) in Kubernetes??

a kubectl pod logs my-pod

b kubectl logs my-pod

c kubectl pods logs my-pod

d None

e kubectl log my-pod

f None

Q3: Which of the following statements is NOT true for views in SQL??

a Select statement used in the view definition cannot include ORDER BY clause.

b None

c A view drives its data from the base tables(s)

d A view is updatable if it has been defined from a single relation

e None

f A view contains a copy of the data

Q4: How to stop a container with container id mentioned in the command??


The correct Answer is: None

b $ docker ter 109cb6nw

The correct Answer is: None

d $ docker stop 109cb6nw

e $ docker stop -ls 109cb6nw

The correct Answer is: None

Q5: What are meta-tags??

a None

b Meta-tags are codes and scripts used to display website or page information.

c None

d Meta-tags are special tages and function used to display website or page
information.

e None

f Meta-tags are keywords and description used to display website or page


information.

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

a name

b None

c Action

d url

e Method

f None

Q7: Which doctype is correct for HTML5??

a <!DOCTYPE HTML5>
b None

c <HTML5>

d None

e <!DOCTYPE html>

f <!DOCTYPE HTML PUBLIC>

Q8: What is the default working directory of the Linux administrator user??

a Doesn't have one

b /home/root

c /administrator

d /root

e /usr/admin

f /admin

Q9: Which file is the single most important file in Wordpress??

a wp-setting.php

b page.php

c None

d None

e wp-config.php

f header.php

Q10: What does the WHERE SQL operator does:?

a converts the value of a column or function to a different type

b None

c eliminates all row repeats from the result set


d restricts the set of rows to the selection of those records for which the condition is
true

e changes the order of output rows

f None

Q11: In which file, can we permanently change the SWAP priority?

The correct Answer is: None

b /etc/boot.conf

The correct Answer is: None

d /etc/fstab

e /etc/swappriority

f /etc/prswap

Q12: Which command is used to create new directory??

a newdir

b None

c dir

d None

e mkdir

f cdir

Q13: How to show the logs of the docker container with contained id mentioned in the
command.?

a None

b $ docker log 09ca6feb6efc

c None

d $ docker ---logs 09ca6feb6efc


e $ docker logs 09ca6feb6efc

f None

Q14: What is the correct HTML for adding a background color??

a <body style="background-color:yellow;">

b <background>yellow</background>

c None

d None

e <body bg="yellow">

f <body style bg="yellow">

You might also like