You are on page 1of 5

Q1: The command to create Kubernetes service is?

a kubectl deploy

The correct Answer is: None

c kubectl expose

The correct Answer is: None

e kubectl set service

f kubectl run

Q2: What is the difference between characters \034 and \x34??

a \034 is hex 34 and \x34 is octal 34.

b \034 is octal 34 and \x34 is hex 34.

c None

d None

e None

f None

Q3: MySQL supports multiple database storage engines.?

a True

b None

c None

d None

e False

f None

Q4: Graphics defined by SVG is in which format??


a JSON

b None

c CSS

d None

e HTML

f XML

Q5: How can you call a constructor for a parent class??

a Parents:: constructor($value)

b None

c Parents:: call_constructor($value)

d None

e None

f Parents:: call($value)

Q6: How to delete a directory in Linux??

a remove

b delete

c ls

d None

e rmdir

f None

Q7: Which of the following are true for Controllers in Laravel??

a Controllers are stored in the app/Http/Controllers directory.

b None
c You should avoid using controllers as it is considered bad practice.

d A controller is the "C" in the "MVC" (Model-View-Controller) architecture, which is


what Laravel is based on.

e Controllers can group related request handling logic into a single class.

f None

Q8: The maximum length of the varchar columns Is?

a Upto 256 Bytes

b None

c None

d Upto 65, 567 Bytes

e None Of The Mentioned

f Upto 65, 535 Bytes

Q9: The HTML global attribute, "contenteditable" is used to:?

a Specify whether the content of an element should be editable or not

b None

c Specifies a context menu for an element. The menu appears when a user right-
clicks on the element

d Update content from the server

e None

f Return the position of the first found occurrence of content inside a string

Q10: A systematic collection of data stored in a central location is known as??

a CSV

b None

c Flat file
d Database

e None

f Excel

Q11: What is the default working directory of the Linux administrator user??

a /administrator

b /root

c /usr/admin

d /home/root

e Doesn't have one

f /admin

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

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

b None

c None

d kubectl config view user 1

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

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

Q13: Which operator can be used to throw a process into background??

a&

b|

c &&

The correct Answer is: None

e ||
The correct Answer is: None

Q14: If the Plesk server can't run Docker locally, you can still connect to a remote Docker
server to manage containers. You'll need:?

a A virtuozzo 6 container

b A Windows Server

c One separate ready-to-code environment

d The Plesk Docker extension

The correct Answer is: None

The correct Answer is: None

Q15: How to dump the whole MySQL database to a file??

a mysql -e "select * from table" database > dumpfile.txt

b SELECT * from table FIELDS TERMINATED BY ',' ENCLOSED BY "" LINES


TERMINATED BY 'n'

c None

d None

e None of the above

f mysql -e "select * from table" -u user -pxxxxxxx database > dumpfile.txt

You might also like