You are on page 1of 5

Q1: SQL (Structured Query Language) is:?

a None

b None

c DBMS (DataBase Management System)

d imperative programming language

e the language of queries by pattern

f the language of structured queries

Q2: In which programming language WordPress is written??

a PHP

b VueJS

c Node

d Javascript

e Python

f Java

Q3: How can we redirect the output of one command to the another command??

a Use the numbers 1 and 2 for standart input(stdin) and standart output(stdout)

b Use the stdin and stdout

c Both commands which include stdin and stdout

d Place the commands connected with pipes (|).

The correct Answer is: None

f Use the Xargs command

Q4: Which value of Socket.readyState atribute of WebSocket indicates that the connection
has been closed or could not be opened??
a1

b2

c0

d None

e3

f None

Q5: HTML tags are surrounded by which type of brackets.?

a Angle

b Squart

c None

d Curly

e None

f Round

Q6: The API server is also known as:?

a k8s-apiserver

b kube-apiserver

c kube-server

d None

e None

f kubeapi

Q7: You lose your data, when a docker container exists?

a None

b None
c None

d True

e False

f None

Q8: What is Minikube?

a A pod object that a kubelet uses to represent a static pod

b None

c Specification of a Kubernetes API object in JSON or YAML format

d A tool for running Kubernetes locally

e An abstraction used by Kubernetes to support multiple virtual clusters on the


same physical cluster

f None

Q9: How to stream pod logs (stdout) in Kubernetes??

a kubectl logs -f my-pod

b kubectl logs my-pod

c None

d None

e kubectl stream -f my-pod

f kubectl pod -f my-pod

Q10: In order to add a new column to an existing table in SQL, which command do we need
to use??

a ALTER COLUMNS

b None

c MODIFY TABLE
d ALTER TABLE

e None

f EDIT TABLE

Q11: How do you create a docker container from an image??

a docker --run -it -d <image_name>

b docker run it d <image_name>

c None

d None

e None

f docker run -it -d <image_name>

Q12: Kubernetes can be configured in a multi-Master Node configuration. True or False??

a True

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e False

The correct Answer is: None

Q13: Which tag inserts a line horizontally on your web page??

a None

b <line direction="horizontal">

c <tr>

d <hr>

e None
f <line>

Q14: Which of the following function returns a text in title case from a variable??

a None

b .ucword($var)

c ucwords($var)

d .upper($var)

e None

f toupper($var)

Q15: What is the HTML Tag for the largest heading?

a None

b <h6>

c None

d <head>

e <heading>

f <h1>

You might also like