0% found this document useful (0 votes)
26 views5 pages

3 Test Prep For LIKA

This document contains 15 multiple choice questions about Linux, Docker, PHP, JavaScript, Kubernetes and WordPress. The questions cover topics like where the Linux user list is stored, types of links in Linux, attributes of the <Table> tag in HTML, how to initialize a Docker swarm, which operator is used to access a variable of a variable in PHP, how to destroy a session in PHP, if JavaScript is case-sensitive, Docker container limits, and rules for developing a WordPress plugin. Most questions have multiple possible correct answers.

Uploaded by

Jovan Gunawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views5 pages

3 Test Prep For LIKA

This document contains 15 multiple choice questions about Linux, Docker, PHP, JavaScript, Kubernetes and WordPress. The questions cover topics like where the Linux user list is stored, types of links in Linux, attributes of the <Table> tag in HTML, how to initialize a Docker swarm, which operator is used to access a variable of a variable in PHP, how to destroy a session in PHP, if JavaScript is case-sensitive, Docker container limits, and rules for developing a WordPress plugin. Most questions have multiple possible correct answers.

Uploaded by

Jovan Gunawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Q1: Where is Linux user list stored??

a By running the command show users

b None

c None of the above.

d /usr/local/users

e None

f /etc/users

Q2: What are the types of links in Linux??

a None

b in-line and external links

c open and close links

d links and highlights

e soft and hard links

f None

Q3: Which of the following are Container Orchestrators? Select all answers that apply.?

a Ansible

b Vault

c Kubernetes

d Docker Swarm

The correct Answer is: None

The correct Answer is: None

Q4: What will the following command do - $ chmod 888 file?


a None

b It disables r,w,x premissions for all users

c None of the above.

d None

e It enables r,w,x permissions only for owner of the file

f It enables r,w,x premissions for all users

Q5: Which of the following is an attribute of the <Table> tag??

a CELLPADDING

b BOLD

c None

d None

e LINK

f SRC

Q6: How to initialize a docker swarm??

a docker master init --advertise-addr your_server_ip_here

b docker swarm init --advertise-addr your_server_ip_here

c docker init swarm --advertise-addr your_server_ip_here

d None

e docker init --advertise-addr your_server_ip_here

f None

Q7: Which sign is used to access a variable of a variable in PHP??

a #@

b $|
c$

d None

e $$

f None

Q8: Which of the following is used to destroy the session??

a isset() function

b session_start() function

c $_SESSION[]

d session_destroy() function

The correct Answer is: None

The correct Answer is: None

Q9: Which of the following attribute triggers an event when media data is loaded??

a onloadeddata

b onload

c oninpu

d None

e None

f onhaschange

Q10: Is JavaScript case-sensitive??

a None

b False

c None

d None
e True

f None

Q11: Deployment Controllers are part of?

a None

b kube-scheduler

c Master Controller Manager

d API Controller Manager

e etcd manager

f None

Q12: In which PHP version was 'Final' introduced ??

a 'final' was introduced in PHP5.

b None

c None

d None

e 'final' was introduced in PHP7.

f 'final' was introduced in PHP6.

Q13: Which of the following runlevel will reboot the system??

a None

b None

c5

d3

e4

f6
Q14: Is there a hard limit for the number of containers that you can run and if there is which
is number of total containers that you can run??

a5

b None

c Even though there is no limit of containers that can run on Docker, hardware
limitations come into the picture.

d2

e None

f None

Q15: Tick all the rules which need to be followed while developing a WordPress Plugin??

a None

b Create the folder of Plugin.

c Create a unique name.

d Create a sub-folder for PHP files, translations, and assets.

e Create the main plug-in file and fill up the header information.

f Create and install script.

You might also like