2 Module For SPUR

You might also like

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

Q1: Which command will you use to display the first user??

a None

b None

c kubectl config view -o jsonpath='{.users[*].name}'

d kubectl config view user 1

e kubectl config view -o jsonpath='{.usersname[]}'

f kubectl config view -o jsonpath='{.users[].name}'

Q2: In a LIKE clause, you can could ask for any value ending in "qpt" by writing?

a LIKE ton$

b LIKE *ton

c None

d LIKE %qpt

e None

f LIKE ^.*ton$

Q3: In HTML, you can embed SVG elements directly into an HTML page?

a None

b None

c True

d False

e None

f None

Q4: What is a composite key??


a its is an optional key and allows null values

b it is a key that uniquely identifies a record in a database

c None

d its is a key that is defined as the primary key in another table

e None

f it is a primary key that consists of more than one field that uniquely identifies a
record

Q5: Where is Linux user list stored??

a None

b /etc/users

c /usr/local/users

d None of the above.

e By running the command show users

f None

Q6: Where is the correct place to insert a JavaScript??

a None

b Both the <head> section and the <body> section are correct

c None

d The <footer>

e The <body> section

f The <head> section

Q7: The "father" Of MySQL Is ______.?

a Bill Gates

b None
c Michael Widenius

d None

e Stephanie Wall

f Bill Joy

Q8: The wildcard in a WHERE clause is useful when??

a An exact match is not possible in a CREATE statement.

b None

c An exact match is not possible in a SELECT statement.

d An exact match is necessary in a SELECT statement.

e None

f An exact match is necessary in a CREATE statement.

Q9: How to list all the docker containers running/exited/stopped with container details.?

a $ docker ps -a

b None

c None

d None

e $ docker ls -a

f $ docker details -a

You might also like