You are on page 1of 3

Q1: PHP is a ________________________?

a Server typed language

b Tightly typed language

c None

d Client typed language

e None

f Loosely typed language

Q2: UPDATE keyword is used for:?

a to manage users

b to create database elements

c to change data

d None

e to select data

f None

Q3: What is the Container Runtime??

a Software that is responsible for running containers

b A command line tool for communicating with a Kubernetes API server

c An API object that manages a replicated application

d Stored instance of a Container that holds a set of software needed to run an


application

e None

f None

Q4: In the context of Kubernetes, what is a container??


The correct Answer is: None

b A unit that stores data on a computer's memory drive

c A container is a standard unit of software that packages up code and all its
dependencies so the application runs quickly and reliably from one computing environment
to another

d An application which requires dedicated hardware to run on

The correct Answer is: None

f A large metal box that is used to hold or transport something

Q5: Explain the use of SUID permission bit on a file.?

The correct Answer is: None

b It give the process to have the privileges of the root user during the instance of the
program.

The correct Answer is: None

d It denies the process to have the privileges of the owner of the file during the
instance of the program.

e It denies the process to have the privileges of the root user during the instance of
the program.

f It give the process to have the privileges of the owner of the file during the instance
of the program.

Q6: Docker containers can run on:?

a None

b Only Linux distributions

c Only Windows systems

d Linux distributions and Windows systems

e None

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

a True

b None

c None

d None

e False

f None

Q8: What does the WHERE SQL operator does:?

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

b eliminates all row repeats from the result set

c None

d changes the order of output rows

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

f None

You might also like