You are on page 1of 4

Q1: Which command would show you the logs of a running pod in Kubernetes??

The correct Answer is: None

The correct Answer is: None

c kubectl print pod-name

d kubectl log pod-name

e kubectl logs pod-name

f kubectl show -l pod-name

Q2: Which of the following function is used to get the size of a file??

a file_size()

The correct Answer is: None

c filesize()

d sizefile()

e size_file()

The correct Answer is: None

Q3: The syntax for adding a new column to an existing table is ALTER TABLE `table_name`
ADD COLUMN `column_name` `data_type`;?

a None

b None

c None

d None

e True

f False

Q4: What does HTML stand for??


a Hyperlinks and Text Markup Language

b Home Tool Markup Language

c None

d None

e None

f Hyper Text Markup Language

Q5: Which command is used to print the directory stack??

a popd

b dir

c None

d ls -d

e None

f dirs

Q6: How can you change table sctructure after it was created??

a None

b MODIFY TABLE

c CHANGE TABLE

d UPDATE TABLE

e ALTER TABLE

f It's not possible to change the structure

Q7: The UNION command is used to combine result sets from more than one query into a
single result set?

a None

b True
c False

d None

e None

f None

Q8: Which of the following values would give you the hostname of the remote host in your
Ansible Playbook??

a None

b "{{ hostname }}"

c "{{ server_hostname }}"

d "{{ host }}"

e "{{ ansible_hostname }}"

f None

Q9: Who developed WordPress??

a None

b None

c WordPress was co-founded by Andrew Mclean and Mike Hathaway on the 24th of
May 2003.

d WordPress was co-founded by Allen Mullenweg and Luke Little on the 27th of
June 2003.

e WordPress was co-founded by Matt Mullenweg and Mike Little on the 27th of May
2003.

f None

Q10: How do you list all the running Docker containers??

The correct Answer is: None

The correct Answer is: None


c $ docker ps

d $ docker --ps

The correct Answer is: None

f $ -docker ps

You might also like