4 Doc For ZZQW

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

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

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

The correct Answer is: None

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

The correct Answer is: None

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

f An application which requires dedicated hardware to run on

Q2: Which is the log in which data changes received from a replication master server are
written??

a None

b Error Log

c Binary Log

d Relay Log

e None

f General Query Log

Q3: Which of the following is true??

a BCNF and 3NF are same.

b None

c A relation in 3NF is always in BCNF.

d None

e A relation in BCNF is always in 3NF

f A relation in BCNF is not in 3NF.


Q4: Which of the mentioned are the neccessary/mandatory arguments of the mail function.?

a parameters

b to

c subject

d message

e number of recepients

f headers

Q5: What is Solaris??

a Microsoft’s UNIX

b HP’s UNIX

c None

d None

e IBM’s UNIX

f Sun microsystems UNIX

Q6: Which of the following SQL statements will generate an error when executed.?

a select * from students where student_id=%23;

b IF NOT EXISTS CREATE DATABASE `STUDENTS`;

c CREATE DATABASE students

d create database if not exists students

e CREATE DATABASE students;

f select * from students student_id=23;

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


a None

b Action

c None

d url

e Method

f name

Q8: What does the following command do? - $ chmod o-r note?

a Read permission for others is added

b Read permission for others is removed

c Read permission for user is removed

d Read permission for user is added

e None

f None

Q9: How to stop a container??

a $ docker stop <container_id>

The correct Answer is: None

The correct Answer is: None

d $ docker dead <container_id>

e $ docker trim <container_id>

The correct Answer is: None

Q10: Which attribute you’ll use with the TD tag to merge two cells horizontally??

a None

b merge=row2
c colspan=2

d rowspan=2

e merge=colspan2

f None

Q11: How to install a docker plugin vieux/sshfs with debug environment set to 1.?

a None

b $ docker plugin install vieux/sshfs DEBUG=1

c None

d None

e $ docker install vieux/sshfs DEBUG=1

f $ docker install plugins vieux/sshfs DEBUG=1

You might also like